diff --git a/README.md b/README.md index 2dd61ac3b..e986e4311 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ * [Prerequisites](#prerequisites) * [Project Setup](#project-setup) * [Running the project](#running-the-project) - * [Browser WebSocket Transport](#browser-websocket-transport) * [License](#license) * [Contact](#contact) @@ -81,20 +80,6 @@ There are many ways everyone can contribute! From the most seasoned programmers * **Code Contributors**: As a remake, we have massive amounts of content that need to be implemented or corrected. If you know how to program or are willing to learn, this is where you could be extremely helpful! We need everything from quests, to dialogue, to mini-games, to skills that still need to be corrected or implemented. This is perhaps one of the most valuable ways someone could help out the project! If you are interested in developing content, reach out in the development channel of the Discord. - -### Policy on Use of AI Tools - -You, the contributor, agree to submit quality code to the best of your ability which you have tested yourself and confirmed that it works as intended, and if it doesn’t work, you agree to take constructive feedback and fix it. - -You should be able to explain or defend how any part of your code works, without the use of AI or any other assistive tools. - -2009scape reserves the right to reject your MR on grounds of poor quality, poor functionality, poor code style, poor attitudes or unethical over-reliance on assistive tools. - -2009scape reserves the right to bar an individual from contributing due to patterns of aforementioned behavior, and close or delete all future MRs or issues or suggestions from said person without given explanation. - -AI may not be used to generate your MR description, your issue description, or any responses to any discourse present on the Gitlab at any time or in any fashion. If you use AI in any of these places, it will be assumed that your entire contribution is AI and that you have no clue how it functions, and the remainder of the policy outlined above will be applied to you immediately. - - ## Content Developers: Setting Up the Project. ### GitLab Setup **Note: This allows you to commit changes to the main repo (with approval)! Also, always stay up to date with the most recent updates by pulling into your copy when 2009Scape updates!** @@ -140,40 +125,6 @@ Start the game server with the included run script. Use `./run -h` for more info Start the game server with `run-server.bat` -#### Browser WebSocket Transport - -Enable the listener in `Server/worldprops/default.conf`: - -```properties -websocket_enabled = true -websocket_port = 0 -``` - -When `websocket_port = 0`, the listener uses `53594 + world_id`. For world `1`, that is `53595`. - -Both plain WebSocket (`ws://`) and secure WebSocket (`wss://`) are supported. Use `ws://` for local HTTP testing. PWA requires HTTPS/WSS. - -Enable WSS with a Java keystore: - -```properties -websocket_tls_enabled = true -websocket_tls_keystore_path = "certs/dev-wss.p12" -websocket_tls_keystore_password = "" -``` - -The keystore password is optional. Leave `websocket_tls_keystore_password` blank when using a PKCS12 file exported with an empty password: - -```bash -openssl pkcs12 -export \ - -in fullchain.pem \ - -inkey privkey.pem \ - -out certs/dev-wss.p12 \ - -name websocket \ - -passout pass: -``` - -For local WSS development, create a certificate for your hostname or LAN IP that the browser will use, then point the server at a PKCS12 keystore. For production, use a normal certificate from certbot. Plain WS does not require a certificate. - #### Docker Make sure [Docker Engine](https://docs.docker.com/engine/install/) & [Docker Compose](https://docs.docker.com/compose/install/) plugin are installed first: diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 2b5926e69..2b39735cb 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -8353,20 +8353,6 @@ "description": "", "main": [] }, - { - "default": [ - { - "minAmount": "1", - "weight": "100.0", - "id": "526", - "maxAmount": "1" - } - ], - "charm": [], - "ids": "1329", - "description": "", - "main": [] - }, { "default": [ { @@ -18356,7 +18342,7 @@ { "minAmount": "1", "weight": "5.0", - "id": "12070", + "id": "5733", "maxAmount": "1" }, { @@ -19698,14 +19684,7 @@ ] }, { - "default": [ - { - "minAmount": "1", - "weight": "100.0", - "id": "526", - "maxAmount": "1" - } - ], + "default": [], "charm": [], "ids": "1307", "description": "", @@ -29831,10 +29810,10 @@ "maxAmount": "1" }, { - "minAmount": "2", + "minAmount": "1", "weight": "100.0", "id": "12161", - "maxAmount": "2" + "maxAmount": "1" }, { "minAmount": "1", @@ -41196,7 +41175,7 @@ { "minAmount": "1", "weight": "5.0", - "id": "12070", + "id": "1", "maxAmount": "1" }, { diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json index 1893b6df3..727fe50bc 100644 --- a/Server/data/configs/ground_spawns.json +++ b/Server/data/configs/ground_spawns.json @@ -145,7 +145,7 @@ }, { "item_id": "444", - "loc_data": "{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-{1,2732,3224,0,250}-" + "loc_data": "{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-" }, { "item_id": "480", @@ -415,10 +415,6 @@ "item_id": "1755", "loc_data": "{1,2935,3286,0,90}-" }, - { - "item_id": "1773", - "loc_data": "{1,2563,3261,0,100}-" - }, { "item_id": "1785", "loc_data": "{1,2822,3355,0,150}-" diff --git a/Server/data/configs/interface_configs.json b/Server/data/configs/interface_configs.json index 4377daff0..95087003a 100644 --- a/Server/data/configs/interface_configs.json +++ b/Server/data/configs/interface_configs.json @@ -539,12 +539,6 @@ "walkable": "true", "tabIndex": "-1" }, - { - "id": "375", - "interfaceType": "3", - "walkable": "false", - "tabIndex": "-1" - }, { "id": "377", "interfaceType": "8", diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index b928857e7..64b2c1e89 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -1,125300 +1,132219 @@ [ { - "id": "0", - "name": "Dwarf remains", - "examine": "The body of a Dwarf savaged by Goblins.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The body of a Dwarf savaged by Goblins.", "durability": null, + "name": "Dwarf remains", "tradeable": "false", - "two_handed": "true" - }, - { - "id": "1", - "name": "Toolkit", - "examine": "Good for repairing a broken cannon.", - "archery_ticket_price": "0", "destroy": "true", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "0" + }, + { "destroy_message": "I got this from Captain Lawgof.", - "durability": null, "shop_price": "1", + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", "tradeable": "false", - "weight": "0.4" + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1" }, { - "id": "2", - "name": "Cannonball", - "examine": "Ammo for the Dwarf Cannon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "5", - "tradeable": "true" - }, - { - "id": "3", - "name": "Nulodion's notes", - "examine": "Construction notes for Dwarf cannon ammo.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "Ammo for the Dwarf Cannon.", + "grand_exchange_price": "381", "durability": null, - "shop_price": "1", - "weight": "0.02" + "name": "Cannonball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2" }, { - "id": "4", - "name": "Ammo mould", - "examine": "Used to make cannon ammunition.", + "shop_price": "1", + "examine": "Construction notes for Dwarf cannon ammo.", + "durability": null, + "name": "Nulodion's notes", + "weight": "0.02", "archery_ticket_price": "0", + "id": "3" + }, + { "requirements": "{13,35}", "shop_price": "5", - "weight": "4.5" + "examine": "Used to make cannon ammunition.", + "name": "Ammo mould", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "4" }, { - "id": "5", - "name": "Instruction manual", - "examine": "An old note book.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "20", - "weight": "0.51" + "examine": "An old note book.", + "durability": null, + "name": "Instruction manual", + "weight": "0.51", + "archery_ticket_price": "0", + "id": "5" }, { - "id": "6", - "name": "Cannon base", + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The cannon is built on this.", - "archery_ticket_price": "0", + "grand_exchange_price": "189000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "7", "name": "Cannon base", + "tradeable": "true", + "weight": "7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" + "id": "6" }, { - "id": "8", - "name": "Cannon stand", + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The mounting for the multicannon.", - "archery_ticket_price": "0", + "grand_exchange_price": "185000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "9", "name": "Cannon stand", + "tradeable": "true", + "weight": "7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" + "id": "8" }, { - "id": "10", - "name": "Cannon barrels", + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", "examine": "The barrels for the multicannon.", - "archery_ticket_price": "0", + "grand_exchange_price": "187000", "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true", - "weight": "7" - }, - { - "id": "11", "name": "Cannon barrels", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", - "tradeable": "true" - }, - { - "id": "12", - "name": "Cannon furnace", - "examine": "This powers the multicannon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "187500", "tradeable": "true", - "weight": "7" + "weight": "7", + "archery_ticket_price": "0", + "id": "10" }, { - "id": "13", - "name": "Cannon furnace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", "shop_price": "187500", - "tradeable": "true" + "ge_buy_limit": "10", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11" }, { - "id": "14", - "name": "Railing", + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "This powers the multicannon.", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "12" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13" + }, + { + "shop_price": "1", "examine": "A metal railing replacement.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "1" + "name": "Railing", + "archery_ticket_price": "0", + "id": "14" }, { - "id": "15", - "name": "Holy table napkin", "examine": "A cloth given to me by Sir Galahad.", + "durability": null, + "name": "Holy table napkin", "archery_ticket_price": "0", - "durability": null + "id": "15" }, { - "id": "16", - "name": "Magic whistle", "examine": "A small tin whistle.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.2" + "name": "Magic whistle", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "16" }, { - "id": "17", - "name": "Grail bell", "examine": "I wonder what happens when I ring it?", + "durability": null, + "name": "Grail bell", "archery_ticket_price": "0", - "durability": null + "id": "17" }, { - "id": "18", - "name": "Magic gold feather", "examine": "It will point the way for me.", + "durability": null, + "name": "Magic gold feather", "archery_ticket_price": "0", - "durability": null + "id": "18" }, { - "id": "20", + "examine": "A cog from some machinery.", + "durability": null, "name": "White cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "20" }, { - "id": "21", + "examine": "A cog from some machinery.", + "durability": null, "name": "Black cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "21" }, { - "id": "22", + "examine": "A cog from some machinery.", + "durability": null, "name": "Blue cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "22" }, { - "id": "23", + "examine": "A cog from some machinery.", + "durability": null, "name": "Red cog", - "examine": "A cog from some machinery.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "23" }, { - "id": "24", - "name": "Rat poison", "examine": "Doesn't look very tasty.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.1" + "name": "Rat poison", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "24" }, { - "id": "25", - "name": "Red vine worm", "examine": "Wormy.", + "durability": null, + "name": "Red vine worm", "archery_ticket_price": "0", - "durability": null + "id": "25" }, { - "id": "26", - "name": "Fishing trophy", "examine": "Hemenster fishing contest trophy.", + "durability": null, + "name": "Fishing trophy", "archery_ticket_price": "0", - "durability": null + "id": "26" }, { - "id": "27", - "name": "Fishing pass", "examine": "Pass to the Hemenster fishing contest.", + "durability": null, + "name": "Fishing pass", "archery_ticket_price": "0", - "durability": null + "id": "27" }, { - "id": "28", - "name": "Insect repellent", + "shop_price": "121", "examine": "Drives away all known 6 legged creatures.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "121" + "name": "Insect repellent", + "archery_ticket_price": "0", + "id": "28" }, { - "id": "30", - "name": "Bucket of wax", "examine": "It's a bucket of wax.", - "archery_ticket_price": "0", "durability": null, - "weight": "2.5" + "name": "Bucket of wax", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "30" }, { - "id": "31", + "examine": "You shouldn't have this.", "name": "RDT Slot", - "examine": "You shouldn't have this." + "id": "31" }, { - "id": "32", - "name": "Lit black candle", + "shop_price": "3", "examine": "A spooky candle.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "3" + "name": "Lit black candle", + "archery_ticket_price": "0", + "id": "32" }, { - "id": "33", - "name": "Lit candle", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "24", - "tradeable": "true" - }, - { - "id": "34", - "name": "Lit candle", "examine": "A candle.", - "archery_ticket_price": "0", + "grand_exchange_price": "104", "durability": null, - "shop_price": "24", - "tradeable": "true" + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "33" }, { - "id": "35", - "name": "Excalibur", + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "34" + }, + { + "shop_price": "200", "examine": "This used to belong to King Arthur.", - "archery_ticket_price": "0", + "has_special": "true", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", "attack_anims": "390,390,381,390", "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "2554", - "shop_price": "200", - "weapon_interface": "6", - "weight": "2.2" + "name": "Excalibur", + "archery_ticket_price": "0", + "id": "35", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" }, { - "id": "36", - "name": "Candle", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "24", - "tradeable": "true" - }, - { - "id": "37", - "name": "Candle", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A candle.", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "36" }, { - "id": "38", - "name": "Black candle", + "ge_buy_limit": "100", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "37" + }, + { + "shop_price": "3", "examine": "A spooky candle.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "3" + "name": "Black candle", + "archery_ticket_price": "0", + "id": "38" }, { - "id": "39", - "name": "Bronze arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "10", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "39" }, { - "id": "40", - "name": "Iron arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "26", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "23", + "durability": null, + "name": "Iron arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "40" }, { - "id": "41", - "name": "Steel arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "36", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "63", + "durability": null, + "name": "Steel arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "41" }, { - "id": "42", - "name": "Mithril arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "68", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "74", + "durability": null, + "name": "Mithril arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "42" }, { - "id": "43", - "name": "Adamant arrowtips", - "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "160", - "tradeable": "true" - }, - { - "id": "44", - "name": "Rune arrowtips", + "ge_buy_limit": "10000", "examine": "I can make an arrow with these.", - "archery_ticket_price": "0", + "grand_exchange_price": "185", "durability": null, - "ge_buy_limit": "10000", + "name": "Adamant arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "43" + }, + { "shop_price": "460", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "839", + "durability": null, + "name": "Rune arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "44" }, { - "id": "45", - "name": "Opal bolt tips", + "ge_buy_limit": "10000", "examine": "Opal bolt tips.", - "archery_ticket_price": "0", + "grand_exchange_price": "1", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "name": "Opal bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "45" }, { - "id": "46", - "name": "Pearl bolt tips", + "ge_buy_limit": "10000", "examine": "Pearl bolt tips.", - "archery_ticket_price": "0", + "grand_exchange_price": "5", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "name": "Pearl bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "46" }, { - "id": "47", - "name": "Barb bolttips", - "examine": "I can make bolts with these.", - "archery_ticket_price": "5", - "destroy": "true", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "114", - "tradeable": "false" - }, - { - "id": "48", - "name": "Longbow (u)", - "examine": "An unstrung longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "49", - "name": "Longbow (u)", - "archery_ticket_price": "0", + "examine": "I can make bolts with these.", + "grand_exchange_price": "44", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "50", - "name": "Shortbow (u)", - "examine": "I need to find a string for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "51", - "name": "Shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "52", - "name": "Arrow shaft", - "examine": "A wooden arrow shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "53", - "name": "Headless arrow", - "examine": "A wooden arrow shaft with flights attached.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "54", - "name": "Oak shortbow (u)", - "examine": "An unstrung oak bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "55", - "name": "Oak shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "56", - "name": "Oak longbow (u)", - "examine": "An unstrung oak longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "57", - "name": "Oak longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "58", - "name": "Willow longbow (u)", - "examine": "An unstrung willow longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "64", - "tradeable": "true" - }, - { - "id": "59", - "name": "Willow longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "60", - "name": "Willow shortbow (u)", - "examine": "An unstrung willow shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "61", - "name": "Willow shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "62", - "name": "Maple longbow (u)", - "examine": "An unstrung maple bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.2" - }, - { - "id": "63", - "name": "Maple longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "64", - "name": "Maple shortbow (u)", - "examine": "An unstrung maple bow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "65", - "name": "Maple shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "66", - "name": "Yew longbow (u)", - "examine": "An unstrung yew longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.32" - }, - { - "id": "67", - "name": "Yew longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "68", - "name": "Yew shortbow (u)", - "examine": "An unstrung yew shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.32" - }, - { - "id": "69", - "name": "Yew shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "70", - "name": "Magic longbow (u)", - "examine": "An unstrung magic longbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "931", - "tradeable": "true", - "weight": "1" - }, - { - "id": "71", - "name": "Magic longbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "72", - "name": "Magic shortbow (u)", - "examine": "An unstrung magic shortbow; I need a bowstring for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "890", - "tradeable": "true" - }, - { - "id": "73", - "name": "Magic shortbow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "74", - "name": "Khazard helmet", - "examine": "A helmet, as worn by the minions of General Khazard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0", + "name": "Barb bolttips", + "tradeable": "false", "destroy": "true", - "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "archery_ticket_price": "5", + "id": "47" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung longbow; I need a bowstring for this.", + "grand_exchange_price": "14", "durability": null, - "equipment_slot": "0", + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "48" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "14", + "durability": null, + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "49" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to find a string for this.", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "50" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "51" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "21", + "durability": null, + "name": "Arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "52" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft with flights attached.", + "grand_exchange_price": "56", + "durability": null, + "name": "Headless arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "53" + }, + { + "shop_price": "50", + "ge_buy_limit": "10000", + "examine": "An unstrung oak bow; I need a bowstring for this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "54" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "55" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung oak longbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "56" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "57" + }, + { + "shop_price": "64", + "ge_buy_limit": "10000", + "examine": "An unstrung willow longbow; I need a bowstring for this.", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "58" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "59" + }, + { + "shop_price": "16", + "ge_buy_limit": "10000", + "examine": "An unstrung willow shortbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "60" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "61" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "62" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "63" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "64" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "65" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew longbow; I need a bowstring for this.", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "66" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "67" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew shortbow; I need a bowstring for this.", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "68" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "69" + }, + { + "shop_price": "931", + "ge_buy_limit": "10000", + "examine": "An unstrung magic longbow; I need a bowstring for this.", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "70" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "71" + }, + { + "shop_price": "890", + "ge_buy_limit": "10000", + "examine": "An unstrung magic shortbow; I need a bowstring for this.", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "72" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "73" + }, + { "remove_head": "true", "shop_price": "10", - "tradeable": "false", - "weight": "2.7" - }, - { - "id": "75", - "name": "Khazard armour", - "examine": "Armour, as worn by the minions of General Khazard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0", + "examine": "A helmet, as worn by the minions of General Khazard.", + "durability": null, + "weight": "2.7", "destroy": "true", + "equipment_slot": "0", "destroy_message": "I can borrow another from the armoury near the Fight Arena.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Khazard helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "74", + "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0" + }, + { "shop_price": "12", + "examine": "Armour, as worn by the minions of General Khazard.", + "durability": null, + "weight": "0.5", + "destroy": "true", + "equipment_slot": "4", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "remove_sleeves": "true", + "name": "Khazard armour", "tradeable": "false", - "weight": "0.5" + "archery_ticket_price": "0", + "id": "75", + "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" }, { - "id": "76", - "name": "Khazard cell keys", - "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "The lazy guard probably has a spare set...", + "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)", "durability": null, - "tradeable": "false" + "name": "Khazard cell keys", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "76" }, { - "id": "77", - "name": "Khali brew", - "examine": "A bottle of Khazard's worst brew.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", - "durability": null, "shop_price": "5", + "examine": "A bottle of Khazard's worst brew.", + "durability": null, + "name": "Khali brew", "tradeable": "false", - "weight": "0.1" + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "77" }, { - "id": "78", - "name": "Ice arrows", - "examine": "Can only be fired from yew, magic, or dark bows.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "destroy": "true", "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", - "durability": null, - "equipment_slot": "13", "shop_price": "2", - "tradeable": "false" - }, - { - "id": "83", - "name": "Lever", - "examine": "A lever to open something perhaps?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "84", - "name": "Staff of armadyl", - "examine": "The power in this staff causes it to vibrate gently.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Can only be fired from yew, magic, or dark bows.", "durability": null, - "render_anim": "2553", + "name": "Ice arrows", "tradeable": "false", - "weight": "5" + "destroy": "true", + "archery_ticket_price": "0", + "id": "78", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "examine": "A lever to open something perhaps?", + "durability": null, + "name": "Lever", + "archery_ticket_price": "0", + "id": "83" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The power in this staff causes it to vibrate gently.", + "durability": null, + "name": "Staff of armadyl", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "84", + "render_anim": "2553" }, { - "id": "85", - "name": "Shiny key", "examine": "It catches the light! (Temple of Ikov)", + "durability": null, + "name": "Shiny key", "archery_ticket_price": "0", - "durability": null + "id": "85" }, { - "id": "86", - "name": "Pendant of lucien", "examine": "An amulet made by Lucien.", - "archery_ticket_price": "0", "durability": null, + "name": "Pendant of lucien", + "archery_ticket_price": "0", + "id": "86", "equipment_slot": "2" }, { - "id": "87", - "name": "Armadyl pendant", "examine": "Yet another amulet.", - "archery_ticket_price": "0", "durability": null, + "name": "Armadyl pendant", + "archery_ticket_price": "0", + "id": "87", "equipment_slot": "2" }, { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "-4.5", + "archery_ticket_price": "0", "id": "88", - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal.", - "archery_ticket_price": "0", "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "-4.5" + "equipment_slot": "10" }, { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "0.3", + "archery_ticket_price": "0", "id": "89", - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal.", - "archery_ticket_price": "0", "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "0.3" + "equipment_slot": "10" }, { - "id": "90", - "name": "Child's blanket", "examine": "It's very soft!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Child's blanket", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "90" }, { - "id": "91", - "name": "Guam potion(unf)", + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this guam potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "285", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "92", "name": "Guam potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "91" }, { - "id": "93", - "name": "Marrentill potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "92" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this marrentill potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "43", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "94", "name": "Marrentill potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "93" }, { - "id": "95", - "name": "Tarromin potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "94" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this tarromin potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "287", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "96", "name": "Tarromin potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "95" }, { - "id": "97", - "name": "Harralander potion(unf)", - "examine": "I need another ingredient to finish this potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "96" + }, + { "shop_price": "64", - "tradeable": "true" - }, - { - "id": "98", + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "435", + "durability": null, "name": "Harralander potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "97" }, { - "id": "99", - "name": "Ranarr potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "435", + "durability": null, + "name": "Harralander potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "98" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this ranarr potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4823", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "100", "name": "Ranarr potion(unf)", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "99" }, { - "id": "101", - "name": "Irit potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "100" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this irit potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2243", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "102", "name": "Irit potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "101" }, { - "id": "103", - "name": "Avantoe potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "102" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this avantoe potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "3831", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "104", "name": "Avantoe potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "103" }, { - "id": "105", - "name": "Kwuarm potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "104" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this kwuarm potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1833", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "106", "name": "Kwuarm potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "105" }, { - "id": "107", - "name": "Cadantine potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "106" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this cadantine potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1844", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "108", "name": "Cadantine potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "107" }, { - "id": "109", - "name": "Dwarf weed potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "108" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this dwarf weed potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "6740", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "110", "name": "Dwarf weed potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "109" }, { - "id": "111", - "name": "Torstol potion(unf)", + "ge_buy_limit": "100", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "110" + }, + { + "ge_buy_limit": "100", "examine": "I need another ingredient to finish this torstol potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "14500", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "112", "name": "Torstol potion(unf)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "111" }, { - "id": "113", - "name": "Strength potion(4)", + "ge_buy_limit": "100", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "112" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "4 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1041", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "114", "name": "Strength potion(4)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "113" }, { - "id": "115", - "name": "Strength potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "114" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "3 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "812", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "116", "name": "Strength potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "115" }, { - "id": "117", - "name": "Strength potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "116" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", "examine": "2 doses of Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "656", "durability": null, - "ge_buy_limit": "100", - "shop_price": "780", - "tradeable": "true" - }, - { - "id": "118", "name": "Strength potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "117" }, { - "id": "119", - "name": "Strength potion(1)", - "examine": "1 dose of Strength potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "118" + }, + { "shop_price": "780", - "tradeable": "true" - }, - { - "id": "120", + "ge_buy_limit": "100", + "examine": "1 dose of Strength potion.", + "grand_exchange_price": "355", + "durability": null, "name": "Strength potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "119" }, { - "id": "121", - "name": "Attack potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "120" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", "examine": "3 doses of Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "195", "durability": null, - "ge_buy_limit": "100", - "shop_price": "560", - "tradeable": "true" - }, - { - "id": "122", "name": "Attack potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "121" }, { - "id": "123", - "name": "Attack potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "122" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", "examine": "2 doses of Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "113", "durability": null, - "ge_buy_limit": "100", - "shop_price": "560", - "tradeable": "true" - }, - { - "id": "124", "name": "Attack potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "123" }, { - "id": "125", - "name": "Attack potion(1)", - "examine": "1 dose of Attack potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "124" + }, + { "shop_price": "560", - "tradeable": "true" - }, - { - "id": "126", + "ge_buy_limit": "100", + "examine": "1 dose of Attack potion.", + "grand_exchange_price": "197", + "durability": null, "name": "Attack potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "125" }, { - "id": "127", - "name": "Restore potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "126" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", "examine": "3 doses of restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "59", "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "128", "name": "Restore potion(3)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "127" }, { - "id": "129", - "name": "Restore potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "128" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", "examine": "2 doses of restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "35", "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "130", "name": "Restore potion(2)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "129" }, { - "id": "131", - "name": "Restore potion(1)", - "examine": "1 dose of restore potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "130" + }, + { "shop_price": "139", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "132", + "ge_buy_limit": "100", + "examine": "1 dose of restore potion.", + "grand_exchange_price": "21", + "durability": null, "name": "Restore potion(1)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "131" }, { - "id": "133", - "name": "Defence potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "132" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "323", "durability": null, - "ge_buy_limit": "100", - "shop_price": "114", - "tradeable": "true" - }, - { - "id": "134", "name": "Defence potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "133" }, { - "id": "135", - "name": "Defence potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "134" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", "examine": "2 doses of Defence Potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "247", "durability": null, - "ge_buy_limit": "100", - "shop_price": "114", - "tradeable": "true" - }, - { - "id": "136", "name": "Defence potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "135" }, { - "id": "137", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "136" + }, + { "shop_price": "114", - "tradeable": "true" - }, - { - "id": "138", + "ge_buy_limit": "100", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "148", + "durability": null, "name": "Defence potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "137" }, { - "id": "139", - "name": "Prayer potion(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "138" + }, + { + "ge_buy_limit": "100", "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4134", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "140", "name": "Prayer potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "139" }, { - "id": "141", - "name": "Prayer potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "140" + }, + { + "ge_buy_limit": "100", "examine": "2 doses of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2868", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "142", "name": "Prayer potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "141" }, { - "id": "143", - "name": "Prayer potion(1)", + "ge_buy_limit": "100", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "142" + }, + { + "ge_buy_limit": "100", "examine": "1 dose of Prayer restore potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1353", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "144", "name": "Prayer potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "143" }, { - "id": "145", - "name": "Super attack(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "144" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "691", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "146", "name": "Super attack(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "145" }, { - "id": "147", - "name": "Super attack(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "146" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "451", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "148", "name": "Super attack(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "147" }, { - "id": "149", - "name": "Super attack(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "148" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Attack potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "243", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "150", "name": "Super attack(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "149" }, { - "id": "151", - "name": "Fishing potion(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "150" + }, + { + "ge_buy_limit": "100", "examine": "3 doses of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "40", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "152", "name": "Fishing potion(3)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "151" }, { - "id": "153", - "name": "Fishing potion(2)", + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "152" + }, + { + "ge_buy_limit": "100", "examine": "2 doses of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "56", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "154", "name": "Fishing potion(2)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "153" }, { - "id": "155", - "name": "Fishing potion(1)", + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "154" + }, + { + "ge_buy_limit": "100", "examine": "1 dose of Fishing potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "87", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "156", "name": "Fishing potion(1)", + "tradeable": "true", + "weight": "0.03", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "155" }, { - "id": "157", - "name": "Super strength(3)", + "ge_buy_limit": "100", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "156" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1679", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "158", "name": "Super strength(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "157" }, { - "id": "159", - "name": "Super strength(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "158" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1164", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "160", "name": "Super strength(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "159" }, { - "id": "161", - "name": "Super strength(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "160" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Strength potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "603", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "162", "name": "Super strength(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "161" }, { - "id": "163", - "name": "Super defence(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "162" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "113", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "164", "name": "Super defence(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "163" }, { - "id": "165", - "name": "Super defence(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "164" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "65", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "166", "name": "Super defence(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "165" }, { - "id": "167", - "name": "Super defence(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "166" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super Defence potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "41", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "168", "name": "Super defence(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "167" }, { - "id": "169", - "name": "Ranging potion(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "168" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "6224", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "170", "name": "Ranging potion(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "169" }, { - "id": "171", - "name": "Ranging potion(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "170" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "4330", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "172", "name": "Ranging potion(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "171" }, { - "id": "173", - "name": "Ranging potion(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "172" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of ranging potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "2068", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "174", "name": "Ranging potion(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "173" }, { - "id": "175", - "name": "Antipoison(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "174" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", "examine": "3 doses of antipoison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "1239", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "176", "name": "Antipoison(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "175" }, { - "id": "177", - "name": "Antipoison(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "176" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", "examine": "2 doses of antipoison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "822", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "178", "name": "Antipoison(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "177" }, { - "id": "179", - "name": "Antipoison(1)", - "examine": "1 dose of antipoison potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "178" + }, + { "shop_price": "375", - "tradeable": "true" - }, - { - "id": "180", + "ge_buy_limit": "1000", + "examine": "1 dose of antipoison potion.", + "grand_exchange_price": "460", + "durability": null, "name": "Antipoison(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "179" }, { - "id": "181", - "name": "Super antipoison(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "180" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "872", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "182", "name": "Super antipoison(3)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "181" }, { - "id": "183", - "name": "Super antipoison(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "182" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "509", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "184", "name": "Super antipoison(2)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "183" }, { - "id": "185", - "name": "Super antipoison(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "184" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of super anti poison potion.", - "archery_ticket_price": "0", + "grand_exchange_price": "366", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "186", "name": "Super antipoison(1)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "185" }, { - "id": "187", - "name": "Weapon poison", + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "186" + }, + { + "ge_buy_limit": "1000", "examine": "For use on daggers and projectiles.", - "archery_ticket_price": "0", + "grand_exchange_price": "33", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "188", "name": "Weapon poison", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "187" }, { - "id": "189", - "name": "Zamorak brew(3)", + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "188" + }, + { + "ge_buy_limit": "1000", "examine": "3 doses of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1818", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "190", "name": "Zamorak brew(3)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "189" }, { - "id": "191", - "name": "Zamorak brew(2)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "190" + }, + { + "ge_buy_limit": "1000", "examine": "2 doses of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1004", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "192", "name": "Zamorak brew(2)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "191" }, { - "id": "193", - "name": "Zamorak brew(1)", + "ge_buy_limit": "1000", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "192" + }, + { + "ge_buy_limit": "1000", "examine": "1 dose of Zamorak brew.", - "archery_ticket_price": "0", + "grand_exchange_price": "1175", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "194", "name": "Zamorak brew(1)", + "tradeable": "true", + "weight": "0.5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "193" }, { - "id": "195", - "name": "Potion", + "ge_buy_limit": "1000", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "194" + }, + { + "ge_buy_limit": "100", "examine": "This is meant to be good for spots.", - "archery_ticket_price": "0", + "grand_exchange_price": "117", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "196", "name": "Potion", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "195" }, { - "id": "197", - "name": "Poison chalice", - "examine": "Stankers gives out these strange cocktails for free.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "196" + }, + { "shop_price": "39", - "tradeable": "true" - }, - { - "id": "198", - "name": "Poison chalice", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Stankers gives out these strange cocktails for free.", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "197" }, { - "id": "199", - "name": "Grimy guam", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "124", "durability": null, - "ge_buy_limit": "10000", + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "198" + }, + { "requirements": "{3,15}", - "tradeable": "true" - }, - { - "id": "200", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy guam", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "199" }, { - "id": "201", - "name": "Grimy marrentill", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "200" + }, + { "requirements": "{5,15}", - "tradeable": "true" - }, - { - "id": "202", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy marrentill", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "201" }, { - "id": "203", - "name": "Grimy tarromin", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "202" + }, + { "requirements": "{11,15}", - "tradeable": "true" - }, - { - "id": "204", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, "name": "Grimy tarromin", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "203" }, { - "id": "205", - "name": "Grimy harralander", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "204" + }, + { "requirements": "{20,15}", - "tradeable": "true" - }, - { - "id": "206", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "300", + "durability": null, "name": "Grimy harralander", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "205" }, { - "id": "207", - "name": "Grimy ranarr", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "206" + }, + { "requirements": "{15,25}", - "tradeable": "true" - }, - { - "id": "208", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1300", + "durability": null, "name": "Grimy ranarr", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "207" }, { - "id": "209", - "name": "Grimy irit", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "208" + }, + { "requirements": "{15,40}", - "tradeable": "true" - }, - { - "id": "210", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy irit", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "209" }, { - "id": "211", - "name": "Grimy avantoe", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "210" + }, + { "requirements": "{15,48}", - "tradeable": "true" - }, - { - "id": "212", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "500", + "durability": null, "name": "Grimy avantoe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "211" }, { - "id": "213", - "name": "Grimy kwuarm", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "212" + }, + { "requirements": "{15,54}", - "tradeable": "true" - }, - { - "id": "214", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy kwuarm", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "213" }, { - "id": "215", - "name": "Grimy cadantine", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "214" + }, + { "requirements": "{15,65}", - "tradeable": "true" - }, - { - "id": "216", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, "name": "Grimy cadantine", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "215" }, { - "id": "217", - "name": "Grimy dwarf weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "216" + }, + { "requirements": "{15,70}", - "tradeable": "true" - }, - { - "id": "218", - "name": "Grimy dwarf weed", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "219", - "name": "Grimy torstol", "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "grand_exchange_price": "1300", "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "217" + }, + { "ge_buy_limit": "10000", + "grand_exchange_price": "6934", + "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "218" + }, + { "requirements": "{15,75}", - "tradeable": "true" - }, - { - "id": "220", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3200", + "durability": null, "name": "Grimy torstol", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "219" }, { - "id": "221", - "name": "Eye of newt", - "examine": "It seems to be looking at me.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "35800", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "220" + }, + { "shop_price": "3", - "tradeable": "true" - }, - { - "id": "222", + "ge_buy_limit": "10000", + "examine": "It seems to be looking at me.", + "grand_exchange_price": "27", + "durability": null, "name": "Eye of newt", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "221" }, { - "id": "223", - "name": "Red spiders' eggs", + "ge_buy_limit": "10000", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "222" + }, + { + "ge_buy_limit": "10000", "examine": "Ewww!", - "archery_ticket_price": "0", + "grand_exchange_price": "888", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "224", "name": "Red spiders' eggs", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "223" }, { - "id": "225", - "name": "Limpwurt root", + "ge_buy_limit": "10000", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "224" + }, + { + "ge_buy_limit": "10000", "examine": "The root of a limpwurt plant.", - "archery_ticket_price": "0", + "grand_exchange_price": "1984", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "226", "name": "Limpwurt root", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "225" }, { - "id": "227", - "name": "Vial of water", - "examine": "A glass vial containing water.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "226" + }, + { "shop_price": "10", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "228", + "ge_buy_limit": "10000", + "examine": "A glass vial containing water.", + "grand_exchange_price": "35", + "durability": null, "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "227" }, { - "id": "229", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "228" + }, + { "shop_price": "5", - "tradeable": "true" - }, - { - "id": "230", + "ge_buy_limit": "10000", + "examine": "An empty glass vial.", + "grand_exchange_price": "2", + "durability": null, "name": "Vial", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "229" }, { - "id": "231", - "name": "Snape grass", - "examine": "Strange spiky grass.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "230" + }, + { "shop_price": "67", - "tradeable": "true" - }, - { - "id": "232", + "ge_buy_limit": "10000", + "examine": "Strange spiky grass.", + "grand_exchange_price": "318", + "durability": null, "name": "Snape grass", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "231" }, { - "id": "233", - "name": "Pestle and mortar", - "examine": "I can grind things for potions in this.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "318", "durability": null, - "ge_buy_limit": "1000", + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "232" + }, + { "shop_price": "4", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "234", - "name": "Pestle and mortar", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "233" }, { - "id": "235", - "name": "Unicorn horn dust", + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "234" + }, + { + "ge_buy_limit": "10000", "examine": "Finely ground horn of Unicorn.", - "archery_ticket_price": "0", + "grand_exchange_price": "2460", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "236", "name": "Unicorn horn dust", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "235" }, { - "id": "237", - "name": "Unicorn horn", + "ge_buy_limit": "10000", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "236" + }, + { + "ge_buy_limit": "10000", "examine": "This horn has restorative properties.", - "archery_ticket_price": "0", + "grand_exchange_price": "2481", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "238", "name": "Unicorn horn", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "237" }, { - "id": "239", - "name": "White berries", + "ge_buy_limit": "10000", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "238" + }, + { + "ge_buy_limit": "10000", "examine": "Sour berries, used in potions.", - "archery_ticket_price": "0", + "grand_exchange_price": "1438", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "240", "name": "White berries", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "239" }, { - "id": "241", - "name": "Dragon scale dust", + "ge_buy_limit": "10000", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "240" + }, + { + "ge_buy_limit": "10000", "examine": "Finely ground scale of Dragon.", - "archery_ticket_price": "0", + "grand_exchange_price": "1336", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "242", "name": "Dragon scale dust", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "241" }, { - "id": "243", - "name": "Blue dragon scale", + "ge_buy_limit": "10000", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "242" + }, + { + "ge_buy_limit": "10000", "examine": "A large shiny scale.", - "archery_ticket_price": "0", + "grand_exchange_price": "1244", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "244", "name": "Blue dragon scale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "245", - "name": "Wine of zamorak", - "examine": "An evil wine that is often found in chaos temples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "tradeable": "true", - "weight": "1" + "weight": "0.01", + "archery_ticket_price": "0", + "id": "243" }, { - "id": "246", + "ge_buy_limit": "10000", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "244" + }, + { + "ge_buy_limit": "10000", + "examine": "An evil wine that is often found in chaos temples.", + "grand_exchange_price": "2768", + "durability": null, "name": "Wine of zamorak", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "245" }, { - "id": "247", - "name": "Jangerberries", + "ge_buy_limit": "10000", + "grand_exchange_price": "2768", + "durability": null, + "name": "Wine of zamorak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "246" + }, + { + "ge_buy_limit": "10000", "examine": "They don't look very ripe.", - "archery_ticket_price": "0", + "grand_exchange_price": "83", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "248", "name": "Jangerberries", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "247" }, { - "id": "249", + "ge_buy_limit": "10000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "248" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "182", + "durability": null, "name": "Clean guam", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "249" }, { - "id": "250", + "ge_buy_limit": "10000", + "grand_exchange_price": "182", + "durability": null, "name": "Clean guam", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "250" }, { - "id": "251", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "23", + "durability": null, "name": "Clean marrentill", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "251" }, { - "id": "252", + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, "name": "Clean marrentill", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "252" }, { - "id": "253", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "144", + "durability": null, "name": "Clean tarromin", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "253" }, { - "id": "254", + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, "name": "Clean tarromin", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "254" }, { - "id": "255", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "275", + "durability": null, "name": "Clean harralander", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "255" }, { - "id": "256", + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, "name": "Clean harralander", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "256" }, { - "id": "257", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4930", + "durability": null, "name": "Clean ranarr", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "257" }, { - "id": "258", + "ge_buy_limit": "10000", + "grand_exchange_price": "4930", + "durability": null, "name": "Clean ranarr", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "258" }, { - "id": "259", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "2072", + "durability": null, "name": "Clean irit", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "259" }, { - "id": "260", + "ge_buy_limit": "10000", + "grand_exchange_price": "2072", + "durability": null, "name": "Clean irit", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "260" }, { - "id": "261", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3812", + "durability": null, "name": "Clean avantoe", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "261" }, { - "id": "262", + "ge_buy_limit": "10000", + "grand_exchange_price": "3812", + "durability": null, "name": "Clean avantoe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "262" }, { - "id": "263", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1641", + "durability": null, "name": "Clean kwuarm", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "263" }, { - "id": "264", + "ge_buy_limit": "10000", + "grand_exchange_price": "1641", + "durability": null, "name": "Clean kwuarm", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "264" }, { - "id": "265", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1585", + "durability": null, "name": "Clean cadantine", - "examine": "A fresh herb.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "265" }, { - "id": "266", + "ge_buy_limit": "10000", + "grand_exchange_price": "1585", + "durability": null, "name": "Clean cadantine", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "266" }, { - "id": "267", - "name": "Clean dwarf weed", + "ge_buy_limit": "10000", "examine": "A fresh herb.", - "archery_ticket_price": "0", + "grand_exchange_price": "6925", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "268", "name": "Clean dwarf weed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "267" }, { - "id": "269", - "name": "Clean torstol", + "ge_buy_limit": "10000", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "268" + }, + { + "ge_buy_limit": "10000", "examine": "A fresh herb.", - "archery_ticket_price": "0", + "grand_exchange_price": "8400", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "270", "name": "Clean torstol", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "269" }, { - "id": "271", - "name": "Pressure gauge", + "ge_buy_limit": "10000", + "grand_exchange_price": "35900", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "270" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It looks like part of a machine", + "durability": null, + "name": "Pressure gauge", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "271" }, { - "id": "272", - "name": "Fish food", - "examine": "A box of fish food / Keeps your pet fish strong and healthy.", - "archery_ticket_price": "0", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of fish food / Keeps your pet fish strong and healthy.", "durability": null, + "name": "Fish food", + "archery_ticket_price": "0", + "id": "272", "equipment_slot": "5" }, { - "id": "273", - "name": "Poison", - "examine": "This stuff looks nasty." - }, - { - "id": "274", - "name": "Poisoned fish food", - "examine": "This isn't good for fish.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You'll have to make more in Draynor Manor.", + "examine": "This isn't good for fish.", "durability": null, - "tradeable": "false" + "name": "Poisoned fish food", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "274" }, { - "id": "275", + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, "name": "Key", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "275" }, { - "id": "276", - "name": "Rubber tube", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It's slightly charred.", + "durability": null, + "name": "Rubber tube", "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null + "id": "276" }, { - "id": "277", - "name": "Oil can", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "It's pretty full.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, + "name": "Oil can", "tradeable": "false", - "weight": "1" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "277" }, { - "id": "278", - "name": "Cattleprod", "examine": "A sharp cattleprod.", - "archery_ticket_price": "0", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", "durability": null, - "equipment_slot": "3", + "name": "Cattleprod", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "278", "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "279", - "name": "Sheep feed", - "examine": "Councillor Halgrive gave me this to kill some sheep.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "280", - "name": "Sheep bones (1)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "281", - "name": "Sheep bones (2)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "282", - "name": "Sheep bones (3)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "283", - "name": "Sheep bones (4)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "284", - "name": "Plague jacket", - "examine": "This should protect me from the plague, I hope!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" - }, - { - "id": "285", - "name": "Plague trousers", - "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "286", - "name": "Orange goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "287", - "name": "Blue goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "288", - "name": "Goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "16", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "289", - "name": "Goblin mail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "290", - "name": "Research package", - "examine": "This contains some vital research results.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "291", - "name": "Notes", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "292", - "name": "Book on baxtorian", - "examine": "A book on elven history in northern 2009Scape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "293", - "name": "A key", - "examine": "This will unlock something. (Waterfall Quest)", - "archery_ticket_price": "0", - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "294", - "name": "Glarial's pebble", - "examine": "A small pebble with elven inscription.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "295", - "name": "Glarial's amulet", - "examine": "A bright green gem set in a necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "296", - "name": "Glarial's urn", - "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "297", - "name": "Glarial's urn", - "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "298", - "name": "A key", - "examine": "This will unlock something. (Waterfall dungeon)", - "archery_ticket_price": "0", - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "299", - "name": "Mithril seeds", - "examine": "Magical seeds in a mithril case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "300", - "name": "Rat's tail", - "examine": "A bit of rat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "301", - "name": "Lobster pot", - "examine": "Useful for catching lobsters.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,40}", - "shop_price": "20", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "302", - "name": "Lobster pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "303", - "name": "Small fishing net", - "examine": "Useful for catching small fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "304", - "name": "Small fishing net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "305", - "name": "Big fishing net", - "examine": "Useful for catching lots of fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{16,10}", - "shop_price": "20", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "306", - "name": "Big fishing net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "307", - "name": "Fishing rod", - "examine": "Useful for catching sardine or herring.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,10}", - "shop_price": "5", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "308", - "name": "Fishing rod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "309", - "name": "Fly fishing rod", - "examine": "Useful for catching salmon or trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,10}", - "shop_price": "5", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "310", - "name": "Fly fishing rod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "311", - "name": "Harpoon", - "examine": "Useful for catching big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{10,35}", - "shop_price": "45", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "312", - "name": "Harpoon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "313", - "name": "Fishing bait", - "examine": "For use with a fishing rod.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "314", - "name": "Feather", - "examine": "Used for fly fishing.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "315", - "name": "Shrimps", - "examine": "Some nicely cooked shrimp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "316", - "name": "Shrimps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "317", - "name": "Raw shrimps", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "318", - "name": "Raw shrimps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "319", - "name": "Anchovies", - "examine": "Some nicely cooked anchovies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "320", - "name": "Anchovies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "321", - "name": "Raw anchovies", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "16", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "322", - "name": "Raw anchovies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "324", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "325", - "name": "Sardine", - "examine": "Some nicely cooked Sardines.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true", - "weight": "0.12" - }, - { - "id": "326", - "name": "Sardine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "327", - "name": "Raw sardine", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.12" - }, - { - "id": "328", - "name": "Raw sardine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "329", - "name": "Salmon", - "examine": "Some nicely cooked salmon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "88", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "330", - "name": "Salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "331", - "name": "Raw salmon", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "36", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "332", - "name": "Raw salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "333", - "name": "Trout", - "examine": "Some nicely cooked trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "334", - "name": "Trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "335", - "name": "Raw trout", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "7", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "336", - "name": "Raw trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "337", - "name": "Giant carp", - "examine": "Some nicely cooked giant carp.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "338", - "name": "Raw giant carp", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "339", - "name": "Cod", - "examine": "Some nicely cooked fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "49", - "tradeable": "true", - "weight": "0.33" - }, - { - "id": "340", - "name": "Cod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "341", - "name": "Raw cod", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "49", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "342", - "name": "Raw cod", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "344", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "345", - "name": "Raw herring", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "346", - "name": "Raw herring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "347", - "name": "Herring", - "examine": "Some nicely cooked herring.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "348", - "name": "Herring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "349", - "name": "Raw pike", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "350", - "name": "Raw pike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "351", - "name": "Pike", - "examine": "Some nicely cooked pike.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "352", - "name": "Pike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "353", - "name": "Raw mackerel", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "26", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "354", - "name": "Raw mackerel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "355", - "name": "Mackerel", - "examine": "Some nicely cooked fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "23", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "356", - "name": "Mackerel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "358", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "359", - "name": "Raw tuna", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.379" - }, - { - "id": "360", - "name": "Raw tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "361", - "name": "Tuna", - "examine": "Wow, this is a big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "126", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "362", - "name": "Tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "363", - "name": "Raw bass", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "364", - "name": "Raw bass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "365", - "name": "Bass", - "examine": "Wow, this is a big fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "270", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "366", - "name": "Bass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "368", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "370", - "name": "Burnt fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "371", - "name": "Raw swordfish", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "372", - "name": "Raw swordfish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "373", - "name": "Swordfish", - "examine": "I'd better be careful eating this!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "400", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "374", - "name": "Swordfish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "376", - "name": "Burnt swordfish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "377", - "name": "Raw lobster", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "378", - "name": "Raw lobster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "379", - "name": "Lobster", - "examine": "This looks tricky to eat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "107", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "380", - "name": "Lobster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "382", - "name": "Burnt lobster", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "383", - "name": "Raw shark", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.7" - }, - { - "id": "384", - "name": "Raw shark", - "examine": "", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "385", - "name": "Shark", - "examine": "I'd better be careful eating this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "386", - "name": "Shark", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "388", - "name": "Burnt shark", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "389", - "name": "Raw manta ray", - "examine": "A rare catch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "390", - "name": "Raw manta ray", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "391", - "name": "Manta ray", - "examine": "Mmmm...this looks tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "392", - "name": "Manta ray", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "394", - "name": "Burnt manta ray", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "395", - "name": "Raw sea turtle", - "examine": "A rare catch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "396", - "name": "Raw sea turtle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "397", - "name": "Sea turtle", - "examine": "Tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.35" - }, - { - "id": "398", - "name": "Sea turtle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "400", - "name": "Burnt sea turtle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "401", - "name": "Seaweed", - "examine": "Slightly damp seaweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "402", - "name": "Seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "403", - "name": "Edible seaweed", - "examine": "Slightly damp seaweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "404", - "name": "Edible seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "405", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "5" - }, - { - "id": "406", - "name": "Casket", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "407", - "name": "Oyster", - "examine": "Its a rare oyster.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "408", - "name": "Oyster", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "409", - "name": "Empty oyster", - "examine": "Aww, it's empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true", - "weight": "0.08" - }, - { - "id": "410", - "name": "Empty oyster", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "411", - "name": "Oyster pearl", - "examine": "I could work wonders with a chisel on this pearl.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "500", - "shop_price": "44", - "tradeable": "true" - }, - { - "id": "412", - "name": "Oyster pearl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "413", - "name": "Oyster pearls", - "examine": "I could work wonders with a chisel on these pearls.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "414", - "name": "Oyster pearls", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "415", - "name": "Ethenea", - "examine": "An expensive colourless liquid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "416", - "name": "Liquid honey", - "examine": "This isn't worth much.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "417", - "name": "Sulphuric broline", - "examine": "It's highly poisonous.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "418", - "name": "Plague sample", - "examine": "Probably best I don't keep this too long.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "419", - "name": "Touch paper", - "examine": "A special kind of paper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "420", - "name": "Distillator", - "examine": "Apparently it distills.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "421", - "name": "Lathas' amulet", - "examine": "Yup. It's an amulet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "422", - "name": "Bird feed", - "examine": "Birds love this stuff!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "424", - "name": "Pigeon cage", - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "425", - "name": "Pigeon cage", - "examine": "(empty) It's empty... (full) It's full of pigeons.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "426", - "name": "Priest gown", - "examine": "Top half of a priest suit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "427", - "name": "Priest gown", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "428", - "name": "Priest gown", - "examine": "Bottom half of a priest suit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "429", - "name": "Priest gown", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "430", - "name": "Doctors' gown", - "examine": "Medical looking.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1" - }, - { - "id": "431", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "433", - "name": "Pirate message", - "examine": "Pirates don't have the best handwriting...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "434", - "name": "Clay", - "examine": "Some hard dry clay.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "435", - "name": "Clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "436", - "name": "Copper ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "437", - "name": "Copper ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "438", - "name": "Tin ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "6", - "tokkul_price": "4", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "439", - "name": "Tin ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "440", - "name": "Iron ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "25", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "441", - "name": "Iron ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "442", - "name": "Silver ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "82", - "tokkul_price": "112", - "tradeable": "true", - "weight": "2" - }, - { - "id": "443", - "name": "Silver ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "444", - "name": "Gold ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "225", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "445", - "name": "Gold ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "446", - "name": "'perfect' gold ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "447", - "name": "Mithril ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "243", - "tokkul_price": "243", - "tradeable": "true", - "weight": "1.75" - }, - { - "id": "448", - "name": "Mithril ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "449", - "name": "Adamantite ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "1300", - "tokkul_price": "600", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "450", - "name": "Adamantite ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "451", - "name": "Runite ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "4800", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "452", - "name": "Runite ore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "453", - "name": "Coal", - "examine": "Hmm a non-renewable energy source!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tokkul_price": "67", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "454", - "name": "Coal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "455", - "name": "Barcrawl card", - "examine": "The official Alfred Grimhand bar crawl card.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "456", - "name": "Scorpion cage", - "examine": "It's empty!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.15" - }, - { - "id": "457", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "458", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "459", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "460", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "461", - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.175" - }, - { - "id": "462", - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "463", - "name": "Scorpion cage", - "examine": "There are 3 scorpions inside.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Thormac to get another cage.", - "durability": null, - "tradeable": "false", - "weight": "0.225" - }, - { - "id": "464", - "name": "Strange fruit", - "examine": "Found on strange plants that grow around Karamja.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "465", - "name": "Strange fruit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "466", - "name": "Pickaxe handle", - "examine": "Useless without the head.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "467", - "name": "Pickaxe handle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "468", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "469", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "470", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "471", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "472", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "473", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "474", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "475", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "476", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "477", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "478", - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me.", - "archery_ticket_price": "0", - "attack_audios": "2508,0,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "479", - "name": "Broken pickaxe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "480", - "name": "Bronze pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "481", - "name": "Bronze pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "482", - "name": "Iron pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "483", - "name": "Iron pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "484", - "name": "Steel pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "485", - "name": "Steel pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "486", - "name": "Mithril pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "487", - "name": "Mithril pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "488", - "name": "Adamant pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "489", - "name": "Adamant pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "490", - "name": "Rune pick head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "491", - "name": "Rune pick head", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "492", - "name": "Picture", - "examine": "Useless without the head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "493", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "494", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "495", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "496", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "497", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "498", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "499", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "500", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "501", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "502", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "503", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "504", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "505", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "506", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "507", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "508", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "509", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "510", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "511", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "512", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "513", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "514", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "515", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "516", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "517", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "518", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "519", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "520", - "name": "Picture", - "examine": "A piece of ancient goblin axe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "521", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "522", - "name": "Enchanted beef", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "523", - "name": "Enchanted rat meat", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "524", - "name": "Enchanted bear meat", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "525", - "name": "Enchanted chicken", - "examine": "I don't fancy eating this now.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "526", - "name": "Bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "190", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "527", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "190", - "tradeable": "true" - }, - { - "id": "528", - "name": "Burnt bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "529", - "name": "Burnt bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "530", - "name": "Bat bones", - "examine": "Ew it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "531", - "name": "Bat bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "532", - "name": "Big bones", - "examine": "Normal: Ew, it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "593", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "533", - "name": "Big bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "593", - "tradeable": "true" - }, - { - "id": "534", - "name": "Babydragon bones", - "examine": "Ew, it's a pile of bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.7" - }, - { - "id": "535", - "name": "Babydragon bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "536", - "name": "Dragon bones", - "examine": "These would feed a dog for months!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "537", - "name": "Dragon bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "538", - "name": "Druid's robe", - "examine": "Keeps a druid's knees nice and warm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "539", - "name": "Druid's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "540", - "name": "Druid's robe", - "examine": "I feel closer to the gods when I am wearing this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true" - }, - { - "id": "541", - "name": "Druid's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "542", - "name": "Monk's robe", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "543", - "name": "Monk's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "544", - "name": "Monk's robe", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true" - }, - { - "id": "545", - "name": "Monk's robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "546", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "548", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "550", - "name": "Newcomer map", - "examine": "Issued by 2009Scape Council to all new citizens.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "551", - "name": "Newcomer map", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "552", - "name": "Ghostspeak amulet", - "examine": "It lets me talk to ghosts.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "553", - "name": "Ghost's skull", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you get rid of the skull you'll have to search for it again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "554", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "555", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "556", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "557", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "6", - "tradeable": "true" - }, - { - "id": "558", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "17", - "tokkul_price": "4", - "tradeable": "true" - }, - { - "id": "559", - "name": "Body rune", - "examine": "Used for Curse spells", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "16", - "tokkul_price": "4", - "tradeable": "true" - }, - { - "id": "560", - "name": "Death rune", - "examine": "Used for medium missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "310", - "tokkul_price": "270", - "tradeable": "true" - }, - { - "id": "561", - "name": "Nature rune", - "examine": "Used for alchemy spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "372", - "tradeable": "true" - }, - { - "id": "562", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "140", - "tokkul_price": "135", - "tradeable": "true" - }, - { - "id": "563", - "name": "Law rune", - "examine": "Used for teleport spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "378", - "tradeable": "true" - }, - { - "id": "564", - "name": "Cosmic rune", - "examine": "Used for enchant spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "232", - "tradeable": "true" - }, - { - "id": "565", - "name": "Blood rune", - "examine": "Used for large missile spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "550", - "tradeable": "true" - }, - { - "id": "566", - "name": "Soul rune", - "examine": "Used for high level curse spells.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "400", - "tradeable": "true" - }, - { - "id": "567", - "name": "Unpowered orb", - "examine": "I'd prefer it if it was powered.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "568", - "name": "Unpowered orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "569", - "name": "Fire orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "570", - "name": "Fire orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "571", - "name": "Water orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "572", - "name": "Water orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "573", - "name": "Air orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "574", - "name": "Air orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "575", - "name": "Earth orb", - "examine": "A magic glowing orb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "576", - "name": "Earth orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "577", - "name": "Wizard robe", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "4", - "tradeable": "true", - "weight": "1" - }, - { - "id": "578", - "name": "Wizard robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "579", - "name": "Wizard hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "2", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "580", - "name": "Wizard hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "581", - "name": "Black robe", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "5", - "tradeable": "true", - "weight": "1" - }, - { - "id": "582", - "name": "Black robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "583", - "name": "Bailing bucket", - "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "1" - }, - { - "id": "584", - "name": "Bailing bucket", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "585", - "name": "Bailing bucket", - "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "1" - }, - { - "id": "586", - "name": "Bailing bucket", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "587", - "name": "Orb of protection", - "examine": "A strange glowing green orb.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "588", - "name": "Orbs of protection", - "examine": "Two strange glowing green orbs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "589", - "name": "Gnome amulet", - "examine": "It's an amulet of protection given to me by the Gnomes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "590", - "name": "Tinderbox", - "examine": "Useful for lighting a fire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "591", - "name": "Tinderbox", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "592", - "name": "Ashes", - "examine": "A heap of ashes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.056" - }, - { - "id": "593", - "name": "Ashes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "594", - "name": "Lit torch", - "examine": "A lit home-made torch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "596", - "name": "Unlit torch", - "examine": "An unlit home-made torch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "597", - "name": "Unlit torch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "598", - "name": "Bronze fire arrows", - "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "600", - "name": "Astronomy book", - "examine": "A book on the history of astronomy in 2009Scape.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "601", - "name": "Goblin kitchen key", - "examine": "A small key for a large door.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another, down in the dungeon.", - "durability": null, - "tradeable": "false" - }, - { - "id": "602", - "name": "Lens mould", - "examine": "An unusual clay mould in the shape of a disc.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to get another down in the dungeon.", - "durability": null, - "tradeable": "false" - }, - { - "id": "603", - "name": "Observatory lens", - "examine": "A perfectly circular disc of glass.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "604", - "name": "Bone shard", - "examine": "A slender bone shard given to you by Zadimus.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "605", - "name": "Bone key", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "606", - "name": "Stone-plaque", - "examine": "A stone plaque with carved letters in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "607", - "name": "Tattered scroll", - "examine": "An ancient tattered scroll.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "608", - "name": "Crumpled scroll", - "examine": "An ancient crumpled scroll.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "609", - "name": "Rashiliyia corpse", - "examine": "The remains of the Zombie Queen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "610", - "name": "Zadimus corpse", - "examine": "The remains of Zadimus.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "611", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "612", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "613", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "614", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "615", - "name": "Locating crystal", - "examine": "A magical crystal sphere.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "616", - "name": "Beads of the dead", - "examine": "A curious looking neck ornament.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0", - "destroy": "true", - "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.", - "durability": null, - "equipment_slot": "2", - "shop_price": "1200", - "tradeable": "false" - }, - { - "id": "617", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "618", - "name": "Bone beads", - "examine": "Beads carved out of a bone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "619", - "name": "Paramaya ticket", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "620", - "name": "Paramaya ticket", - "examine": "Allows you to rest in the luxurious Paramayer Inn.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "621", - "name": "Ship ticket", - "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "623", - "name": "Sword pommel", - "examine": "An ivory sword pommel.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "624", - "name": "Bervirius notes", - "examine": "Notes taken from the tomb of Bervirius.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "625", - "name": "Wampum belt", - "examine": "A decorated belt used to trade information between distant villages.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "626", - "name": "Boots", - "examine": "They're soft, silky and pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "627", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "628", - "name": "Boots", - "examine": "They're soft, silky and green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "629", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "630", - "name": "Boots", - "examine": "They're soft, silky and blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "631", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "632", - "name": "Boots", - "examine": "They're soft, silky and cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "633", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "634", - "name": "Boots", - "examine": "They're soft, silky and turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "635", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "636", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "637", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "638", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "639", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "640", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "641", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "642", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "643", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "644", - "name": "Robe top", - "examine": "The ultimate in gnome design, now in turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "645", - "name": "Robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "646", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for pink.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "647", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "648", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for green.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "649", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "650", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for blue.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "651", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "652", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for cream.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "653", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "654", - "name": "Robe bottoms", - "examine": "Made by tree gnomes with a thing for turquoise.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "180", - "tradeable": "true", - "weight": "1" - }, - { - "id": "655", - "name": "Robe bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "656", - "name": "Hat", - "examine": "A silly, pink pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "657", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "658", - "name": "Hat", - "examine": "A silly, green pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "659", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "660", - "name": "Hat", - "examine": "A silly, blue pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "661", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "662", - "name": "Hat", - "examine": "A silly, cream pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "663", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "664", - "name": "Hat", - "examine": "A silly, turquoise pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "665", - "name": "Hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "666", - "name": "Portrait", - "examine": "Picture of a posing Paladin.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "667", - "name": "Blurite sword", - "examine": "A Faladian Knight's sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "292", - "run_anim": "824", - "stand_anim": "809", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "668", - "name": "Blurite ore", - "examine": "Definitely blue.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "669", - "name": "Specimen jar", - "examine": "A receptacle for specimens!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "670", - "name": "Specimen brush", - "examine": "A small brush used to clean rock samples.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "671", - "name": "Animal skull", - "examine": "A carefully-kept-safe skull sample.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "672", - "name": "Special cup", - "examine": "A special cup.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "673", - "name": "Teddy", - "examine": "A lucky mascot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "674", - "name": "Cracked sample", - "examine": "A roughly shaped piece of rock.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "675", - "name": "Rock pick", - "examine": "A small pick for digging.", - "archery_ticket_price": "0", - "durability": null, + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", "equipment_slot": "3" }, { - "id": "676", - "name": "Trowel", - "examine": "Used for digging!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "677", - "name": "Panning tray", - "examine": "An empty tray for panning.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "678", - "name": "Panning tray", - "examine": "This tray contains gold nuggets.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "679", - "name": "Panning tray", - "examine": "This tray contains mud.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "680", - "name": "Nuggets", - "examine": "Pure, lovely gold!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "681", - "name": "Ancient talisman", - "examine": "An unusual symbol as yet unidentified by the archaeological expert.", - "archery_ticket_price": "0", + "examine": "Councillor Halgrive gave me this to kill some sheep.", "durability": null, - "weight": "0.2" + "name": "Sheep feed", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "279" }, { - "id": "682", - "name": "Unstamped letter", - "examine": "A letter waiting to be stamped.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "tradeable": "false", - "weight": "1" + "name": "Sheep bones (1)", + "archery_ticket_price": "0", + "id": "280" }, { - "id": "683", - "name": "Sealed letter", - "examine": "A sealed letter of recommendation.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "tradeable": "false" + "name": "Sheep bones (2)", + "archery_ticket_price": "0", + "id": "281" }, { - "id": "684", - "name": "Belt buckle", - "examine": "Used to hold up trousers!", - "archery_ticket_price": "0", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "weight": "1" + "name": "Sheep bones (3)", + "archery_ticket_price": "0", + "id": "282" }, { - "id": "685", - "name": "Old boot", - "examine": "Phew!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "686", - "name": "Rusty sword", - "examine": "A decent-enough weapon gone rusty.", - "archery_ticket_price": "0", + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", "durability": null, - "weight": "2" + "name": "Sheep bones (4)", + "archery_ticket_price": "0", + "id": "283" }, { - "id": "687", - "name": "Broken arrow", - "examine": "This must have been shot at high speed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "688", - "name": "Buttons", - "examine": "Not Dick Whittington's helper at all!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "689", - "name": "Broken staff", - "examine": "I pity the poor person beaten with this!", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", + "remove_sleeves": "true", + "examine": "This should protect me from the plague, I hope!", "durability": null, + "name": "Plague jacket", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "284", + "equipment_slot": "4" + }, + { + "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!", + "durability": null, + "name": "Plague trousers", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "285", + "equipment_slot": "7" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Orange goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "286", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Blue goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "287", + "equipment_slot": "4" + }, + { + "shop_price": "16", + "ge_buy_limit": "100", + "examine": "Armour designed to fit goblins.", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", "tradeable": "true", - "weight": "1.8" + "weight": "3.6", + "archery_ticket_price": "0", + "id": "288", + "equipment_slot": "4" }, { - "id": "690", - "name": "Picture", - "examine": "Smashed glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "691", - "name": "Level 1 certificate", - "examine": "The owner has passed Earth Sciences Level 1 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "692", - "name": "Level 2 certificate", - "examine": "The owner has passed Earth Sciences Level 2 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "693", - "name": "Level 3 certificate", - "examine": "The owner has passed Earth Sciences Level 3 exam.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "694", - "name": "Ceramic remains", - "examine": "Smashing!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "695", - "name": "Old tooth", - "examine": "Now, if I could just find a tooth fairy to sell this to...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "696", - "name": "Invitation letter", - "examine": "A letter inviting me to use the private digging shafts.", - "archery_ticket_price": "0", - "destroy": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "398", "durability": null, - "tradeable": "false" + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "289" }, { - "id": "697", - "name": "Damaged armour", - "examine": "It would be hard to repair this!", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This contains some vital research results.", "durability": null, - "weight": "7.75" + "name": "Research package", + "weight": "1", + "archery_ticket_price": "0", + "id": "290" }, { - "id": "698", - "name": "Broken armour", - "examine": "Armour left over from a great fight.", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "weight": "8" + "name": "Notes", + "archery_ticket_price": "0", + "id": "291" }, { - "id": "699", - "name": "Stone tablet", - "examine": "An old stone slab with writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "700", - "name": "Chemical powder", - "examine": "An acrid chemical.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "701", - "name": "Ammonium nitrate", - "examine": "An acrid chemical.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "702", - "name": "Unidentified liquid", - "examine": "A strong chemical.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "A book on elven history in northern 2009Scape.", "durability": null, + "name": "Book on baxtorian", + "archery_ticket_price": "0", + "id": "292" + }, + { + "examine": "A small pebble with elven inscription.", + "durability": null, + "name": "Glarial's pebble", + "archery_ticket_price": "0", + "id": "294" + }, + { + "examine": "A bright green gem set in a necklace.", + "durability": null, + "name": "Glarial's amulet", + "archery_ticket_price": "0", + "id": "295", + "equipment_slot": "2" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "296" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "297" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "Magical seeds in a mithril case.", + "grand_exchange_price": "623", + "durability": null, + "name": "Mithril seeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "299" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A bit of rat.", + "durability": null, + "name": "Rat's tail", "tradeable": "false", - "weight": "1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "300" }, { - "id": "703", - "name": "Nitroglycerin", - "examine": "A strong chemical.", - "archery_ticket_price": "0", + "requirements": "{10,40}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lobsters.", + "grand_exchange_price": "100", "durability": null, - "shop_price": "1", - "weight": "1" + "name": "Lobster pot", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "301" }, { - "id": "704", - "name": "Ground charcoal", - "examine": "Charcoal - crushed to small pieces!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "705", - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "100", "durability": null, - "shop_price": "1", - "weight": "0.03" + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "302" }, { - "id": "706", - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "397", "durability": null, - "shop_price": "1", - "weight": "0.035" + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "303" }, { - "id": "707", - "name": "Chemical compound", - "examine": "A mixture of strong chemicals.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "397", "durability": null, - "weight": "0.035" - }, - { - "id": "708", - "name": "Arcenia root", - "examine": "The root of an arcenia plant.", + "name": "Small fishing net", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "304" }, { - "id": "709", - "name": "Chest key", - "examine": "This key opens a chest in the Carnillean household." - }, - { - "id": "710", - "name": "Vase", - "examine": "An unusually shaped vase. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "711", - "name": "Book on chemicals", - "examine": "It's about chemicals, judging from its cover.", - "archery_ticket_price": "0", + "requirements": "{16,10}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lots of fish.", + "grand_exchange_price": "329", "durability": null, - "weight": "0.5" + "name": "Big fishing net", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "305" }, { - "id": "712", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "329", "durability": null, + "name": "Big fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "306" + }, + { + "requirements": "{5,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching sardine or herring.", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "307" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "308" + }, + { + "requirements": "{20,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching salmon or trout.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "309" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "310" + }, + { + "requirements": "{10,35}", + "shop_price": "45", + "ge_buy_limit": "5000", + "examine": "Useful for catching big fish.", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "311" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "312" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "For use with a fishing rod.", + "grand_exchange_price": "3", + "durability": null, + "name": "Fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "313" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Used for fly fishing.", + "grand_exchange_price": "24", + "durability": null, + "name": "Feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "314" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked shrimp.", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "315" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "316" + }, + { + "shop_price": "6", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "317" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "318" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked anchovies.", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "319" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "320" + }, + { + "shop_price": "16", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "321" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "322" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "324" + }, + { "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked Sardines.", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", "tradeable": "true", - "weight": "0.1" + "weight": "0.12", + "archery_ticket_price": "0", + "id": "325" }, { - "id": "714", - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "715", - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "716", - "name": "Bull roarer", - "examine": "It makes a loud but interesting sound when swung in the air.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "717", - "name": "Scrawled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "718", - "name": "A scribbled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "719", - "name": "Scrumpled note", - "examine": "A scrawled note with spidery writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "720", - "name": "Sketch", - "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "721", - "name": "Gold bowl", - "examine": "A specially made bowl constructed out of pure gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "722", - "name": "Blessed gold bowl", - "examine": "A specially made bowl constructed out of pure gold and blessed.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "12", "durability": null, - "weight": "0.8" + "name": "Sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "326" }, { - "id": "723", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "31", "durability": null, - "weight": "1" + "name": "Raw sardine", + "tradeable": "true", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "327" }, { - "id": "724", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "ge_buy_limit": "20000", + "grand_exchange_price": "31", "durability": null, - "weight": "1" + "name": "Raw sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "328" }, { - "id": "725", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "shop_price": "88", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked salmon.", + "grand_exchange_price": "278", "durability": null, - "weight": "1" + "name": "Salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "329" }, { - "id": "726", - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "278", "durability": null, - "weight": "1" + "name": "Salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "330" }, { - "id": "727", - "name": "Hollow reed", - "examine": "One of nature's pipes.", - "archery_ticket_price": "0", + "shop_price": "36", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "172", "durability": null, - "weight": "0.012" + "name": "Raw salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "331" }, { - "id": "728", - "name": "Hollow reed", - "examine": "One of nature's pipes.", - "archery_ticket_price": "0", + "ge_buy_limit": "20000", + "grand_exchange_price": "172", "durability": null, - "weight": "0.012" + "name": "Raw salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "332" }, { - "id": "729", - "name": "Shamans tome", - "examine": "It looks like the Shamans personal notes...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "730", - "name": "Binding book", - "examine": "An ancient tome on Demonology.", - "archery_ticket_price": "0", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked trout.", + "grand_exchange_price": "172", "durability": null, - "weight": "0.5" + "name": "Trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "333" }, { - "id": "731", - "name": "Enchanted vial", - "examine": "An enchanted empty glass vial.", + "ge_buy_limit": "10000", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", "archery_ticket_price": "0", + "id": "334" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "335" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "336" + }, + { + "examine": "Some nicely cooked giant carp.", + "durability": null, + "name": "Giant carp", + "archery_ticket_price": "0", + "id": "337" + }, + { + "examine": "I should try cooking this.", + "durability": null, + "name": "Raw giant carp", + "archery_ticket_price": "0", + "id": "338" + }, + { + "shop_price": "49", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "339" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "340" + }, + { + "shop_price": "49", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "341" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "342" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "344" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "345" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "346" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked herring.", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "347" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "348" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "349" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "350" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked pike.", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "352" + }, + { + "shop_price": "26", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "353" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "354" + }, + { + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "356" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "358" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "weight": "0.379", + "archery_ticket_price": "0", + "id": "359" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "360" + }, + { + "shop_price": "126", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "362" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "363" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "364" + }, + { + "shop_price": "270", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "365" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "366" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "368" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "370" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "371" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "372" + }, + { + "shop_price": "400", + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this!", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "374" + }, + { + "durability": null, + "name": "Burnt swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "376" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "377" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "378" + }, + { + "shop_price": "107", + "ge_buy_limit": "10000", + "examine": "This looks tricky to eat.", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "379" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "380" + }, + { + "durability": null, + "name": "Burnt lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "382" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "1615", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "383" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1615", + "examine": "", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "384" + }, + { + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "385" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "386" + }, + { + "durability": null, + "name": "Burnt shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "388" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "389" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "390" + }, + { + "ge_buy_limit": "10000", + "examine": "Mmmm...this looks tasty!", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "391" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "392" + }, + { + "durability": null, + "name": "Burnt manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "394" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "395" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "396" + }, + { + "ge_buy_limit": "10000", + "examine": "Tasty!", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "weight": "0.35", + "archery_ticket_price": "0", + "id": "397" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "398" + }, + { + "durability": null, + "name": "Burnt sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "400" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "401" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "402" + }, + { + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "403" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "404" + }, + { + "ge_buy_limit": "100", + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "405" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "406" + }, + { + "ge_buy_limit": "500", + "examine": "Its a rare oyster.", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "407" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "408" + }, + { + "shop_price": "5", + "examine": "Aww, it's empty.", + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "weight": "0.08", + "archery_ticket_price": "0", + "id": "409" + }, + { + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "410" + }, + { + "shop_price": "44", + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on this pearl.", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "411", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "412" + }, + { + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on these pearls.", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "413", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "414" + }, + { + "examine": "An expensive colourless liquid.", + "durability": null, + "name": "Ethenea", + "archery_ticket_price": "0", + "id": "415" + }, + { + "examine": "This isn't worth much.", + "durability": null, + "name": "Liquid honey", + "archery_ticket_price": "0", + "id": "416" + }, + { + "examine": "It's highly poisonous.", + "durability": null, + "name": "Sulphuric broline", + "weight": "1", + "archery_ticket_price": "0", + "id": "417" + }, + { + "examine": "Probably best I don't keep this too long.", + "durability": null, + "name": "Plague sample", + "archery_ticket_price": "0", + "id": "418" + }, + { + "examine": "A special kind of paper.", + "durability": null, + "name": "Touch paper", + "archery_ticket_price": "0", + "id": "419" + }, + { + "examine": "Apparently it distills.", + "durability": null, + "name": "Distillator", + "tradeable": "false", "destroy": "true", + "archery_ticket_price": "0", + "id": "420" + }, + { + "examine": "Yup. It's an amulet.", "durability": null, - "shop_price": "160", - "tradeable": "false" + "name": "Lathas' amulet", + "archery_ticket_price": "0", + "id": "421", + "equipment_slot": "2" }, { - "id": "732", - "name": "Holy water", - "examine": "A vial of holy water, good against certain demons.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24", + "examine": "Birds love this stuff!", "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" + "name": "Bird feed", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "422" }, { - "id": "733", - "name": "Smashed glass", - "examine": "Fragments of a broken container.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "735", - "name": "Yommi tree seeds", - "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "736", - "name": "Yommi tree seeds", - "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "737", - "name": "Snakeweed mixture", - "examine": "A Snakeweed mixture, needs another ingredient.", - "archery_ticket_price": "0", + "examine": "(empty) It's empty... (full) It's full of pigeons.", "durability": null, - "weight": "1" + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "424" }, { - "id": "738", - "name": "Ardrigal mixture", - "examine": "It's a mixture of ardrigal and water. Needs another ingredient.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "739", - "name": "Bravery potion", - "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "740", - "name": "Blue hat", - "examine": "A silly, blue pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "examine": "(empty) It's empty... (full) It's full of pigeons.", "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "425" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Top half of a priest suit.", + "durability": null, + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "55", + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "426", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "427" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Bottom half of a priest suit.", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "428", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "429" + }, + { + "remove_sleeves": "true", + "examine": "Medical looking.", + "durability": null, + "name": "Doctors' gown", + "weight": "1", + "archery_ticket_price": "0", + "id": "430", + "equipment_slot": "4" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "431" + }, + { + "examine": "Pirates don't have the best handwriting...", + "durability": null, + "name": "Pirate message", + "weight": "1", + "archery_ticket_price": "0", + "id": "433" + }, + { + "ge_buy_limit": "25000", + "examine": "Some hard dry clay.", + "grand_exchange_price": "150", + "durability": null, + "name": "Clay", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "434" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "406", + "durability": null, + "name": "Clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "435" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "58", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "437" + }, + { + "shop_price": "6", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "46", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "439" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "204", + "tokkul_price": "25", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "440" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "396", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "441" + }, + { + "shop_price": "82", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "180", + "tokkul_price": "112", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "442" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "205", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "443" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "311", + "tokkul_price": "225", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "444" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "319", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "445" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "'perfect' gold ore", + "archery_ticket_price": "0", + "id": "446" + }, + { + "shop_price": "243", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "420", + "tokkul_price": "243", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "447" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "369", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "448" + }, + { + "shop_price": "1300", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "1160", + "tokkul_price": "600", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "449" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1622", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "450" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "10300", + "tokkul_price": "4800", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "451" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "10300", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "452" + }, + { + "ge_buy_limit": "25000", + "examine": "Hmm a non-renewable energy source!", + "grand_exchange_price": "320", + "tokkul_price": "67", + "durability": null, + "name": "Coal", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "453" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "315", + "durability": null, + "name": "Coal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "454" + }, + { + "examine": "The official Alfred Grimhand bar crawl card.", + "durability": null, + "name": "Barcrawl card", + "archery_ticket_price": "0", + "id": "455" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.15", + "id": "456" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "457" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "458" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "459" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "460" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "461" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "462" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 3 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.225", + "id": "463" + }, + { + "ge_buy_limit": "10000", + "examine": "Found on strange plants that grow around Karamja.", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "464" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "465" + }, + { + "shop_price": "1", + "examine": "Useless without the head.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "466", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "467" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "468", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "469" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "470", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "471" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "472", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "473" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "474", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "475" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "476", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "477" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "478", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "479" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "480" + }, + { + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "481" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "482" + }, + { + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "483" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "484" + }, + { + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "485" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "486" + }, + { + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "487" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "488" + }, + { + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "489" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "490" + }, + { + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "491" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "492", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "493" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "494", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "495" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "496", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "497" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "499" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "500", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "501" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "502", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "503" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "504", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "505" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "506", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "507" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "508" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "509" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "510" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "511" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "512" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "513" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "514" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "515" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "516" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "517" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "518" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "519" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "520" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "521" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted beef", + "archery_ticket_price": "0", + "id": "522" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted rat meat", + "archery_ticket_price": "0", + "id": "523" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted bear meat", + "archery_ticket_price": "0", + "id": "524" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted chicken", + "weight": "1", + "archery_ticket_price": "0", + "id": "525" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "526" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "527" + }, + { + "ge_buy_limit": "10000", + "examine": "Bones are for burying!", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "528" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "529" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew it's a pile of bones.", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "530" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "531" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "examine": "Normal: Ew, it's a pile of bones.", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "532" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "533" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew, it's a pile of bones.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "534" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "535" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dog for months!", + "grand_exchange_price": "1300", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "536" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4065", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "537" + }, + { + "ge_buy_limit": "100", + "examine": "Keeps a druid's knees nice and warm.", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "539" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "I feel closer to the gods when I am wearing this.", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "541" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "542", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "543" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "544", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "545" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "546", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "548", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Issued by 2009Scape Council to all new citizens.", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "551" + }, + { + "examine": "It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "552", + "equipment_slot": "2" + }, + { + "destroy_message": "If you get rid of the skull you'll have to search for it again.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Ghost's skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "553" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "554" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "555" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "556" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "557" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "18", + "tokkul_price": "4", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "558" + }, + { + "shop_price": "16", + "ge_buy_limit": "25000", + "examine": "Used for Curse spells", + "grand_exchange_price": "16", + "tokkul_price": "4", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "559" + }, + { + "shop_price": "310", + "ge_buy_limit": "25000", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "320", + "durability": null, + "tokkul_price": "270", + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "560" + }, + { + "shop_price": "372", + "ge_buy_limit": "25000", + "examine": "Used for alchemy spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Nature rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "561" + }, + { + "shop_price": "140", + "ge_buy_limit": "25000", + "examine": "Used for small missile spells.", + "grand_exchange_price": "140", + "durability": null, + "tokkul_price": "135", + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "562" + }, + { + "shop_price": "378", + "ge_buy_limit": "25000", + "examine": "Used for teleport spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "563" + }, + { + "shop_price": "232", + "ge_buy_limit": "25000", + "examine": "Used for enchant spells.", + "grand_exchange_price": "240", + "durability": null, + "name": "Cosmic rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "564" + }, + { + "shop_price": "550", + "ge_buy_limit": "25000", + "examine": "Used for large missile spells.", + "grand_exchange_price": "560", + "durability": null, + "name": "Blood rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "565" + }, + { + "shop_price": "400", + "ge_buy_limit": "25000", + "examine": "Used for high level curse spells.", + "grand_exchange_price": "420", + "durability": null, + "name": "Soul rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "566" + }, + { + "ge_buy_limit": "5000", + "examine": "I'd prefer it if it was powered.", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "567" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "568" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "569" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "570" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "571" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "572" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "573" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "574" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "575" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "576" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1840", + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "577", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1840", + "durability": null, + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "578" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.45", "equipment_slot": "0", + "grand_exchange_price": "361", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", "hat": "true", + "id": "579", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "580" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1364", + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "581", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1364", + "durability": null, + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "582" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "583" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "584" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "585" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "586" + }, + { + "examine": "A strange glowing green orb.", + "durability": null, + "name": "Orb of protection", + "weight": "1", + "archery_ticket_price": "0", + "id": "587" + }, + { + "examine": "Two strange glowing green orbs.", + "durability": null, + "name": "Orbs of protection", + "archery_ticket_price": "0", + "id": "588" + }, + { + "examine": "It's an amulet of protection given to me by the Gnomes.", + "durability": null, + "name": "Gnome amulet", + "archery_ticket_price": "0", + "id": "589", + "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "shop_price": "1", + "ge_buy_limit": "5000", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "590" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "591" + }, + { + "ge_buy_limit": "10000", + "examine": "A heap of ashes.", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "592" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "593" + }, + { + "examine": "A lit home-made torch.", + "durability": null, + "name": "Lit torch", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "594" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An unlit home-made torch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "596" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "597" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "162", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "598", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "100", + "examine": "A book on the history of astronomy in 2009Scape.", + "grand_exchange_price": "658", + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "600" + }, + { + "destroy_message": "You'll have to find another, down in the dungeon.", + "examine": "A small key for a large door.", + "durability": null, + "name": "Goblin kitchen key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "601" + }, + { + "destroy_message": "You'll have to get another down in the dungeon.", + "examine": "An unusual clay mould in the shape of a disc.", + "durability": null, + "name": "Lens mould", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "602" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A perfectly circular disc of glass.", + "durability": null, + "name": "Observatory lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "603" + }, + { "shop_price": "160", - "tradeable": "true", - "weight": "0.4" + "examine": "A slender bone shard given to you by Zadimus.", + "durability": null, + "name": "Bone shard", + "archery_ticket_price": "0", + "id": "604" }, { - "id": "741", - "name": "Chunk of crystal", - "examine": "It looks like it's been snapped off of something.", + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", "archery_ticket_price": "0", - "durability": null + "id": "605" }, { - "id": "742", - "name": "Hunk of crystal", - "examine": "It looks like it's been snapped off of something.", + "examine": "A stone plaque with carved letters in it.", + "durability": null, + "name": "Stone-plaque", "archery_ticket_price": "0", - "durability": null + "id": "606" }, { - "id": "743", - "name": "Lump of crystal", - "examine": "It looks like it's been snapped off of something.", + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Tattered scroll", "archery_ticket_price": "0", - "durability": null + "id": "607" }, { - "id": "744", - "name": "Heart crystal", - "examine": "A heart shaped crystal.", + "shop_price": "100", + "examine": "An ancient crumpled scroll.", + "durability": null, + "name": "Crumpled scroll", "archery_ticket_price": "0", + "id": "608" + }, + { + "examine": "The remains of the Zombie Queen.", + "durability": null, + "name": "Rashiliyia corpse", + "archery_ticket_price": "0", + "id": "609" + }, + { + "examine": "The remains of Zadimus.", + "durability": null, + "name": "Zadimus corpse", + "tradeable": "false", "destroy": "true", - "durability": null, - "tradeable": "false" + "weight": "1", + "archery_ticket_price": "0", + "id": "610" }, { - "id": "745", - "name": "Heart crystal", - "examine": "A heart shaped crystal.", + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", "archery_ticket_price": "0", + "id": "611" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "612" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "613" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "614" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "615" + }, + { + "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.", + "shop_price": "1200", + "examine": "A curious looking neck ornament.", + "durability": null, + "name": "Beads of the dead", + "tradeable": "false", "destroy": "true", + "archery_ticket_price": "0", + "id": "616", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0", + "equipment_slot": "2" + }, + { + "bankable": "false", + "examine": "Lovely money!", "durability": null, - "tradeable": "false" + "name": "Coins", + "archery_ticket_price": "0", + "id": "617" }, { - "id": "746", - "name": "Dark dagger", - "examine": "A black obsidian dagger, it has a strange aura about it.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "defence_anim": "378", + "examine": "Beads carved out of a bone.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" + "name": "Bone beads", + "archery_ticket_price": "0", + "id": "618" }, { - "id": "747", - "name": "Glowing dagger", - "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "6", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0", - "defence_anim": "378", + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "619" }, { - "id": "748", - "name": "Holy force", - "examine": "A powerful spell for good.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "749", - "name": "Yommi totem", - "examine": "A well carved totem pole made from the trunk of a Yommi tree.", - "archery_ticket_price": "0", + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", "durability": null, - "weight": "3" + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "620" }, { - "id": "750", - "name": "Gilded totem", - "examine": "A gilded totem pole from the Kharazi tribe.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "751", - "name": "Gnomeball", - "examine": "A common gnomeball, obtained by playing gnomeball.", - "archery_ticket_price": "0", + "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weight": "0.5" + "name": "Ship ticket", + "archery_ticket_price": "0", + "id": "621" }, { - "id": "752", - "name": "Gnomeball", - "archery_ticket_price": "0", + "examine": "An ivory sword pommel.", "durability": null, - "tradeable": "true" + "name": "Sword pommel", + "archery_ticket_price": "0", + "id": "623" }, { - "id": "753", - "name": "Cadava berries", - "examine": "Poisonous berries.", - "archery_ticket_price": "0", + "examine": "Notes taken from the tomb of Bervirius.", "durability": null, + "name": "Bervirius notes", + "archery_ticket_price": "0", + "id": "624" + }, + { + "examine": "A decorated belt used to trade information between distant villages.", + "durability": null, + "name": "Wampum belt", + "archery_ticket_price": "0", + "id": "625" + }, + { "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "754", - "name": "Cadava berries", - "archery_ticket_price": "0", + "shop_price": "200", + "examine": "They're soft, silky and pink.", + "grand_exchange_price": "558", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "756", - "name": "Cadava potion", - "examine": "This potion will most certainly almost kill you.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "759", - "name": "Weapon store key", - "examine": "Phoenix Gang weapon store key.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "760", - "name": "Weapon store key", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "761", - "name": "Intel report", - "examine": "An intelligence report.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to kill Jonny the beard in order to get another one.", - "durability": null - }, - { - "id": "763", - "name": "Broken shield", - "examine": "Half of the Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2.7" - }, - { - "id": "765", - "name": "Broken shield", - "examine": "Half of the Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2.7" - }, - { - "id": "767", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", + "name": "Boots", "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "626", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "627" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and green.", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "628", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "629" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and blue.", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "630", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "631" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and cream.", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "632", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "633" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and turquoise.", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "634", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "635" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in pink.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "265", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "637" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in green.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "235", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "235", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "639" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in blue.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "447", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "641" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in cream.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "396", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "396", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "643" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in turquoise.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "70", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "70", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "645" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for pink.", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "646", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "647" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for green.", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "648", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "649" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for blue.", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "650", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "651" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for cream.", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "652", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "653" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for turquoise.", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "654", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "655" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "examine": "A silly, pink pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "656", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "657" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "examine": "A silly, green pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "658", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "659" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A silly, blue pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "660", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "661" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "examine": "A silly, cream pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "662", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "663" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "examine": "A silly, turquoise pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "664", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "665" + }, + { + "examine": "Picture of a posing Paladin.", + "durability": null, + "name": "Portrait", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "666" + }, + { "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "768", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", + "examine": "A Faladian Knight's sword.", + "walk_anim": "819", "durability": null, - "tradeable": "true" - }, - { - "id": "769", - "name": "Certificate", - "examine": "Entrance certificate to the Imperial Guard.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "771", - "name": "Dramen branch", - "examine": "A limb of the fabled Dramen tree.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.", - "durability": null, - "tradeable": "false", - "weight": "2.2" - }, - { - "id": "772", - "name": "Dramen staff", - "examine": "Crafted from a Dramen tree branch.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", + "weight": "1", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "292", + "defence_anim": "397", "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1.8" + "attack_anims": "390,390,381,390", + "stand_anim": "809", + "attack_audios": "2500,2500,2517,2500", + "name": "Blurite sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "667", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0" }, { - "id": "773", - "name": "'perfect' ring", - "examine": "A perfect ruby ring.", - "archery_ticket_price": "0", + "examine": "Definitely blue.", "durability": null, + "name": "Blurite ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "668" + }, + { + "examine": "A receptacle for specimens!", + "durability": null, + "name": "Specimen jar", + "archery_ticket_price": "0", + "id": "669" + }, + { + "examine": "A small brush used to clean rock samples.", + "durability": null, + "name": "Specimen brush", + "archery_ticket_price": "0", + "id": "670" + }, + { + "examine": "A carefully-kept-safe skull sample.", + "durability": null, + "name": "Animal skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "671" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A special cup.", + "durability": null, + "name": "Special cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "672" + }, + { + "examine": "A lucky mascot.", + "durability": null, + "name": "Teddy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "673" + }, + { + "examine": "A roughly shaped piece of rock.", + "durability": null, + "name": "Cracked sample", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "674" + }, + { + "examine": "A small pick for digging.", + "durability": null, + "name": "Rock pick", + "archery_ticket_price": "0", + "id": "675", + "equipment_slot": "3" + }, + { + "examine": "Used for digging!", + "durability": null, + "name": "Trowel", + "archery_ticket_price": "0", + "id": "676" + }, + { + "examine": "An empty tray for panning.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "677" + }, + { + "examine": "This tray contains gold nuggets.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "678" + }, + { + "examine": "This tray contains mud.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "679" + }, + { + "examine": "Pure, lovely gold!", + "durability": null, + "name": "Nuggets", + "archery_ticket_price": "0", + "id": "680" + }, + { + "examine": "An unusual symbol as yet unidentified by the archaeological expert.", + "durability": null, + "name": "Ancient talisman", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "681" + }, + { + "examine": "A letter waiting to be stamped.", + "durability": null, + "name": "Unstamped letter", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "682" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Sealed letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "683" + }, + { + "examine": "Used to hold up trousers!", + "durability": null, + "name": "Belt buckle", + "weight": "1", + "archery_ticket_price": "0", + "id": "684" + }, + { + "examine": "Phew!", + "durability": null, + "name": "Old boot", + "archery_ticket_price": "0", + "id": "685" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "686" + }, + { + "examine": "This must have been shot at high speed.", + "durability": null, + "name": "Broken arrow", + "archery_ticket_price": "0", + "id": "687" + }, + { + "examine": "Not Dick Whittington's helper at all!", + "durability": null, + "name": "Buttons", + "archery_ticket_price": "0", + "id": "688" + }, + { + "examine": "I pity the poor person beaten with this!", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Broken staff", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "689" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "690" + }, + { + "examine": "The owner has passed Earth Sciences Level 1 exam.", + "durability": null, + "name": "Level 1 certificate", + "archery_ticket_price": "0", + "id": "691" + }, + { + "examine": "The owner has passed Earth Sciences Level 2 exam.", + "durability": null, + "name": "Level 2 certificate", + "archery_ticket_price": "0", + "id": "692" + }, + { + "examine": "The owner has passed Earth Sciences Level 3 exam.", + "durability": null, + "name": "Level 3 certificate", + "archery_ticket_price": "0", + "id": "693" + }, + { + "examine": "Smashing!", + "durability": null, + "name": "Ceramic remains", + "archery_ticket_price": "0", + "id": "694" + }, + { + "examine": "Now, if I could just find a tooth fairy to sell this to...", + "durability": null, + "name": "Old tooth", + "archery_ticket_price": "0", + "id": "695" + }, + { + "examine": "A letter inviting me to use the private digging shafts.", + "durability": null, + "name": "Invitation letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "696" + }, + { + "examine": "It would be hard to repair this!", + "durability": null, + "name": "Damaged armour", + "weight": "7.75", + "archery_ticket_price": "0", + "id": "697" + }, + { + "examine": "Armour left over from a great fight.", + "durability": null, + "name": "Broken armour", + "weight": "8", + "archery_ticket_price": "0", + "id": "698" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "699" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Chemical powder", + "archery_ticket_price": "0", + "id": "700" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Ammonium nitrate", + "archery_ticket_price": "0", + "id": "701" + }, + { + "examine": "A strong chemical.", + "durability": null, + "name": "Unidentified liquid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "702" + }, + { + "shop_price": "1", + "examine": "A strong chemical.", + "durability": null, + "name": "Nitroglycerin", + "weight": "1", + "archery_ticket_price": "0", + "id": "703" + }, + { + "examine": "Charcoal - crushed to small pieces!", + "durability": null, + "name": "Ground charcoal", + "archery_ticket_price": "0", + "id": "704" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "705" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "706" + }, + { + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Chemical compound", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "707" + }, + { + "examine": "The root of an arcenia plant.", + "durability": null, + "name": "Arcenia root", + "archery_ticket_price": "0", + "id": "708" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "710" + }, + { + "examine": "It's about chemicals, judging from its cover.", + "durability": null, + "name": "Book on chemicals", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "711" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "712" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "714" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "715" + }, + { + "examine": "It makes a loud but interesting sound when swung in the air.", + "durability": null, + "name": "Bull roarer", + "archery_ticket_price": "0", + "id": "716" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrawled note", + "archery_ticket_price": "0", + "id": "717" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "A scribbled note", + "archery_ticket_price": "0", + "id": "718" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrumpled note", + "archery_ticket_price": "0", + "id": "719" + }, + { + "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.", + "durability": null, + "name": "Sketch", + "archery_ticket_price": "0", + "id": "720" + }, + { + "examine": "A specially made bowl constructed out of pure gold.", + "durability": null, + "name": "Gold bowl", + "archery_ticket_price": "0", + "id": "721" + }, + { + "examine": "A specially made bowl constructed out of pure gold and blessed.", + "durability": null, + "name": "Blessed gold bowl", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "722" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "723" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "724" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "725" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "726" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "727" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "728" + }, + { + "examine": "It looks like the Shamans personal notes...", + "durability": null, + "name": "Shamans tome", + "archery_ticket_price": "0", + "id": "729" + }, + { + "examine": "An ancient tome on Demonology.", + "durability": null, + "name": "Binding book", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "730" + }, + { + "shop_price": "160", + "examine": "An enchanted empty glass vial.", + "durability": null, + "name": "Enchanted vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "731" + }, + { + "examine": "A vial of holy water, good against certain demons.", + "durability": null, + "name": "Holy water", + "archery_ticket_price": "0", + "id": "732", + "weapon_interface": "18", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24", + "equipment_slot": "3" + }, + { + "examine": "Fragments of a broken container.", + "durability": null, + "name": "Smashed glass", + "archery_ticket_price": "0", + "id": "733" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "735" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "736" + }, + { + "examine": "A Snakeweed mixture, needs another ingredient.", + "durability": null, + "name": "Snakeweed mixture", + "weight": "1", + "archery_ticket_price": "0", + "id": "737" + }, + { + "examine": "It's a mixture of ardrigal and water. Needs another ingredient.", + "durability": null, + "name": "Ardrigal mixture", + "archery_ticket_price": "0", + "id": "738" + }, + { + "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.", + "durability": null, + "name": "Bravery potion", + "archery_ticket_price": "0", + "id": "739" + }, + { + "shop_price": "160", + "examine": "A silly, blue pointed hat.", + "grand_exchange_price": "472", + "durability": null, + "name": "Blue hat", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "740", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Chunk of crystal", + "archery_ticket_price": "0", + "id": "741" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Hunk of crystal", + "archery_ticket_price": "0", + "id": "742" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Lump of crystal", + "archery_ticket_price": "0", + "id": "743" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "744" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "745" + }, + { + "examine": "A black obsidian dagger, it has a strange aura about it.", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Dark dagger", + "archery_ticket_price": "0", + "id": "746", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Glowing dagger", + "archery_ticket_price": "0", + "id": "747", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "examine": "A powerful spell for good.", + "durability": null, + "name": "Holy force", + "archery_ticket_price": "0", + "id": "748" + }, + { + "examine": "A well carved totem pole made from the trunk of a Yommi tree.", + "durability": null, + "name": "Yommi totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "749" + }, + { + "examine": "A gilded totem pole from the Kharazi tribe.", + "durability": null, + "name": "Gilded totem", + "archery_ticket_price": "0", + "id": "750" + }, + { + "examine": "A common gnomeball, obtained by playing gnomeball.", + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "751", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "752" + }, + { + "ge_buy_limit": "100", + "examine": "Poisonous berries.", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "754" + }, + { + "shop_price": "1", + "examine": "This potion will most certainly almost kill you.", + "durability": null, + "name": "Cadava potion", + "archery_ticket_price": "0", + "id": "756" + }, + { + "examine": "Phoenix Gang weapon store key.", + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "759" + }, + { + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "760" + }, + { + "destroy_message": "You'll have to kill Jonny the beard in order to get another one.", + "examine": "An intelligence report.", + "durability": null, + "name": "Intel report", + "destroy": "true", + "archery_ticket_price": "0", + "id": "761" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "763" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "765" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "767", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "768" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "769" + }, + { + "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.", + "examine": "A limb of the fabled Dramen tree.", + "durability": null, + "name": "Dramen branch", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "771" + }, + { + "turn90cw_anim": "1207", + "examine": "Crafted from a Dramen tree branch.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Dramen staff", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "772", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "A perfect ruby ring.", + "durability": null, + "name": "'perfect' ring", + "archery_ticket_price": "0", + "id": "773", "equipment_slot": "12" }, { - "id": "774", - "name": "'perfect' necklace", "examine": "A perfect ruby necklace.", - "archery_ticket_price": "0", "durability": null, + "name": "'perfect' necklace", + "archery_ticket_price": "0", + "id": "774", "equipment_slot": "2" }, { - "id": "775", - "name": "Cooking gauntlets", - "examine": "These gauntlets empower with a greater ability to cook fish.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", + "examine": "These gauntlets empower with a greater ability to cook fish.", "durability": null, - "equipment_slot": "9", + "name": "Cooking gauntlets", "tradeable": "false", - "weight": "0.2" + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "775", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" }, { - "id": "776", - "name": "Goldsmith gauntlets", - "examine": "These gauntlets empower the bearer whilst making gold.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", + "examine": "These gauntlets empower the bearer whilst making gold.", "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "777", - "name": "Chaos gauntlets", - "examine": "These gauntlets empower spell casters.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "778", - "name": "Family gauntlets", - "examine": "My reward for assisting the Fitzharmon family.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "weight": "1" - }, - { - "id": "779", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "780", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "781", - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "783", - "name": "Bark sample", - "examine": "A sample of the bark from the Grand Tree.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "784", - "name": "Translation book", - "examine": "A book to translate the ancient gnome language into English.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "785", - "name": "Glough's journal", - "examine": "Perhaps I should read it and see what Glough is up to!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "786", - "name": "Hazelmere's scroll", - "examine": "Hazelmere wrote something down on this scroll.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "787", - "name": "Lumber order", - "examine": "An order from the Karamja shipyard.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "788", - "name": "Glough's key", - "examine": "The key to Glough's chest.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "789", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "790", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "791", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "792", - "name": "Twigs", - "examine": "Twigs bound together in the shape of a (Z/U/T/O).", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "793", - "name": "Daconia rock", - "examine": "An ancient rock with strange magical properties.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, + "name": "Goldsmith gauntlets", "tradeable": "false", - "weight": "3" - }, - { - "id": "794", - "name": "Invasion plans", - "examine": "These are plans for an invasion!", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "776", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" }, { - "id": "795", - "name": "War ship", + "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", + "examine": "These gauntlets empower spell casters.", + "durability": null, + "name": "Chaos gauntlets", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "777", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "My reward for assisting the Fitzharmon family.", + "durability": null, + "name": "Family gauntlets", + "weight": "1", + "archery_ticket_price": "0", + "id": "778", + "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "779" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "780" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "781" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A sample of the bark from the Grand Tree.", + "durability": null, + "name": "Bark sample", + "archery_ticket_price": "0", + "id": "783" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book to translate the ancient gnome language into English.", + "durability": null, + "name": "Translation book", + "archery_ticket_price": "0", + "id": "784" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perhaps I should read it and see what Glough is up to!", + "durability": null, + "name": "Glough's journal", + "archery_ticket_price": "0", + "id": "785" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Hazelmere wrote something down on this scroll.", + "durability": null, + "name": "Hazelmere's scroll", + "archery_ticket_price": "0", + "id": "786" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An order from the Karamja shipyard.", + "durability": null, + "name": "Lumber order", + "archery_ticket_price": "0", + "id": "787" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The key to Glough's chest.", + "durability": null, + "name": "Glough's key", + "weight": "1", + "archery_ticket_price": "0", + "id": "788" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "789" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "790" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "791" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "792" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An ancient rock with strange magical properties.", + "durability": null, + "name": "Daconia rock", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "793" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These are plans for an invasion!", + "durability": null, + "name": "Invasion plans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "A model of a Karamja warship", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "weight": "0.01" + "name": "War ship", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "795" }, { - "id": "799", - "name": "C. Ele Minor Drop Table", - "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item." - }, - { - "id": "800", - "name": "Bronze thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "3", + "attack_audios": "2706,2706,2706", + "name": "Bronze thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "800", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" }, { - "id": "801", - "name": "Iron thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "14", + "attack_audios": "2706,2706,2706", + "name": "Iron thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "801", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" }, { - "id": "802", - "name": "Steel thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", "shop_price": "38", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "60", + "attack_audios": "2706,2706,2706", + "name": "Steel thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "802", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" }, { - "id": "803", - "name": "Mithril thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", "shop_price": "105", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "135", + "attack_audios": "2706,2706,2706", + "name": "Mithril thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "803", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" }, { - "id": "804", - "name": "Adamant thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "262", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "138", + "attack_audios": "2706,2706,2706", + "name": "Adamant thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "804", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" }, { - "id": "805", - "name": "Rune thrownaxe", - "examine": "A finely balanced throwing axe.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2706,2706,2706", - "attack_speed": "5", - "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "has_special": "true", "requirements": "{4,40}", "shop_price": "698", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "has_special": "true", + "durability": null, + "attack_speed": "5", + "weapon_interface": "18", + "equip_audio": "2232", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "243", + "attack_audios": "2706,2706,2706", + "name": "Rune thrownaxe", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "805", + "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" }, { - "id": "806", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "53", + "attack_audios": "2547,0,0,0", "name": "Bronze dart", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "806", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" }, { - "id": "807", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "59", + "attack_audios": "2547,0,0,0", "name": "Iron dart", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "807", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "808", + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "50", + "attack_audios": "2547,0,0,0", "name": "Steel dart", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "808", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "809", + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "68", + "attack_audios": "2547,0,0,0", "name": "Mithril dart", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "809", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "810", + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "96", + "attack_audios": "2547,0,0,0", "name": "Adamant dart", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "810", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "811", + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "122", + "attack_audios": "2547,0,0,0", "name": "Rune dart", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "811", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "812", - "name": "Bronze dart(p)", + "ge_buy_limit": "1000", "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", "durability": null, + "attack_speed": "3", + "weapon_interface": "18", "equip_audio": "2244", + "defence_anim": "424", "equipment_slot": "3", - "ge_buy_limit": "1000", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "812", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" }, { - "id": "813", - "name": "Iron dart(p)", + "ge_buy_limit": "1000", "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", "durability": null, + "attack_speed": "3", + "weapon_interface": "18", "equip_audio": "2244", + "defence_anim": "424", "equipment_slot": "3", - "ge_buy_limit": "1000", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "813", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "814", - "name": "Steel dart(p)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "814", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "815", - "name": "Mithril dart(p)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "65", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "815", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "816", - "name": "Adamant dart(p)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "817", - "name": "Rune dart(p)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", "ge_buy_limit": "1000", - "requirements": "{4,40}", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "816", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "818", + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "110", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "817", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "attack_audios": "2547,0,0,0", + "durability": null, "name": "Poisoned dart(p)", "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "durability": null, + "id": "818", "equip_audio": "2244", "equipment_slot": "3" }, { - "id": "819", - "name": "Bronze dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "24", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Bronze dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "819" }, { - "id": "820", - "name": "Iron dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "19", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Iron dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "820" }, { - "id": "821", - "name": "Steel dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "66", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Steel dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "821" }, { - "id": "822", - "name": "Mithril dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "97", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Mithril dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "822" }, { - "id": "823", - "name": "Adamant dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "212", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Adamant dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "823" }, { - "id": "824", - "name": "Rune dart tip", + "ge_buy_limit": "5000", "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", - "archery_ticket_price": "0", + "grand_exchange_price": "498", "attack_audios": "2547,0,0,0", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Rune dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "824" }, { - "id": "825", + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "6", "name": "Bronze javelin", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "6", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "825", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" }, { - "id": "826", + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2", "name": "Iron javelin", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "826", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" }, { - "id": "827", + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", "name": "Steel javelin", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "827", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" }, { - "id": "828", + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "25", "name": "Mithril javelin", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "828", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" }, { - "id": "829", - "name": "Adamant javelin", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "100", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "51", + "name": "Adamant javelin", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "100", + "id": "829", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" }, { - "id": "830", - "name": "Rune javelin", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,40}", "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "186", + "name": "Rune javelin", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "830", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" }, { - "id": "831", - "name": "Bronze javelin(p)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Bronze javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "831", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" }, { - "id": "832", - "name": "Iron javelin(p)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Iron javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "832", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" }, { - "id": "833", - "name": "Steel javelin(p)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,5}", "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "34", + "name": "Steel javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "833", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" }, { - "id": "834", - "name": "Mithril javelin(p)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,20}", "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "44", + "name": "Mithril javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "834", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" }, { - "id": "835", - "name": "Adamant javelin(p)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,30}", "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "name": "Adamant javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "835", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" }, { - "id": "836", - "name": "Rune javelin(p)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", "requirements": "{4,40}", "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "256", + "name": "Rune javelin(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "836", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" }, { - "id": "837", - "name": "Crossbow", + "ge_buy_limit": "100", + "turn90cw_anim": "821", "examine": "This fires crossbow bolts.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "run_anim": "4228", - "shop_price": "70", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", "walk_anim": "4226", - "weapon_interface": "17", - "weight": "8" - }, - { - "id": "838", - "name": "Crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "839", - "name": "Longbow", - "examine": "A nice sturdy bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", + "turn90ccw_anim": "822", "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "turn180_anim": "4227", "defence_anim": "424", - "durability": null, - "equip_audio": "2244", "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "276", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "837", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", + "shop_price": "70", + "durability": null, + "weight": "8", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "838" + }, + { "ge_buy_limit": "5000", - "render_anim": "1", + "turn90cw_anim": "821", + "examine": "A nice sturdy bow.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "55", + "stand_anim": "808", + "tradeable": "true", "run_anim": "824", + "archery_ticket_price": "0", + "id": "839", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", "shop_price": "80", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", + "durability": null, + "weight": "1.8", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "840", - "name": "Longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "841", - "name": "Shortbow", - "examine": "A shortbow made of wood.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "1", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "16", - "weight": "1.33" - }, - { - "id": "842", - "name": "Shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "843", - "name": "Oak shortbow", - "examine": "A shortbow made out of oak, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", + "name": "Longbow" + }, + { "ge_buy_limit": "5000", - "render_anim": "2588", + "grand_exchange_price": "55", + "durability": null, + "name": "Longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "840" + }, + { + "ge_buy_limit": "5000", + "turn90cw_anim": "821", + "examine": "A shortbow made of wood.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "79", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "841", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "shop_price": "50", + "durability": null, + "weight": "1.33", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Shortbow" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "79", + "durability": null, + "name": "Shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "842" + }, + { "requirements": "{4,5}", "shop_price": "164", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of oak, still effective.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "844", - "name": "Oak shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "845", - "name": "Oak longbow", - "examine": "A nice sturdy bow made out of oak.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "54", + "attack_audios": "2700,0,0,0", + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "843", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "54", + "durability": null, + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "844" + }, + { "requirements": "{4,5}", "shop_price": "160", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of oak.", + "durability": null, + "weight": "2", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "2" - }, - { - "id": "846", - "name": "Oak longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "847", - "name": "Willow longbow", - "examine": "A nice sturdy bow made out of willow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "845", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "846" + }, + { "requirements": "{4,20}", "shop_price": "320", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of willow.", + "durability": null, + "weight": "1.5", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.5" - }, - { - "id": "848", - "name": "Willow longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "849", - "name": "Willow shortbow", - "examine": "A shortbow made out of willow, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "847", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "848" + }, + { "requirements": "{4,20}", "shop_price": "200", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of willow, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1" - }, - { - "id": "850", - "name": "Willow shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "851", - "name": "Maple longbow", - "examine": "A nice sturdy bow made out of maple.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "106", + "attack_audios": "2700,0,0,0", + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "849", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "106", + "durability": null, + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "850" + }, + { "requirements": "{4,30}", "shop_price": "640", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "852", - "name": "Maple longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "853", - "name": "Maple shortbow", - "examine": "A shortbow made out of maple, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "320", + "attack_audios": "2700,0,0,0", + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "851", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "320", + "durability": null, + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "852" + }, + { "requirements": "{4,30}", "shop_price": "400", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1" - }, - { - "id": "854", - "name": "Maple shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "855", - "name": "Yew longbow", - "examine": "A nice sturdy bow made out of yew.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "290", + "attack_audios": "2700,0,0,0", + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "853", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "290", + "durability": null, + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "854" + }, + { "requirements": "{4,40}", "shop_price": "674", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "856", - "name": "Yew longbow", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "857", - "name": "Yew shortbow", - "examine": "A shortbow made out of yew, still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", + "examine": "A nice sturdy bow made out of yew.", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "lendable": "true", - "render_anim": "2588", - "requirements": "{4,40}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" - }, - { - "id": "858", - "name": "Yew shortbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "859", - "name": "Magic longbow", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", + "weight": "1.8", "attack_speed": "6", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, + "two_handed": "true", + "weapon_interface": "16", "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "has_special": "true", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "706", + "attack_audios": "2700,0,0,0", + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "855", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "706", + "durability": null, + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "856" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of yew, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "422", + "attack_audios": "2700,0,0,0", + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "857", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "422", + "durability": null, + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "858" + }, + { "requirements": "{4,50}", "shop_price": "1270", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "6", "two_handed": "true", "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "860", - "name": "Magic longbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "861", - "name": "Magic shortbow", - "examine": "Short and magical, but still effective.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "5000", - "has_special": "true", - "lendable": "true", "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "1437", + "attack_audios": "2700,0,0,0", + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "859", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1437", + "durability": null, + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "860" + }, + { "requirements": "{4,50}", "shop_price": "5600", - "tradeable": "true", + "ge_buy_limit": "5000", + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "weight": "1.3", + "attack_speed": "4", "two_handed": "true", "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "862", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "959", + "attack_audios": "2700,0,0,0", "name": "Magic shortbow", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, + "id": "861", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "959", + "durability": null, + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "862" }, { - "id": "863", + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "87", + "attack_audios": "2704,0,0,0", "name": "Iron knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "863", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "864", + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", "name": "Bronze knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "864", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "865", + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "136", + "attack_audios": "2704,0,0,0", "name": "Steel knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "865", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" }, { - "id": "866", + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "201", + "attack_audios": "2704,0,0,0", "name": "Mithril knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,20}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "866", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" }, { - "id": "867", - "name": "Adamant knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "421", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "867", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "868", - "name": "Rune knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1132", + "attack_audios": "2704,0,0,0", + "name": "Rune knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "868", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" }, { - "id": "869", - "name": "Black knife", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,10}", "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "95", + "attack_audios": "2704,0,0,0", + "name": "Black knife", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "869", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" }, { - "id": "870", - "name": "Bronze knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "870", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" }, { - "id": "871", - "name": "Iron knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "871", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" }, { - "id": "872", - "name": "Steel knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", "requirements": "{4,5}", "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "873", - "name": "Mithril knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "874", - "name": "Black knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "124", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "872", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "226", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "873", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { "requirements": "{4,10}", "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "69", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p)", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "874", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" }, { - "id": "875", + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "503", + "attack_audios": "2704,0,0,0", "name": "Adamant knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,30}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "875", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" }, { - "id": "876", + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1374", + "attack_audios": "2704,0,0,0", "name": "Rune knife(p)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", "tradeable": "true", - "weapon_interface": "18" + "archery_ticket_price": "0", + "id": "876", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" }, { - "id": "877", + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "12", + "durability": null, "name": "Bronze bolts", - "examine": "Bronze crossbow bolts.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "877", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "878", + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "38", + "durability": null, "name": "Bronze bolts(p)", - "examine": "Bronze crossbow bolts.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "878", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "879", - "name": "Opal bolts", + "ge_buy_limit": "25000", "examine": "Opal tipped bronze crossbow bolts", + "grand_exchange_price": "5", + "durability": null, + "name": "Opal bolts", + "tradeable": "true", "archery_ticket_price": "0", + "id": "879", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "880", - "name": "Pearl bolts", - "examine": "Pearl tipped Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", "requirements": "{4,26}", - "tradeable": "true" + "ge_buy_limit": "25000", + "examine": "Pearl tipped Iron crossbow bolts.", + "grand_exchange_price": "32", + "durability": null, + "name": "Pearl bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "880", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" }, { - "id": "881", - "name": "Barbed bolts", - "examine": "Great if you have a crossbow!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", "shop_price": "80", - "tradeable": "true" + "ge_buy_limit": "10000", + "examine": "Great if you have a crossbow!", + "grand_exchange_price": "42", + "durability": null, + "name": "Barbed bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "881", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12", + "equipment_slot": "13" }, { - "id": "882", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "10", + "durability": null, "name": "Bronze arrow", - "examine": "Arrows with bronze heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "882", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "883", + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "39", + "durability": null, "name": "Bronze arrow(p)", - "examine": "Arrows with bronze heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "883", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "884", + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "10", + "durability": null, "name": "Iron arrow", - "examine": "Arrows with iron heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "884", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "885", + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "41", + "durability": null, "name": "Iron arrow(p)", - "examine": "Arrows with iron heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "885", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "886", + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "25", + "durability": null, "name": "Steel arrow", - "examine": "Arrows with steel heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "886", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "887", + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "69", + "durability": null, "name": "Steel arrow(p)", - "examine": "Arrows with steel heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "887", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "888", + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "30", + "durability": null, "name": "Mithril arrow", - "examine": "Arrows with mithril heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "888", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "889", + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "69", + "durability": null, "name": "Mithril arrow(p)", - "examine": "Arrows with mithril heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "889", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "890", + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "111", + "durability": null, "name": "Adamant arrow", - "examine": "Arrows with adamantite heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "890", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "891", + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "109", + "durability": null, "name": "Adamant arrow(p)", - "examine": "Arrows with adamantite heads.", + "tradeable": "true", "archery_ticket_price": "0", + "id": "891", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "892", + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "212", + "durability": null, "name": "Rune arrow", - "examine": "Arrows with rune heads.", + "tradeable": "true", "archery_ticket_price": "40", + "id": "892", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "893", - "name": "Rune arrow(p)", + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", "examine": "Arrows with rune heads.", + "grand_exchange_price": "257", + "durability": null, + "name": "Rune arrow(p)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "893", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "942", - "name": "Bronze fire arrows", + "ge_buy_limit": "10000", "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "228", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", "archery_ticket_price": "0", + "id": "942", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "943", - "name": "Worm", - "examine": "Ugh! It's wriggling!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "shop_price": "0", - "tradeable": "true" - }, - { - "id": "944", - "name": "Worm", - "archery_ticket_price": "0", + "examine": "Ugh! It's wriggling!", "durability": null, - "tradeable": "true" + "name": "Worm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "943" }, { - "id": "945", + "durability": null, + "name": "Worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "944" + }, + { + "durability": null, "name": "Throwing rope", "archery_ticket_price": "0", - "durability": null, + "id": "945", "equipment_slot": "3" }, { - "id": "946", - "name": "Knife", - "examine": "A dangerous looking knife.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "947", + "ge_buy_limit": "100", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "32", + "durability": null, "name": "Knife", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "946" }, { - "id": "948", - "name": "Bear fur", - "examine": "This would make warm clothing.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "947" + }, + { "shop_price": "4", - "tradeable": "true", - "weight": "3" - }, - { - "id": "949", - "name": "Bear fur", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "950", - "name": "Silk", - "examine": "It's a sheet of silk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "21", - "tradeable": "true", - "weight": "1" - }, - { - "id": "951", - "name": "Silk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "952", - "name": "Spade", - "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "953", - "name": "Spade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "954", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "18", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "955", - "name": "Rope", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "956", - "name": "Flier", - "examine": "Get your axes from Bob's Axes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "958", - "name": "Grey wolf fur", "examine": "This would make warm clothing.", - "archery_ticket_price": "0", + "grand_exchange_price": "9", "durability": null, - "ge_buy_limit": "100", - "shop_price": "70", + "name": "Bear fur", "tradeable": "true", - "weight": "3" + "weight": "3", + "archery_ticket_price": "0", + "id": "948" }, { - "id": "959", - "name": "Grey wolf fur", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "960", - "name": "Plank", - "examine": "A plank of wood!", - "archery_ticket_price": "0", + "grand_exchange_price": "9", "durability": null, - "ge_buy_limit": "10000", - "shop_price": "100", + "name": "Bear fur", "tradeable": "true", - "weight": "0.8" + "archery_ticket_price": "0", + "id": "949" }, { - "id": "961", - "name": "Plank", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "962", - "name": "Christmas cracker", - "examine": "I need to pull this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "963", - "name": "Christmas cracker", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "966", - "name": "Tile", - "examine": "A fraction of a roof.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "970", - "name": "Papyrus", - "examine": "Used for making notes.", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "21", "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "971", - "name": "Papyrus", - "archery_ticket_price": "0", + "examine": "It's a sheet of silk.", + "grand_exchange_price": "27", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "972", - "name": "Papyrus", - "examine": "Used for making notes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "973", - "name": "Charcoal", - "examine": "A lump of charcoal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "974", - "name": "Charcoal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "975", - "name": "Machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "52", + "name": "Silk", "tradeable": "true", - "weapon_interface": "6", - "weight": "1.3" + "weight": "1", + "archery_ticket_price": "0", + "id": "950" }, { - "id": "976", - "name": "Machete", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "978", - "name": "Cooking pot", - "archery_ticket_price": "0", + "grand_exchange_price": "27", "durability": null, - "tradeable": "true" - }, - { - "id": "981", - "name": "Disk of returning", - "examine": "Used to get out of Thordur's blackhole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "shop_price": "10", + "name": "Silk", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "951" }, { - "id": "982", - "name": "Disk of returning", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "983", - "name": "Brass key", - "examine": "A key found on the floor of Edgeville Dungeon.", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "5", "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "984", - "name": "Brass key", - "archery_ticket_price": "0", + "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", + "grand_exchange_price": "117", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "985", - "name": "Tooth half of a key", - "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "986", - "name": "Tooth half of a key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "987", - "name": "Loop half of a key", - "examine": "The loop end of the mysterious Crystal key. Can you find the other half?", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "988", - "name": "Loop half of a key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "989", - "name": "Crystal key", - "examine": "A mysterious key for a mysterious chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "990", - "name": "Crystal key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "991", - "name": "Muddy key", - "examine": "It looks like the key to a chest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "992", - "name": "Muddy key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "993", - "name": "Sinister key", - "examine": "You get a sense of dread from this key.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "994", - "name": "Sinister key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "995", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1005", - "name": "White apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "2", + "name": "Spade", "tradeable": "true", - "weight": "0.45" + "weight": "1.8", + "archery_ticket_price": "0", + "id": "952" }, { - "id": "1006", - "name": "White apron", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1007", - "name": "Cape", - "examine": "A bright red cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "grand_exchange_price": "117", "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", + "name": "Spade", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "953" }, { - "id": "1008", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1009", - "name": "Brass necklace", - "examine": "I'd prefer a gold one.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1010", - "name": "Brass necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1011", - "name": "Blue skirt", - "examine": "Leg covering favored by women and wizards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1012", - "name": "Blue skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1013", - "name": "Pink skirt", - "examine": "A ladies skirt.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1014", - "name": "Pink skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1015", - "name": "Black skirt", - "examine": "Clothing favoured by women and dark wizards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1016", - "name": "Black skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1017", - "name": "Wizard hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1018", - "name": "Wizard hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1019", - "name": "Cape", - "examine": "A warm black cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1020", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1021", - "name": "Cape", - "examine": "A thick blue cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1022", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1023", - "name": "Cape", - "examine": "A thick yellow cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1024", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1025", - "name": "Eyepatch", - "examine": "A black piece of cloth on a string.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1026", - "name": "Eyepatch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1027", - "name": "Cape", - "examine": "A thick green cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1028", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1029", - "name": "Cape", - "examine": "A thick purple cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1030", - "name": "Cape", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1031", - "name": "Cape", - "examine": "A thick orange cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1032", - "name": "Cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1033", - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "shop_price": "30", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1034", - "name": "Zamorak robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1035", - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "shop_price": "40", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1036", - "name": "Zamorak robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1037", - "name": "Bunny ears", - "examine": "A rabbit-like adornment.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get a replacement from Diango.", - "durability": null, - "equipment_slot": "0", - "shop_price": "1", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "1038", - "name": "Red partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1039", - "name": "Red partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1040", - "name": "Yellow partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1041", - "name": "Yellow partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1042", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1043", - "name": "Blue partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1044", - "name": "Green partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1045", - "name": "Green partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1046", - "name": "Purple partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1047", - "name": "Purple partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1048", - "name": "White partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1049", - "name": "White partyhat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1050", - "name": "Santa hat", - "examine": "It's a Santa hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "lendable": "true", - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1051", - "name": "Santa hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1052", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "450", - "weight": "1.8" - }, - { - "id": "1053", - "name": "Green h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1054", - "name": "Green h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1055", - "name": "Blue h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1056", - "name": "Blue h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1057", - "name": "Red h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1058", - "name": "Red h'ween mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1059", - "name": "Leather gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.23" - }, - { - "id": "1060", - "name": "Leather gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1061", - "name": "Leather boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.34" - }, - { - "id": "1062", - "name": "Leather boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1063", - "name": "Leather vambraces", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A coil of rope.", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", "tradeable": "true", - "weight": "0.22" + "weight": "1.3", + "archery_ticket_price": "0", + "id": "954" }, { - "id": "1064", - "name": "Leather vambraces", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "96", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "955" }, { - "id": "1065", - "name": "Green d'hide vambraces", - "examine": "Made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0", + "examine": "Get your axes from Bob's Axes.", "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", + "name": "Flier", + "archery_ticket_price": "0", + "id": "956" + }, + { + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "958" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "959" + }, + { + "shop_price": "100", + "ge_buy_limit": "10000", + "examine": "A plank of wood!", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "960" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "961" + }, + { + "ge_buy_limit": "2", + "examine": "I need to pull this.", + "grand_exchange_price": "15", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "962" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1900000000", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "963" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Tile", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "966" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "Used for making notes.", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "970" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "971" + }, + { + "shop_price": "15", + "examine": "Used for making notes.", + "grand_exchange_price": "163", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "972" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A lump of charcoal.", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "974" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "619", + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "975", + "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "619", + "durability": null, + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "976" + }, + { + "durability": null, + "name": "Cooking pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "978" + }, + { + "shop_price": "10", + "ge_buy_limit": "2", + "examine": "Used to get out of Thordur's blackhole.", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "981" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "982" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A key found on the floor of Edgeville Dungeon.", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "983" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "984" + }, + { + "ge_buy_limit": "100", + "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "985" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "986" + }, + { + "ge_buy_limit": "100", + "examine": "The loop end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "987" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "988" + }, + { + "ge_buy_limit": "100", + "examine": "A mysterious key for a mysterious chest.", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "989" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "990" + }, + { + "ge_buy_limit": "100", + "examine": "It looks like the key to a chest", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "991" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "992" + }, + { + "ge_buy_limit": "100", + "examine": "You get a sense of dread from this key.", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "993" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "994" + }, + { + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "995" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1005", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1006" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A bright red cape.", + "grand_exchange_price": "187", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1007", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1008" + }, + { + "ge_buy_limit": "100", + "examine": "I'd prefer a gold one.", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1009", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1010" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Leg covering favored by women and wizards.", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1011", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1012" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A ladies skirt.", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1013", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1014" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Clothing favoured by women and dark wizards.", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1015", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1016" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1017", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1018" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A warm black cape.", + "grand_exchange_price": "209", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1019", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1020" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick blue cape.", + "grand_exchange_price": "504", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1021", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1022" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick yellow cape.", + "grand_exchange_price": "439", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1023", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1024" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A black piece of cloth on a string.", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1025", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1026" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick green cape.", + "grand_exchange_price": "1061", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1027", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1061", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1028" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick purple cape.", + "grand_exchange_price": "955", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1029", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1030" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick orange cape.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1656", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1031", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1656", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1032" + }, + { + "shop_price": "30", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1033", + "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1034" + }, + { + "shop_price": "40", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1259", + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1035", + "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1259", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1036" + }, + { + "destroy_message": "You can get a replacement from Diango.", + "shop_price": "1", + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1037", + "equipment_slot": "0" + }, + { "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1038", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000000", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1039" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1040", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000000", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1041" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1042", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2100000000", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1043" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1044", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000000", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1045" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1046", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000000", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1047" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1048", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000000", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1049" + }, + { + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "It's a Santa hat.", + "durability": null, + "weight": "0.1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5", + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1050" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "112600000", + "durability": null, + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1051" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1052", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "98000000", + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1053" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "98000000", + "durability": null, + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1054" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "115900000", + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1055" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "115900000", + "durability": null, + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1056" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "154300000", + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1057" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154300000", + "durability": null, + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1058" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "weight": "0.23", + "archery_ticket_price": "0", + "id": "1059", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1060" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.34", + "archery_ticket_price": "0", + "id": "1061", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1062" + }, + { + "shop_price": "18", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "weight": "0.22", + "archery_ticket_price": "0", + "id": "1063", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1064" + }, + { "requirements": "{4,40}", "shop_price": "2500", - "tradeable": "true", - "weight": "0.28" - }, - { - "id": "1066", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.28", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1407", "name": "Green d'hide vambraces", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "id": "1065", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0" }, { + "ge_buy_limit": "5000", + "grand_exchange_price": "1407", + "durability": null, + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1066" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "55", + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1067", - "name": "Iron platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", "durability": null, + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1068" + }, + { + "requirements": "{1,5}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "280", + "grand_exchange_price": "426", + "name": "Steel platelegs", "tradeable": "true", - "weight": "9" - }, - { - "id": "1068", - "name": "Iron platelegs", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { "id": "1069", - "name": "Steel platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "426", "durability": null, + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1070" + }, + { + "requirements": "{1,20}", + "shop_price": "2600", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "7.7", + "absorb": "1,0,2", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "shop_price": "1000", + "grand_exchange_price": "1391", + "name": "Mithril platelegs", "tradeable": "true", - "weight": "9" - }, - { - "id": "1070", - "name": "Steel platelegs", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { "id": "1071", - "name": "Mithril platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "2600", + "grand_exchange_price": "1391", + "durability": null, + "name": "Mithril platelegs", "tradeable": "true", - "weight": "7.7" + "archery_ticket_price": "0", + "id": "1072" }, { - "id": "1072", - "name": "Mithril platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1073", - "name": "Adamant platelegs", - "examine": "These look pretty heavy.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "100", "requirements": "{1,30}", "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "1074", - "name": "Adamant platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1075", - "name": "Bronze platelegs", "examine": "These look pretty heavy.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", "durability": null, + "weight": "10", + "absorb": "1,0,3", "equip_audio": "2242", "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "80", + "grand_exchange_price": "3649", + "name": "Adamant platelegs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1073", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" }, { - "id": "1076", - "name": "Bronze platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "3649", + "durability": null, + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1074" }, { - "id": "1077", - "name": "Black platelegs", - "examine": "These look pretty heavy", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", "durability": null, + "weight": "9", "equip_audio": "2242", "equipment_slot": "7", + "grand_exchange_price": "34", + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1075", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1076" + }, + { "requirements": "{1,10}", "shop_price": "1920", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1078", - "name": "Black platelegs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1079", - "name": "Rune platelegs", - "examine": "These look pretty heavy.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "examine": "These look pretty heavy", "durability": null, + "weight": "9", + "absorb": "1,0,2", "equip_audio": "2242", "equipment_slot": "7", + "grand_exchange_price": "4995", + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1077", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "4995", + "durability": null, + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1078" + }, + { "requirements": "{1,40}", "shop_price": "64000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1080", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38500", "name": "Rune platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1081", - "name": "Iron plateskirt", - "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "280", "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1082", - "name": "Iron plateskirt", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1079", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" }, { - "id": "1083", - "name": "Steel plateskirt", + "ge_buy_limit": "100", + "grand_exchange_price": "38500", + "durability": null, + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1080" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "grand_exchange_price": "86", "durability": null, - "equipment_slot": "7", + "name": "Iron plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1081", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Iron plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1082" + }, + { "requirements": "{1,5}", "shop_price": "1000", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1084", - "name": "Steel plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1085", - "name": "Mithril plateskirt", "examine": "Designer leg protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", "durability": null, + "weight": "8.1", "equipment_slot": "7", + "grand_exchange_price": "514", + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1083", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "514", + "durability": null, + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1084" + }, + { "requirements": "{1,20}", "shop_price": "2600", - "tradeable": "true", - "weight": "7.2" - }, - { - "id": "1086", - "name": "Mithril plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1087", - "name": "Bronze plateskirt", "examine": "Designer leg protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "80", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "1088", - "name": "Bronze plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1089", - "name": "Black plateskirt", - "examine": "Designer leg protection.", + "weight": "7.2", "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, "equipment_slot": "7", + "grand_exchange_price": "1339", + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1085", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "1339", + "durability": null, + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1086" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1087", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1088" + }, + { "requirements": "{1,10}", "shop_price": "1920", - "tradeable": "true", - "weight": "8" - }, - { - "id": "1090", - "name": "Black plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1091", - "name": "Adamant plateskirt", "examine": "Designer leg protection.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", "durability": null, + "weight": "8", + "absorb": "1,0,2", "equipment_slot": "7", + "grand_exchange_price": "2180", + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1089", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "2180", + "durability": null, + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1090" + }, + { "requirements": "{1,30}", "shop_price": "6464", - "tradeable": "true", - "weight": "9" - }, - { - "id": "1092", - "name": "Adamant plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1093", - "name": "Rune plateskirt", "examine": "Designer leg protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", "durability": null, + "weight": "9", + "absorb": "1,0,3", "equipment_slot": "7", + "grand_exchange_price": "3610", + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1091", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "3610", + "durability": null, + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1092" + }, + { "requirements": "{1,40}", "shop_price": "64000", - "tradeable": "true", - "weight": "8" - }, - { - "id": "1094", - "name": "Rune plateskirt", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1095", - "name": "Leather chaps", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "examine": "Designer leg protection.", "durability": null, + "weight": "8", + "absorb": "2,0,4", "equipment_slot": "7", - "ge_buy_limit": "5000", - "shop_price": "23", + "lendable": "true", + "grand_exchange_price": "38100", + "name": "Rune plateskirt", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1093", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" }, { - "id": "1096", - "name": "Leather chaps", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "38100", "durability": null, + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1094" + }, + { + "shop_price": "23", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Better than no armour!", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1095", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "1097", - "name": "Studded chaps", - "examine": "Those studs should provide a bit more protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "5", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "1000", + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1096" + }, + { "requirements": "{4,20}", "shop_price": "750", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "1098", - "name": "Studded chaps", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "Those studs should provide a bit more protection.", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "377", + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1097", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" }, { - "id": "1099", - "name": "Green d'hide chaps", - "examine": "100% real dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "377", "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1098" + }, + { "requirements": "{4,40}", "shop_price": "3900", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1100", - "name": "Green d'hide chaps", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2228", + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1099", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" }, { - "id": "1101", - "name": "Iron chainbody", - "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "2228", "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1100" + }, + { "shop_price": "210", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1102", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "76", + "durability": null, "name": "Iron chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1103", - "name": "Bronze chainbody", - "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "60", "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1104", - "name": "Bronze chainbody", + "weight": "6.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1101", + "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0", + "equipment_slot": "4" }, { - "id": "1105", - "name": "Steel chainbody", + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Iron chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1102" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", "examine": "A series of connected metal rings.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0", + "grand_exchange_price": "37", "durability": null, - "equipment_slot": "4", + "name": "Bronze chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "1103", + "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0", + "equipment_slot": "4" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Bronze chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1104" + }, + { "requirements": "{1,5}", "shop_price": "750", - "tradeable": "true", - "weight": "6" - }, - { - "id": "1106", - "name": "Steel chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1107", - "name": "Black chainbody", "examine": "A series of connected metal rings.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0", "durability": null, + "weight": "6", "equipment_slot": "4", + "grand_exchange_price": "265", + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1105", + "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1106" + }, + { "requirements": "{1,10}", "shop_price": "1440", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1108", - "name": "Black chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1109", - "name": "Mithril chainbody", "examine": "A series of connected metal rings.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0", "durability": null, + "weight": "6.8", + "absorb": "1,0,2", "equipment_slot": "4", + "grand_exchange_price": "961", + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1107", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "961", + "durability": null, + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1108" + }, + { "requirements": "{1,20}", "shop_price": "1950", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "1110", - "name": "Mithril chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1111", - "name": "Adamant chainbody", "examine": "A series of connected metal rings.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0", "durability": null, + "weight": "5.8", + "absorb": "1,0,3", "equipment_slot": "4", + "grand_exchange_price": "963", + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1109", + "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "963", + "durability": null, + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1110" + }, + { "requirements": "{1,30}", "shop_price": "4800", - "tradeable": "true", - "weight": "7.7" - }, - { - "id": "1112", - "name": "Adamant chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1113", - "name": "Rune chainbody", "examine": "A series of connected metal rings.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0", "durability": null, + "weight": "7.7", + "absorb": "2,0,4", "equipment_slot": "4", + "grand_exchange_price": "2731", + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1111", + "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "2731", + "durability": null, + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1112" + }, + { "requirements": "{1,40}", "shop_price": "50000", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1114", - "name": "Rune chainbody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "29800", + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1113", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" }, { - "id": "1115", - "name": "Iron platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "29800", "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "500", - "remove_sleeves": "true", + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1114" + }, + { "shop_price": "560", - "tradeable": "true", - "weight": "9.95" - }, - { - "id": "1116", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.95", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "434", "name": "Iron platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1117", - "name": "Bronze platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "500", - "remove_sleeves": "true", - "shop_price": "160", "tradeable": "true", - "weight": "9.5" + "archery_ticket_price": "0", + "id": "1115", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" }, { - "id": "1118", - "name": "Bronze platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" + "grand_exchange_price": "434", + "durability": null, + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1116" }, { - "id": "1119", - "name": "Steel platebody", + "shop_price": "160", + "ge_buy_limit": "500", "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", "durability": null, + "weight": "9.5", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "36", + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1117", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "36", + "durability": null, + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1118" + }, + { "requirements": "{1,5}", "shop_price": "2000", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1120", - "name": "Steel platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1121", - "name": "Mithril platebody", "examine": "Provides excellent protection.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", "durability": null, + "weight": "9.9", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "1077", + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1119", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1077", + "durability": null, + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1120" + }, + { "requirements": "{1,20}", "shop_price": "5200", - "tradeable": "true", - "weight": "8.6" - }, - { - "id": "1122", - "name": "Mithril platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1123", - "name": "Adamant platebody", "examine": "Provides excellent protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", "durability": null, + "weight": "8.6", + "absorb": "1,0,3", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "2965", + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1121", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2965", + "durability": null, + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1122" + }, + { "requirements": "{1,30}", "shop_price": "16256", - "tradeable": "true", - "weight": "11" - }, - { - "id": "1124", - "name": "Adamant platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1125", - "name": "Black platebody", - "examine": "Provides Excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", + "examine": "Provides excellent protection.", "durability": null, + "weight": "11", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "500", "remove_sleeves": "true", + "grand_exchange_price": "9790", + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1123", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9790", + "durability": null, + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1124" + }, + { "requirements": "{1,10}", "shop_price": "3840", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1126", - "name": "Black platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1127", - "name": "Rune platebody", - "examine": "Provides excellent protection.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", + "examine": "Provides Excellent protection.", "durability": null, + "weight": "9.9", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", "remove_sleeves": "true", + "grand_exchange_price": "4915", + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1125", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4915", + "durability": null, + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1126" + }, + { "requirements": "{1,40}", "shop_price": "65000", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "1128", - "name": "Rune platebody", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1129", - "name": "Leather body", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0", + "examine": "Provides excellent protection.", "durability": null, + "weight": "9.9", + "absorb": "3,0,6", + "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "1000", - "shop_price": "20", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "38800", + "name": "Rune platebody", "tradeable": "true", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "1127", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" }, { - "id": "1130", + "ge_buy_limit": "100", + "grand_exchange_price": "38800", + "durability": null, + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1128" + }, + { + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Better than no armour!", + "grand_exchange_price": "34", + "durability": null, "name": "Leather body", + "tradeable": "true", + "weight": "2.7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1129", + "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0", + "equipment_slot": "4" }, { - "id": "1131", - "name": "Hardleather body", - "examine": "Harder than normal leather.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1130" + }, + { "requirements": "{1,10}", "shop_price": "170", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "1132", - "name": "Hardleather body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1133", - "name": "Studded body", - "examine": "These studs should provide a bit more protection.", - "absorb": "0,3,1", - "archery_ticket_price": "150", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", + "examine": "Harder than normal leather.", "durability": null, + "weight": "3.6", + "absorb": "0,2,1", "equipment_slot": "4", + "grand_exchange_price": "43", + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1131", + "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0" + }, + { "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1132" + }, + { "requirements": "{1,20}-{4,20}", "shop_price": "850", - "tradeable": "true", - "weight": "5" - }, - { - "id": "1134", - "name": "Studded body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "These studs should provide a bit more protection.", + "durability": null, + "weight": "5", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "414", + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "150", + "id": "1133", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" }, { - "id": "1135", - "name": "Green d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "2400", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "414", "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1134" + }, + { "requirements": "{1,40}-{4,40}", "shop_price": "7800", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "1136", - "name": "Green d'hide body", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "4544", + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "2400", + "id": "1135", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" }, { - "id": "1137", - "name": "Iron med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "4544", "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1136" + }, + { "remove_head": "true", "shop_price": "84", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1138", - "name": "Iron med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1139", - "name": "Bronze med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "22", + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1137", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "22", + "durability": null, + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1138" + }, + { "remove_head": "true", "shop_price": "24", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1140", - "name": "Bronze med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1141", - "name": "Steel med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "39", + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1139", + "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1140" + }, + { "remove_head": "true", "requirements": "{1,5}", "shop_price": "300", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1142", - "name": "Steel med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1143", - "name": "Mithril med helm", "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "52", + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1141", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "52", + "durability": null, + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1142" + }, + { "remove_head": "true", "requirements": "{1,20}", "shop_price": "780", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1144", - "name": "Mithril med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1145", - "name": "Adamant med helm", "examine": "A medium sized helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", "durability": null, + "weight": "1.3", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "272", + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1143", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1144" + }, + { "remove_head": "true", "requirements": "{1,30}", "shop_price": "1920", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1146", - "name": "Adamant med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1147", - "name": "Rune med helm", "examine": "A medium sized helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0", "durability": null, + "weight": "1.8", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "1024", + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1145", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "1024", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1146" + }, + { "remove_head": "true", "requirements": "{1,40}", "shop_price": "19200", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1148", - "name": "Rune med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1149", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", + "examine": "A medium sized helmet.", "durability": null, + "weight": "1.8", + "absorb": "1,0,3", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "100", "lendable": "true", + "grand_exchange_price": "11400", + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1147", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11400", + "durability": null, + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1148" + }, + { "remove_head": "true", "requirements": "{1,60}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1150", - "name": "Dragon med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1151", - "name": "Black med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0", + "examine": "Makes the wearer pretty intimidating.", "durability": null, + "weight": "1.3", + "absorb": "2,0,4", "equip_audio": "2240", "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60500", + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1149", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "60500", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1150" + }, + { "remove_head": "true", "requirements": "{1,10}", "shop_price": "530", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1152", - "name": "Black med helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1153", - "name": "Iron full helm", - "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0", + "examine": "A medium sized helmet.", "durability": null, + "weight": "1.8", "equip_audio": "2240", "equipment_slot": "0", + "grand_exchange_price": "242", + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1151", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0" + }, + { "ge_buy_limit": "100", - "remove_beard": "true", + "grand_exchange_price": "242", + "durability": null, + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1152" + }, + { "remove_head": "true", "shop_price": "61", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1154", - "name": "Iron full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1155", - "name": "Bronze full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1153", + "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1154" + }, + { "remove_head": "true", "shop_price": "44", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1156", - "name": "Bronze full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1157", - "name": "Steel full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "67", + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1155", + "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1156" + }, + { "remove_head": "true", "requirements": "{1,5}", "shop_price": "550", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1158", - "name": "Steel full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1159", - "name": "Mithril full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0", "durability": null, + "weight": "2.7", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "195", + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1157", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1158" + }, + { "remove_head": "true", "requirements": "{1,20}", "shop_price": "1430", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "1160", - "name": "Mithril full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1161", - "name": "Adamant full helm", "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", "durability": null, + "weight": "2.2", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "675", + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1159", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1160" + }, + { "remove_head": "true", "requirements": "{1,30}", "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1162", - "name": "Adamant full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1163", - "name": "Rune full helm", "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", "durability": null, + "weight": "2.7", + "absorb": "1,0,2", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1911", + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1161", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1911", + "durability": null, + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1162" + }, + { "remove_head": "true", "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1164", - "name": "Rune full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1165", - "name": "Black full helm", "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", "durability": null, + "weight": "2.7", + "absorb": "1,0,3", "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "20900", + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1163", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20900", + "durability": null, + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1164" + }, + { "remove_head": "true", "requirements": "{1,10}", "shop_price": "1372", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1166", - "name": "Black full helm", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "731", + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1165", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" }, { - "id": "1167", - "name": "Leather cowl", - "examine": "Better than no armour!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "731", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "5000", + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1166" + }, + { "remove_head": "true", "shop_price": "24", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1168", - "name": "Leather cowl", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1169", - "name": "Coif", - "examine": "Light weight head protection.", - "archery_ticket_price": "100", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0", + "examine": "Better than no armour!", "durability": null, - "equip_audio": "2238", + "weight": "0.9", "equipment_slot": "0", + "grand_exchange_price": "9", + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1167", + "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0" + }, + { "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1168" + }, + { "remove_head": "true", "requirements": "{4,20}", "shop_price": "200", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1170", - "name": "Coif", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "Light weight head protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "1169", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0" }, { - "id": "1171", - "name": "Wooden shield", - "examine": "A solid wooden shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "56", "durability": null, - "equip_audio": "2250", - "equipment_slot": "5", - "ge_buy_limit": "100", + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1170" + }, + { "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1172", + "ge_buy_limit": "100", + "examine": "A solid wooden shield.", + "grand_exchange_price": "483", + "durability": null, "name": "Wooden shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1171", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "equip_audio": "2250", + "equipment_slot": "5" }, { - "id": "1173", - "name": "Bronze sq shield", - "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1172" + }, + { "shop_price": "48", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1174", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "12", "name": "Bronze sq shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1175", - "name": "Iron sq shield", - "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "168", "tradeable": "true", - "weight": "3.6" + "archery_ticket_price": "0", + "id": "1173", + "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" }, { - "id": "1176", - "name": "Iron sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1174" }, { - "id": "1177", - "name": "Steel sq shield", + "shop_price": "168", + "ge_buy_limit": "100", "examine": "A medium square shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0", "durability": null, + "weight": "3.6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "39", + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1175", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1176" + }, + { "requirements": "{1,5}", "shop_price": "600", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1178", - "name": "Steel sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1179", - "name": "Black sq shield", "examine": "A medium square shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0", "durability": null, + "weight": "3", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "185", + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1177", + "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "185", + "durability": null, + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1178" + }, + { "requirements": "{1,10}", "shop_price": "1463", - "tradeable": "true", - "weight": "4" - }, - { - "id": "1180", - "name": "Black sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1181", - "name": "Mithril sq shield", "examine": "A medium square shield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0", "durability": null, + "weight": "4", + "absorb": "1,0,2", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "511", + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1179", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "511", + "durability": null, + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1180" + }, + { "requirements": "{1,20}", "shop_price": "1560", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1182", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.1", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "744", "name": "Mithril sq shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1181", + "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" }, { - "id": "1183", - "name": "Adamant sq shield", - "examine": "A medium square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1182" + }, + { "requirements": "{1,30}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "1184", - "name": "Adamant sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1185", - "name": "Rune sq shield", "examine": "A medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0", "durability": null, + "weight": "4", + "absorb": "3,0,6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "2136", + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1183", + "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "2136", + "durability": null, + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1184" + }, + { "requirements": "{1,40}", - "tradeable": "true", - "weight": "3.64" - }, - { - "id": "1186", - "name": "Rune sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1187", - "name": "Dragon sq shield", - "examine": "An ancient and powerful looking Dragon Square shield.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", + "examine": "A medium square shield.", "durability": null, + "weight": "3.64", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", - "ge_buy_limit": "10", "lendable": "true", + "grand_exchange_price": "22800", + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1185", + "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22800", + "durability": null, + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1186" + }, + { "requirements": "{1,60}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1188", - "name": "Dragon sq shield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1189", - "name": "Bronze kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0", + "examine": "An ancient and powerful looking Dragon Square shield.", "durability": null, + "weight": "3", + "absorb": "5,0,11", "equip_audio": "2245", "equipment_slot": "5", - "ge_buy_limit": "100", + "lendable": "true", + "grand_exchange_price": "431900", + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1187", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431900", + "durability": null, + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1188" + }, + { "shop_price": "86", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1190", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "18", "name": "Bronze kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1191", - "name": "Iron kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "233", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "1189", + "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" }, { - "id": "1192", - "name": "Iron kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "grand_exchange_price": "18", + "durability": null, + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1190" }, { - "id": "1193", - "name": "Steel kiteshield", + "shop_price": "233", + "ge_buy_limit": "100", "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", "durability": null, + "weight": "5.4", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "57", + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1191", + "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1192" + }, + { "requirements": "{1,5}", "shop_price": "850", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1194", - "name": "Steel kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1195", - "name": "Black kiteshield", "examine": "A large metal shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", "durability": null, + "weight": "5.4", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "354", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1193", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { "ge_buy_limit": "100", + "grand_exchange_price": "354", + "durability": null, + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1194" + }, + { "requirements": "{1,10}", "shop_price": "2121", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1196", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "3311", "name": "Black kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1195", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" }, { - "id": "1197", - "name": "Mithril kiteshield", - "examine": "A large metal shield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "3311", + "durability": null, + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1196" + }, + { "requirements": "{1,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "1198", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "4.5", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1128", "name": "Mithril kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1197", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" }, { - "id": "1199", - "name": "Adamant kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1198" + }, + { "requirements": "{1,30}", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "1200", - "name": "Adamant kiteshield", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1201", - "name": "Rune kiteshield", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.8", + "absorb": "3,0,6", "equip_audio": "2245", "equipment_slot": "5", + "grand_exchange_price": "3066", + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1199", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { "ge_buy_limit": "100", - "lendable": "true", + "grand_exchange_price": "3066", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1200" + }, + { "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1202", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "35600", "name": "Rune kiteshield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1201", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" }, { + "ge_buy_limit": "100", + "grand_exchange_price": "35600", + "durability": null, + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1202" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "35", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1203", - "name": "Iron dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", + "grand_exchange_price": "35", + "durability": null, + "name": "Iron dagger", "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1204", - "name": "Iron dagger", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1204" }, { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "105", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1205", - "name": "Bronze dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" }, { + "ge_buy_limit": "100", + "grand_exchange_price": "105", + "durability": null, + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "1206", - "name": "Bronze dagger", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1207", - "name": "Steel dagger", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1208", - "name": "Steel dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1209", - "name": "Mithril dagger", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "1210", - "name": "Mithril dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1211", - "name": "Adamant dagger", - "examine": "Short and deadly.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "shop_price": "816", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1212", - "name": "Adamant dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1213", - "name": "Rune dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1214", - "name": "Rune dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1215", - "name": "Dragon dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1216", - "name": "Dragon dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1217", - "name": "Black dagger", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1218", - "name": "Black dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1219", - "name": "Iron dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1220", - "name": "Iron dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1221", - "name": "Bronze dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1222", - "name": "Bronze dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1223", - "name": "Steel dagger(p)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1224", - "name": "Steel dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1225", - "name": "Mithril dagger(p)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "1226", - "name": "Mithril dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1227", - "name": "Adamant dagger(p)", - "examine": "Short and deadly.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "shop_price": "816", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1228", - "name": "Adamant dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1229", - "name": "Rune dagger(p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1230", - "name": "Rune dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1231", - "name": "Dragon dagger(p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1232", - "name": "Dragon dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1233", - "name": "Black dagger(p)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "1234", - "name": "Black dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1235", - "name": "Poisoned dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "render_anim": "2584" - }, - { - "id": "1236", - "name": "Poisoned dagger(p)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1237", - "name": "Bronze spear", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "26", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1238", - "name": "Bronze spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1239", - "name": "Iron spear", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1240", - "name": "Iron spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1241", - "name": "Steel spear", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1242", - "name": "Steel spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1243", - "name": "Mithril spear", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "1244", - "name": "Mithril spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1245", - "name": "Adamant spear", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1246", - "name": "Adamant spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1247", - "name": "Rune spear", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1248", - "name": "Rune spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1249", - "name": "Dragon spear", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1250", - "name": "Dragon spear", - "archery_ticket_price": "0", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1251", - "name": "Bronze spear(p)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1252", - "name": "Bronze spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1253", - "name": "Iron spear(p)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1254", - "name": "Iron spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1255", - "name": "Steel spear(p)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1256", - "name": "Steel spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1257", - "name": "Mithril spear(p)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "1258", - "name": "Mithril spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1259", - "name": "Adamant spear(p)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1260", - "name": "Adamant spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1261", - "name": "Rune spear(p)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "1262", - "name": "Rune spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1263", - "name": "Dragon spear(p)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "428,2081,429,428", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "1264", - "name": "Dragon spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1265", - "name": "Bronze pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1266", - "name": "Bronze pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1267", - "name": "Iron pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "140", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1268", - "name": "Iron pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1269", - "name": "Steel pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,5}", - "shop_price": "500", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.25" - }, - { - "id": "1270", - "name": "Steel pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1271", - "name": "Adamant pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}-{14,31}", - "shop_price": "3200", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.7" - }, - { - "id": "1272", - "name": "Adamant pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1273", - "name": "Mithril pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "1300", - "tradeable": "true", - "weapon_interface": "4", - "weight": "1.8" - }, - { - "id": "1274", - "name": "Mithril pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1275", - "name": "Rune pickaxe", - "examine": "Used for mining.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,2508,2508", - "attack_speed": "5", - "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{0,40}-{14,41}", - "shop_price": "32000", - "tradeable": "true", - "weapon_interface": "4", - "weight": "2.2" - }, - { - "id": "1276", - "name": "Rune pickaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1277", - "name": "Bronze sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "run_anim": "824", - "shop_price": "33", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1278", - "name": "Bronze sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1279", - "name": "Iron sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "run_anim": "824", - "shop_price": "91", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "1280", - "name": "Iron sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1281", - "name": "Steel sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "412", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1282", - "name": "Steel sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1283", - "name": "Black sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,10}", - "run_anim": "824", - "shop_price": "624", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1284", - "name": "Black sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1285", - "name": "Mithril sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "266", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.5" - }, - { - "id": "1286", - "name": "Mithril sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1287", - "name": "Adamant sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "2080", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "1288", - "name": "Adamant sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1289", - "name": "Rune sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1381", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "20800", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "1290", - "name": "Rune sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1291", - "name": "Bronze longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "23", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1292", - "name": "Bronze longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1293", - "name": "Iron longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "177", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1294", - "name": "Iron longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1295", - "name": "Steel longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "500", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1296", - "name": "Steel longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1297", - "name": "Black longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}", - "run_anim": "824", - "shop_price": "960", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1298", - "name": "Black longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1299", - "name": "Mithril longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "1074", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "1300", - "name": "Mithril longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1301", - "name": "Adamant longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "3200", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1302", - "name": "Adamant longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1303", - "name": "Rune longsword", - "examine": "A razor sharp longsword", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "32000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1304", - "name": "Rune longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1305", - "name": "Dragon longsword", - "examine": "A very powerful sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "1426", - "requirements": "{0,60}", - "run_anim": "1210", - "shop_price": "100000", - "stand_anim": "809", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1306", - "name": "Dragon longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "1307", - "name": "Bronze 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "run_anim": "7039", - "shop_price": "160", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1308", - "name": "Bronze 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1309", - "name": "Iron 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "run_anim": "7039", - "shop_price": "260", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1310", - "name": "Iron 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1311", - "name": "Steel 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,5}", - "run_anim": "7039", - "shop_price": "1000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "1312", - "name": "Steel 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1313", - "name": "Black 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}", - "run_anim": "7039", - "shop_price": "2400", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1314", - "name": "Black 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1315", - "name": "Mithril 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,20}", - "run_anim": "7039", - "shop_price": "3000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.1" - }, - { - "id": "1316", - "name": "Mithril 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1317", - "name": "Adamant 2h sword", - "examine": "A two-handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,30}", - "run_anim": "7039", - "shop_price": "6400", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "4" - }, - { - "id": "1318", - "name": "Adamant 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1319", - "name": "Rune 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,40}", - "run_anim": "7039", - "shop_price": "40000", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "1320", - "name": "Rune 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1321", - "name": "Bronze scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "40", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "1322", - "name": "Bronze scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1323", - "name": "Iron scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "run_anim": "824", - "shop_price": "112", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1324", - "name": "Iron scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1325", - "name": "Steel scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "400", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1326", - "name": "Steel scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1327", - "name": "Black scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1328", - "name": "Black scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1329", - "name": "Mithril scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "1040", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "1330", - "name": "Mithril scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1331", - "name": "Adamant scimitar", - "examine": "A viciously curved sword", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "2304", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "2" - }, - { - "id": "1332", - "name": "Adamant scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1333", - "name": "Rune scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "1334", - "name": "Rune scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1335", - "name": "Iron warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "run_anim": "1210", - "shop_price": "224", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "1336", - "name": "Iron warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1337", - "name": "Bronze warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "run_anim": "1210", - "shop_price": "59", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "1338", - "name": "Bronze warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1339", - "name": "Steel warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,5}", - "run_anim": "1210", - "shop_price": "832", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "1340", - "name": "Steel warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1341", - "name": "Black warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,10}", - "run_anim": "1210", - "shop_price": "1274", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "1342", - "name": "Black warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1343", - "name": "Mithril warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1430", - "requirements": "{0,20}", - "run_anim": "1210", - "shop_price": "2158", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.5" - }, - { - "id": "1344", - "name": "Mithril warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1345", - "name": "Adamant warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1430", - "requirements": "{0,30}", - "run_anim": "1210", - "shop_price": "5356", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "2" - }, - { - "id": "1346", - "name": "Adamant warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1347", - "name": "Rune warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "1430", - "requirements": "{0,40}", - "run_anim": "1210", - "shop_price": "41000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "1348", - "name": "Rune warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1349", - "name": "Iron axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "56", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.3" - }, - { - "id": "1350", - "name": "Iron axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1351", - "name": "Bronze axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "20", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.35" - }, - { - "id": "1352", - "name": "Bronze axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1353", - "name": "Steel axe", - "examine": "A woodcutter's axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,5}", - "shop_price": "200", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.3" - }, - { - "id": "1354", - "name": "Steel axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1355", - "name": "Mithril axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,20}", - "shop_price": "660", - "tradeable": "true", - "weapon_interface": "2", - "weight": "1.1" - }, - { - "id": "1356", - "name": "Mithril axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1357", - "name": "Adamant axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,30}-{8,31}", - "shop_price": "1625", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1358", - "name": "Adamant axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1359", - "name": "Rune axe", - "examine": "A powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,40}-{8,41}", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "1360", - "name": "Rune axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1361", - "name": "Black axe", - "examine": "A sinister looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1362", - "name": "Black axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1363", - "name": "Iron battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "182", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1364", - "name": "Iron battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1365", - "name": "Steel battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,5}", - "shop_price": "650", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1366", - "name": "Steel battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1367", - "name": "Black battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}", - "shop_price": "1248", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1368", - "name": "Black battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1369", - "name": "Mithril battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,20}", - "shop_price": "1690", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1370", - "name": "Mithril battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1371", - "name": "Adamant battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,30}", - "shop_price": "4160", - "tradeable": "true", - "weapon_interface": "2", - "weight": "3" - }, - { - "id": "1372", - "name": "Adamant battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1373", - "name": "Rune battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,40}", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2" - }, - { - "id": "1374", - "name": "Rune battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1375", - "name": "Bronze battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "shop_price": "52", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1376", - "name": "Bronze battleaxe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1377", - "name": "Dragon battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "200000", - "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "1378", - "name": "Dragon battleaxe", - "archery_ticket_price": "0", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,60}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1379", - "name": "Staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "15", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "1380", - "name": "Staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1381", - "name": "Staff of air", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1382", - "name": "Staff of air", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1383", - "name": "Staff of water", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1384", - "name": "Staff of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1385", - "name": "Staff of earth", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1386", - "name": "Staff of earth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1387", - "name": "Staff of fire", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1388", - "name": "Staff of fire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1389", - "name": "Magic staff", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1390", - "name": "Magic staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1391", - "name": "Battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "7000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1392", - "name": "Battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1393", - "name": "Fire battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "19600", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1394", - "name": "Fire battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1395", - "name": "Water battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1396", - "name": "Water battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1397", - "name": "Air battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "7000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "1398", - "name": "Air battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1399", - "name": "Earth battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "shop_price": "1500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1400", - "name": "Earth battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1401", - "name": "Mystic fire staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "1402", - "name": "Mystic fire staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1403", - "name": "Mystic water staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "1404", - "name": "Mystic water staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1405", - "name": "Mystic air staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1406", - "name": "Mystic air staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1407", - "name": "Mystic earth staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "40000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1408", - "name": "Mystic earth staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1409", - "name": "Iban's staff", - "examine": "An ancient staff, formerly the property of Iban.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "1410", - "name": "Iban's staff", - "examine": "An ancient staff, formerly the property of Iban.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "durability": null, - "weight": "2.2" - }, - { - "id": "1412", - "name": "Farmer's fork", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1413", - "name": "Halberd", - "archery_ticket_price": "0", - "attack_speed": "7", - "durability": null - }, - { - "id": "1414", - "name": "Halberd", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1415", - "name": "Warhammer", - "archery_ticket_price": "0", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "durability": null - }, - { - "id": "1416", - "name": "Warhammer", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1417", - "name": "Javelin", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null - }, - { - "id": "1418", - "name": "Javelin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1419", - "name": "Scythe", - "examine": "It's a Scythe.", - "archery_ticket_price": "0", - "attack_anims": "440,440,438,382", - "attack_audios": "2524,2524,2522,2524", - "attack_speed": "7", - "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0", - "defence_anim": "383", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "1383", - "run_anim": "824", - "stand_anim": "847", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "22", - "weight": "3" - }, - { - "id": "1420", - "name": "Iron mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "80", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "1421", - "name": "Iron mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1422", - "name": "Bronze mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "18", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1423", - "name": "Bronze mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1424", - "name": "Steel mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,5}", - "shop_price": "225", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1425", - "name": "Steel mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1426", - "name": "Black mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1427", - "name": "Black mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1428", - "name": "Mithril mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "585", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.5" - }, - { - "id": "1429", - "name": "Mithril mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1430", - "name": "Adamant mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}", - "shop_price": "1440", - "tradeable": "true", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "1431", - "name": "Adamant mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1432", - "name": "Rune mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{0,40}", - "shop_price": "14400", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.79" - }, - { - "id": "1433", - "name": "Rune mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1434", - "name": "Dragon mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0", - "defence_anim": "403", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", - "shop_price": "50000", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "1435", - "name": "Dragon mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,60}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "1436", - "name": "Rune essence", - "examine": "An uncharged Rune Stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1437", - "name": "Rune essence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1438", - "name": "Air talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1439", - "name": "Air talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1440", - "name": "Earth talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{9,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1441", - "name": "Earth talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1442", - "name": "Fire talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{14,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1443", - "name": "Fire talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1444", - "name": "Water talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{5,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1445", - "name": "Water talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1446", - "name": "Body talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1447", - "name": "Body talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1448", - "name": "Mind talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{2,20}", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "1449", - "name": "Mind talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1450", - "name": "Blood talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,77}", - "tradeable": "true" - }, - { - "id": "1451", - "name": "Blood talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1452", - "name": "Chaos talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,35}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1453", - "name": "Chaos talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1454", - "name": "Cosmic talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,27}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1455", - "name": "Cosmic talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1456", - "name": "Death talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,65}", - "tradeable": "true" - }, - { - "id": "1457", - "name": "Death talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1458", - "name": "Law talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,54}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1459", - "name": "Law talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1461", - "name": "Soul talisman", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1462", - "name": "Nature talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,44}", - "shop_price": "125", - "tradeable": "true" - }, - { - "id": "1463", - "name": "Nature talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1464", - "name": "Archery ticket", - "examine": "I can exchange this for equipment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1465", - "name": "Weapon poison", - "examine": "For use on daggers and projectiles.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1467", - "name": "Damp sticks", - "examine": "Some damp wooden sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1468", - "name": "Dry sticks", - "examine": "Some dry wooden sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1469", - "name": "Broken glass", - "examine": "Smashed glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1470", - "name": "Red bead", - "examine": "A small round red bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1471", - "name": "Red bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1472", - "name": "Yellow bead", - "examine": "A small round yellow bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1473", - "name": "Yellow bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1474", - "name": "Black bead", - "examine": "A small round black bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1475", - "name": "Black bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1476", - "name": "White bead", - "examine": "A small round white bead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1477", - "name": "White bead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1478", - "name": "Amulet of accuracy", - "examine": "Wizard Mizgog sells these aim-enhancing amulets.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "1000", - "tradeable": "true" - }, - { - "id": "1479", - "name": "Amulet of accuracy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1480", - "name": "Rock", - "examine": "A chunk of rock." - }, - { - "id": "1481", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1482", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1483", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1484", - "name": "Orb of light", - "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "1485", - "name": "Damp cloth", - "examine": "A damp, wet cloth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1486", - "name": "Piece of railing", - "examine": "A broken piece of railing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1487", - "name": "Unicorn horn", - "examine": "This horn has restorative properties.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "1488", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1489", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1490", - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1491", - "name": "Witch's cat", - "examine": "On the ground: Curiosity has yet to kill this one...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.2" - }, - { - "id": "1492", - "name": "Doll of iban", - "examine": "A simple doll with Iban's likeness.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1493", - "name": "Old journal", - "examine": "An account of the last times of someone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1494", - "name": "History of iban", - "examine": "The tale of Iban.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1495", - "name": "Klank's gauntlets", - "examine": "Strong dwarvish gloves.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "5000", - "weight": "0.2" - }, - { - "id": "1496", - "name": "Iban's dove", - "examine": "I thought you only saw these in pairs?", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "1497", - "name": "Amulet of othanian", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1498", - "name": "Amulet of doomion", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1499", - "name": "Amulet of holthion", - "examine": "A mystical demonic amulet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1500", - "name": "Iban's shadow", - "examine": "A strange dark liquid.", - "archery_ticket_price": "0", - "durability": null, "equip_audio": "" }, { - "id": "1501", - "name": "Dwarf brew", - "examine": "Smells stronger than most spirits.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1502", - "name": "Iban's ashes", - "examine": "The burnt remains of Iban.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.056" - }, - { - "id": "1503", - "name": "Warrant", - "examine": "A search warrant for a house in West Ardougne.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1504", - "name": "Hangover cure", - "examine": "It doesn't look very tasty.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1505", - "name": "A magic scroll", - "examine": "Maybe I should read this...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "1506", - "name": "Gas mask", - "examine": "Stops me from breathing nasty stuff!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.25" - }, - { - "id": "1507", - "name": "A small key", - "examine": "Quite a small key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1508", - "name": "A scruffy note", - "examine": "It seems to say \"hongorer lure\"...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1509", - "name": "Book", - "examine": "Turnip growing for beginners.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1510", - "name": "Picture", - "examine": "A picture of a lady called Elena.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "1511", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1512", - "name": "Logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1513", - "name": "Magic logs", - "examine": "Logs cut from a magic tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1514", - "name": "Magic logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1515", - "name": "Yew logs", - "examine": "Logs cut from a yew tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1516", - "name": "Yew logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1517", - "name": "Maple logs", - "examine": "Logs cut from a maple tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1518", - "name": "Maple logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1519", - "name": "Willow logs", - "examine": "Logs cut from a willow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1520", - "name": "Willow logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1521", - "name": "Oak logs", - "examine": "Logs cut from an Oak Tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1522", - "name": "Oak logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1523", - "name": "Lockpick", - "examine": "For picking tough locks.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1524", - "name": "Lockpick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1525", - "name": "Grimy snake weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1526", - "name": "Clean snake weed", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1527", - "name": "Grimy ardrigal", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1528", - "name": "Clean ardrigal", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "1529", - "name": "Grimy sito foil", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1530", - "name": "Clean sito foil", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1531", - "name": "Grimy volencia moss", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1532", - "name": "Clean volencia moss", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1533", - "name": "Grimy rogue's purse", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1534", - "name": "Clean rogue's purse", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1535", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1536", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1537", - "name": "Map part", - "examine": "A piece of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1538", - "name": "Crandor map", - "examine": "A map of the route to Crandor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1539", - "name": "Steel nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "52", - "tradeable": "true" - }, - { - "id": "1540", - "name": "Anti-dragon shield", - "examine": "This provides partial protection from dragon-breath attacks.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "1541", - "name": "Anti-dragon shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1542", - "name": "Maze key", - "examine": "A key to Melzar's Maze.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1549", - "name": "Stake", - "examine": "A very pointy stick.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", - "durability": null, - "equipment_slot": "5", - "tradeable": "false" - }, - { - "id": "1550", - "name": "Garlic", - "examine": "Deters vampires.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1551", - "name": "Garlic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1552", - "name": "Doogle sardine", - "examine": "Sardine flavoured with doogle leaves.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1555", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1556", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1557", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1558", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1559", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1560", - "name": "Pet kitten", - "examine": "This kitten seems to like you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1561", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1562", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1563", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1564", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1565", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1566", - "name": "Pet cat", - "examine": "This cat definitely likes you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1567", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1568", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1569", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1570", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1571", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1572", - "name": "Overgrown cat", - "examine": "This cat is so well fed it can hardly move.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1573", - "name": "Doogle leaves", - "examine": "A tasty herb good for seasoning.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1575", - "name": "Cat training medal", - "examine": "For feline training expertise.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "1577", - "name": "Pete's candlestick", - "examine": "Candlestick used during Heroes' Quest.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1578", - "name": "Pete's candlestick", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1579", - "name": "Thieves' armband", - "examine": "This denotes a Master Thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1580", - "name": "Ice gloves", - "examine": "These will keep my hands cold!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.2" - }, - { - "id": "1581", - "name": "Blamish snail slime", - "examine": "Yuck.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1582", - "name": "Blamish oil", - "examine": "Made from the finest snail slime.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1583", - "name": "Fire feather", - "examine": "Firebird feather.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1584", - "name": "Id papers", - "examine": "Apparently my name is Hartigen.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1585", - "name": "Oily fishing rod", - "examine": "Useful for catching lava eels.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1586", - "name": "Miscellaneous key", - "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "1587", - "name": "Miscellaneous key", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1588", - "name": "Grips' key ring", - "examine": "The key I got from Grip. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1590", - "name": "Dusty key", - "examine": "I wonder what this unlocks. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1591", - "name": "Jail key", - "examine": "Key to a cell. (Heroes' Quest)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1592", - "name": "Ring mould", - "examine": "Used to make gold rings.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1593", - "name": "Ring mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1594", - "name": "Unholy mould", - "examine": "Used to make unholy symbols.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1595", - "name": "Amulet mould", - "examine": "Used to make gold amulets.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1596", - "name": "Amulet mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1597", - "name": "Necklace mould", - "examine": "Used to make gold necklaces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1598", - "name": "Necklace mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1599", - "name": "Holy mould", - "examine": "Used to make holy symbols of Saradomin.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1600", - "name": "Holy mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1601", - "name": "Diamond", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1602", - "name": "Diamond", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1603", - "name": "Ruby", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "400", - "tradeable": "true" - }, - { - "id": "1604", - "name": "Ruby", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1605", - "name": "Emerald", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1606", - "name": "Emerald", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1607", - "name": "Sapphire", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "175", - "tradeable": "true" - }, - { - "id": "1608", - "name": "Sapphire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1609", - "name": "Opal", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "1610", - "name": "Opal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1611", - "name": "Jade", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "1612", - "name": "Jade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1613", - "name": "Red topaz", - "examine": "A semi precious stone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1614", - "name": "Red topaz", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1615", - "name": "Dragonstone", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "75000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1616", - "name": "Dragonstone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1617", - "name": "Uncut diamond", - "examine": "An uncut diamond.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tokkul_price": "300", - "tradeable": "true" - }, - { - "id": "1618", - "name": "Uncut diamond", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1619", - "name": "Uncut ruby", - "examine": "An uncut ruby.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tokkul_price": "150", - "tradeable": "true" - }, - { - "id": "1620", - "name": "Uncut ruby", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1621", - "name": "Uncut emerald", - "examine": "An uncut emerald.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tokkul_price": "75", - "tradeable": "true" - }, - { - "id": "1622", - "name": "Uncut emerald", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1623", - "name": "Uncut sapphire", - "examine": "An uncut sapphire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "25", - "tokkul_price": "37", - "tradeable": "true" - }, - { - "id": "1624", - "name": "Uncut sapphire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1625", - "name": "Uncut opal", - "examine": "An uncut opal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1626", - "name": "Uncut opal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1627", - "name": "Uncut jade", - "examine": "An uncut jade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1628", - "name": "Uncut jade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1629", - "name": "Uncut red topaz", - "examine": "An uncut red topaz.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1630", - "name": "Uncut red topaz", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1631", - "name": "Uncut dragonstone", - "examine": "An uncut dragonstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "75000", - "tokkul_price": "1500", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1632", - "name": "Uncut dragonstone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1633", - "name": "Crushed gem", - "examine": "This gem is crushed and broken.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1634", - "name": "Crushed gem", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1635", - "name": "Gold ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1636", - "name": "Gold ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1637", - "name": "Sapphire ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1638", - "name": "Sapphire ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1639", - "name": "Emerald ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1640", - "name": "Emerald ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1641", - "name": "Ruby ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1642", - "name": "Ruby ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1643", - "name": "Diamond ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "shop_price": "3172", - "tradeable": "true" - }, - { - "id": "1644", - "name": "Diamond ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1645", - "name": "Dragonstone ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "shop_price": "7750", - "tradeable": "true" - }, - { - "id": "1646", - "name": "Dragonstone ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1649", - "name": "Sapphire ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1650", - "name": "Emerald ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1651", - "name": "Ruby ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1652", - "name": "Diamond ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3172", - "tradeable": "true" - }, - { - "id": "1653", - "name": "Dragonstone ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "7750", - "tradeable": "true" - }, - { - "id": "1654", - "name": "Gold necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "450", - "tradeable": "true" - }, - { - "id": "1655", - "name": "Gold necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1656", - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "945", - "tradeable": "true" - }, - { - "id": "1657", - "name": "Sapphire necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1658", - "name": "Emerald necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1425", - "tradeable": "true" - }, - { - "id": "1659", - "name": "Emerald necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1660", - "name": "Ruby necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "870", - "tradeable": "true" - }, - { - "id": "1661", - "name": "Ruby necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1662", - "name": "Diamond necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1663", - "name": "Diamond necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1664", - "name": "Dragon necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1665", - "name": "Dragon necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1668", - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "945", - "tradeable": "true" - }, - { - "id": "1669", - "name": "Emerald necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1425", - "tradeable": "true" - }, - { - "id": "1670", - "name": "Ruby necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "870", - "tradeable": "true" - }, - { - "id": "1671", - "name": "Diamond necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1672", - "name": "Dragon necklace", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1673", - "name": "Gold amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1674", - "name": "Gold amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1675", - "name": "Sapphire amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1676", - "name": "Sapphire amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1677", - "name": "Emerald amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1678", - "name": "Emerald amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1679", - "name": "Ruby amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1680", - "name": "Ruby amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1681", - "name": "Diamond amulet", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1682", - "name": "Diamond amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1683", - "name": "Dragonstone ammy", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1684", - "name": "Dragonstone ammy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1687", - "name": "Sapphire amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1688", - "name": "Emerald amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1689", - "name": "Ruby amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1690", - "name": "Diamond amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1691", - "name": "Dragonstone ammy", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1692", - "name": "Gold amulet", - "examine": "A plain gold amulet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "1693", - "name": "Gold amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1694", - "name": "Sapphire amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "810", - "tradeable": "true" - }, - { - "id": "1695", - "name": "Sapphire amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1696", - "name": "Emerald amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1147", - "tradeable": "true" - }, - { - "id": "1697", - "name": "Emerald amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1698", - "name": "Ruby amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "2025", - "tradeable": "true" - }, - { - "id": "1699", - "name": "Ruby amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1700", - "name": "Diamond amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3307", - "tradeable": "true" - }, - { - "id": "1701", - "name": "Diamond amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1702", - "name": "Dragonstone ammy", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1703", - "name": "Dragonstone ammy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1704", - "name": "Amulet of glory", - "examine": "A very powerful dragonstone amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1705", - "name": "Amulet of glory", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1706", - "name": "Amulet of glory(1)", - "examine": "A dragonstone amulet with 1 magic charge.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1707", - "name": "Amulet of glory(1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1708", - "name": "Amulet of glory(2)", - "examine": "A dragonstone amulet with 2 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1709", - "name": "Amulet of glory(2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1710", - "name": "Amulet of glory(3)", - "examine": "A dragonstone amulet with 3 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "1711", - "name": "Amulet of glory(3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1712", - "name": "Amulet of glory(4)", - "examine": "A dragonstone amulet with 4 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1713", - "name": "Amulet of glory(4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1714", - "name": "Unstrung symbol", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "1715", - "name": "Unstrung symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1716", - "name": "Unblessed symbol", - "examine": "A symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "1717", - "name": "Unblessed symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1718", - "name": "Holy symbol", - "examine": "A blessed holy symbol of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "1719", - "name": "Holy symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1720", - "name": "Unstrung emblem", - "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1721", - "name": "Unstrung emblem", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1722", - "name": "Unpowered symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "1723", - "name": "Unpowered symbol", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1724", - "name": "Unholy symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", + "requirements": "{0,5}", "shop_price": "135", - "tradeable": "true" - }, - { - "id": "1725", - "name": "Amulet of strength", - "examine": "An enchanted ruby amulet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1726", - "name": "Amulet of strength", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1727", - "name": "Amulet of magic", - "examine": "An enchanted sapphire amulet of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "900", - "tradeable": "true" - }, - { - "id": "1728", - "name": "Amulet of magic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1729", - "name": "Amulet of defence", - "examine": "An enchanted emerald amulet of protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "1275", - "tradeable": "true" - }, - { - "id": "1730", - "name": "Amulet of defence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1731", - "name": "Amulet of power", - "examine": "An enchanted diamond amulet of power.", - "archery_ticket_price": "0", - "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "shop_price": "3525", - "tradeable": "true" - }, - { - "id": "1732", - "name": "Amulet of power", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1733", - "name": "Needle", - "examine": "Used with a thread to make clothes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1734", - "name": "Thread", - "examine": "Use with a needle to make clothes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "1735", - "name": "Shears", - "examine": "For shearing sheep.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1736", - "name": "Shears", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1737", - "name": "Wool", - "examine": "I think this came from a sheep.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "1738", - "name": "Wool", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1739", - "name": "Cowhide", - "examine": "I should take this to the tannery.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "1740", - "name": "Cowhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1741", - "name": "Leather", - "examine": "It's a piece of leather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.25" - }, - { - "id": "1742", - "name": "Leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1743", - "name": "Hard leather", - "examine": "It's a piece of hard leather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1744", - "name": "Hard leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1745", - "name": "Green d-leather", - "examine": "It's a piece of prepared green dragon hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1746", - "name": "Green d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1747", - "name": "Black dragonhide", - "examine": "The scaly rough hide from a Black Dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1748", - "name": "Black dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1749", - "name": "Red dragonhide", - "examine": "The scaly rough hide from a red dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "1750", - "name": "Red dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1751", - "name": "Blue dragonhide", - "examine": "The scaly rough hide from a blue dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1752", - "name": "Blue dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1753", - "name": "Green dragonhide", - "examine": "The scaly rough hide from a green dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "1754", - "name": "Green dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1755", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1756", - "name": "Chisel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1757", - "name": "Brown apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "1758", - "name": "Brown apron", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1759", - "name": "Ball of wool", - "examine": "Spun from sheeps' wool.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1760", - "name": "Ball of wool", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1761", - "name": "Soft clay", - "examine": "Clay soft enough to mould.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1762", - "name": "Soft clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1763", - "name": "Red dye", - "examine": "A little bottle of red dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1764", - "name": "Red dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1765", - "name": "Yellow dye", - "examine": "A little bottle of yellow dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1766", - "name": "Yellow dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1767", - "name": "Blue dye", - "examine": "A little bottle of blue dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1768", - "name": "Blue dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1769", - "name": "Orange dye", - "examine": "A little bottle of orange dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1770", - "name": "Orange dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1771", - "name": "Green dye", - "examine": "A little bottle of green dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1772", - "name": "Green dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1773", - "name": "Purple dye", - "examine": "A little bottle of purple dye.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "1774", - "name": "Purple dye", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1775", - "name": "Molten glass", - "examine": "Hot glass ready to be blown into useful objects.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1776", - "name": "Molten glass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1777", - "name": "Bow string", - "examine": "I need a bow stave to attach this to.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1778", - "name": "Bow string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1779", - "name": "Flax", - "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "73", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1780", - "name": "Flax", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "1781", - "name": "Soda ash", - "examine": "One of the ingredients for making glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.09" - }, - { - "id": "1782", - "name": "Soda ash", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1783", - "name": "Bucket of sand", - "examine": "One of the ingredients for making glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "1784", - "name": "Bucket of sand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1785", - "name": "Glassblowing pipe", - "examine": "Used to form molten glass into useful items.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "1786", - "name": "Glassblowing pipe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1787", - "name": "Unfired pot", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1788", - "name": "Unfired pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1789", - "name": "Unfired pie dish", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1790", - "name": "Unfired pie dish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1791", - "name": "Unfired bowl", - "examine": "I need to put this in a pottery oven.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "1792", - "name": "Unfired bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1793", - "name": "Woad leaf", - "examine": "A slightly bluish leaf.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "1794", - "name": "Bronze wire", - "examine": "Useful for crafting items.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1795", - "name": "Bronze wire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1796", - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "1797", - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "1798", - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1799", - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1800", - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1801", - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1802", - "name": "Silver book", - "examine": "David's shiny silver coated book.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1803", - "name": "Silver book", - "examine": "David's shiny silver coated book coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1804", - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1805", - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1806", - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1807", - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1808", - "name": "Criminal's thread", - "examine": "Some red thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1809", - "name": "Criminal's thread", - "examine": "Some green thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1810", - "name": "Criminal's thread", - "examine": "Some blue thread found at the murder scene.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1811", - "name": "Flypaper", - "examine": "A piece of fly paper. It's sticky.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1812", - "name": "Pungent pot", - "examine": "A pot found at the murder scene, with a sickly odour.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1813", - "name": "Criminal's dagger", - "examine": "A flimsy-looking dagger found at the crime scene.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "1814", - "name": "Criminal's dagger", - "examine": "A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "1815", - "name": "Killer's print", - "examine": "The fingerprints of the murderer.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1816", - "name": "Anna's print", - "examine": "An imprint of Anna's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1817", - "name": "Bob's print", - "examine": "An imprint of Bob's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1818", - "name": "Carol's print", - "examine": "An imprint of Carol's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1819", - "name": "David's print", - "examine": "An imprint of David's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1820", - "name": "Elizabeth's print", - "examine": "An imprint of Elizabeth's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1821", - "name": "Frank's print", - "examine": "An imprint of Frank's fingerprint.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1822", - "name": "Unknown print", - "examine": "An unidentified fingerprint taken from the murder weapon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1823", - "name": "Waterskin(4)", - "examine": "A full waterskin with four portions of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1824", - "name": "Waterskin(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1825", - "name": "Waterskin(3)", - "examine": "A nearly full waterskin with three portions of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1826", - "name": "Waterskin(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1827", - "name": "Waterskin(2)", - "examine": "A half empty waterskin with two portions of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1828", - "name": "Waterskin(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1829", - "name": "Waterskin(1)", - "examine": "A nearly empty waterskin with one portion of water.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1830", - "name": "Waterskin(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1831", - "name": "Waterskin(0)", - "examine": "A completely empty waterskin - you'll need to fill it up.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1832", - "name": "Waterskin(0)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1833", - "name": "Desert shirt", - "examine": "A cool, light desert shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "40", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1834", - "name": "Desert shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1835", - "name": "Desert robe", - "examine": "A cool, light desert robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1836", - "name": "Desert robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1837", - "name": "Desert boots", - "examine": "Comfortable desert shoes.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1838", - "name": "Desert boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1839", - "name": "Metal key", - "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1840", - "name": "Cell door key", - "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1841", - "name": "Barrel", - "examine": "An empty barrel/A Splendid barrel.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "10" - }, - { - "id": "1842", - "name": "Ana in a barrel", - "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "1843", - "name": "Wrought iron key", - "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1844", - "name": "Slave shirt", - "examine": "A filthy, smelly, flea infested shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "0.9" - }, - { - "id": "1845", - "name": "Slave robe", - "examine": "A filthy, smelly, flea infested robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "0.9" - }, - { - "id": "1846", - "name": "Slave boots", - "examine": "A set of filthy, smelly, flea infested desert slave boots.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "weight": "0.6" - }, - { - "id": "1847", - "name": "Scrumpled paper", - "examine": "A piece of paper with barely legible writing - looks like a recipe!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1848", - "name": "Shantay disclaimer", - "examine": "Very important information.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5" - }, - { - "id": "1849", - "name": "Prototype dart", - "examine": "A prototype throwing dart.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1850", - "name": "Technical plans", - "examine": "Plans of a technical nature.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1851", - "name": "Tenti pineapple", - "examine": "The most delicious of pineapples.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1852", - "name": "Bedabin key", - "examine": "A key to the chest in Captain Siad's room.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1853", - "name": "Prototype dart tip", - "examine": "A protoype dart tip - it looks deadly.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1854", - "name": "Shantay pass", - "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5" - }, - { - "id": "1856", - "name": "Guide book", - "examine": "A Tourist's Guide to Ardougne.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "1857", - "name": "Totem", - "examine": "The Rantuki tribe's totem.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "1858", - "name": "Address label", - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "1859", - "name": "Raw ugthanki meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.75" - }, - { - "id": "1860", - "name": "Raw ugthanki meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1861", - "name": "Ugthanki meat", - "examine": "I need to cook this first / Freshly cooked ugthanki meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.75" - }, - { - "id": "1862", - "name": "Ugthanki meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1863", - "name": "Pitta dough", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "9", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "1864", - "name": "Pitta dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1865", - "name": "Pitta bread", - "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1866", - "name": "Pitta bread", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1867", - "name": "Burnt pitta bread", - "examine": "It's all burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1868", - "name": "Burnt pitta bread", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1869", - "name": "Chopped tomato", - "examine": "A mixture of tomatoes in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1870", - "name": "Chopped tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1871", - "name": "Chopped onion", - "examine": "A mixture of onions in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1872", - "name": "Chopped onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1873", - "name": "Chopped ugthanki", - "examine": "Strips of ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1874", - "name": "Chopped ugthanki", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1875", - "name": "Onion & tomato", - "examine": "A mixture of chopped onions and tomatoes in a bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1876", - "name": "Onion & tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1877", - "name": "Ugthanki & onion", - "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "1878", - "name": "Ugthanki & onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1879", - "name": "Ugthanki & tomato", - "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "1880", - "name": "Ugthanki & tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1881", - "name": "Kebab mix", - "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1882", - "name": "Kebab mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1883", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1884", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1885", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1886", - "name": "Ugthanki kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1887", - "name": "Cake tin", - "examine": "Useful for baking cakes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1888", - "name": "Cake tin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1889", - "name": "Uncooked cake", - "examine": "Now all I need to do is cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1890", - "name": "Uncooked cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1891", - "name": "Cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1892", - "name": "Cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1893", - "name": "2/3 cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1894", - "name": "2/3 cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1895", - "name": "Slice of cake", - "examine": "A plain sponge cake.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1896", - "name": "Slice of cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1897", - "name": "Chocolate cake", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1898", - "name": "Chocolate cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1899", - "name": "2/3 chocolate cake", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1900", - "name": "2/3 chocolate cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1901", - "name": "Chocolate slice", - "examine": "This looks very tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1902", - "name": "Chocolate slice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1904", - "name": "Burnt cake", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1905", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1906", - "name": "Asgarnian ale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1907", - "name": "Wizard's mind bomb", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1908", - "name": "Wizard's mind bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1909", - "name": "Greenman's ale", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1910", - "name": "Greenman's ale", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1911", - "name": "Dragon bitter", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1912", - "name": "Dragon bitter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1913", - "name": "Dwarven stout", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "1914", - "name": "Dwarven stout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1915", - "name": "Grog", - "examine": "A murky glass full of your average, everyday pirate slosh.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "2" - }, - { - "id": "1916", - "name": "Grog", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1917", - "name": "Beer", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "ge_buy_limit": "100", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "17", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1207", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" }, { - "id": "1918", - "name": "Beer", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1919", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", + "grand_exchange_price": "17", "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", + "name": "Steel dagger", "tradeable": "true", - "weight": "0.05" + "archery_ticket_price": "0", + "id": "1208" }, { - "id": "1920", - "name": "Beer glass", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,20}", + "shop_price": "130", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1921", - "name": "Bowl of water", - "examine": "It's a bowl of water.", - "archery_ticket_price": "0", + "examine": "A dangerous dagger.", "durability": null, - "ge_buy_limit": "100", + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "71", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger", "tradeable": "true", - "weight": "0.9" + "archery_ticket_price": "0", + "id": "1209", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" }, { - "id": "1922", - "name": "Bowl of water", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1923", - "name": "Bowl", - "examine": "Useful for mixing things.", - "archery_ticket_price": "0", + "grand_exchange_price": "71", "durability": null, - "ge_buy_limit": "100", - "shop_price": "4", + "name": "Mithril dagger", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "1210" }, { - "id": "1924", - "name": "Bowl", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,30}", + "shop_price": "816", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "300", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1211", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" }, { - "id": "1925", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "2", + "grand_exchange_price": "300", + "durability": null, + "name": "Adamant dagger", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1212" }, { - "id": "1926", - "name": "Bucket", - "archery_ticket_price": "0", - "durability": null, + "requirements": "{0,40}", + "shop_price": "8000", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1927", - "name": "Bucket of milk", - "examine": "It's a bucket of milk.", - "archery_ticket_price": "0", + "examine": "A powerful dagger.", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4642", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger", "tradeable": "true", - "weight": "2.2" + "archery_ticket_price": "0", + "id": "1213", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" }, { - "id": "1928", - "name": "Bucket of milk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1929", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "4642", + "durability": null, + "name": "Rune dagger", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1214" }, { - "id": "1930", - "name": "Bucket of water", - "archery_ticket_price": "0", + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17700", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1215", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17700", + "durability": null, + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1216" + }, + { + "requirements": "{0,10}", + "shop_price": "240", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "79", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1217", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" }, { - "id": "1931", - "name": "Empty pot", - "examine": "This pot is empty.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "1", + "grand_exchange_price": "79", + "durability": null, + "name": "Black dagger", "tradeable": "true", - "weight": "0.45" + "archery_ticket_price": "0", + "id": "1218" }, { - "id": "1932", - "name": "Empty pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1933", - "name": "Pot of flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1934", - "name": "Pot of flour", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1935", - "name": "Jug", - "examine": "This jug is empty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1936", - "name": "Jug", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1937", - "name": "Jug of water", - "examine": "It's full of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1938", - "name": "Jug of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1939", - "name": "Swamp tar", - "examine": "A foul smelling thick tar like substance.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "1940", - "name": "Raw swamp paste", - "examine": "A tar-like substance mixed with flour and warmed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", "shop_price": "38", - "tradeable": "true" - }, - { - "id": "1941", - "name": "Swamp paste", - "examine": "A tar-like substance mixed with flour and warmed.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "38", - "tradeable": "true" + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "56", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1219", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "1942", - "name": "Potato", - "examine": "This could be used to make a good stew.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "56", "durability": null, - "ge_buy_limit": "500", + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1220" + }, + { "shop_price": "11", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1943", - "name": "Potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "1944", - "name": "Egg", - "examine": "A nice fresh egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1945", - "name": "Egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1946", - "name": "Flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "1947", - "name": "Grain", - "examine": "Some wheat heads.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "1948", - "name": "Grain", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1949", - "name": "Chef's hat", - "examine": "What a silly hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "1950", - "name": "Chef's hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1951", - "name": "Redberries", - "examine": "Very bright red berries.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "3", - "tradeable": "true", - "weight": "1" - }, - { - "id": "1952", - "name": "Redberries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1953", - "name": "Pastry dough", - "examine": "Potentially pastry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.16" - }, - { - "id": "1954", - "name": "Pastry dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1955", - "name": "Cooking apple", - "examine": "Keeps the doctor away.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "36", - "tradeable": "true" - }, - { - "id": "1956", - "name": "Cooking apple", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1957", - "name": "Onion", - "examine": "A strong smelling onion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1958", - "name": "Onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1959", - "name": "Pumpkin", - "examine": "Happy Halloween.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "1960", - "name": "Pumpkin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1961", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1962", - "name": "Easter egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1963", - "name": "Banana", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", + "examine": "Short but pointy.", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "1964", - "name": "Banana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1965", - "name": "Cabbage", - "examine": "Yuck, I don't like cabbage.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1966", - "name": "Cabbage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1967", - "name": "Cabbage", - "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "1968", - "name": "Cabbage", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "1969", - "name": "Spinach roll", - "examine": "A home made spinach thing.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "weight": "0.1" - }, - { - "id": "1971", - "name": "Kebab", - "examine": "A meaty kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1972", - "name": "Kebab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1973", - "name": "Chocolate bar", - "examine": "Mmmmmmm chocolate.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1974", - "name": "Chocolate bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1975", - "name": "Chocolate dust", - "examine": "It's ground-up chocolate.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "1976", - "name": "Chocolate dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1977", - "name": "Chocolatey milk", - "examine": "Milk with chocolate in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "1978", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "1979", - "name": "Cup of tea", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1980", - "name": "Empty cup", - "examine": "An empty cup.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "1981", - "name": "Empty cup", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "1982", - "name": "Tomato", - "examine": "This would make good ketchup.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "1983", - "name": "Tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1984", - "name": "Rotten apple", - "examine": "Rotten to the core!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "1985", - "name": "Cheese", - "examine": "It's got holes in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "1986", - "name": "Cheese", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "1987", - "name": "Grapes", - "examine": "Good grapes for wine making.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "1988", - "name": "Grapes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1989", - "name": "Half full wine jug", - "examine": "An optimist would say it is half full.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1990", - "name": "Half full wine jug", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "1991", - "name": "Jug of bad wine", - "examine": "Oh dear, this wine is terrible!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1992", - "name": "Jug of bad wine", - "examine": "Oh dear, this wine is terrible!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1993", - "name": "Jug of wine", - "examine": "It's full of wine.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "128", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "1994", - "name": "Jug of wine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "1995", - "name": "Unfermented wine", - "examine": "This wine needs to ferment before it can be drunk.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1996", - "name": "Unfermented wine", - "examine": "This wine needs to ferment before it can be drunk.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "1997", - "name": "Incomplete stew", - "examine": "I need to add some meat too.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "1998", - "name": "Incomplete stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "1999", - "name": "Incomplete stew", - "examine": "I need to add some potato too.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2000", - "name": "Incomplete stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2001", - "name": "Uncooked stew", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2002", - "name": "Uncooked stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2003", - "name": "Stew", - "examine": "It's a meat and potato stew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "shop_price": "20", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "2004", - "name": "Stew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2006", - "name": "Burnt stew", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2007", - "name": "Spice", - "examine": "This could liven up an otherwise bland stew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "230", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2008", - "name": "Spice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2009", - "name": "Uncooked curry", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2010", - "name": "Uncooked curry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2011", - "name": "Curry", - "examine": "It's a spicy hot curry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "2012", - "name": "Curry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "2013", - "name": "Burnt curry", - "examine": "Eew, it's horribly burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2014", - "name": "Burnt curry", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2015", - "name": "Vodka", - "examine": "An absolutely clear spirit sold by well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2016", - "name": "Vodka", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2017", - "name": "Whisky", - "examine": "This Draynor malt is sold by well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2018", - "name": "Whisky", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2019", - "name": "Gin", - "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2020", - "name": "Gin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2021", - "name": "Brandy", - "examine": "A strong spirit best served in a large glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "2022", - "name": "Brandy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2023", - "name": "Cocktail guide", - "examine": "A book on tree gnome cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2024", - "name": "Cocktail guide", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2025", - "name": "Cocktail shaker", - "examine": "Used for mixing cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2026", - "name": "Cocktail glass", - "examine": "For sipping cocktails.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "2027", - "name": "Cocktail glass", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2028", - "name": "Premade blurb' sp.", - "examine": "A premade Blurberry Special.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2029", - "name": "Premade blurb' sp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2030", - "name": "Premade choc s'dy", - "examine": "A premade Chocolate Saturday.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2031", - "name": "Premade choc s'dy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2032", - "name": "Premade dr' dragon", - "examine": "A premade Drunk Dragon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2033", - "name": "Premade dr' dragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2034", - "name": "Premade fr' blast", - "examine": "A premade Fruit Blast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2035", - "name": "Premade fr' blast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2036", - "name": "Premade p' punch", - "examine": "A premade Pineapple Punch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2037", - "name": "Premade p' punch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2038", - "name": "Premade sgg", - "examine": "A premade Short Green Guy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2039", - "name": "Premade sgg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2040", - "name": "Premade wiz blz'd", - "examine": "A Premade Wizard Blizzard.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2041", - "name": "Premade wiz blz'd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2042", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2043", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2044", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2045", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2046", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2047", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2048", - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2049", - "name": "Pineapple punch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2050", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2051", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2052", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2053", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2054", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2055", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2056", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2057", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2058", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2059", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2060", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2061", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2062", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2063", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2064", - "name": "Blurberry special", - "examine": "Looks good... smells strong.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "2065", - "name": "Blurberry special", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2066", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2067", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2068", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2069", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2070", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2071", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2072", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2073", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2074", - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2075", - "name": "Choc saturday", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2076", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2077", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2078", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2079", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2080", - "name": "Short green guy", - "examine": "A Short Green Guy... looks good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2081", - "name": "Short green guy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2082", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2083", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2084", - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2085", - "name": "Fruit blast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2086", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2087", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2088", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2089", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2090", - "name": "Picture", - "examine": "This cocktail is just missing those little finishing touches.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2091", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2092", - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "2093", - "name": "Drunk dragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2094", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2095", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2096", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2097", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2098", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2099", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2100", - "name": "Picture", - "examine": "I'm not completely sure what this contains.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2101", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2102", - "name": "Lemon", - "examine": "A common fruit, popularly used in cocktails.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2103", - "name": "Lemon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2104", - "name": "Lemon chunks", - "examine": "The not-too-surprising result of using a knife with a lemon!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2105", - "name": "Lemon chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2106", - "name": "Lemon slices", - "examine": "The not-too-surprising result of using a knife with a lemon!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2107", - "name": "Lemon slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2108", - "name": "Orange", - "examine": "A common fruit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2109", - "name": "Orange", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2110", - "name": "Orange chunks", - "examine": "Fresh chunks of orange.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2111", - "name": "Orange chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2112", - "name": "Orange slices", - "examine": "Fresh orange slices.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2113", - "name": "Orange slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2114", - "name": "Pineapple", - "examine": "It can be cut up into something more manageable with a knife.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "2115", - "name": "Pineapple", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2116", - "name": "Pineapple chunks", - "examine": "Fresh chunks of pineapple.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2117", - "name": "Pineapple chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2118", - "name": "Pineapple ring", - "examine": "The not-too-surprising result of using a knife with a pineapple!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2119", - "name": "Pineapple ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2120", - "name": "Lime", - "examine": "A common fruit, popularly used in cocktails.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2121", - "name": "Lime", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2122", - "name": "Lime chunks", - "examine": "Fresh chunks of lime.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2123", - "name": "Lime chunks", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2124", - "name": "Lime slices", - "examine": "The not-too-surprising result of using a knife with a lime!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2125", - "name": "Lime slices", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2126", - "name": "Dwellberries", - "examine": "Some rather pretty blue berries picked from a dwellberry bush.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "2127", - "name": "Dwellberries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2128", - "name": "Equa leaves", - "examine": "A common ingredient in gnome cuisine.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "2129", - "name": "Equa leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2130", - "name": "Pot of cream", - "examine": "Fresh cream.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2131", - "name": "Pot of cream", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2132", - "name": "Raw beef", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "58", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2133", - "name": "Raw beef", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2134", - "name": "Raw rat meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2135", - "name": "Raw rat meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2136", - "name": "Raw bear meat", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2137", - "name": "Raw bear meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2138", - "name": "Raw chicken", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "60", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "2139", - "name": "Raw chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2140", - "name": "Cooked chicken", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2141", - "name": "Cooked chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2142", - "name": "Cooked meat", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2143", - "name": "Cooked meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2145", - "name": "Burnt chicken", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2146", - "name": "Burnt meat", - "examine": "Oh dear, it's totally burnt!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2147", - "name": "Burnt meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2148", - "name": "Raw lava eel", - "examine": "A very strange eel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2149", - "name": "Lava eel", - "examine": "Strange, it looks cooler now it's been cooked.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.15" - }, - { - "id": "2150", - "name": "Swamp toad", - "examine": "A slippery little blighter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2151", - "name": "Swamp toad", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2152", - "name": "Toad's legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2153", - "name": "Toad's legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2154", - "name": "Picture", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2155", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2156", - "name": "Spicy toad's legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2157", - "name": "Spicy toad's legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2158", - "name": "Seasoned legs", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2159", - "name": "Seasoned legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2160", - "name": "Spicy worm", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2161", - "name": "Spicy worm", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2162", - "name": "King worm", - "examine": "They're a gnome delicacy apparently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2163", - "name": "King worm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2164", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2165", - "name": "Crunchy tray", - "examine": "A shallow tray used to make crunchies in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2166", - "name": "Gnomebowl mould", - "examine": "A large ovenproof bowl.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2167", - "name": "Gianne's cook book", - "examine": "Aluft Gianne's favourite dishes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2168", - "name": "Gianne's cook book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2169", - "name": "Gnome spice", - "examine": "It's Aluft Gianne's secret mix of spices.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.14" - }, - { - "id": "2170", - "name": "Gnome spice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2171", - "name": "Gianne dough", - "examine": "It's made from a secret recipe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2172", - "name": "Gianne dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2173", - "name": "Picture", - "examine": "This gnome bowl doesn't look very appetizing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "2174", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2176", - "name": "Burnt gnomebowl", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2177", - "name": "Half baked bowl", - "examine": "This gnomebowl is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2178", - "name": "Raw gnomebowl", - "examine": "This gnomebowl needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2179", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2180", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2181", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2182", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2183", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2184", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2185", - "name": "Chocolate bomb", - "examine": "Full of creamy, chocolately goodness.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "450", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2186", - "name": "Chocolate bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2187", - "name": "Tangled toads' legs", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2188", - "name": "Tangled toads' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2189", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2190", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2191", - "name": "Worm hole", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2192", - "name": "Worm hole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2193", - "name": "Picture", - "examine": "This unfinished XX needs YY.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2194", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2195", - "name": "Veg ball", - "examine": "This looks pretty healthy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2196", - "name": "Veg ball", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2197", - "name": "Odd crunchies", - "examine": "These crunchies don't look very appetising.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2198", - "name": "Odd crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2200", - "name": "Burnt crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2201", - "name": "Half baked crunchy", - "examine": "This crunchy is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2202", - "name": "Raw crunchies", - "examine": "These crunchies need cooking.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2203", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2204", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2205", - "name": "Worm crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "80", - "tradeable": "true" - }, - { - "id": "2206", - "name": "Worm crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2207", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2208", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2209", - "name": "Chocchip crunchies", - "examine": "Yum... smells good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "2210", - "name": "Chocchip crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2211", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2212", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2213", - "name": "Spicy crunchies", - "examine": "Yum...smells spicy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "2214", - "name": "Spicy crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2215", - "name": "Picture", - "examine": "This XX crunchy needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2216", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2217", - "name": "Toad crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2218", - "name": "Toad crunchies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2219", - "name": "Premade w'm batta", - "examine": "A premade Worm Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2220", - "name": "Premade w'm batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2221", - "name": "Premade t'd batta", - "examine": "A Premade Toad Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2222", - "name": "Premade t'd batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2223", - "name": "Premade c+t batta", - "examine": "A Premade Cheese and Tomato Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2224", - "name": "Premade c+t batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2225", - "name": "Premade fr't batta", - "examine": "A premade Fruit Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2226", - "name": "Premade fr't batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2227", - "name": "Premade veg batta", - "examine": "A Premade Vegetable Batta.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2228", - "name": "Premade veg batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2229", - "name": "Premade choc bomb", - "examine": "A premade Chocolate Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2230", - "name": "Premade choc bomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2231", - "name": "Premade ttl", - "examine": "A premade Tangled Toads Legs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2232", - "name": "Premade ttl", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2233", - "name": "Premade worm hole", - "examine": "A premade Worm Hole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2234", - "name": "Premade worm hole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2235", - "name": "Premade veg ball", - "examine": "A premade Vegetable Ball.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2236", - "name": "Premade veg ball", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2237", - "name": "Premade w'm crun", - "examine": "Some Premade Worm Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2238", - "name": "Premade w'm crun", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2239", - "name": "Premade ch' crunch", - "examine": "Some Premade chocchip crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2240", - "name": "Premade ch' crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2241", - "name": "Premade s'y crunch", - "examine": "Some premade Spicy Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2242", - "name": "Premade s'y crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2243", - "name": "Premade t'd crunch", - "examine": "Some premade Toad Crunchies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "80", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2244", - "name": "Premade t'd crunch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2245", - "name": "Picture", - "examine": "This batta doesn't look very appetising.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2246", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2248", - "name": "Burnt batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2249", - "name": "Half baked batta", - "examine": "This gnome batta is in the early stages of preparation.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2250", - "name": "Raw batta", - "examine": "This gnome batta needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2251", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2252", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2253", - "name": "Worm batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2254", - "name": "Worm batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2255", - "name": "Toad batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "78", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2256", - "name": "Toad batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2257", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2258", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2259", - "name": "Cheese+tom batta", - "examine": "This smells really good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2260", - "name": "Cheese+tom batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2261", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2262", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2263", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2264", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2265", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2266", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2267", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2268", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2269", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2270", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2271", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2272", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2273", - "name": "Unfinished batta", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2274", - "name": "Unfinished batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2275", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2276", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2277", - "name": "Fruit batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2278", - "name": "Fruit batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2279", - "name": "Picture", - "examine": "This XX batta needs garnishing with YY.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "2280", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2281", - "name": "Vegetable batta", - "examine": "Well... It looks healthy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2282", - "name": "Vegetable batta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2283", - "name": "Pizza base", - "examine": "I need to add some tomato next.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2284", - "name": "Pizza base", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2285", - "name": "Incomplete pizza", - "examine": "I need to add some cheese next.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2286", - "name": "Incomplete pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2287", - "name": "Uncooked pizza", - "examine": "This needs cooking.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2288", - "name": "Uncooked pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2289", - "name": "Plain pizza", - "examine": "A cheese and tomato pizza.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.66" - }, - { - "id": "2290", - "name": "Plain pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2291", - "name": "1/2 plain pizza", - "examine": "Half of this plain pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true", - "weight": "0.66" - }, - { - "id": "2292", - "name": "1/2 plain pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2293", - "name": "Meat pizza", - "examine": "A pizza with bits of meat on it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2294", - "name": "Meat pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2295", - "name": "1/2 meat pizza", - "examine": "Half of this meat pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2296", - "name": "1/2 meat pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2297", - "name": "Anchovy pizza", - "examine": "A pizza with anchovies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2298", - "name": "Anchovy pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2299", - "name": "1/2 anchovy pizza", - "examine": "Half of this anchovy pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2300", - "name": "1/2 anchovy pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2301", - "name": "Pineapple pizza", - "examine": "A pizza with bits of pineapple on it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.83" - }, - { - "id": "2302", - "name": "Pineapple pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2303", - "name": "1/2 p'apple pizza", - "examine": "Half of this pineapple pizza has been eaten.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000" - }, - { - "id": "2304", - "name": "1/2 p'apple pizza", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2306", - "name": "Burnt pizza", - "examine": "Oh dear!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2307", - "name": "Bread dough", - "examine": "Some uncooked dough.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2308", - "name": "Bread dough", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2309", - "name": "Bread", - "examine": "Nice crispy bread.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "24", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2310", - "name": "Bread", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2312", - "name": "Burnt bread", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2313", - "name": "Pie dish", - "examine": "Deceptively pie shaped.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2314", - "name": "Pie dish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2315", - "name": "Pie shell", - "examine": "I need to find a filling for this pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2316", - "name": "Pie shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2317", - "name": "Uncooked apple pie", - "examine": "This would be much tastier cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2318", - "name": "Uncooked apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2319", - "name": "Uncooked meat pie", - "examine": "This would be much healthier cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2320", - "name": "Uncooked meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2321", - "name": "Uncooked berry pie", - "examine": "This would be much more appetising cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2322", - "name": "Uncooked berry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2323", - "name": "Apple pie", - "examine": "Mmm Apple pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "140", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2324", - "name": "Apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2325", - "name": "Redberry pie", - "examine": "Looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2326", - "name": "Redberry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2327", - "name": "Meat pie", - "examine": "Not for vegetarians.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "2328", - "name": "Meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2330", - "name": "Burnt pie", - "examine": "I think I left it on the stove too long.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2331", - "name": "Half a meat pie", - "examine": "Half of it is suitable for vegetarians.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "2332", - "name": "Half a meat pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2333", - "name": "Half a redberry pie", - "examine": "So tasty I kept some for later.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2334", - "name": "Half a redberry pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2335", - "name": "Half an apple pie", - "examine": "Mmm half an apple pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "140", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2336", - "name": "Half an apple pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2337", - "name": "Raw oomlie", - "examine": "Raw meat from the oomlie bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2338", - "name": "Raw oomlie", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2339", - "name": "Palm leaf", - "examine": "A thick green palm leaf used by natives to cook meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2340", - "name": "Palm leaf", - "examine": "A thick green palm leaf used by natives to cook meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2341", - "name": "Wrapped oomlie", - "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2342", - "name": "Wrapped oomlie", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2343", - "name": "Cooked oomlie wrap", - "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2344", - "name": "Cooked oomlie wrap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2346", - "name": "Burnt oomlie wrap", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2347", - "name": "Hammer", - "examine": "Good for hitting things!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "13", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "2348", - "name": "Hammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2349", - "name": "Bronze bar", - "examine": "It's a bar of bronze.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "2350", - "name": "Bronze bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2351", - "name": "Iron bar", - "examine": "It's a bar of iron.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "2352", - "name": "Iron bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2353", - "name": "Steel bar", - "examine": "It's a bar of steel.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2354", - "name": "Steel bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2355", - "name": "Silver bar", - "examine": "It's a bar of silver.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2356", - "name": "Silver bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2357", - "name": "Gold bar", - "examine": "It's a bar of gold.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.81" - }, - { - "id": "2358", - "name": "Gold bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2359", - "name": "Mithril bar", - "examine": "It's a bar of mithril.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "120", - "tradeable": "true", - "weight": "1.6" - }, - { - "id": "2360", - "name": "Mithril bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2361", - "name": "Adamantite bar", - "examine": "It's a bar of adamant.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2.04" - }, - { - "id": "2362", - "name": "Adamantite bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2363", - "name": "Runite bar", - "examine": "It's a bar of rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2364", - "name": "Runite bar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2365", - "name": "'perfect' gold bar", - "examine": "It's a 'perfect' golden bar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "2366", - "name": "Shield left half", - "examine": "The left half of a Dragon Square Shield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,60}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2367", - "name": "Shield left half", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2368", - "name": "Shield right half", - "examine": "The right half of a dragon square shield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,60}", - "shop_price": "750000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2369", - "name": "Shield right half", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2370", - "name": "Steel studs", - "examine": "A set of studs for leather armour.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2371", - "name": "Steel studs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2372", - "name": "Ogre relic", - "examine": "An old statue of an ogre warrior.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "2373", - "name": "Relic part 1", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2374", - "name": "Relic part 2", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2375", - "name": "Relic part 3", - "examine": "Part of an ogre relic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2376", - "name": "Skavid map", - "examine": "It's a map.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "2377", - "name": "Ogre tooth", - "examine": "Very tooth-like.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2378", - "name": "Toban's key", - "examine": "Formerly the property of the ogre, Toban", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2379", - "name": "Rock cake", - "examine": "Handy if you want to break all your teeth.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2384", - "name": "Fingernails", - "examine": "Eeeeyeeew!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "2385", - "name": "Old robe", - "examine": "I can't wear this old thing.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "2386", - "name": "Unusual armour", - "examine": "Looks kind of useless.", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "2387", - "name": "Damaged dagger", - "examine": "Pointy.", - "archery_ticket_price": "0", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "86", "attack_audios": "2517,2517,2500,2517", - "durability": null - }, - { - "id": "2388", - "name": "Tattered eye patch", - "examine": "Useless as an eye patch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2389", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2390", - "name": "Vial", - "examine": "An empty glass vial.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2391", - "name": "Ground bat bones", - "examine": "Let's see it fly, now!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", + "name": "Bronze dagger(p)", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1221", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" }, { - "id": "2392", - "name": "Ground bat bones", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2393", - "name": "Toban's gold", - "examine": "It's a stolen bar of gold.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "grand_exchange_price": "86", "durability": null, - "tradeable": "false" + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1222" }, { - "id": "2394", - "name": "Potion", - "examine": "This is meant to be good for spots.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "2395", - "name": "Magic ogre potion", - "examine": "A dangerous magical liquid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2396", - "name": "Spell scroll", - "examine": "A spell is written on this parchment.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2397", - "name": "Shaman robe", - "examine": "A tattered old robe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "2398", - "name": "Cave nightshade", - "examine": "Deadly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2402", - "name": "Silverlight", - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "defence_anim": "388", + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", "equipment_slot": "3", - "render_anim": "1", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "98", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1223", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1224" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "129", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1225", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "durability": null, + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1226" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "365", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1227", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "365", + "durability": null, + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1228" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4831", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1229", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4831", + "durability": null, + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1230" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17600", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1231", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17600", + "durability": null, + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1232" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "67", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1233", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1234" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1235", + "render_anim": "2584" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1236" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "858", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1237", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "shop_price": "26", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "858", + "durability": null, + "name": "Bronze spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1238" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "209", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1239", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "209", + "durability": null, + "name": "Iron spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1240" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "340", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1241", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Steel spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1242" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "353", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1243", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "353", + "durability": null, + "name": "Mithril spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1244" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1191", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1245", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Adamant spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1246" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1247", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1248" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "37200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1249", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "37200", + "durability": null, + "name": "Dragon spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1250", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "389", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1251", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "389", + "durability": null, + "name": "Bronze spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1252" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "212", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1253", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Iron spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1254" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1255", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136", + "durability": null, + "name": "Steel spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1256" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "350", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1257", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Mithril spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1258" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1004", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1259", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Adamant spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1260" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1261", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12400", + "durability": null, + "name": "Rune spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1262" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "39700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1263", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p)" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "39700", + "durability": null, + "name": "Dragon spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1264" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "17", + "attack_audios": "2508,2508,2508,2508", + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1265", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1266" + }, + { + "shop_price": "140", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "200", + "attack_audios": "2508,2508,2508,2508", + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1267", + "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "200", + "durability": null, + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1268" + }, + { + "requirements": "{0,5}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "571", + "attack_audios": "2508,2508,2508,2508", + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1269", + "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "571", + "durability": null, + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1270" + }, + { + "requirements": "{0,30}-{14,31}", + "shop_price": "3200", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.7", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1782", + "attack_audios": "2508,2508,2508,2508", + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1271", + "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1782", + "durability": null, + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1272" + }, + { + "requirements": "{0,20}", + "shop_price": "1300", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "611", + "attack_audios": "2508,2508,2508,2508", + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1273", + "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "611", + "durability": null, + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1274" + }, + { + "requirements": "{0,40}-{14,41}", + "shop_price": "32000", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "19500", + "attack_audios": "2508,2508,2508,2508", + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1275", + "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19500", + "durability": null, + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1276" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "13", + "stand_anim": "813", + "tradeable": "true", "run_anim": "824", - "stand_anim": "808", + "archery_ticket_price": "0", + "id": "1277", "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "shop_price": "33", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1278" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "17", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1279", + "stand_turn_anim": "823", + "bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0", + "shop_price": "91", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Iron sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1280" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "79", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1281", + "stand_turn_anim": "823", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "shop_price": "412", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Steel sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1282" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "197", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1283", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,10}", + "shop_price": "624", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Black sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Black sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1284" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "313", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1285", + "stand_turn_anim": "823", + "bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0", + "requirements": "{0,20}", + "shop_price": "266", + "durability": null, + "weight": "1.5", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Mithril sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1286" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "1046", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1287", + "stand_turn_anim": "823", + "bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0", + "requirements": "{0,30}", + "shop_price": "2080", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1046", + "durability": null, + "name": "Adamant sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1288" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "12300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1289", + "stand_turn_anim": "823", + "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", + "requirements": "{0,40}", + "shop_price": "20800", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1290" + }, + { + "ge_buy_limit": "100", "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "14", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1291", + "stand_turn_anim": "823", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", + "shop_price": "23", + "durability": null, + "weight": "1.8", "weapon_interface": "6", - "weight": "1.8" + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze longsword" }, { - "id": "2403", - "name": "Hazeel scroll", - "examine": "Scroll containing a powerful enchantment of restoration.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "14", "durability": null, - "weight": "1" + "name": "Bronze longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1292" }, { - "id": "2405", - "name": "Carnillean armour", - "examine": "Decorative armour; an heirloom of the Carnillean family.", + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0", + "id": "1293", + "stand_turn_anim": "823", + "bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0", + "shop_price": "177", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "9" + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron longsword" }, { - "id": "2406", - "name": "Hazeel's mark", - "examine": "A sign of my commitment to Hazeel.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "22", "durability": null, + "name": "Iron longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1294" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "147", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1295", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "500", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Steel longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1296" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "384", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1297", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Black longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Black longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1298" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "602", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1299", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", + "requirements": "{0,20}", + "shop_price": "1074", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "602", + "durability": null, + "name": "Mithril longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1300" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1808", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1301", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "3200", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1808", + "durability": null, + "name": "Adamant longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1302" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "19000", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1303", + "stand_turn_anim": "823", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", + "requirements": "{0,40}", + "shop_price": "32000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19000", + "durability": null, + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1304" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A very powerful sword.", + "walk_anim": "1146", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "60200", + "stand_anim": "809", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1305", + "stand_turn_anim": "823", + "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Dragon longsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60200", + "durability": null, + "name": "Dragon longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1306" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "89", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1307", + "stand_turn_anim": "7040", + "bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0", + "shop_price": "160", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Bronze 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "89", + "durability": null, + "name": "Bronze 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1308" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "32", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1309", + "stand_turn_anim": "7040", + "bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0", + "shop_price": "260", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Iron 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Iron 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1310" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "411", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1311", + "stand_turn_anim": "7040", + "bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0", + "requirements": "{0,5}", + "shop_price": "1000", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Steel 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "411", + "durability": null, + "name": "Steel 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1312" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1031", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1313", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0", + "requirements": "{0,10}", + "shop_price": "2400", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Black 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1031", + "durability": null, + "name": "Black 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1314" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1396", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1315", + "stand_turn_anim": "7040", + "bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0", + "requirements": "{0,20}", + "shop_price": "3000", + "durability": null, + "weight": "3.1", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Mithril 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1396", + "durability": null, + "name": "Mithril 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1316" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3577", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1317", + "stand_turn_anim": "7040", + "bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0", + "requirements": "{0,30}", + "shop_price": "6400", + "durability": null, + "weight": "4", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Adamant 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3577", + "durability": null, + "name": "Adamant 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1318" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "38200", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1319", + "stand_turn_anim": "7040", + "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", + "requirements": "{0,40}", + "shop_price": "40000", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Rune 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38200", + "durability": null, + "name": "Rune 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1320" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "13", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1321", + "stand_turn_anim": "823", + "bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0", + "shop_price": "40", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Bronze scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1322" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1323", + "stand_turn_anim": "823", + "bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0", + "shop_price": "112", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Iron scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Iron scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1324" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "101", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1325", + "stand_turn_anim": "823", + "bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,5}", + "shop_price": "400", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Steel scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Steel scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1326" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4498", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1327", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,10}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Black scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4498", + "durability": null, + "name": "Black scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1328" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "469", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1329", + "stand_turn_anim": "823", + "bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "1040", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Mithril scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Mithril scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1330" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A viciously curved sword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1525", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1331", + "stand_turn_anim": "823", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "shop_price": "2304", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Adamant scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1525", + "durability": null, + "name": "Adamant scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1332" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15200", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1333", + "stand_turn_anim": "823", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Rune scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15200", + "durability": null, + "name": "Rune scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1334" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "20", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1335", + "stand_turn_anim": "823", + "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0", + "shop_price": "224", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Iron warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1336" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "16", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1337", + "stand_turn_anim": "823", + "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0", + "shop_price": "59", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Bronze warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1338" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "283", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1339", + "stand_turn_anim": "823", + "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "832", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Steel warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "283", + "durability": null, + "name": "Steel warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1340" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "562", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1341", + "stand_turn_anim": "823", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0", + "requirements": "{0,10}", + "shop_price": "1274", + "durability": null, + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Black warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "562", + "durability": null, + "name": "Black warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1342" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1071", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1343", + "stand_turn_anim": "823", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "2158", + "durability": null, + "weight": "1.5", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Mithril warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1071", + "durability": null, + "name": "Mithril warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1344" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "2996", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1345", + "stand_turn_anim": "823", + "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "5356", + "durability": null, + "weight": "2", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Adamant warhammer" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2996", + "durability": null, + "name": "Adamant warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1346" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "24600", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1347", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "lendable": "true", + "attack_audios": "2504,0,0,0", + "name": "Rune warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24600", + "durability": null, + "name": "Rune warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1348" + }, + { + "shop_price": "56", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "8", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1349", + "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1350" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.35", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "44", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1351", + "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1352" + }, + { + "requirements": "{0,5}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "36", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1353", + "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1354" + }, + { + "requirements": "{0,20}", + "shop_price": "660", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "141", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1355", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1356" + }, + { + "requirements": "{0,30}-{8,31}", + "shop_price": "1625", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "592", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1357", + "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "592", + "durability": null, + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1358" + }, + { + "requirements": "{0,40}-{8,41}", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "7495", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1359", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7495", + "durability": null, + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1360" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A sinister looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "335", + "attack_audios": "2498,2498,2497,2498", + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1361", + "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335", + "durability": null, + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1362" + }, + { + "shop_price": "182", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "21", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1363", + "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1364" + }, + { + "requirements": "{0,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "208", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1365", + "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1366" + }, + { + "requirements": "{0,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "556", + "attack_audios": "2498,2498,2497,2498", + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1367", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "556", + "durability": null, + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1368" + }, + { + "requirements": "{0,20}", + "shop_price": "1690", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "809", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1369", + "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "809", + "durability": null, + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1370" + }, + { + "requirements": "{0,30}", + "shop_price": "4160", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "3", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "2311", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1371", + "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2311", + "durability": null, + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1372" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "24800", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1373", + "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1374" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "15", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1375", + "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1376" + }, + { + "requirements": "{0,60}", + "shop_price": "200000", + "ge_buy_limit": "10", + "examine": "A vicious looking axe.", + "has_special": "true", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "123200", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1377", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "123200", + "durability": null, + "name": "Dragon battleaxe", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1378", + "defence_anim": "397" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "37", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1379", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", + "shop_price": "15", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1380" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "784", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1381", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of air" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Staff of air", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1382" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "890", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1383", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of water" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Staff of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1384" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "879", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1385", + "stand_turn_anim": "1209", + "bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of earth" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "879", + "durability": null, + "name": "Staff of earth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1386" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1330", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1387", + "stand_turn_anim": "1209", + "bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of fire" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1330", + "durability": null, + "name": "Staff of fire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1388" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "58", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1389", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0", + "shop_price": "200", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Magic staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "7963", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1391", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7963", + "durability": null, + "name": "Battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1392" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9113", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1393", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "19600", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Fire battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9113", + "durability": null, + "name": "Fire battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1394" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9122", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1395", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Water battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9122", + "durability": null, + "name": "Water battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1396" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8982", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1397", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Air battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8982", + "durability": null, + "name": "Air battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1398" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9041", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1399", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Earth battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9041", + "durability": null, + "name": "Earth battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1400" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1401", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic fire staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic fire staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1402" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "24800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1403", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic water staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Mystic water staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1404" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1405", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic air staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25100", + "durability": null, + "name": "Mystic air staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1406" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1407", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic earth staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic earth staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1408" + }, + { + "turn90cw_anim": "1207", + "examine": "An ancient staff, formerly the property of Iban.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Iban's staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1409", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "examine": "An ancient staff, formerly the property of Iban.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Iban's staff", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "1410", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "durability": null, + "name": "Farmer's fork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1412" + }, + { + "durability": null, + "name": "Halberd", + "archery_ticket_price": "0", + "attack_speed": "7", + "id": "1413" + }, + { + "durability": null, + "name": "Halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1414" + }, + { + "attack_audios": "2504,0,0,0", + "durability": null, + "name": "Warhammer", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1415" + }, + { + "durability": null, + "name": "Warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1416" + }, + { + "durability": null, + "name": "Javelin", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1417" + }, + { + "durability": null, + "name": "Javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1418" + }, + { + "turn90cw_anim": "821", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "22", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "defence_anim": "383", + "equipment_slot": "3", + "attack_anims": "440,440,438,382", + "stand_anim": "847", + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1419", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "7", + "attack_audios": "2508,2508,25092508", + "name": "Iron mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1420", + "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Iron mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1421" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "12", + "attack_audios": "2508,2508,25092508", + "name": "Bronze mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1422", + "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1423" + }, + { + "requirements": "{0,5}", + "shop_price": "225", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "31", + "attack_audios": "2508,2508,25092508", + "name": "Steel mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1424", + "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Steel mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1425" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "954", + "attack_audios": "2508,2508,25092508", + "name": "Black mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1426", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "954", + "durability": null, + "name": "Black mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1427" + }, + { + "requirements": "{0,20}", + "shop_price": "585", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.5", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "157", + "attack_audios": "2508,2508,25092508", + "name": "Mithril mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1428", + "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "157", + "durability": null, + "name": "Mithril mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1429" + }, + { + "requirements": "{0,30}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "673", + "attack_audios": "2508,2508,25092508", + "name": "Adamant mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1430", + "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Adamant mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1431" + }, + { + "requirements": "{0,40}", + "shop_price": "14400", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.79", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "8380", + "attack_audios": "2508,2508,25092508", + "name": "Rune mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1432", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8380", + "durability": null, + "name": "Rune mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1433" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "ge_buy_limit": "10", + "examine": "A spiky mace.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "29300", + "attack_audios": "2508,2508,25092508", + "name": "Dragon mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1434", + "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "29300", + "durability": null, + "name": "Dragon mace", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1435" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone.", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1437" + }, + { + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1438" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1439" + }, + { + "requirements": "{9,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1440" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1441" + }, + { + "requirements": "{14,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1442" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1443" + }, + { + "requirements": "{5,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1444" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1445" + }, + { + "requirements": "{20,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1446" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1447" + }, + { + "requirements": "{2,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1448" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1449" + }, + { + "requirements": "{20,77}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1450" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1451" + }, + { + "requirements": "{20,35}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1452" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1453" + }, + { + "requirements": "{20,27}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1455" + }, + { + "requirements": "{20,65}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1456" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1457" + }, + { + "requirements": "{20,54}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1458" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1459" + }, + { + "durability": null, + "name": "Soul talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1461" + }, + { + "requirements": "{20,44}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1462" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1463" + }, + { + "ge_buy_limit": "5000", + "examine": "I can exchange this for equipment.", + "grand_exchange_price": "9", + "durability": null, + "name": "Archery ticket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1464" + }, + { + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "36", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1465" + }, + { + "examine": "Some damp wooden sticks.", + "durability": null, + "name": "Damp sticks", + "archery_ticket_price": "0", + "id": "1467" + }, + { + "examine": "Some dry wooden sticks.", + "durability": null, + "name": "Dry sticks", + "archery_ticket_price": "0", + "id": "1468" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Broken glass", + "archery_ticket_price": "0", + "id": "1469" + }, + { + "ge_buy_limit": "100", + "examine": "A small round red bead.", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1471" + }, + { + "ge_buy_limit": "100", + "examine": "A small round yellow bead.", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1473" + }, + { + "ge_buy_limit": "100", + "examine": "A small round black bead.", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1475" + }, + { + "ge_buy_limit": "100", + "examine": "A small round white bead.", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1477" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Wizard Mizgog sells these aim-enhancing amulets.", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1478", + "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0", "equipment_slot": "2" }, { - "id": "2407", - "name": "Ball", - "examine": "A child's ball.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2409", - "name": "Door key", - "examine": "A key to the Witch's house's front door. (Witch's House)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2410", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2412", - "name": "Saradomin cape", - "examine": "A cape from the almighty god Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2413", - "name": "Guthix cape", - "examine": "A cape from the almighty god Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2414", - "name": "Zamorak cape", - "examine": "A cape from the almighty god Zamorak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "2415", - "name": "Saradomin staff", - "examine": "A magical staff imbued with the power of Saradomin.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "shop_price": "80000", - "tradeable": "false", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "2416", - "name": "Guthix staff", - "examine": "A magical staff imbued with the power of Guthix.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "shop_price": "80000", - "tradeable": "false", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "2417", - "name": "Zamorak staff", - "examine": "A magical staff imbued with the power of Zamorak.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "80000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "2418", - "name": "Bronze key", - "examine": "A heavy key made of bronze. (Prince Ali Rescue).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2419", - "name": "Wig", - "examine": "A grey woollen wig.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2421", - "name": "Wig", - "examine": "A grey woollen wig.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2422", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "archery_ticket_price": "0", - "durability": null, - "lendable": "true" - }, - { - "id": "2423", - "name": "Key print", - "examine": "Imprint of a key in a lump of clay.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2424", - "name": "Paste", - "examine": "A bottle of skin coloured paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2425", - "name": "Picture", - "archery_ticket_price": "0", - "attack_audios": "2704,0,0,0", - "durability": null - }, - { - "id": "2427", - "name": "Burnt oomlie", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2428", - "name": "Attack potion(4)", - "examine": "4 doses of Attack potion.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "8002", - "tradeable": "true" - }, - { - "id": "2429", - "name": "Attack potion(4)", - "archery_ticket_price": "0", + "grand_exchange_price": "2870", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2430", - "name": "Restore potion(4)", - "examine": "4 doses of restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "139", + "name": "Amulet of accuracy", "tradeable": "true", - "weight": "0.03" - }, - { - "id": "2431", - "name": "Restore potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2432", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "7832", - "tradeable": "true" - }, - { - "id": "2433", - "name": "Defence potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2434", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2435", - "name": "Prayer potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2436", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2437", - "name": "Super attack(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2438", - "name": "Fishing potion(4)", - "examine": "4 doses of Fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.03" - }, - { - "id": "2439", - "name": "Fishing potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2440", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2441", - "name": "Super strength(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "8000", - "tradeable": "true" - }, - { - "id": "2442", - "name": "Super defence(4)", - "examine": "4 doses of super Defence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "7000", - "tradeable": "true" - }, - { - "id": "2443", - "name": "Super defence(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "7000", - "tradeable": "true" - }, - { - "id": "2444", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2445", - "name": "Ranging potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2446", - "name": "Antipoison(4)", - "examine": "4 doses of antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "375", - "tradeable": "true" - }, - { - "id": "2447", - "name": "Antipoison(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2448", - "name": "Super antipoison(4)", - "examine": "4 doses of super anti poison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2449", - "name": "Super antipoison(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2450", - "name": "Zamorak brew(4)", - "examine": "4 doses of Zamorak brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2451", - "name": "Zamorak brew(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2452", - "name": "Antifire potion(4)", - "examine": "4 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2453", - "name": "Antifire potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2454", - "name": "Antifire potion(3)", - "examine": "3 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2455", - "name": "Antifire potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2456", - "name": "Antifire potion(2)", - "examine": "2 doses of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2457", - "name": "Antifire potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2458", - "name": "Antifire potion(1)", - "examine": "1 dose of anti-firebreath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2459", - "name": "Antifire potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2460", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2461", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2462", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2463", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2464", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2465", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2466", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2467", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2468", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2469", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2470", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2471", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2472", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2473", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2474", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2475", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2476", - "name": "Flowers", - "examine": "A posy of flowers.", - "archery_ticket_price": "0", - "attack_anims": "381,381,381,381", - "attack_audios": "2566", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "12", - "weight": "0.02" - }, - { - "id": "2477", - "name": "Flowers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2481", - "name": "Clean lantadyme", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2482", - "name": "Clean lantadyme", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2483", - "name": "Lantadyme potion(unf)", - "examine": "I need another ingredient to finish this lantadyme potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2484", - "name": "Lantadyme potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2485", - "name": "Grimy lantadyme", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,67}", - "tradeable": "true" - }, - { - "id": "2486", - "name": "Grimy lantadyme", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2487", - "name": "Blue d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2488", - "name": "Blue d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2489", - "name": "Red d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2490", - "name": "Red d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2491", - "name": "Black d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "2492", - "name": "Black d'hide vamb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2493", - "name": "Blue d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2494", - "name": "Blue d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2495", - "name": "Red d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2496", - "name": "Red d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2497", - "name": "Black d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2498", - "name": "Black d'hide chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2499", - "name": "Blue d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2500", - "name": "Blue d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2501", - "name": "Red d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,60}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2502", - "name": "Red d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2503", - "name": "Black d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "5000", - "lendable": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2504", - "name": "Black d'hide body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2505", - "name": "Blue d-leather", - "examine": "It's a piece of prepared blue dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "2506", - "name": "Blue d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2507", - "name": "Red dragon leather", - "examine": "It's a piece of prepared red dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "2508", - "name": "Red dragon leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2509", - "name": "Black d-leather", - "examine": "It's a piece of prepared black dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "2510", - "name": "Black d-leather", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2511", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2513", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "durability": null, - "lendable": "true", - "rare_item": "true", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "2514", - "name": "Raw shrimps", - "examine": "I should try cooking this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "6", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2515", - "name": "Raw shrimps", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2516", - "name": "Pot of flour", - "examine": "There is flour in this pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "2517", - "name": "Pot of flour", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2518", - "name": "Rotten tomato", - "examine": "Pretty smelly.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "2519", - "name": "Rotten tomato", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2520", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2521", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2522", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2523", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2524", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2525", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2526", - "name": "Toy horsey", - "examine": "An inexpensive white/black/grey/brown toy horse.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "2527", - "name": "Toy horsey", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2528", - "name": "Lamp", - "examine": "Wonder what happens if I rub it...", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "weight": "0.1" + "id": "1479" }, { - "id": "2529", - "name": "Orb of light", "examine": "A magical sphere that glimmers within.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "2530", - "name": "Bones", - "examine": "Bones are for burying!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2531", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2532", - "name": "Iron fire arrows", - "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2533", - "name": "Iron fire arrows", - "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2534", - "name": "Steel fire arrows", - "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "tradeable": "true" - }, - { - "id": "2535", - "name": "Steel fire arrows", - "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "tradeable": "true" - }, - { - "id": "2536", - "name": "Mithril fire arrows", - "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "tradeable": "true" - }, - { - "id": "2537", - "name": "Mithril fire arrows", - "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "tradeable": "true" - }, - { - "id": "2538", - "name": "Adamant fire arrows", - "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "2539", - "name": "Adamant fire arrows", - "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "2540", - "name": "Rune fire arrows", - "examine": "An easy to make, rune-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true" - }, - { - "id": "2541", - "name": "Rune fire arrows", - "examine": "An easy to make, rune-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true" - }, - { - "id": "2550", - "name": "Ring of recoil", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2551", - "name": "Ring of recoil", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "2552", - "name": "Ring of duelling(8)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2553", - "name": "Ring of duelling(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2554", - "name": "Ring of duelling(7)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2555", - "name": "Ring of duelling(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2556", - "name": "Ring of duelling(6)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2557", - "name": "Ring of duelling(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2558", - "name": "Ring of duelling(5)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2559", - "name": "Ring of duelling(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2560", - "name": "Ring of duelling(4)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2561", - "name": "Ring of duelling(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2562", - "name": "Ring of duelling(3)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2563", - "name": "Ring of duelling(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2564", - "name": "Ring of duelling(2)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2565", - "name": "Ring of duelling(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2566", - "name": "Ring of duelling(1)", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "770", - "tradeable": "true" - }, - { - "id": "2567", - "name": "Ring of duelling(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2568", - "name": "Ring of forging", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2569", - "name": "Ring of forging", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2570", - "name": "Ring of life", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10000", - "shop_price": "3000", - "tradeable": "true" - }, - { - "id": "2571", - "name": "Ring of life", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2572", - "name": "Ring of wealth", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "tradeable": "true" - }, - { - "id": "2573", - "name": "Ring of wealth", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2574", - "name": "Sextant", - "examine": "Used by navigators to find their position in 2009Scape.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2575", - "name": "Watch", - "examine": "A fine looking time piece.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "2576", - "name": "Chart", - "examine": "A navigator's chart of 2009Scape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2577", - "name": "Ranger boots", - "examine": "Lightweight boots ideal for rangers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2578", - "name": "Ranger boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2579", - "name": "Wizard boots", - "examine": "Slightly magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{6,20}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2580", - "name": "Wizard boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2581", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "lendable": "true", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2582", - "name": "Robin hood hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2583", - "name": "Black platebody (t)", - "examine": "Black platebody with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2584", - "name": "Black platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2585", - "name": "Black platelegs (t)", - "examine": "Black platelegs with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2586", - "name": "Black platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2587", - "name": "Black full helm(t)", - "examine": "Black full helmet with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2588", - "name": "Black full helm(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2589", - "name": "Black kiteshield (t)", - "examine": "Black kiteshield with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "shop_price": "2072", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2590", - "name": "Black kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2591", - "name": "Black platebody (g)", - "examine": "Black platebody with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2592", - "name": "Black platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2593", - "name": "Black platelegs (g)", - "examine": "Black platelegs with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2594", - "name": "Black platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2595", - "name": "Black full helm(g)", - "examine": "Black full helmet with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2596", - "name": "Black full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2597", - "name": "Black kiteshield (g)", - "examine": "Black kiteshield with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2598", - "name": "Black kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2599", - "name": "Adam platebody (t)", - "examine": "Adamant platebody with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2600", - "name": "Adam platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2601", - "name": "Adam platelegs (t)", - "examine": "These look heavy", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2602", - "name": "Adam platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2603", - "name": "Adam kiteshield (t)", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5.8" - }, - { - "id": "2604", - "name": "Adam kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2605", - "name": "Adam full helm(t)", - "examine": "Adamant full helm with trim", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2606", - "name": "Adam full helm(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2607", - "name": "Adam platebody (g)", - "examine": "Adamant platebody with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2608", - "name": "Adam platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2609", - "name": "Adam platelegs (g)", - "examine": "Adamant platelegs with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "shop_price": "6464", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2610", - "name": "Adam platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2611", - "name": "Adam kiteshield (g)", - "examine": "Adamant kiteshield with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "2612", - "name": "Adam kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2613", - "name": "Adam full helm(g)", - "examine": "Adamant full helmet with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2614", - "name": "Adam full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2615", - "name": "Rune platebody (g)", - "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2616", - "name": "Rune platebody (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2617", - "name": "Rune platelegs (g)", - "examine": "Rune platelegs with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "64000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2618", - "name": "Rune platelegs (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2619", - "name": "Rune full helm(g)", - "examine": "Rune full helmet with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "35000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2620", - "name": "Rune full helm(g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2621", - "name": "Rune kiteshield (g)", - "examine": "Rune kiteshield with gold trim", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2622", - "name": "Rune kiteshield (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2623", - "name": "Rune platebody (t)", - "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2624", - "name": "Rune platebody (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2625", - "name": "Rune platelegs (t)", - "examine": "Rune platelegs with trim!", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2626", - "name": "Rune platelegs (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2627", - "name": "Rune full helm (t)", - "examine": "Rune full helmet with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "2628", - "name": "Rune full helm (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2629", - "name": "Rune kiteshield (t)", - "examine": "A large, metal shield with a nice trim.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_anims": "", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2630", - "name": "Rune kiteshield (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2631", - "name": "Highwayman mask", - "examine": "Your money or your life!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2632", - "name": "Highwayman mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2633", - "name": "Blue beret", - "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2634", - "name": "Blue beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2635", - "name": "Black beret", - "examine": "Parlez-vous francais?(Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2636", - "name": "Black beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2637", - "name": "White beret", - "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2638", - "name": "White beret", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2639", - "name": "Tan cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2640", - "name": "Tan cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2641", - "name": "Dark cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2642", - "name": "Dark cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2643", - "name": "Black cavalier", - "examine": "All for one and one for all!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": true, - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2644", - "name": "Black cavalier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2645", - "name": "Red headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2646", - "name": "Red headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2647", - "name": "Black headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2648", - "name": "Black headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2649", - "name": "Brown headband", - "examine": "A minimalist's hat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "2650", - "name": "Brown headband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2651", - "name": "Pirate's hat", - "examine": "Shiver me timbers!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true" - }, - { - "id": "2652", - "name": "Pirate's hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2653", - "name": "Zamorak platebody", - "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2654", - "name": "Zamorak platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2655", - "name": "Zamorak platelegs", - "examine": "Rune platelegs in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2656", - "name": "Zamorak platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2657", - "name": "Zamorak full helm", - "examine": "A full helmet in the colours of Zamorak.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2658", - "name": "Zamorak full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2659", - "name": "Zamorak kiteshield", - "examine": "A Rune kiteshield in the colours of Zamorak.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "2660", - "name": "Zamorak kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2661", - "name": "Saradomin platebody", - "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2662", - "name": "Saradomin platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2663", - "name": "Saradomin platelegs", - "examine": "Rune platelegs in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2664", - "name": "Saradomin platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2665", - "name": "Saradomin full helm", - "examine": "Rune full helmet in the colours of Saradomin.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2666", - "name": "Saradomin full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2667", - "name": "Saradomin kiteshield", - "examine": "Rune kiteshield in the colours of Saradomin.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2668", - "name": "Saradomin kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2669", - "name": "Guthix platebody", - "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9.07" - }, - { - "id": "2670", - "name": "Guthix platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2671", - "name": "Guthix platelegs", - "examine": "Rune platelegs in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "2672", - "name": "Guthix platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2673", - "name": "Guthix full helm", - "examine": "A rune full helmet in the colours of Guthix.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "2674", - "name": "Guthix full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2675", - "name": "Guthix kiteshield", - "examine": "Rune kiteshield in the colours of Guthix.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "2676", - "name": "Guthix kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "2677", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2678", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2679", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2680", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2681", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2682", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2683", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2684", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2685", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2686", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2687", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2688", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2689", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2690", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2691", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2692", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2693", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2694", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2695", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2696", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2697", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2698", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2699", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2700", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2701", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2702", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2703", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2704", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2705", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2706", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2707", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2708", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2709", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2710", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2711", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2712", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2713", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2714", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2715", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2716", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2717", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2718", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2719", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2720", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2721", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2722", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2723", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2724", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2725", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2726", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2727", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2728", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2729", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2730", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2731", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2732", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2733", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2734", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2735", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2736", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2737", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2738", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2739", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2740", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2741", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2742", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2743", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2744", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2745", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2746", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2747", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2748", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2773", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2774", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2775", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2776", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2777", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2778", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2779", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2780", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2781", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2782", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2783", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2784", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2785", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2786", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2787", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2788", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2789", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2790", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2791", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2792", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2793", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2794", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2795", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2796", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2797", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2798", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2799", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2800", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "2801", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2802", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2803", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2804", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2805", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2806", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2807", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2808", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2809", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2810", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2811", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2812", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2813", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2814", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2815", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2816", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2817", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2818", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2819", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2820", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2821", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2822", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2823", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2824", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2825", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2826", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2827", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2828", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2829", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2830", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "2831", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2833", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2835", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2837", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2839", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2841", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2842", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2843", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2844", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2845", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2846", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2847", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2848", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2849", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2850", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2851", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2852", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2853", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2854", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2855", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2856", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2857", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2858", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "2859", - "name": "Wolf bones", - "examine": "Bones of a recently slain wolf.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "2860", - "name": "Wolf bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2861", - "name": "Wolfbone arrowtips", - "examine": "I can make an ogre arrow with these.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2862", - "name": "Achey tree logs", - "examine": "These logs are longer than normal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2863", - "name": "Achey tree logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "2864", - "name": "Ogre arrow shaft", - "examine": "A wooden arrow shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2865", - "name": "Flighted ogre arrow", - "examine": "An ogre arrow with four flights attached.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2866", - "name": "Ogre arrow", - "examine": "A large ogre arrow with a bone tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "2871", - "name": "Ogre bellows", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2872", - "name": "Ogre bellows (3)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2873", - "name": "Ogre bellows (2)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2874", - "name": "Ogre bellows (1)", - "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2875", - "name": "Bloated toad", - "examine": "An inflated toad.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.7" - }, - { - "id": "2876", - "name": "Raw chompy", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2877", - "name": "Raw chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2878", - "name": "Cooked chompy", - "examine": "It might look delicious to an ogre.Roasted chompy bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "130", - "tradeable": "true", - "weight": "10" - }, - { - "id": "2879", - "name": "Cooked chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "2881", - "name": "Ruined chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2882", - "name": "Seasoned chompy", - "examine": "It has been deliciously seasoned to taste wonderful for ogres.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "2883", - "name": "Ogre bow", - "examine": "More powerful than a normal bow, useful against large game birds.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "8", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "requirements": "{4,30}", - "shop_price": "500", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" - }, - { - "id": "2886", - "name": "Battered book", - "examine": "Book of the elemental shield.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2887", - "name": "Battered key", - "examine": "An old battered key. (Elemental Workshop I)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2888", - "name": "A stone bowl", - "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2889", - "name": "A stone bowl", - "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "2890", - "name": "Elemental shield", - "examine": "A shield made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "shop_price": "2000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "2891", - "name": "Elemental shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2892", - "name": "Elemental ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "2894", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2895", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2896", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2897", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2898", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2899", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2900", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2901", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2902", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2903", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2904", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2905", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2906", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2907", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2908", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2909", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2910", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2911", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2912", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2913", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2914", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2915", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2916", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2917", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2918", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2919", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2920", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2921", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2922", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2923", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2924", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2925", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2926", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2927", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2928", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2929", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2930", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2931", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2932", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2933", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2934", - "name": "Boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2935", - "name": "Boots", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2936", - "name": "Robe top", - "examine": "Some fine werewolf clothing.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2937", - "name": "Robe top", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2938", - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "2939", - "name": "Robe bottoms", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2940", - "name": "Hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2941", - "name": "Hat", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2942", - "name": "Gloves", - "examine": "These gloves from Canifis will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2943", - "name": "Gloves", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "2944", - "name": "Golden key", - "examine": "A key made from solid gold", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2945", - "name": "Iron key", - "examine": "A key made of solid iron.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2946", - "name": "Golden tinderbox", - "examine": "A replica tinderbox made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2947", - "name": "Golden candle", - "examine": "A replica candle made of solid gold.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "2948", - "name": "Golden pot", - "examine": "A replica pot made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2949", - "name": "Golden hammer", - "examine": "A replica hammer made of solid gold.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "2951", - "name": "Golden needle", - "examine": "A replica needle made of solid gold.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2952", - "name": "Wolfbane", - "examine": "A silver dagger that can prevent werewolves changing form.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0", - "defence_anim": "378", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "2953", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "2954", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "2955", - "name": "Moonlight mead", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "2956", - "name": "Moonlight mead", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2957", - "name": "Druid pouch", - "examine": "An empty druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2958", - "name": "Druid pouch", - "examine": "A druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2959", - "name": "Rotten food", - "examine": "Erhhh! It stinks.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2960", - "name": "Rotten food", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "2961", - "name": "Silver sickle", - "examine": "It's a silver sickle.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.6" - }, - { - "id": "2962", - "name": "Silver sickle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2963", - "name": "Silver sickle(b)", - "examine": "It's a blessed silver sickle.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "6", - "weight": "1.5" - }, - { - "id": "2964", - "name": "Washing bowl", - "examine": "Used for washing your face, amongst other things.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "weight": "0.4" - }, - { - "id": "2966", - "name": "Mirror", - "examine": "A small mirror, probably used for grooming.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "2968", - "name": "Druidic spell", - "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2969", - "name": "A used spell", - "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2970", - "name": "Mort myre fungus", - "examine": "A mushroom from the swamps of Mort Myre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2971", - "name": "Mort myre fungus", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "2972", - "name": "Mort myre stem", - "examine": "A cutting from a budding branch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2973", - "name": "Mort myre stem", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2974", - "name": "Mort myre pear", - "examine": "A pear picked from a dying bush in Mort Myre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "2975", - "name": "Mort myre pear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2976", - "name": "Sickle mould", - "examine": "Used to make sickles.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "2977", - "name": "Sickle mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "2978", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2979", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2980", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2981", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2982", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2983", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2984", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2985", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2986", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2987", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2988", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2989", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2990", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2991", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2992", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2993", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2994", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2995", - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.33" - }, - { - "id": "2996", - "name": "Agility arena ticket", - "examine": "I can exchange these for further experience or items.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "2997", - "name": "Pirate's hook", - "examine": "You should see the shark...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "800", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "2998", - "name": "Clean toadflax", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "2999", - "name": "Clean toadflax", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3000", - "name": "Clean snapdragon", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "3001", - "name": "Clean snapdragon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3002", - "name": "Toadflax potion(unf)", - "examine": "I need another ingredient to finish this toadflax potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3003", - "name": "Toadflax potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3004", - "name": "Snapdragon potion(unf)", - "examine": "I need another ingredient to finish this snapdragon potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3005", - "name": "Snapdragon potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3006", - "name": "Firework", - "examine": "Keep out of reach of children and familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "3007", - "name": "Firework", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3008", - "name": "Energy potion(4)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3009", - "name": "Energy potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3010", - "name": "Energy potion(3)", - "examine": "3 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3011", - "name": "Energy potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3012", - "name": "Energy potion(2)", - "examine": "2 doses of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3013", - "name": "Energy potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3014", - "name": "Energy potion(1)", - "examine": "1 dose of energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "145", - "tradeable": "true" - }, - { - "id": "3015", - "name": "Energy potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3016", - "name": "Super energy(4)", - "examine": "4 doses of super energy potion.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "3017", - "name": "Super energy(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "3018", - "name": "Super energy(3)", - "examine": "3 doses of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3019", - "name": "Super energy(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3020", - "name": "Super energy(2)", - "examine": "2 doses of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3021", - "name": "Super energy(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3022", - "name": "Super energy(1)", - "examine": "1 dose of super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3023", - "name": "Super energy(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3024", - "name": "Super restore(4)", - "examine": "4 doses of super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3025", - "name": "Super restore(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "12000", - "tradeable": "true" - }, - { - "id": "3026", - "name": "Super restore(3)", - "examine": "3 doses of super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3027", - "name": "Super restore(3)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1481" }, { - "id": "3028", - "name": "Super restore(2)", - "examine": "2 doses of super restore potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3029", - "name": "Super restore(2)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1482" }, { - "id": "3030", - "name": "Super restore(1)", - "examine": "1 dose of super restore potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3031", - "name": "Super restore(1)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "1483" }, { - "id": "3032", - "name": "Agility potion(4)", - "examine": "4 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A magical sphere that glimmers within.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3033", - "name": "Agility potion(4)", + "name": "Orb of light", + "weight": "5", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1484" }, { - "id": "3034", - "name": "Agility potion(3)", - "examine": "3 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A damp, wet cloth.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3035", - "name": "Agility potion(3)", + "name": "Damp cloth", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1485" }, { - "id": "3036", - "name": "Agility potion(2)", - "examine": "2 doses of Agility potion.", - "archery_ticket_price": "0", + "examine": "A broken piece of railing.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3037", - "name": "Agility potion(2)", + "name": "Piece of railing", + "weight": "2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1486" }, { - "id": "3038", - "name": "Agility potion(1)", - "examine": "1 dose of Agility potion.", - "archery_ticket_price": "0", + "examine": "This horn has restorative properties.", + "grand_exchange_price": "1159", "durability": null, - "ge_buy_limit": "100", + "name": "Unicorn horn", "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3039", - "name": "Agility potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3040", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3041", - "name": "Magic potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3042", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3043", - "name": "Magic potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3044", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1487" }, { - "id": "3045", - "name": "Magic potion(2)", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3046", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1488" }, { - "id": "3047", - "name": "Magic potion(1)", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3048", - "name": "Pirate's hook", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1489" }, { - "id": "3049", - "name": "Grimy toadflax", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "examine": "A coat of arms of the Ardougne Paladins.", "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,30}", - "tradeable": "true" - }, - { - "id": "3050", - "name": "Grimy toadflax", + "name": "Paladin's badge", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1490" }, { - "id": "3051", - "name": "Grimy snapdragon", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", + "examine": "On the ground: Curiosity has yet to kill this one...", "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,59}", - "tradeable": "true" - }, - { - "id": "3052", - "name": "Grimy snapdragon", + "name": "Witch's cat", + "weight": "1.2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1491" }, { - "id": "3053", - "name": "Lava battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", + "examine": "A simple doll with Iban's likeness.", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "3054", - "name": "Mystic lava staff", - "examine": "It's a slightly magical stick.", + "name": "Doll of iban", + "weight": "1", "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "160", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "id": "1492" }, { - "id": "3055", - "name": "Lava battlestaff", - "archery_ticket_price": "0", + "examine": "An account of the last times of someone.", "durability": null, - "tradeable": "true" - }, - { - "id": "3056", - "name": "Mystic lava staff", + "name": "Old journal", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1493" }, { - "id": "3057", - "name": "Mime mask", - "examine": "A mime would wear this.", - "archery_ticket_price": "0", + "examine": "The tale of Iban.", "durability": null, - "equipment_slot": "0" - }, - { - "id": "3058", - "name": "Mime top", - "examine": "A mime would wear these.", + "name": "History of iban", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" + "id": "1494" }, { - "id": "3059", - "name": "Mime legs", - "examine": "A mime would wear these.", - "archery_ticket_price": "0", + "shop_price": "5000", + "examine": "Strong dwarvish gloves.", "durability": null, - "equipment_slot": "7" - }, - { - "id": "3060", - "name": "Mime gloves", - "examine": "A mime would wear these.", + "name": "Klank's gauntlets", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, + "id": "1495", + "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", "equipment_slot": "9" }, { - "id": "3061", - "name": "Mime boots", - "examine": "A mime would wear these.", - "archery_ticket_price": "0", + "examine": "I thought you only saw these in pairs?", "durability": null, - "equipment_slot": "10", - "weight": "0.5" - }, - { - "id": "3062", - "name": "Strange box", - "examine": "It seems to be humming...", - "archery_ticket_price": "0", + "name": "Iban's dove", + "tradeable": "false", "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1496" + }, + { + "examine": "A mystical demonic amulet.", "durability": null, + "name": "Amulet of othanian", + "archery_ticket_price": "0", + "id": "1497" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of doomion", + "archery_ticket_price": "0", + "id": "1498" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of holthion", + "archery_ticket_price": "0", + "id": "1499" + }, + { + "examine": "A strange dark liquid.", + "durability": null, + "name": "Iban's shadow", + "archery_ticket_price": "0", + "id": "1500", + "equip_audio": "" + }, + { + "examine": "Smells stronger than most spirits.", + "durability": null, + "name": "Dwarf brew", + "archery_ticket_price": "0", + "id": "1501" + }, + { + "examine": "The burnt remains of Iban.", + "durability": null, + "name": "Iban's ashes", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "1502" + }, + { + "examine": "A search warrant for a house in West Ardougne.", + "durability": null, + "name": "Warrant", + "archery_ticket_price": "0", + "id": "1503" + }, + { + "examine": "It doesn't look very tasty.", + "durability": null, + "name": "Hangover cure", + "weight": "2", + "archery_ticket_price": "0", + "id": "1504" + }, + { + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", "tradeable": "false", - "weight": "1" + "archery_ticket_price": "0", + "id": "1505" }, { - "id": "3093", - "name": "Black dart", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", + "remove_head": "true", + "examine": "Stops me from breathing nasty stuff!", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" + "name": "Gas mask", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1506", + "remove_beard": "true", + "equipment_slot": "0" }, { - "id": "3094", - "name": "Black dart(p)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", + "examine": "Quite a small key.", "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" + "name": "A small key", + "archery_ticket_price": "0", + "id": "1507" }, { - "id": "3095", - "name": "Bronze claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", + "examine": "It seems to say \"hongorer lure\"...", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "shop_price": "48", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" + "name": "A scruffy note", + "archery_ticket_price": "0", + "id": "1508" }, { - "id": "3096", - "name": "Iron claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0", - "defence_anim": "397", + "examine": "Turnip growing for beginners.", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "shop_price": "50", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" + "name": "Book", + "archery_ticket_price": "0", + "id": "1509" }, { - "id": "3097", - "name": "Steel claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0", - "defence_anim": "397", + "examine": "A picture of a lady called Elena.", "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,5}", - "shop_price": "175", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3098", - "name": "Black claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,10}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "6" - }, - { - "id": "3099", - "name": "Mithril claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,20}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3100", - "name": "Adamant claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,30}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "3101", - "name": "Rune claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "lendable": "true", - "render_anim": "2583", - "requirements": "{0,40}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9", - "weight": "0.9" - }, - { - "id": "3102", - "name": "Combination", - "examine": "The combination to Burthorpe Castle's equipment room.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3103", - "name": "Iou", - "examine": "The guard wrote the IOU on the back of some paper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3104", - "name": "Secret way map", - "examine": "This map shows the secret way up to Death Plateau.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3105", - "name": "Climbing boots", - "examine": "Boots made for general climbing; rocks a speciality.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "1900", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "3106", - "name": "Climbing boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3107", - "name": "Spiked boots", - "examine": "Climbing boots with spikes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "weight": "0.3" - }, - { - "id": "3109", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3110", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3111", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3112", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3113", - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3114", - "name": "Certificate", - "examine": "Entrance certificate to the Imperial Guard.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3115", - "name": "Bronze claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3116", - "name": "Iron claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3117", - "name": "Steel claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3118", - "name": "Black claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3119", - "name": "Mithril claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3120", - "name": "Adamant claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3121", - "name": "Rune claws", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3122", - "name": "Granite shield", - "examine": "A solid stone shield.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "lendable": "true", - "requirements": "{1,50}-{2,50}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "3123", - "name": "Shaikahan bones", - "examine": "Large glistening bones which glow with a pale yellow aura.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "3124", - "name": "Shaikahan bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3125", - "name": "Jogre bones", - "examine": "Fairly big bones which smell distinctly of Jogre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "3126", - "name": "Jogre bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3127", - "name": "Burnt jogre bones", - "examine": "These blackened Jogre bones have been somehow burnt.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3128", - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3129", - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3130", - "name": "Marinated j' bones", - "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3131", - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with raw Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3132", - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with cooked Karambwanji paste.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3133", - "name": "Marinated j' bones", - "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "3134", - "name": "Granite shield", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3136", - "name": "Cell key 1", - "examine": "The key to the troll prison.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "3137", - "name": "Cell key 2", - "examine": "The key to the troll prison.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3138", - "name": "Potato cactus", - "examine": "How am I supposed to eat that?!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3139", - "name": "Potato cactus", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3140", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "3141", - "name": "Dragon chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "3142", - "name": "Raw karambwan", - "examine": "A raw green octopus.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "shop_price": "440", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3143", - "name": "Raw karambwan", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "3144", - "name": "Cooked karambwan", - "examine": "Cooked octopus.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "460", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3145", - "name": "Cooked karambwan", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3146", - "name": "Poison karambwan", - "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "3147", - "name": "Cooked karambwan", - "examine": "Cooked octopus.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "460", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3149", - "name": "Burnt karambwan", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3150", - "name": "Raw karambwanji", - "examine": "Small brightly coloured tropical fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3151", - "name": "Karambwanji", - "examine": "Small brightly coloured tropical fish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.99" - }, - { - "id": "3152", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3153", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3154", - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. It smells quite nauseating.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3155", - "name": "Karambwanji paste", - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3156", - "name": "Karambwanji paste", - "examine": "This paste smells of raw fish./This paste smells of cooked fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3157", - "name": "Karambwan vessel", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{10,65}", - "shop_price": "5", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3158", - "name": "Karambwan vessel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3159", - "name": "Karambwan vessel", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{10,65}", - "shop_price": "5", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3160", - "name": "Karambwan vessel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3161", - "name": "Crafting manual", - "examine": "A set of instructions explaining how to construct a Karambwan vessel", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3162", - "name": "Sliced banana", - "examine": "You swear you had more than three slices before.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3163", - "name": "Sliced banana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3164", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "3165", - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27" - }, - { - "id": "3166", - "name": "Monkey corpse", - "examine": "It's the body of a dead monkey.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3167", - "name": "Monkey skin", - "examine": "It's the skin of a (hopefully) dead monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3168", - "name": "Seaweed sandwich", - "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3169", - "name": "Stuffed monkey", - "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "3170", - "name": "Bronze spear(kp)", - "examine": "A Karambwan poisoned bronze tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3171", - "name": "Iron spear(kp)", - "examine": "A Karambwan poisoned iron tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3172", - "name": "Steel spear(kp)", - "examine": "A Karambwan poisoned steel tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3173", - "name": "Mithril spear(kp)", - "examine": "A Karambwan poisoned mithril tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "3174", - "name": "Adamant spear(kp)", - "examine": "A Karambwan poisoned adamant tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "3175", - "name": "Rune spear(kp)", - "examine": "\tA Karambwan poisoned rune tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "3176", - "name": "Dragon spear(kp)", - "examine": "A Karambwan poisoned dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "3177", "name": "Picture", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" + "id": "1510" }, { - "id": "3178", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3179", - "name": "Monkey bones", - "examine": "These are smallish monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3180", - "name": "Monkey bones", - "examine": "These are medium sized monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3181", - "name": "Monkey bones", - "examine": "These are quite large monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3182", - "name": "Monkey bones", - "examine": "These are quite large monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3183", - "name": "Monkey bones", - "examine": "These are small monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3184", - "name": "Monkey bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3185", - "name": "Monkey bones", - "examine": "These are smallish monkey bones. They smell extremely nauseating.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3186", - "name": "Monkey bones", - "examine": "These are small monkey bones. They smell extremely nauseating.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3187", - "name": "Bones", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3188", - "name": "Cleaning cloth", - "examine": "A piece of silk which can be used to remove poison from weapons.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3189", - "name": "Cleaning cloth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3190", - "name": "Bronze halberd", - "examine": "A bronze halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "104", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3191", - "name": "Bronze halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3192", - "name": "Iron halberd", - "examine": "An iron halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "364", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "3193", - "name": "Iron halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3194", - "name": "Steel halberd", - "examine": "A steel halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "shop_price": "1300", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3195", - "name": "Steel halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3196", - "name": "Black halberd", - "examine": "A black halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{2,5}", - "run_anim": "1210", - "shop_price": "2496", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3197", - "name": "Black halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3198", - "name": "Mithril halberd", - "examine": "A mithril halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}-{2,10}", - "run_anim": "1210", - "shop_price": "3380", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "2.7" - }, - { - "id": "3199", - "name": "Mithril halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3200", - "name": "Adamant halberd", - "examine": "An adamant halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}-{2,15}", - "run_anim": "1210", - "shop_price": "8320", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.6" - }, - { - "id": "3201", - "name": "Adamant halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3202", - "name": "Rune halberd", - "examine": "A rune halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}-{2,20}", - "run_anim": "1210", - "shop_price": "128000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3" - }, - { - "id": "3203", - "name": "Rune halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3204", - "name": "Dragon halberd", - "examine": "A dragon halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}-{2,30}", - "run_anim": "1210", - "shop_price": "325000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "3205", - "name": "Dragon halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "3206", - "name": "King's message", - "examine": "A summons from King Lathas.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3207", - "name": "Iorwerths message", - "examine": "A letter for King Lathas from Lord Iorwerth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3208", - "name": "Crystal pendant", - "examine": "Lord Iorwerth's crystal pendant.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "3209", - "name": "Sulphur", - "examine": "A piece of chemical formation.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "3211", - "name": "Limestone", - "examine": "Some limestone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "4", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "3212", - "name": "Limestone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3213", - "name": "Quicklime", - "examine": "Some quicklime.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.2" - }, - { - "id": "3214", - "name": "Pot of quicklime", - "examine": "A pot of ground quicklime.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3215", - "name": "Ground sulphur", - "examine": "A pile of ground sulphur.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "0.5" - }, - { - "id": "3216", - "name": "Barrel", - "examine": "An empty barrel/A Splendid barrel.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3217", - "name": "Barrel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3218", - "name": "Barrel bomb", - "examine": "A fused barrel full of fire oil.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3219", - "name": "Barrel bomb", - "examine": "A fused barrel full of fire oil.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3220", - "name": "Barrel of coal-tar", - "examine": "A barrel full of coal-tar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3221", - "name": "Barrel of naphtha", - "examine": "A barrel full of naphtha.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "3222", - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3223", - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3224", - "name": "Strip of cloth", - "examine": "A strip of cloth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3226", - "name": "Raw rabbit", - "examine": "Might taste better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "67", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "3227", - "name": "Raw rabbit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3228", - "name": "Cooked rabbit", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "19", - "tradeable": "true" - }, - { - "id": "3229", - "name": "Cooked rabbit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3230", - "name": "Big book of bangs", - "examine": "A book by Mel Achy.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "3232", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3234", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3236", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3238", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3239", - "name": "Bark", - "examine": "Bark from a hollow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3240", - "name": "Bark", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3241", - "name": "Man", - "examine": "One of 2009Scape's many citizens.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3243", - "name": "Farmer", - "examine": "He grows crops in the area.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3247", - "name": "Rogue", - "examine": "Rogueish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3249", - "name": "Guard", - "examine": "Varies, refer below.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3251", - "name": "Knight of ardougne", - "examine": "A member of Ardougne's militia.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3253", - "name": "Watchman", - "examine": "The strong arm of the law.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3255", - "name": "Paladin", - "examine": "A holy warrior.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "3259", - "name": "Hero", - "examine": "Heroic!", - "archery_ticket_price": "0", - "attack_speed": "5", - "durability": null - }, - { - "id": "3261", - "name": "Goutweed", - "examine": "A pale, tough looking herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3262", - "name": "Troll thistle", - "examine": "It's tough and spiky.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3263", - "name": "Dried thistle", - "examine": "It'll be easier to grind now.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3264", - "name": "Ground thistle", - "examine": "It's ready for mixing.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3265", - "name": "Troll potion", - "examine": "It's part of Eadgar's plan.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3266", - "name": "Drunk parrot", - "examine": "It's rather drunk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3267", - "name": "Dirty robe", - "examine": "It's dirty and smelly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3268", - "name": "Fake man", - "examine": "It's good enough to fool a troll.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3269", - "name": "Storeroom key", - "examine": "The key to the Trollheim storeroom.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3270", - "name": "Alco-chunks", - "examine": "Pineapple chunks dipped in a strong liquor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3325", - "name": "Vampire dust", - "examine": "That used to be a vampyre!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3326", - "name": "Vampire dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "3327", - "name": "Myre snelm", - "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3328", - "name": "Myre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3329", - "name": "Blood'n'tar snelm", - "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3330", - "name": "Blood'n'tar snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3331", - "name": "Ochre snelm", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "3332", - "name": "Ochre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3333", - "name": "Bruise blue snelm", - "examine": "A moody blue snail shell helmet, mort myre snail shell helm", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "3334", - "name": "Bruise blue snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3335", - "name": "Broken bark snelm", - "examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3336", - "name": "Broken bark snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3337", - "name": "Myre snelm", - "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3338", - "name": "Myre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3339", - "name": "Blood'n'tar snelm", - "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3340", - "name": "Blood'n'tar snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3341", - "name": "Ochre snelm", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "3342", - "name": "Ochre snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3343", - "name": "Bruise blue snelm", - "examine": "A moody blue snail shell helmet, mort myre snail shell helm", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "3344", - "name": "Bruise blue snelm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3345", - "name": "Blamish myre shell", - "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3346", - "name": "Blamish myre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3347", - "name": "Blamish red shell", - "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3348", - "name": "Blamish red shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3349", - "name": "Blamish ochre shell", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3350", - "name": "Blamish ochre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3351", - "name": "Blamish blue shell", - "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3352", - "name": "Blamish blue shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3353", - "name": "Blamish bark shell", - "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3354", - "name": "Blamish bark shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3355", - "name": "Blamish myre shell", - "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3356", - "name": "Blamish myre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3357", - "name": "Blamish red shell", - "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3358", - "name": "Blamish red shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3359", - "name": "Blamish ochre shell", - "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3360", - "name": "Blamish ochre shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3361", - "name": "Blamish blue shell", - "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3362", - "name": "Blamish blue shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3363", - "name": "Thin snail", - "examine": "The thin, slimy corpse of a deceased giant snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "74", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3364", - "name": "Thin snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3365", - "name": "Lean snail", - "examine": "The lean, slimy corspe of a dead snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3366", - "name": "Lean snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3367", - "name": "Fat snail", - "examine": "The fat, slimy, corpse of a deceased giant snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "160", - "tradeable": "true" - }, - { - "id": "3368", - "name": "Fat snail", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3369", - "name": "Thin snail meat", - "examine": "A succulently slimy piece of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "3370", - "name": "Thin snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3371", - "name": "Lean snail meat", - "examine": "A succulently slimey slice of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3372", - "name": "Lean snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3373", - "name": "Fat snail meat", - "examine": "A succulently slimy slice of sumptuous snail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "3374", - "name": "Fat snail meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3376", - "name": "Burnt snail", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3377", - "name": "Sample bottle", - "examine": "An empty sample bottle.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "3378", - "name": "Sample bottle", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3379", - "name": "Slimy eel", - "examine": "A slime covered eel - yuck!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3380", - "name": "Slimy eel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3381", - "name": "Cooked slimy eel", - "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3382", - "name": "Cooked slimy eel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3385", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3386", - "name": "Splitbark helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3387", - "name": "Splitbark body", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "3388", - "name": "Splitbark body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3389", - "name": "Splitbark legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "3390", - "name": "Splitbark legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3391", - "name": "Splitbark gauntlets", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3392", - "name": "Splitbark gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3393", - "name": "Splitbark boots", - "examine": "Wooden foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3394", - "name": "Splitbark boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3396", - "name": "Loar remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.35" - }, - { - "id": "3397", - "name": "Loar remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3398", - "name": "Phrin remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3399", - "name": "Phrin remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3400", - "name": "Riyl remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3401", - "name": "Riyl remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3402", - "name": "Asyn remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3403", - "name": "Asyn remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3404", - "name": "Fiyr remains", - "examine": "The remains of a deadly shade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3405", - "name": "Fiyr remains", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3406", - "name": "Ash potion(unf)", - "examine": "I need another ingredient to finish this potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3407", - "name": "Ash potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3408", - "name": "Serum 207 (4)", - "examine": "4 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3410", - "name": "Serum 207 (3)", - "examine": "3 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3412", - "name": "Serum 207 (2)", - "examine": "2 doses serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3414", - "name": "Serum 207 (1)", - "examine": "1 dose serum 207 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3416", - "name": "Serum 208 (4)", - "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3417", - "name": "Serum 208 (3)", - "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3418", - "name": "Serum 208 (2)", - "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3419", - "name": "Serum 208 (1)", - "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "208" - }, - { - "id": "3420", - "name": "Limestone brick", - "examine": "A well carved limestone brick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "21", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "3421", - "name": "Limestone brick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3422", - "name": "Olive oil(4)", - "examine": "4 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3423", - "name": "Olive oil(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3424", - "name": "Olive oil(3)", - "examine": "3 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3425", - "name": "Olive oil(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3426", - "name": "Olive oil(2)", - "examine": "2 doses of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3427", - "name": "Olive oil(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3428", - "name": "Olive oil(1)", - "examine": "1 dose of olive oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "26", - "tradeable": "true" - }, - { - "id": "3429", - "name": "Olive oil(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3430", - "name": "Sacred oil(4)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3431", - "name": "Sacred oil(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3432", - "name": "Sacred oil(3)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3433", - "name": "Sacred oil(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3434", - "name": "Sacred oil(2)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3435", - "name": "Sacred oil(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3436", - "name": "Sacred oil(1)", - "examine": "Sacred oil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3437", - "name": "Sacred oil(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3438", - "name": "Pyre logs", - "examine": "Funeral logs used for burning loars.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" + "examine": "A number of wooden logs.", + "grand_exchange_price": "120", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1511" }, { - "id": "3439", - "name": "Pyre logs", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "3440", - "name": "Oak pyre logs", - "examine": "Oak logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", + "grand_exchange_price": "279", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3441", - "name": "Oak pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3442", - "name": "Willow pyre logs", - "examine": "Willow logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Logs", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1512" }, { - "id": "3443", - "name": "Willow pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a magic tree.", + "grand_exchange_price": "680", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3444", - "name": "Maple pyre logs", - "examine": "Maple logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Magic logs", "tradeable": "true", - "weight": "1.3" + "weight": "2", + "archery_ticket_price": "0", + "id": "1513" }, { - "id": "3445", - "name": "Maple pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "grand_exchange_price": "1581", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3446", - "name": "Yew pyre logs", - "examine": "Yew logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Magic logs", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1514" }, { - "id": "3447", - "name": "Yew pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a yew tree.", + "grand_exchange_price": "320", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3448", - "name": "Magic pyre logs", - "examine": "Magic logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Yew logs", "tradeable": "true", - "weight": "1.3" + "weight": "2", + "archery_ticket_price": "0", + "id": "1515" }, { - "id": "3449", - "name": "Magic pyre logs", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "grand_exchange_price": "532", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3450", - "name": "Bronze key red", - "examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3451", - "name": "Bronze key brown", - "examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3452", - "name": "Bronze key crimson", - "examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3453", - "name": "Bronze key black", - "examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3454", - "name": "Bronze key purple", - "examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3455", - "name": "Steel key red", - "examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3456", - "name": "Steel key brown", - "examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3457", - "name": "Steel key crimson", - "examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3458", - "name": "Steel key black", - "examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3459", - "name": "Steel key purple", - "examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3460", - "name": "Black key red", - "examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3461", - "name": "Black key brown", - "examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3462", - "name": "Black key crimson", - "examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3463", - "name": "Black key black", - "examine": "A black key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3464", - "name": "Black key purple", - "examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3465", - "name": "Silver key red", - "examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3466", - "name": "Silver key brown", - "examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3467", - "name": "Silver key crimson", - "examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3468", - "name": "Silver key black", - "examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3469", - "name": "Silver key purple", - "examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3470", - "name": "Fine cloth", - "examine": "Amazingly untouched by time.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", + "name": "Yew logs", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1516" }, { - "id": "3471", - "name": "Fine cloth", - "archery_ticket_price": "0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a maple tree.", + "grand_exchange_price": "160", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3472", - "name": "Black plateskirt (t)", - "examine": "Black plateskirt with trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", + "name": "Maple logs", "tradeable": "true", - "weight": "8" + "weight": "2", + "archery_ticket_price": "0", + "id": "1517" }, { - "id": "3473", - "name": "Black plateskirt (g)", - "examine": "Black plateskirt with gold trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "20", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,10}", + "name": "Maple logs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1518" }, { - "id": "3474", - "name": "Adam plateskirt (t)", - "examine": "Adamant plateskirt with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "ge_buy_limit": "25000", + "examine": "Logs cut from a willow tree.", + "grand_exchange_price": "80", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", + "name": "Willow logs", "tradeable": "true", - "weight": "9" + "weight": "2", + "archery_ticket_price": "0", + "id": "1519" }, { - "id": "3475", - "name": "Adam plateskirt (g)", - "examine": "Adamant plateskirt with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "11", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,30}", + "name": "Willow logs", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "1520" }, { - "id": "3476", - "name": "Rune plateskirt (g)", - "examine": "Rune plateskirt with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "ge_buy_limit": "25000", + "examine": "Logs cut from an Oak Tree.", + "grand_exchange_price": "140", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", + "name": "Oak logs", "tradeable": "true", - "weight": "9" + "weight": "2", + "archery_ticket_price": "0", + "id": "1521" }, { - "id": "3477", - "name": "Rune plateskirt (t)", - "examine": "Rune plateskirt with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "ge_buy_limit": "25000", + "grand_exchange_price": "153", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "81280", + "name": "Oak logs", "tradeable": "true", - "weight": "8" - }, - { - "id": "3478", - "name": "Zamorak plateskirt", - "examine": "Rune plateskirt in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3479", - "name": "Saradomin plateskirt", - "examine": "Rune plateskirt in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3480", - "name": "Guthix plateskirt", - "examine": "Rune plateskirt in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3481", - "name": "Gilded platebody", - "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "3482", - "name": "Gilded platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3483", - "name": "Gilded platelegs", - "examine": "Rune platelegs with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3484", - "name": "Gilded platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3485", - "name": "Gilded plateskirt", - "examine": "Rune plateskirt with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "3486", - "name": "Gilded full helm", - "examine": "Rune full helmet with gold plate.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "3487", - "name": "Gilded full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3488", - "name": "Gilded kiteshield", - "examine": "Rune kiteshield with gold plate.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "3489", - "name": "Gilded kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3490", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3491", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3492", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3493", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3494", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3495", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3496", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3497", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3498", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3499", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3500", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3501", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3502", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3503", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3504", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3505", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3506", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3507", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3508", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3509", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3510", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3511", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3512", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3513", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3514", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3515", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3516", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3517", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3518", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3519", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3520", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3521", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3522", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3523", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3524", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3525", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3526", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3527", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3528", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3529", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3530", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3531", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3532", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3533", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3534", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3535", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3536", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3537", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3538", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3539", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3540", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3541", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3542", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3543", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3544", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3545", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3546", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3547", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3548", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3549", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3550", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3551", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3552", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3553", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3554", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3555", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3556", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3557", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3558", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3559", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3560", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3561", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3562", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3563", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3564", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3565", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3566", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3567", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3568", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3569", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3570", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3571", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3572", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3573", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3574", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3575", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3576", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3577", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3578", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "3579", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3580", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3581", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3582", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3583", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3584", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3585", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3586", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3587", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3588", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3589", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3590", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3591", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3592", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3593", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3594", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3595", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3596", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3597", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3598", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3599", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3600", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "3601", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3602", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3603", - "name": "Casket", - "examine": "I hope there's treasure in it.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" + "id": "1522" }, { - "id": "3604", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3605", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3607", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3609", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3610", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3611", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3612", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3613", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3614", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3615", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3616", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3617", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3618", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3668", - "name": "Black plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3669", - "name": "Black plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3670", - "name": "Adam plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3671", - "name": "Adam plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3672", - "name": "Rune plateskirt (g)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3673", - "name": "Rune plateskirt (t)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3674", - "name": "Zamorak plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3675", - "name": "Saradomin plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3676", - "name": "Guthix plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3677", - "name": "Gilded plateskirt", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3678", - "name": "Flamtaer hammer", - "examine": "An exquisitely shaped tool specially designed for fixing temples.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "13000", - "weight": "1.3" - }, - { - "id": "3685", - "name": "Picture", - "examine": "A sealed letter of recommendation.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3688", - "name": "Unstrung lyre", - "examine": "It's almost a musical instrument.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "3689", - "name": "Lyre", - "examine": "A musical intrument that I can magically play.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3690", - "name": "Enchanted lyre", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3691", - "name": "Enchanted lyre(1)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "3692", - "name": "Branch", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3693", - "name": "Golden fleece", - "examine": "I can spin this into golden wool.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "3694", - "name": "Golden wool", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "3695", - "name": "Pet rock", - "examine": "The lowest maintenance pet you will ever have.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "792", - "run_anim": "6660", - "stand_anim": "6657", - "stand_turn_anim": "6661", - "turn180_anim": "6659", - "turn90ccw_anim": "6663", - "turn90cw_anim": "6662", - "two_handed": "true", - "walk_anim": "6658", - "weight": "1" - }, - { - "id": "3696", - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3697", - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3698", - "name": "Exotic flower", - "examine": "Some flowers from a distant land.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "3699", - "name": "Fremennik ballad", - "examine": "A hauntingly beautiful love ballad.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3700", - "name": "Sturdy boots", - "examine": "A pair of sturdy made custom boots.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3701", - "name": "Tracking map", - "examine": "Could probably be a bit clearer?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3702", - "name": "Custom bow string", - "examine": "A finely crafted string for a custom bow", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3703", - "name": "Unusual fish", - "examine": "An extremely odd, non-edible fish.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3704", - "name": "Sea fishing map", - "examine": "Map showing the best fishing spots out at sea.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3705", - "name": "Weather forecast", - "examine": "An estimate of expected local weather conditions.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3706", - "name": "Champions token", - "examine": "Shows the wearer is worthy of the Champions table.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3707", - "name": "Legendary cocktail", - "examine": "Probably the greatest cocktail in the world.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3708", - "name": "Fiscal statement", - "examine": "A signed statement promising a reduction on sales tax.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3709", - "name": "Promissory note", - "examine": "A legally binding contract promising not to enter the longhall.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "3710", - "name": "Warriors' contract", - "examine": "This employment contract is for a warrior to act as a bodyguard.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3711", - "name": "Keg of beer", - "examine": "A lot of beer in a barrel.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "325", - "tradeable": "true", - "weight": "20" - }, - { - "id": "3712", - "name": "Low alcohol keg", - "examine": "Suspiciously close to beer, but without the side effects.", - "archery_ticket_price": "0", - "durability": null, - "weight": "20" - }, - { - "id": "3713", - "name": "Strange object", - "examine": "It's some kind of weird little parcel thing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3714", - "name": "Lit strange object", - "examine": "It's some kind of weird little parcel thing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3715", - "name": "Picture", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3716", - "name": "Picture", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3718", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3719", - "name": "Thread", - "examine": "Some blue thread.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3720", - "name": "Pick", - "examine": "A small pick for cracking small objects.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3721", - "name": "Ship toy", - "examine": "Might be fun to play with in the bath.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3722", - "name": "Full bucket", - "examine": "It's a bucket of salty water.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3723", - "name": "4/5ths full bucket", - "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3724", - "name": "3/5ths full bucket", - "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3725", - "name": "2/5ths full bucket", - "examine": "This bucket is forty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3726", - "name": "1/5ths full bucket", - "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3727", - "name": "Empty bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3728", - "name": "Frozen bucket", - "examine": "This bucket of water is frozen solid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3729", - "name": "Full jug", - "examine": "This jug is completely full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3730", - "name": "2/3rds full jug", - "examine": "This jug is two thirds full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3731", - "name": "1/3rds full jug", - "examine": "This jug is one third full. It has a 3 painted on its side.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3732", - "name": "Empty jug", - "examine": "This jug is empty.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "3733", - "name": "Frozen jug", - "examine": "This jug of water is frozen solid.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "3734", - "name": "Vase", - "examine": "An unusually shaped vase. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3735", - "name": "Vase of water", - "examine": "An unusually shaped vase full of water. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3736", - "name": "Frozen vase", - "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3737", - "name": "Vase lid", - "examine": "This looks like a lid to some kind of container.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "3738", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. ", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3739", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is full of water.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3740", - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is very cold. ", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3741", - "name": "Frozen key", - "examine": "A small, cold key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3742", - "name": "Red herring", - "examine": "The colouring on it seems to be some kind of sticky goop.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3743", - "name": "Red disk", - "examine": "A red coloured disk, apparently made out of wood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3744", - "name": "Wooden disk", - "examine": "A simple looking disk made of wood.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3745", - "name": "Seer's key", - "examine": "The key to leave the Seer's house.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "27", - "tradeable": "false" - }, - { - "id": "3746", - "name": "Sticky red goop", - "examine": "Yup, it's sticky, it's red and it's goop.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "3747", - "name": "Sticky red goop", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3748", - "name": "Fremennik helm", - "examine": "A sturdy helm worn only by Fremennik clan members.", - "absorb": "1,0,2", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2.7" - }, - { - "id": "3749", - "name": "Archer helm", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", + "shop_price": "20", "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", + "examine": "For picking tough locks.", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "1523" }, { - "id": "3750", - "name": "Archer helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3751", - "name": "Berserker helm", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", + "grand_exchange_price": "1311", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", + "name": "Lockpick", "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3752", - "name": "Berserker helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3753", - "name": "Warrior helm", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3754", - "name": "Warrior helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3755", - "name": "Farseer helm", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "3756", - "name": "Farseer helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3757", - "name": "Fremennik blade", - "examine": "A sword used only by Fremennik warriors.", - "alchemizable": "true", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "3758", - "name": "Fremennik shield", - "examine": "A shield worn by Fremennik warriors.", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "weight": "2.2" - }, - { - "id": "3759", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3760", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3761", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3762", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3763", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3764", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3765", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3766", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3767", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3768", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3769", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3770", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3771", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3772", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3773", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3774", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3775", - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3776", - "name": "Fremennik shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3777", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3778", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3779", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3780", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3781", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3782", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3783", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3784", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3785", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3786", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3787", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3788", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3789", - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "1000", - "shop_price": "325", - "tradeable": "true" - }, - { - "id": "3790", - "name": "Fremennik cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "3791", - "name": "Fremennik boots", - "examine": "Very stylish!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "3792", - "name": "Fremennik boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3793", - "name": "Fremennik robe", - "examine": "The latest fashion of Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "650", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3794", - "name": "Fremennik robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3795", - "name": "Fremennik skirt", - "examine": "The latest fashion of Rellekka.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "3796", - "name": "Fremennik skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3797", - "name": "Fremennik hat", - "examine": "A silly pointed hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "3798", - "name": "Fremennik hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3799", - "name": "Gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "shop_price": "650", - "tradeable": "true", - "weight": "0.4" + "id": "1524" }, { - "id": "3800", - "name": "Gloves", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "3801", - "name": "Keg of beer", - "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.", + "name": "Grimy snake weed", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "325", - "tradeable": "true", - "weight": "20" + "id": "1525" }, { - "id": "3802", - "name": "Keg of beer", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3803", - "name": "Beer", - "examine": "A glass of frothy ale.", + "name": "Clean snake weed", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" + "id": "1526" }, { - "id": "3804", - "name": "Beer", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "3805", - "name": "Tankard", - "examine": "A big cup for a big thirst.", + "name": "Grimy ardrigal", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "shop_price": "26", - "tradeable": "true" + "id": "1527" }, { - "id": "3806", - "name": "Tankard", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "tradeable": "true" - }, - { - "id": "3827", - "name": "Saradomin page 1", - "examine": "This seems to have been torn from a book...", + "name": "Clean ardrigal", + "weight": "0.2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1528" }, { - "id": "3828", - "name": "Saradomin page 2", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3829", - "name": "Saradomin page 3", - "examine": "This seems to have been torn from a book...", + "name": "Grimy sito foil", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1529" }, { - "id": "3830", - "name": "Saradomin page 4", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3831", - "name": "Zamorak page 1", - "examine": "This seems to have been torn from a book...", + "name": "Clean sito foil", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1530" }, { - "id": "3832", - "name": "Zamorak page 2", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3833", - "name": "Zamorak page 3", - "examine": "This seems to have been torn from a book...", + "name": "Grimy volencia moss", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1531" }, { - "id": "3834", - "name": "Zamorak page 4", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3835", - "name": "Guthix page 1", - "examine": "This seems to have been torn from a book...", + "name": "Clean volencia moss", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1532" }, { - "id": "3836", - "name": "Guthix page 2", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "I need to clean this herb before I can use it.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3837", - "name": "Guthix page 3", - "examine": "This seems to have been torn from a book...", + "name": "Grimy rogue's purse", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "1533" }, { - "id": "3838", - "name": "Guthix page 4", - "examine": "This seems to have been torn from a book...", - "archery_ticket_price": "0", + "examine": "A fresh herb.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "3839", - "name": "Damaged book", - "examine": "An incomplete book of Saradomin.", + "name": "Clean rogue's purse", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" + "id": "1534" }, { - "id": "3840", - "name": "Holy book", - "examine": "The Holy book of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0", + "examine": "A piece of map.", "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" - }, - { - "id": "3841", - "name": "Damaged book", - "examine": "An incomplete book of Zamorak.", + "name": "Map part", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" + "id": "1535" }, { - "id": "3842", - "name": "Unholy book", - "examine": "The unholy book of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0", + "examine": "A piece of map.", "durability": null, - "equipment_slot": "5", - "weight": "1" - }, - { - "id": "3843", - "name": "Damaged book", - "examine": "An incomplete book of Guthix.", + "name": "Map part", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "shop_price": "5000", - "weight": "1" + "id": "1536" }, { - "id": "3844", - "name": "Book of balance", - "examine": "The holy book of Guthix.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0", + "examine": "A piece of map.", "durability": null, - "equipment_slot": "5", - "weight": "1" - }, - { - "id": "3847", - "name": "Manual", - "examine": "Looks like some kind of manual.", + "name": "Map part", "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.5" + "id": "1537" }, { - "id": "3848", - "name": "Lighthouse key", - "examine": "A key to the front door of the lighthouse. (Horror from the Deep)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3849", - "name": "Rusty casket", - "examine": "Looks old and rusty...", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "A map of the route to Crandor.", "durability": null, - "tradeable": "false", - "weight": "5" - }, - { - "id": "3852", - "name": "Unholy symbol", + "name": "Crandor map", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1538" }, { - "id": "3853", - "name": "Games necklace(8)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", + "shop_price": "52", "ge_buy_limit": "10000", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3854", - "name": "Games necklace(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3855", - "name": "Games necklace(7)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3856", - "name": "Games necklace(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3857", - "name": "Games necklace(6)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3858", - "name": "Games necklace(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3859", - "name": "Games necklace(5)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3860", - "name": "Games necklace(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3861", - "name": "Games necklace(4)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3862", - "name": "Games necklace(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3863", - "name": "Games necklace(3)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3864", - "name": "Games necklace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3865", - "name": "Games necklace(2)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3866", - "name": "Games necklace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "3867", - "name": "Games necklace(1)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "10000", - "shop_price": "490", - "tradeable": "true" - }, - { - "id": "3868", - "name": "Games necklace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "3893", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "3894", - "name": "Awful anthem", - "examine": "It's not very good.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3895", - "name": "Good anthem", - "examine": "Much better.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "3896", - "name": "Treaty", - "examine": "Just needs the King's signature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3897", - "name": "Giant nib", - "examine": "For making a giant pen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3898", - "name": "Giant pen", - "examine": "The king should be able to use this.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "3899", - "name": "Iron sickle", - "examine": "Not as good as a pet frog.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "15", - "weapon_interface": "6", - "weight": "1.6" - }, - { - "id": "3901", - "name": "Ghrim's book", - "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4001", - "name": "Hardy gout tuber", - "examine": "A pile of gout tubers suitable for use in mountainous terrain.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4002", - "name": "Spare controls", - "examine": "It looks like some kind of control panel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "4004", - "name": "Gnome royal seal", - "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4005", - "name": "Narnode's orders", - "examine": "Unreadable orders handwritten by King Narnode Shareen.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "4006", - "name": "Monkey dentures", - "examine": "Magical monkey talking dentures! What more can we say? Ook!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "weight": "0.2" - }, - { - "id": "4007", - "name": "Enchanted bar", - "examine": "A gold bar with a talkative monkey spirit.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4008", - "name": "Eye of gnome", - "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3", - "weight": "1" - }, - { - "id": "4009", - "name": "Eye of gnome", - "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3", - "weight": "1" - }, - { - "id": "4012", - "name": "Monkey nuts", - "examine": "They are Monkey Nuts. Yummy.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "3" - }, - { - "id": "4014", - "name": "Monkey bar", - "examine": "It's a monkey bar. It looks highly nutritious.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50" - }, - { - "id": "4016", - "name": "Banana stew", - "examine": "It's a bowl full of mushy banana", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300" - }, - { - "id": "4020", - "name": "M'amulet mould", - "examine": "It's an amulet mould shaped like a monkey head.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4021", - "name": "M'speak amulet", - "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1.3" - }, - { - "id": "4022", - "name": "M'speak amulet", - "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4023", - "name": "Monkey talisman", - "examine": "A magic talisman in shape of a monkey head.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1.25" - }, - { - "id": "4024", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4025", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4026", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4027", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4028", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4029", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4030", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4031", - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4032", - "name": "Dummy", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4034", - "name": "Monkey skull", - "examine": "It's a very ancient skull from some kind of ape.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4035", - "name": "10th squad sigil", - "examine": "It is the official sigil of the 10th squad of the Royal Guard.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "4037", - "name": "Saradomin banner", - "examine": "The Holy Team Standard", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "tradeable": "false", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "4038", - "name": "Saradomin banner", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4039", - "name": "Zamorak banner", - "examine": "The Zamorak team's flag.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "tradeable": "false", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" - }, - { - "id": "4040", - "name": "Zamorak banner", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4041", - "name": "Hooded cloak", - "examine": "The colours of Saradomin/Zamorak.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4042", - "name": "Hooded cloak", - "examine": "The colours of Saradomin/Zamorak.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4044", - "name": "Rock", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4045", - "name": "Explosive potion", - "examine": "I could use this to destroy things...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4046", - "name": "Explosive potion", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4047", - "name": "Climbing rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4048", - "name": "Climbing rope", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4049", - "name": "Bandages", - "examine": "A box of bandages for healing.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4050", - "name": "Bandages", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4051", - "name": "Toolkit", - "examine": "Good for repairing a broken cannon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4052", - "name": "Toolkit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4053", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4054", - "name": "Barricade", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4055", - "name": "Castlewars manual", - "examine": "It's a manual for Castle Wars", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "weight": "1" - }, - { - "id": "4067", - "name": "Castle wars ticket", - "examine": "I can exchange these for further items.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4068", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", - "castle_wars_ticket_price": "5", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "59", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,5}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4069", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", - "castle_wars_ticket_price": "8", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,5}" - }, - { - "id": "4070", - "name": "Decorative armour", + "name": "Steel nails", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", - "castle_wars_ticket_price": "6", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,5}" + "id": "1539" }, { - "id": "4071", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", - "castle_wars_ticket_price": "4", + "ge_buy_limit": "100", + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "637", "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4072", - "name": "Decorative shield", - "examine": "A very decorative shield.", + "name": "Anti-dragon shield", + "tradeable": "true", + "weight": "5.4", "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "castle_wars_ticket_price": "6", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "60" - }, - { - "id": "4073", - "name": "Damp tinderbox", - "examine": "Not so useful for lighting a fire.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4074", - "name": "Damp tinderbox", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4075", - "name": "Glowing fungus", - "examine": "A bizarre fungus. It glows with a pale blue light.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4077", - "name": "Crystal-mine key", - "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4078", - "name": "Zealot's key", - "examine": "I stole this from a Saradominist I met South of Mort'ton.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4079", - "name": "Yo-yo", - "examine": "A gift from Santa.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4081", - "name": "Salve amulet", - "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "2", - "weight": "0.6" - }, - { - "id": "4082", - "name": "Salve shard", - "examine": "An unstrung crystal imbued with the power of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4083", - "name": "Sled", - "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4084", - "name": "Sled", - "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "1119", - "run_anim": "1468", - "stand_anim": "1461", - "stand_turn_anim": "1468", - "turn180_anim": "1468", - "turn90ccw_anim": "1468", - "turn90cw_anim": "1468", - "two_handed": "true", - "walk_anim": "1468" - }, - { - "id": "4085", - "name": "Wax", - "examine": "I can use this to wax my sled.", - "archery_ticket_price": "0", - "durability": null, + "id": "1540", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", "equipment_slot": "5" }, { - "id": "4086", - "name": "Trollweiss", - "examine": "These pale flowers have a pungent odour.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "637", "durability": null, - "equipment_slot": "3", - "weapon_interface": "12" - }, - { - "id": "4087", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", + "name": "Anti-dragon shield", "tradeable": "true", - "weight": "9" - }, - { - "id": "4088", - "name": "Dragon platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4089", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4090", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4091", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4092", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4093", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4094", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4095", - "name": "Mystic gloves", - "examine": "Magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4096", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4097", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4098", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4099", - "name": "Mystic hat", - "examine": "Black: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4100", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4101", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4102", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4103", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4104", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4105", - "name": "Mystic gloves", - "examine": "Dark magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4106", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4107", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4108", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4109", - "name": "Mystic hat", - "examine": "White: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4110", - "name": "Mystic hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4111", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "4112", - "name": "Mystic robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4113", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "4114", - "name": "Mystic robe bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4115", - "name": "Mystic gloves", - "examine": "Bright magical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4116", - "name": "Mystic gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4117", - "name": "Mystic boots", - "examine": "Magical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4118", - "name": "Mystic boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4119", - "name": "Bronze boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4120", - "name": "Bronze boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4121", - "name": "Iron boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4122", - "name": "Iron boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4123", - "name": "Steel boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4124", - "name": "Steel boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4125", - "name": "Black boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4126", - "name": "Black boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4127", - "name": "Mithril boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4128", - "name": "Mithril boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4129", - "name": "Adamant boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4130", - "name": "Adamant boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4131", - "name": "Rune boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4132", - "name": "Rune boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4133", - "name": "Crawling hand", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4134", - "name": "Cave crawler", - "examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)", - "archery_ticket_price": "0", - "attack_speed": "3", - "durability": null - }, - { - "id": "4135", - "name": "Banshee", - "examine": "A tortured screaming soul.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4136", - "name": "Rockslug", - "examine": "The slime of evil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4137", - "name": "Cockatrice", - "examine": "The winged reptile.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4138", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4139", - "name": "Basilisk", - "examine": "The eyes of evil.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4140", - "name": "Infernal mage", - "examine": "An evil magic user.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4141", - "name": "Bloodveld", - "examine": "The tongue of evil.", "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null + "id": "1541" }, { - "id": "4142", - "name": "Jelly", - "examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4143", - "name": "Turoth", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4144", - "name": "Abberant spectre", - "examine": "A very smelly ghost.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4145", - "name": "Dust devil", - "examine": "The vacuumed face of evil.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4146", - "name": "Kurask", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4147", - "name": "Gargoyle", - "examine": "Flies like a rock.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4148", - "name": "Nechryael", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4149", - "name": "Abyssal demon", - "examine": "A denizen of the Abyss!", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "4150", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0", - "durability": null, - "shop_price": "90" - }, - { - "id": "4151", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "archery_ticket_price": "0", - "attack_anims": "1658,1658,1658,1658", - "attack_audios": "2720,0,0,0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", - "defence_anim": "1659", - "durability": null, - "equip_audio": "2249", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "620", - "requirements": "{0,70}", - "run_anim": "1661", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1660", - "weapon_interface": "11", - "weight": "0.45" - }, - { - "id": "4152", - "name": "Abyssal whip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4153", - "name": "Granite maul", - "examine": "Simplicity is the best weapon.", - "archery_ticket_price": "0", - "attack_anims": "1665,1665,1665,1665", - "attack_audios": "2714,0,0,0", - "attack_speed": "7", - "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "27", - "requirements": "{0,50}-{2,50}", - "run_anim": "1664", - "stand_anim": "1662", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "4.5" - }, - { - "id": "4154", - "name": "Granite maul", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4155", - "name": "Enchanted gem", - "examine": "I can contact the Slayer Masters with this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "4156", - "name": "Mirror shield", - "examine": "I can just about see things in this shield's reflection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,20}-{18,25}", - "shop_price": "5000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4157", - "name": "Mirror shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4158", - "name": "Leaf-bladed spear", - "examine": "A spear with a leaf-shaped point.", - "alchemizable": "true", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,55}-{18,50}", - "run_anim": "1210", - "shop_price": "31000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "4159", - "name": "Leaf-bladed spear", - "examine": "A spear with a leaf-shaped point.", - "archery_ticket_price": "0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "requirements": "{0,55}-{18,50}", - "shop_price": "31000", - "weight": "2" - }, - { - "id": "4160", - "name": "Broad arrow", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{18,55}-{4,50}", - "shop_price": "90" - }, - { - "id": "4161", - "name": "Bag of salt", - "examine": "A bag of salt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "4162", - "name": "Rock hammer", - "examine": "I can even smash stone with this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "500", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4163", - "name": "Rock hammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4164", - "name": "Face mask", - "examine": "Stops me breathing in too much dust.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,10}", - "shop_price": "200", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4165", - "name": "Face mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4166", - "name": "Earmuffs", - "examine": "These will protect my ears from loud noise.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,15}", - "shop_price": "200", - "tradeable": "true", - "weight": "2.6" - }, - { - "id": "4167", - "name": "Earmuffs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4168", - "name": "Nose peg", - "examine": "Protects me from any bad smells.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{18,60}", - "shop_price": "200", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4169", - "name": "Nose peg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4170", - "name": "Slayer's staff", - "examine": "An old and magical staff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{18,55}-{6,50}", - "run_anim": "1210", - "shop_price": "21000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1.8" - }, - { - "id": "4171", - "name": "Slayer's staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4172", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4173", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4174", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4175", - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "shop_price": "90" - }, - { - "id": "4178", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", + "shop_price": "1", + "examine": "A key to Melzar's Maze.", "durability": null, - "lendable": "true", - "rare_item": "true", - "render_anim": "620", - "tradeable": "true", - "weight": "0.45" - }, - { - "id": "4179", - "name": "Stick", - "examine": "A big, bad troll.", + "name": "Maze key", "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null + "id": "1542" }, { - "id": "4180", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "lendable": "true", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4181", - "name": "Mouth grip", - "archery_ticket_price": "0", + "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", + "examine": "A very pointy stick.", "durability": null, - "equipment_slot": "3" - }, - { - "id": "4182", - "name": "Goutweed", - "examine": "A pale, tough looking herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4183", - "name": "Star amulet", - "examine": "A six-pointed marble and obsidian amulet", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4184", - "name": "Cavern key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4185", - "name": "Tower key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4186", - "name": "Shed key", - "examine": "Upon close examination, this seems to be a key.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4187", - "name": "Marble amulet", - "examine": "Triangular in shape, made from marble, and as large as your hand.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4188", - "name": "Obsidian amulet", - "examine": "Triangular in shape, made from obsidian, and as large as your hand.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4189", - "name": "Garden cane", - "examine": "A length of garden cane.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "4190", - "name": "Garden brush", - "examine": "A typical garden brush.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4191", - "name": "Extended brush", - "examine": "A typical garden brush, with a cane tied to it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4192", - "name": "Extended brush", - "examine": "A typical garden brush, with two canes tied to it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4193", - "name": "Extended brush", - "examine": "A typical garden brush, with three canes tied to it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "4195", - "name": "Arms", - "examine": "A pair of limp, dead arms.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4196", - "name": "Legs", - "examine": "A pair of lifeless, rotting legs.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4197", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4198", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4199", - "name": "Pickled brain", - "examine": "A pickled brain, submerged inside a jar of vinegar.", - "alchemizable": "true", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50" - }, - { - "id": "4200", - "name": "Conductor mould", - "examine": "A mould for making silver lightning conductors.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4201", - "name": "Conductor", - "examine": "A silver lightning conductor.", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4202", - "name": "Ring of charos", - "examine": "The Ring of charos", - "archery_ticket_price": "0", + "name": "Stake", + "tradeable": "false", "destroy": "true", - "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "archery_ticket_price": "0", + "id": "1549", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "examine": "Deters vampires.", + "grand_exchange_price": "20", "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "4205", - "name": "Consecration seed", - "examine": "This consecration seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4206", - "name": "Consecration seed", - "examine": "This consecration seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4207", - "name": "Crystal seed", - "examine": "This crystal seed looks grey and dead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4208", - "name": "Crystal seed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4209", - "name": "Cadarn lineage", - "examine": "A book on Cadarn clan history.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4212", - "name": "New crystal bow", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", + "name": "Garlic", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1550" }, { - "id": "4213", - "name": "New crystal bow", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "20", "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4214", - "name": "Crystal bow full", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4215", - "name": "Crystal bow 9/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4216", - "name": "Crystal bow 8/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4217", - "name": "Crystal bow 7/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4218", - "name": "Crystal bow 6/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4219", - "name": "Crystal bow 5/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4220", - "name": "Crystal bow 4/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4221", - "name": "Crystal bow 3/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4222", - "name": "Crystal bow 2/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4223", - "name": "Crystal bow 1/10", - "examine": "A nice sturdy magical bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "1352,1352,1352,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52", - "defence_anim": "424", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,70}-{16,50}", - "shop_price": "900000", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4224", - "name": "New crystal shield", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", + "name": "Garlic", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "1551" }, { - "id": "4225", - "name": "Crystal shield full", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", + "examine": "Sardine flavoured with doogle leaves.", "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4226", - "name": "Crystal shield 9/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4227", - "name": "Crystal shield 8/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4228", - "name": "Crystal shield 7/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4229", - "name": "Crystal shield 6/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4230", - "name": "Crystal shield 5/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4231", - "name": "Crystal shield 4/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4232", - "name": "Crystal shield 3/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4233", - "name": "Crystal shield 2/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4234", - "name": "Crystal shield 1/10", - "examine": "A nice sturdy crystal shield.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,70}-{16,50}", - "shop_price": "750000", - "weight": "2" - }, - { - "id": "4235", - "name": "New crystal shield", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4236", - "name": "Signed oak bow", - "examine": "This bow has been signed by Robin, Master Bowman.", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "2588", - "requirements": "{4,5}", - "two_handed": "true", - "weapon_interface": "16", - "weight": "2" - }, - { - "id": "4237", - "name": "Nettle-water", - "examine": "It's a bowl of water, with some nettles in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4239", - "name": "Nettle tea", - "examine": "It's a bowl of nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4240", - "name": "Nettle tea", - "examine": "It's a bowl of milky nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "4241", - "name": "Nettles", - "examine": "A handful of nettles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4242", - "name": "Cup of tea", - "examine": "A nice cup of nettle tea.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", + "name": "Doogle sardine", "tradeable": "false", - "weight": "0.1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "1552" }, { - "id": "4243", - "name": "Cup of tea", - "examine": "A milky cup of nettle tea.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1555" }, { - "id": "4244", - "name": "Porcelain cup", - "examine": "A porcelain cup.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4245", - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1556" }, { - "id": "4246", - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1557" }, { - "id": "4247", - "name": "Mystical robes", - "examine": "The Robes of Necrovarus.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "weight": "2.3" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1558" }, { - "id": "4248", - "name": "Book of haricanto", - "examine": "The Book of Haricanto.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "weight": "2" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1559" }, { - "id": "4249", - "name": "Translation manual", - "examine": "A translation manual.", - "archery_ticket_price": "0", + "examine": "This kitten seems to like you.", "durability": null, - "shop_price": "32", - "weight": "1" + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1560" }, { - "id": "4250", - "name": "Ghostspeak amulet", - "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", - "archery_ticket_price": "0", + "examine": "This cat definitely likes you.", "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1561" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1562" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1563" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1564" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1565" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1566" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1567" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1568" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1569" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1570" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1571" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1572" + }, + { + "examine": "A tasty herb good for seasoning.", + "durability": null, + "name": "Doogle leaves", + "archery_ticket_price": "0", + "id": "1573" + }, + { + "examine": "For feline training expertise.", + "durability": null, + "name": "Cat training medal", + "archery_ticket_price": "0", + "id": "1575", "equipment_slot": "2" }, { - "id": "4251", - "name": "Ectophial", - "examine": "The Ectophial.", - "archery_ticket_price": "0", - "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "Candlestick used during Heroes' Quest.", "durability": null, - "tradeable": "false" + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1577" }, { - "id": "4252", - "name": "Ectophial", - "examine": "The Ectophial.", - "archery_ticket_price": "0", - "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", "durability": null, - "tradeable": "false" + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1578" }, { - "id": "4253", - "name": "Model ship", - "examine": "A small wooden ship. / A small wooden ship with a silk flag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4254", - "name": "Model ship", - "examine": "A small wooden ship. / A small wooden ship with a silk flag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4255", - "name": "Bonemeal", - "examine": "A pot of crushed bones.", - "archery_ticket_price": "0", + "examine": "This denotes a Master Thief.", "durability": null, - "weight": "1" + "name": "Thieves' armband", + "archery_ticket_price": "0", + "id": "1579" }, { - "id": "4256", - "name": "Bonemeal", - "examine": "A pot of crushed small ninja monkey bones.", - "archery_ticket_price": "0", + "examine": "These will keep my hands cold!", "durability": null, - "weight": "1" + "name": "Ice gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1580", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0", + "equipment_slot": "9" }, { - "id": "4257", - "name": "Bonemeal", - "examine": "A pot of crushed wolf bones.", - "archery_ticket_price": "0", + "examine": "Yuck.", "durability": null, - "weight": "1" + "name": "Blamish snail slime", + "weight": "1", + "archery_ticket_price": "0", + "id": "1581" }, { - "id": "4258", - "name": "Bonemeal", - "examine": "A pot of crushed burnt bones.", - "archery_ticket_price": "0", + "examine": "Made from the finest snail slime.", "durability": null, - "weight": "1" + "name": "Blamish oil", + "archery_ticket_price": "0", + "id": "1582" }, { - "id": "4259", - "name": "Bonemeal", - "examine": "A pot of crushed burnt jogre bones.", - "archery_ticket_price": "0", + "examine": "Firebird feather.", "durability": null, - "weight": "1" + "name": "Fire feather", + "archery_ticket_price": "0", + "id": "1583" }, { - "id": "4260", - "name": "Bonemeal", - "examine": "A pot of crushed monkey bones.", - "archery_ticket_price": "0", + "examine": "Apparently my name is Hartigen.", "durability": null, - "weight": "1" - }, - { - "id": "4261", - "name": "Bonemeal", - "examine": "A pot of crushed bat bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4262", - "name": "Bonemeal", - "examine": "A pot of crushed big bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4263", - "name": "Bonemeal", - "examine": "A pot of crushed jogre bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4264", - "name": "Bonemeal", - "examine": "A pot of crushed zogre bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4265", - "name": "Bonemeal", - "examine": "A pot of crushed shaikahan bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4266", - "name": "Bonemeal", - "examine": "A pot of crushed baby dragon bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4267", - "name": "Bonemeal", - "examine": "A pot of crushed wyvern bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4268", - "name": "Bonemeal", - "examine": "A pot of crushed dragon bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4269", - "name": "Bonemeal", - "examine": "A pot of crushed [type of bones].", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4270", - "name": "Bonemeal", - "examine": "A pot of crushed medium ninja monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4271", - "name": "Bonemeal", - "examine": "A pot of crushed Dagannoth-king bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4272", - "name": "Bone key", - "examine": "A key fashioned from a shard of bone. (Shilo Village)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "100" - }, - { - "id": "4274", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4275", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4276", - "name": "Map scrap", - "examine": "A section from some kind of map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4277", - "name": "Treasure map", - "examine": "A complete treasure map.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4278", - "name": "Ecto-token", - "examine": "A token with ectoplasm on it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "4283", - "name": "Petition form", - "examine": "A scroll of paper containing signatures.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4284", - "name": "Bedsheet", - "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", + "name": "Id papers", "tradeable": "false", - "weight": "1" - }, - { - "id": "4285", - "name": "Bedsheet", - "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4286", - "name": "Bucket of slime", - "examine": "It's a bucket of ectoplasm.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "4287", - "name": "Raw beef", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "58", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "4288", - "name": "Raw beef", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4289", - "name": "Raw chicken", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "60", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "4290", - "name": "Raw chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4291", - "name": "Cooked chicken", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4292", - "name": "Cooked chicken", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4293", - "name": "Cooked meat", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "4294", - "name": "Cooked meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4295", - "name": "Female h.a.m.", - "examine": "A member of the 'Humans Against Monsters' group.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4297", - "name": "Male h.a.m.", - "examine": "A member of the 'Humans Against Monsters' group.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4298", - "name": "Ham shirt", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4299", - "name": "Ham shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4300", - "name": "Ham robe", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4301", - "name": "Ham robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4302", - "name": "Ham hood", - "examine": "Light-weight head protection and eye shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4303", - "name": "Ham hood", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4304", - "name": "Ham cloak", - "examine": "A HAM cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4305", - "name": "Ham cloak", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4306", - "name": "H.a.m logo", - "examine": "A badge for the HAM cult.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "4307", - "name": "H.a.m logo", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4308", - "name": "Gloves", - "examine": "Gloves worn by the Humans Against Monsters group.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4309", - "name": "Gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4310", - "name": "Boots", - "examine": "Boots worn by the Humans Against Monsters group.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "", - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4311", - "name": "Boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4313", - "name": "Crystal of seren", - "examine": "A book on elven crystal.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4315", - "name": "Team-1 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4316", - "name": "Team-1 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4317", - "name": "Team-2 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4318", - "name": "Team-2 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4319", - "name": "Team-3 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4320", - "name": "Team-3 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4321", - "name": "Team-4 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4322", - "name": "Team-4 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4323", - "name": "Team-5 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4324", - "name": "Team-5 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4325", - "name": "Team-6 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4326", - "name": "Team-6 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4327", - "name": "Team-7 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4328", - "name": "Team-7 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4329", - "name": "Team-8 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4330", - "name": "Team-8 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4331", - "name": "Team-9 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4332", - "name": "Team-9 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4333", - "name": "Team-10 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4334", - "name": "Team-10 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4335", - "name": "Team-11 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4336", - "name": "Team-11 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4337", - "name": "Team-12 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4338", - "name": "Team-12 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4339", - "name": "Team-13 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4340", - "name": "Team-13 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4341", - "name": "Team-14 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4342", - "name": "Team-14 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4343", - "name": "Team-15 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4344", - "name": "Team-15 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4345", - "name": "Team-16 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4346", - "name": "Team-16 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4347", - "name": "Team-17 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4348", - "name": "Team-17 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4349", - "name": "Team-18 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4350", - "name": "Team-18 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4351", - "name": "Team-19 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4352", - "name": "Team-19 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4353", - "name": "Team-20 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4354", - "name": "Team-20 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4355", - "name": "Team-21 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4356", - "name": "Team-21 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4357", - "name": "Team-22 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4358", - "name": "Team-22 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4359", - "name": "Team-23 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4360", - "name": "Team-23 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4361", - "name": "Team-24 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4362", - "name": "Team-24 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4363", - "name": "Team-25 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4364", - "name": "Team-25 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4365", - "name": "Team-26 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4366", - "name": "Team-26 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4367", - "name": "Team-27 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4368", - "name": "Team-27 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4369", - "name": "Team-28 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4370", - "name": "Team-28 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4371", - "name": "Team-29 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4372", - "name": "Team-29 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4373", - "name": "Team-30 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4374", - "name": "Team-30 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4375", - "name": "Team-31 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4376", - "name": "Team-31 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4377", - "name": "Team-32 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4378", - "name": "Team-32 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4379", - "name": "Team-33 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4380", - "name": "Team-33 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4381", - "name": "Team-34 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4382", - "name": "Team-34 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4383", - "name": "Team-35 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4384", - "name": "Team-35 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4385", - "name": "Team-36 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4386", - "name": "Team-36 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4387", - "name": "Team-37 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4388", - "name": "Team-37 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4389", - "name": "Team-38 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4390", - "name": "Team-38 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4391", - "name": "Team-39 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4392", - "name": "Team-39 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4393", - "name": "Team-40 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4394", - "name": "Team-40 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4395", - "name": "Team-41 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4396", - "name": "Team-41 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4397", - "name": "Team-42 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4398", - "name": "Team-42 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4399", - "name": "Team-43 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4400", - "name": "Team-43 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4401", - "name": "Team-44 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4402", - "name": "Team-44 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4403", - "name": "Team-45 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4404", - "name": "Team-45 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4405", - "name": "Team-46 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4406", - "name": "Team-46 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4407", - "name": "Team-47 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4408", - "name": "Team-47 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4409", - "name": "Team-48 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4410", - "name": "Team-48 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4411", - "name": "Team-49 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4412", - "name": "Team-49 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4413", - "name": "Team-50 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4414", - "name": "Team-50 cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4415", - "name": "Blunt axe", - "examine": "A jungle forester's blunt axe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4416", - "name": "Herbal tincture", - "examine": "A strong medicinal brew for heavy chests.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "4417", - "name": "Guthix rest(4)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4418", - "name": "Guthix rest(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4419", - "name": "Guthix rest(3)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4420", - "name": "Guthix rest(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4421", - "name": "Guthix rest(2)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4422", - "name": "Guthix rest(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4423", - "name": "Guthix rest(1)", - "examine": "A cup of Guthix rest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4424", - "name": "Guthix rest(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4425", - "name": "Stodgy mattress", - "examine": "A half-filled feather mattress.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "4426", - "name": "Comfy mattress", - "examine": "A comfy-looking feather mattress.", - "archery_ticket_price": "0", - "durability": null, - "weight": "15" - }, - { - "id": "4427", - "name": "Iron oxide", - "examine": "Looks like a bunch of rust to me.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4428", - "name": "Animate rock scroll", - "examine": "An animate rock spell is written on this parchment.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4430", - "name": "Directionals", - "examine": "The weathervane directions should now work.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4432", - "name": "Ornament", - "examine": "A fixed weathervane ornament.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4434", - "name": "Weathervane pillar", - "examine": "A fixed weathervane rotating pillar.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4435", - "name": "Weather report", - "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4436", - "name": "Airtight pot", - "examine": "This is pretty well sealed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "4437", - "name": "Airtight pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4438", - "name": "Unfired pot lid", - "examine": "This needs firing, then it should fit on a normal-sized pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4439", - "name": "Unfired pot lid", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4440", - "name": "Pot lid", - "examine": "This should fit on a normal-sized pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4441", - "name": "Pot lid", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4442", - "name": "Breathing salts", - "examine": "An airtight pot with something inside, most likely breathing salts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4443", - "name": "Chicken cage", - "examine": "A large cage for transporting chickens.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4444", - "name": "Sharpened axe", - "examine": "A jungle forester's super sharp axe.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4445", - "name": "Red mahogany log", - "examine": "Some mahogany logs which have been professionally cured.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4446", - "name": "Steel key ring", - "examine": "I can store my keys here.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.", - "durability": null, - "shop_price": "500", - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1584" }, { - "id": "4447", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", + "examine": "Useful for catching lava eels.", "durability": null, - "tradeable": "false" + "name": "Oily fishing rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "1585" }, { - "id": "4456", - "name": "Bowl of hot water", - "examine": "It's a bowl of hot water.", - "archery_ticket_price": "0", + "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", "durability": null, - "ge_buy_limit": "100", + "name": "Miscellaneous key", "tradeable": "true", - "weight": "0.9" + "weight": "0.01", + "archery_ticket_price": "0", + "id": "1586" }, { - "id": "4457", - "name": "Bowl of hot water", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4458", - "name": "Cup of water", - "examine": "A cup of water.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4459", - "name": "Cup of water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4460", - "name": "Cup of hot water", - "examine": "It's hot!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4461", - "name": "Cup of hot water", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4462", - "name": "Ruined herb tea", - "examine": "A ruined herb tea.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4463", - "name": "Ruined herb tea", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4464", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4465", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4466", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4467", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4468", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4469", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4470", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4471", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4472", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4473", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4474", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4475", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4476", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4477", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4478", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4479", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4480", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4481", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4482", - "name": "Herb tea mix", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4483", - "name": "Herb tea mix", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4484", - "name": "Safety guarantee", - "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "4485", - "name": "White pearl", - "examine": "This fruit is known as White Pearl. Should taste good.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4486", - "name": "White pearl seed", - "examine": "You can grow this seed even in cold mountain ranges!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4487", - "name": "Half a rock", - "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4488", - "name": "Corpse of woman", - "examine": "The corpse of a woman who died long ago.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4489", - "name": "Asleif's necklace", - "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4490", - "name": "Mud", - "examine": "Marginally better than egg on your face.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4492", - "name": "Muddy rock", - "examine": "A muddy rock.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4494", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4495", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4496", - "name": "Broken pole", - "examine": "Splintered into pieces, it has become completely useless to you.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4498", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "18", + "name": "Miscellaneous key", "tradeable": "true", - "weight": "1.3" - }, - { - "id": "4499", - "name": "Rope", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4500", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4501", - "name": "Pole", - "examine": "It's just a long stick, really.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "4502", - "name": "Bearhead", - "examine": "Quite ferocious looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "3000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "4503", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", - "castle_wars_ticket_price": "50", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4504", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", - "castle_wars_ticket_price": "80", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}" - }, - { - "id": "4505", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", - "castle_wars_ticket_price": "60", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}" - }, - { - "id": "4506", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", - "castle_wars_ticket_price": "40", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4507", - "name": "Decorative shield", - "examine": "A very decorative shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", - "castle_wars_ticket_price": "60", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,20}", - "shop_price": "60" - }, - { - "id": "4508", - "name": "Decorative sword", - "examine": "A very decorative sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "castle_wars_ticket_price": "500", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "50", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "4509", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", - "castle_wars_ticket_price": "800", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,30}" - }, - { - "id": "4510", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", - "castle_wars_ticket_price": "600", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,30}" - }, - { - "id": "4511", - "name": "Decorative helm", - "examine": "A very decorative helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", - "castle_wars_ticket_price": "400", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,30}", - "shop_price": "40", - "weight": "1" - }, - { - "id": "4512", - "name": "Decorative shield", - "examine": "A very decorative shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "castle_wars_ticket_price": "600", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,30}", - "shop_price": "60" - }, - { - "id": "4513", - "name": "Castlewars hood", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "4514", - "name": "Castlewars cloak", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "4515", - "name": "Castlewars hood", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "4516", - "name": "Castlewars cloak", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "castle_wars_ticket_price": "10", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "4517", - "name": "Giant frog legs", - "examine": "This could feed a family of gnomes for a week!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4518", - "name": "Giant frog legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4522", - "name": "Oil lamp", - "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{12,11}", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4523", - "name": "Oil lamp", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4524", - "name": "Oil lamp", - "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4525", - "name": "Oil lamp", - "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{12,11}", - "shop_price": "10", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "4526", - "name": "Oil lamp", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4527", - "name": "Candle lantern", - "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4528", - "name": "Candle lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4529", - "name": "Candle lantern", - "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4530", - "name": "Candle lantern", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4531", - "name": "Candle lantern", - "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4532", - "name": "Candle lantern", - "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,11}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4533", - "name": "Candle lantern", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4534", - "name": "Candle lantern", - "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4535", - "name": "Oil lantern", - "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,26}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4536", - "name": "Oil lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1587" }, { - "id": "4537", - "name": "Oil lantern", - "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", - "archery_ticket_price": "0", + "examine": "The key I got from Grip. (Heroes' Quest)", "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,26}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4538", - "name": "Oil lantern", + "name": "Grips' key ring", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1588" }, { - "id": "4539", - "name": "Oil lantern", - "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4540", - "name": "Oil lantern frame", - "examine": "Add the glass to complete.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "43", - "tradeable": "true" - }, - { - "id": "4541", - "name": "Oil lantern frame", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4542", - "name": "Lantern lens", - "examine": "A roughly circular disc of glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "88", - "tradeable": "true" - }, - { - "id": "4543", - "name": "Lantern lens", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4544", - "name": "Bullseye lantern", - "examine": "You need to add a lens before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4545", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4546", - "name": "Bullseye lantern", - "examine": "You need to add lamp oil before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,49}", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4547", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4548", - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,49}", - "shop_price": "400", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4549", - "name": "Bullseye lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4550", - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern casting a bright beam.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "400", - "tradeable": "false", - "weight": "1" - }, - { - "id": "4551", - "name": "Spiny helmet", - "examine": "You don't want to wear it inside-out.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "650", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "4552", - "name": "Spiny helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4558", - "name": "Blue sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4559", - "name": "Deep blue sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4560", - "name": "White sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4561", - "name": "Purple sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "4562", - "name": "Red sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4563", - "name": "Green sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4564", - "name": "Pink sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4565", - "name": "Basket of eggs", - "examine": "Hand them out to spread the Easter happiness.", - "archery_ticket_price": "0", - "bankable": "true", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "fun_weapon": "true", - "render_anim": "594", - "run_anim": "1836", - "stand_anim": "1837", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1836", - "weapon_interface": "12" - }, - { - "id": "4566", - "name": "Rubber chicken", - "examine": "Perhaps not the most powerful weapon in 2009Scape.", - "archery_ticket_price": "0", - "attack_anims": "1833,1833,1833,1833", - "attack_audios": "2257,2257,2257", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "defence_anim": "1834", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "3", - "fun_weapon": "true", - "weapon_interface": "12", - "weight": "0.4" - }, - { - "id": "4567", - "name": "Gold helmet", - "examine": "Made of gold and white gold.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "31.7" - }, - { - "id": "4568", - "name": "Dwarven lore", - "examine": "This book is almost falling apart, you'll have to handle it quite carefully.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4569", - "name": "Book page 1", - "examine": "A missing page from Rolad's book! It seems to be the first one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4570", - "name": "Book page 2", - "examine": "A missing page from Rolad's book! It seems to be the second one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4571", - "name": "Book page 3", - "examine": "A missing page from Rolad's book! It seems to be the third one.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4572", - "name": "Pages", - "examine": "A collection of missing pages from Rolad's book!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4573", - "name": "Pages", - "examine": "A collection of missing pages from Rolad's book!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4574", - "name": "Base schematics", - "examine": "These are the base schematics of a dwarven multicannon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4580", - "name": "Black spear", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4581", - "name": "Black spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4582", - "name": "Black spear(p)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4583", - "name": "Black spear(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4584", - "name": "Black spear(kp)", - "examine": "A Karambwan poisoned black tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4585", - "name": "Dragon plateskirt", - "examine": "This looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4586", - "name": "Dragon plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4587", - "name": "Dragon scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "1", - "requirements": "{0,60}", - "run_anim": "824", - "shop_price": "100000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "4588", - "name": "Dragon scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4589", - "name": "Keys", - "examine": "Keys to the Mayor's house. (The Feud)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4590", - "name": "Jewels", - "examine": "The Mayor of Pollnivneach's wife's jewels.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4591", - "name": "Karidian headpiece", - "examine": "Wear it on your head.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "4593", - "name": "Fake beard", - "examine": "Makes me itch.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "1", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4597", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", + "examine": "I wonder what this unlocks. (Heroes' Quest)", "durability": null, - "shop_price": "160", - "tradeable": "true" + "name": "Dusty key", + "archery_ticket_price": "0", + "id": "1590" }, { - "id": "4598", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", + "examine": "Key to a cell. (Heroes' Quest)", "durability": null, - "shop_price": "160", - "tradeable": "true" + "name": "Jail key", + "archery_ticket_price": "0", + "id": "1591" }, { - "id": "4599", - "name": "Oak-blackjack", - "examine": "A handy little club made out of oak.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "4600", - "name": "Willow-blackjack", - "examine": "A handy little club made out of willow.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "4601", - "name": "Ugthanki dung", - "examine": "Dung of the Camelus Horribleus variety.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "4602", - "name": "Ugthanki dung", - "examine": "Dung of the Camelus Horribleus variety.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "4603", - "name": "Receipt", - "examine": "A receipt for one 'Camelus Horribleus", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2" - }, - { - "id": "4604", - "name": "Hag's poison", - "examine": "A red viscous liquid in a vial.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "4605", - "name": "Snake charm", - "examine": "Makes a hissing sound.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "0.1" - }, - { - "id": "4606", - "name": "Snake basket", - "examine": "This is used to hold snakes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4607", - "name": "Snake basket full", - "examine": "This basket contains a snake.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4608", - "name": "Super kebab", - "examine": "A meaty and very hot kebab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold rings.", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", "tradeable": "true", - "weight": "0.2" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1592" }, { - "id": "4609", - "name": "Super kebab", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "316", "durability": null, + "name": "Ring mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1593" + }, + { + "examine": "Used to make unholy symbols.", + "durability": null, + "name": "Unholy mould", + "archery_ticket_price": "0", + "id": "1594" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold amulets.", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1596" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold necklaces.", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1598" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make holy symbols of Saradomin.", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1600" + }, + { + "ge_buy_limit": "500", + "examine": "This looks valuable.", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1601" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1602" + }, + { + "shop_price": "400", "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4610", - "name": "Red hot sauce", - "examine": "The bottle feels warm.", - "archery_ticket_price": "0", + "examine": "This looks valuable.", + "grand_exchange_price": "1598", "durability": null, - "weight": "0.1" + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1603" }, { - "id": "4611", - "name": "Desert disguise", - "examine": "A disguise suitable for the desert.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "1598", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true" + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1604" }, { - "id": "4612", - "name": "Willow-blackjack", - "archery_ticket_price": "0", + "shop_price": "350", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "853", "durability": null, - "tradeable": "true" + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1605" }, { - "id": "4613", - "name": "Spinning plate", - "examine": "It has a picture of a dragon on it.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "853", "durability": null, - "shop_price": "75" + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1606" }, { - "id": "4614", - "name": "Broken plate", - "examine": "Alas...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4616", - "name": "Varmen's notes", - "examine": "An archaeologist's notes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4617", - "name": "Display cabinet key", - "examine": "The museum curator's key (The Golem).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4619", - "name": "Strange implement", - "examine": "It's pretty, but you wish you knew what it was.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4620", - "name": "Black mushroom", - "examine": "It looks horrible.", - "archery_ticket_price": "0", + "shop_price": "175", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "520", "durability": null, - "weight": "1" + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1607" }, { - "id": "4621", - "name": "Phoenix feather", - "examine": "A long feather patterned like a flame.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4622", - "name": "Black mushroom ink", - "examine": "Black ink made out of mushrooms.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "520", "durability": null, - "weight": "1" + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1608" }, { - "id": "4623", - "name": "Phoenix quill pen", - "examine": "A phoenix feather dipped in ink.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4624", - "name": "Golem program", - "examine": "It reads 'YOUR TASK IS DONE'.", - "archery_ticket_price": "0", - "destroy": "true", + "ge_buy_limit": "1000", + "shop_price": "100", + "examine": "A semi precious stone.", + "grand_exchange_price": "44", "durability": null, - "tradeable": "false" + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1609" }, { - "id": "4627", - "name": "Bandit's brew", - "examine": "A cheeky little lager from the Bandit Camp.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "41", "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1610" + }, + { + "ge_buy_limit": "1000", + "shop_price": "150", + "grand_exchange_price": "84", + "examine": "A semi precious stone.", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1611" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1612" + }, + { + "ge_buy_limit": "1000", + "shop_price": "200", + "examine": "A semi precious stone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1613" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1614" + }, + { + "shop_price": "75000", "ge_buy_limit": "100", - "shop_price": "650", - "tradeable": "true" + "examine": "This looks valuable.", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1615" }, { - "id": "4628", - "name": "Bandit's brew", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4654", - "name": "Etchings", - "examine": "A copy of the engravings found on a mysterious stone tablet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4655", - "name": "Translation", - "examine": "A rough translation made from archaeological etchings.", - "archery_ticket_price": "0", + "grand_exchange_price": "27400", "durability": null, - "weight": "1" + "name": "Dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1616" }, { - "id": "4656", - "name": "Warm key", - "examine": "This key is unusally warm to the touch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4657", - "name": "Ring of visibility", - "examine": "A ring that allows you to see things that are normally invisible.", - "archery_ticket_price": "0", + "ge_buy_limit": "500", + "examine": "An uncut diamond.", + "grand_exchange_price": "2160", + "tokkul_price": "300", "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1617" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20000", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1618" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut ruby.", + "grand_exchange_price": "1140", + "tokkul_price": "150", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1619" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4970", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1620" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "An uncut emerald.", + "grand_exchange_price": "580", + "tokkul_price": "75", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1621" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2621", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1622" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "An uncut sapphire.", + "grand_exchange_price": "420", + "tokkul_price": "37", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1623" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1851", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1624" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut opal.", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1625" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1626" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut jade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1627" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1628" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut red topaz.", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1629" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1630" + }, + { + "shop_price": "75000", + "ge_buy_limit": "100", + "examine": "An uncut dragonstone.", + "grand_exchange_price": "31700", + "tokkul_price": "1500", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1631" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31700", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1632" + }, + { + "examine": "This gem is crushed and broken.", + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1633" + }, + { + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1634" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "id": "1635", "equipment_slot": "12" }, { - "id": "4658", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4659", - "name": "Blessed pot", - "examine": "A silver pot made by Ruantun and blessed on Entrana.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4660", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with your blood.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4661", - "name": "Blessed pot", - "examine": "A blessed silver pot made by Ruantun filled with your blood.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4662", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and garlic.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4663", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and garlic.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4664", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and spices.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4665", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and spices.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4666", - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4667", - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood, garlic and spices.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4668", - "name": "Garlic powder", - "examine": "Finely ground garlic powder.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4670", - "name": "Blood diamond", - "examine": "The Diamond of Blood.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4671", - "name": "Ice diamond", - "examine": "The Diamond of Ice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4672", - "name": "Smoke diamond", - "examine": "The Diamond of Smoke.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4673", - "name": "Shadow diamond", - "examine": "The Diamond of Shadow.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4674", - "name": "Gilded cross", - "examine": "An old and strangely shaped metal cross.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4675", - "name": "Ancient staff", - "examine": "A magical staff of ancient origin...", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "4", - "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,50}-{6,50}", - "run_anim": "1210", - "shop_price": "80000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.25" - }, - { - "id": "4676", - "name": "Ancient staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4677", - "name": "Catspeak amulet", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "1.3" - }, - { - "id": "4678", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4679", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4680", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4681", - "name": "Canopic jar", - "examine": "Varies. See Types", - "archery_ticket_price": "0", - "durability": null, - "weight": "4" - }, - { - "id": "4682", - "name": "Holy symbol", - "examine": "A blessed holy symbol of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "4683", - "name": "Unholy symbol", - "examine": "An unholy symbol of Zamorak.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0", - "durability": null, - "shop_price": "135", - "tradeable": "true" - }, - { - "id": "4684", - "name": "Linen", - "examine": "One sheet of mummy wrap.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "weight": "0.9" - }, - { - "id": "4686", - "name": "Embalming manual", - "examine": "Little book of embalming by Bod E. Wrapper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4687", - "name": "Bucket of sap", - "examine": "It's a bucket of sap.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "4689", - "name": "Pile of salt", - "examine": "A little heap of salt.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4691", - "name": "Sphinx's token", - "examine": "Miniature golden statue of a sphinx.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4692", - "name": "Gold leaf", - "examine": "A very delicate sheet of gold.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "130000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4693", - "name": "Full bucket", - "examine": "It's a bucket of salty water.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4694", - "name": "Steam rune", - "examine": "A combined Water and Fire Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4695", - "name": "Mist rune", - "examine": "A combined air and water rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4696", - "name": "Dust rune", - "examine": "A combined Air and Earth Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4697", - "name": "Smoke rune", - "examine": "A combined Air and Fire Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4698", - "name": "Mud rune", - "examine": "A combined Earth and Water rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4699", - "name": "Lava rune", - "examine": "A combined earth and fire rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "11151", - "tradeable": "true" - }, - { - "id": "4700", - "name": "Sapphire lantern", - "examine": "You need to add lamp oil before you can use it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4701", - "name": "Sapphire lantern", - "examine": "A bullseye lantern with a sapphire for a lens.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4702", - "name": "Sapphire lantern", - "examine": "A lantern casting a bright blue beam.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "4703", - "name": "Magic stone", - "examine": "Doesn't look very special.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false", - "weight": "2.267" - }, - { - "id": "4704", - "name": "Stone bowl", - "examine": "A magic stone bowl for catching the tears of Guthix.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "1", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weight": "1.8" - }, - { - "id": "4707", - "name": "Crumbling tome", - "examine": "This book must be really old!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4708", - "name": "Ahrim's hood", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4709", - "name": "Ahrim's hood", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4710", - "name": "Ahrim's staff", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4711", - "name": "Ahrim's staff", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4712", - "name": "Ahrim's robetop", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4713", - "name": "Ahrim's robetop", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4714", - "name": "Ahrim's robeskirt", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "4715", - "name": "Ahrim's robeskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4716", - "name": "Dharok's helm", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": "1", - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4717", - "name": "Dharok's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4718", - "name": "Dharok's greataxe", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4719", - "name": "Dharok's greataxe", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4720", - "name": "Dharok's platebody", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "4721", - "name": "Dharok's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4722", - "name": "Dharok's platelegs", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "4723", - "name": "Dharok's platelegs", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4724", - "name": "Guthan's helm", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4725", - "name": "Guthan's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4726", - "name": "Guthan's warspear", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4727", - "name": "Guthan's warspear", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4728", - "name": "Guthan's platebody", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4729", - "name": "Guthan's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4730", - "name": "Guthan's chainskirt", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4731", - "name": "Guthan's chainskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4732", - "name": "Karil's coif", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "1", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true" - }, - { - "id": "4733", - "name": "Karil's coif", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4734", - "name": "Karil's crossbow", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1", - "rare_item": "true", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4735", - "name": "Karil's crossbow", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4736", - "name": "Karil's leathertop", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10000", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "4737", - "name": "Karil's leathertop", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4738", - "name": "Karil's leatherskirt", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "ge_buy_limit": "10000", - "rare_item": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4739", - "name": "Karil's leatherskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4740", - "name": "Bolt rack", - "examine": "Must need a special type of crossbow to use this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,70}", - "shop_price": "420", - "tradeable": "true" - }, - { - "id": "4745", - "name": "Torag's helm", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4746", - "name": "Torag's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4747", - "name": "Torag's hammers", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "rare_item": "true", - "requirements": "{0,70}-{2,70}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4748", - "name": "Torag's hammers", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4749", - "name": "Torag's platebody", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4750", - "name": "Torag's platebody", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4751", - "name": "Torag's platelegs", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4752", - "name": "Torag's platelegs", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4753", - "name": "Verac's helm", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4754", - "name": "Verac's helm", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4755", - "name": "Verac's flail", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4756", - "name": "Verac's flail", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4757", - "name": "Verac's brassard", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4758", - "name": "Verac's brassard", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4759", - "name": "Verac's plateskirt", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4760", - "name": "Verac's plateskirt", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4773", - "name": "Bronze brutal", - "examine": "Blunt bronze arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4778", - "name": "Iron brutal", - "examine": "Blunt iron arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4783", - "name": "Steel brutal", - "examine": "Blunt steel arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4788", - "name": "Black brutal", - "examine": "Blunt black arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4793", - "name": "Mithril brutal", - "examine": "Blunt mithril arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "4798", - "name": "Adamant brutal", - "examine": "Blunt adamant arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true" - }, - { - "id": "4803", - "name": "Rune brutal", - "examine": "Blunt rune arrow...ouch", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "shop_price": "180", - "tradeable": "true" - }, - { - "id": "4808", - "name": "Black prism", - "examine": "A very black prism.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4809", - "name": "Torn page", - "examine": "A half torn necromantic page.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4810", - "name": "Ruined backpack", - "examine": "It's about to fall apart.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "4811", - "name": "Dragon inn tankard", - "examine": "A white ceramic mug with a dragon insignia.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4812", - "name": "Zogre bones", - "examine": "A pile of Zombie Ogre bones.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4813", - "name": "Zogre bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4814", - "name": "Sithik portrait", - "examine": "A classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4815", - "name": "Sithik portrait", - "examine": "A classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4816", - "name": "Signed portrait", - "examine": "A signed classic realist charcoal portrait of Sithik.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4817", - "name": "Book of portraiture", - "examine": "A book explaining the art of portraiture.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "1" - }, - { - "id": "4818", - "name": "Ogre artefact", - "examine": "An ancient ogre artefact-resembling a large heavy helm.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4819", - "name": "Bronze nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "4820", - "name": "Iron nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "33", - "tradeable": "true" - }, - { - "id": "4821", - "name": "Black nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4822", - "name": "Mithril nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4823", - "name": "Adamantite nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4824", - "name": "Rune nails", - "examine": "Keeps things in place fairly permanently.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4825", - "name": "Unstrung comp bow", - "examine": "An unstrung composite ogre bow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4826", - "name": "Unstrung comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4827", - "name": "Comp ogre bow", - "examine": "A composite ogre bow.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "180", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "4828", - "name": "Comp ogre bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4829", - "name": "Book of 'h.a.m", - "examine": "A book of H.A.M. affiliation", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "4830", - "name": "Fayrg bones", - "examine": "Ancient ogre bones from the ogre burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4831", - "name": "Fayrg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4832", - "name": "Raurg bones", - "examine": "Ancient ogre bones from the ogre burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4833", - "name": "Raurg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4834", - "name": "Ourg bones", - "examine": "Ancient ogre bones from the burial tomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "4835", - "name": "Ourg bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "4836", - "name": "Strange potion", - "examine": "Some strange liquid given to you by Zavistic Rarve.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4837", - "name": "Necromancy book", - "examine": "A book of necromantic spells.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "4838", - "name": "Cup of tea", - "examine": "A nice cup of tea.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "4839", - "name": "Ogre gate key", - "examine": "A key to some sort of special tomb area.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "4840", - "name": "Rogue's purse potion(unf)", - "examine": "I need another ingredient to finish this rogue's purse potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4841", - "name": "Rogue's purse potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4842", - "name": "Relicym's balm(4)", - "examine": "4 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4843", - "name": "Relicym's balm(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4844", - "name": "Relicym's balm(3)", - "examine": "3 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4845", - "name": "Relicym's balm(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4846", - "name": "Relicym's balm(2)", - "examine": "2 doses of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4847", - "name": "Relicym's balm(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4848", - "name": "Relicym's balm(1)", - "examine": "1 dose of Relicym's balm, which helps cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "4849", - "name": "Relicym's balm(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "4850", - "name": "Ogre coffin key", - "examine": "A key which opens a coffin!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4851", - "name": "Ogre coffin key", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "4852", - "name": "Bonemeal", - "examine": "A pot of crushed fayrg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4853", - "name": "Bonemeal", - "examine": "A pot of crushed raurg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4854", - "name": "Bonemeal", - "examine": "A pot of crushed ourg bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4855", - "name": "Bonemeal", - "examine": "A pot of crushed gorilla monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "4856", - "name": "Ahrim's hood 100", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4857", - "name": "Ahrim's hood 75", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4858", - "name": "Ahrim's hood 50", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4859", - "name": "Ahrim's hood 25", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "weight": "0.9" - }, - { - "id": "4860", - "name": "Ahrim's hood 0", - "examine": "Ahrim the Blighted's leather hood.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "4861", - "name": "Ahrim's hood 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4862", - "name": "Ahrim's staff 100", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4863", - "name": "Ahrim's staff 75", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4864", - "name": "Ahrim's staff 50", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4865", - "name": "Ahrim's staff 25", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4866", - "name": "Ahrim's staff 0", - "examine": "Ahrim the Blighted's quarterstaff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,70}-{6,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "4867", - "name": "Ahrim's staff 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4868", - "name": "Ahrim's top 100", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4869", - "name": "Ahrim's top 75", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4870", - "name": "Ahrim's top 50", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4871", - "name": "Ahrim's top 25", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "weight": "5" - }, - { - "id": "4872", - "name": "Ahrim's top 0", - "examine": "Ahrim the Blighted's armoured robe top.", - "absorb": "10,5,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4873", - "name": "Ahrim's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4874", - "name": "Ahrim's skirt 100", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4875", - "name": "Ahrim's skirt 75", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4876", - "name": "Ahrim's skirt 50", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4877", - "name": "Ahrim's skirt 25", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,70}-{6,70}", - "weight": "12" - }, - { - "id": "4878", - "name": "Ahrim's skirt 0", - "examine": "Ahrim the Blighted's armoured robe skirt.", - "absorb": "7,3,0", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}-{6,70}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "4879", - "name": "Ahrim's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4880", - "name": "Dharok's helm 100", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4881", - "name": "Dharok's helm 75", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4882", - "name": "Dharok's helm 50", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4883", - "name": "Dharok's helm 25", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4884", - "name": "Dharok's helm 0", - "examine": "Dharok the Wretched's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4885", - "name": "Dharok's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4886", - "name": "Dharok's axe 100", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4887", - "name": "Dharok's axe 75", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4888", - "name": "Dharok's axe 50", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4889", - "name": "Dharok's axe 25", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_anims": "2067,2067,2066,2067", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4890", - "name": "Dharok's axe 0", - "examine": "Dharok the Wretched's greataxe.", - "archery_ticket_price": "0", - "attack_audios": "1320,0,0,0", - "attack_speed": "7", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "134", - "requirements": "{0,70}-{2,70}", - "run_anim": "824", - "stand_anim": "2065", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2064", - "turn90ccw_anim": "2064", - "turn90cw_anim": "2064", - "two_handed": "true", - "walk_anim": "2064", - "weapon_interface": "2", - "weight": "13" - }, - { - "id": "4891", - "name": "Dharok's axe 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4892", - "name": "Dharok's body 100", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4893", - "name": "Dharok's body 75", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4894", - "name": "Dharok's body 50", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4895", - "name": "Dharok's body 25", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9.9" - }, - { - "id": "4896", - "name": "Dharok's body 0", - "examine": "Dharok the Wretched's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "4897", - "name": "Dharok's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4898", - "name": "Dharok's legs 100", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4899", - "name": "Dharok's legs 75", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4900", - "name": "Dharok's legs 50", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4901", - "name": "Dharok's legs 25", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "10" - }, - { - "id": "4902", - "name": "Dharok's legs 0", - "examine": "Dharok the Wretched's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2243", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "4903", - "name": "Dharok's legs 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4904", - "name": "Guthan's helm 100", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4905", - "name": "Guthan's helm 75", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4906", - "name": "Guthan's helm 50", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4907", - "name": "Guthan's helm 25", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "2" - }, - { - "id": "4908", - "name": "Guthan's helm 0", - "examine": "Guthan the Infested's helm", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4909", - "name": "Guthan's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4910", - "name": "Guthan's spear 100", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4911", - "name": "Guthan's spear 75", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4912", - "name": "Guthan's spear 50", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4913", - "name": "Guthan's spear 25", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4914", - "name": "Guthan's spear 0", - "examine": "Guthan the Infested's warspear.", - "archery_ticket_price": "0", - "attack_audios": "1316,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "4915", - "name": "Guthan's spear 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4916", - "name": "Guthan's body 100", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4917", - "name": "Guthan's body 75", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4918", - "name": "Guthan's body 50", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4919", - "name": "Guthan's body 25", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4920", - "name": "Guthan's body 0", - "examine": "Guthan the Infested's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4921", - "name": "Guthan's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4922", - "name": "Guthan's skirt 100", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4923", - "name": "Guthan's skirt 75", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4924", - "name": "Guthan's skirt 50", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4925", - "name": "Guthan's skirt 25", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "8" - }, - { - "id": "4926", - "name": "Guthan's skirt 0", - "examine": "Guthan the Infested's chainskirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "4927", - "name": "Guthan's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4928", - "name": "Karil's coif 100", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4929", - "name": "Karil's coif 75", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4930", - "name": "Karil's coif 50", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4931", - "name": "Karil's coif 25", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}" - }, - { - "id": "4932", - "name": "Karil's coif 0", - "examine": "Karil the Tainted's coif.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "1", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true" - }, - { - "id": "4933", - "name": "Karil's coif 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4934", - "name": "Karil's x-bow 100", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4935", - "name": "Karil's x-bow 75", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4936", - "name": "Karil's x-bow 50", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4937", - "name": "Karil's x-bow 25", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_anims": "2075,2075,2075,2075", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4938", - "name": "Karil's x-bow 0", - "examine": "Karil the Tainted's repeating crossbow.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "372", - "requirements": "{4,70}", - "run_anim": "2077", - "stand_anim": "2074", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2076", - "turn90ccw_anim": "2076", - "turn90cw_anim": "2076", - "two_handed": "true", - "walk_anim": "2076", - "weapon_interface": "17", - "weight": "2" - }, - { - "id": "4939", - "name": "Karil's x-bow 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "", - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4940", - "name": "Karil's top 100", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4941", - "name": "Karil's top 75", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4942", - "name": "Karil's top 50", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4943", - "name": "Karil's top 25", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "weight": "6" - }, - { - "id": "4944", - "name": "Karil's top 0", - "examine": "Karil the Tainted's leather body armour.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "1", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "4945", - "name": "Karil's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4946", - "name": "Karil's skirt 100", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4947", - "name": "Karil's skirt 75", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4948", - "name": "Karil's skirt 50", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4949", - "name": "Karil's skirt 25", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "requirements": "{1,70}-{4,70}", - "weight": "2" - }, - { - "id": "4950", - "name": "Karil's skirt 0", - "examine": "Karil the Tainted's leather skirt.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "7", - "ge_buy_limit": "1", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "4951", - "name": "Karil's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "4952", - "name": "Torag's helm 100", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4953", - "name": "Torag's helm 75", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4954", - "name": "Torag's helm 50", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4955", - "name": "Torag's helm 25", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4956", - "name": "Torag's helm 0", - "examine": "Torag the Corrupted's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4957", - "name": "Torag's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4958", - "name": "Torag's hammer 100", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4959", - "name": "Torag's hammer 75", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4960", - "name": "Torag's hammer 50", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4961", - "name": "Torag's hammer 25", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_anims": "2068,2068,2068,2068", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,70}-{2,70}", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4962", - "name": "Torag's hammer 0", - "examine": "Torag the Corrupted's twin hammers.", - "archery_ticket_price": "0", - "attack_audios": "1332,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,70}-{2,70}", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "10", - "weight": "3" - }, - { - "id": "4963", - "name": "Torag's hammer 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4964", - "name": "Torag's body 100", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4965", - "name": "Torag's body 75", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4966", - "name": "Torag's body 50", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4967", - "name": "Torag's body 25", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4968", - "name": "Torag's body 0", - "examine": "Torag the Corrupted's platebody armour.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4969", - "name": "Torag's body 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4970", - "name": "Torag's legs 100", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4971", - "name": "Torag's legs 75", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4972", - "name": "Torag's legs 50", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4973", - "name": "Torag's legs 25", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "9" - }, - { - "id": "4974", - "name": "Torag's legs 0", - "examine": "Torag the Corrupted's plate leg armour.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "4975", - "name": "Torag's legs 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4976", - "name": "Verac's helm 100", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4977", - "name": "Verac's helm 75", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4978", - "name": "Verac's helm 50", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4979", - "name": "Verac's helm 25", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "weight": "1" - }, - { - "id": "4980", - "name": "Verac's helm 0", - "examine": "Verac the Defiled's helm.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "4981", - "name": "Verac's helm 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4982", - "name": "Verac's flail 100", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4983", - "name": "Verac's flail 75", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4984", - "name": "Verac's flail 50", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4985", - "name": "Verac's flail 25", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_anims": "2062,2062,2062,2062", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4986", - "name": "Verac's flail 0", - "examine": "Verac the Defiled's flail.", - "archery_ticket_price": "0", - "attack_audios": "1323,0,0,0", - "attack_speed": "5", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{0,70}", - "run_anim": "1831", - "stand_anim": "1832", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "2060", - "turn90ccw_anim": "2060", - "turn90cw_anim": "2060", - "two_handed": "true", - "walk_anim": "1830", - "weapon_interface": "8", - "weight": "2" - }, - { - "id": "4987", - "name": "Verac's flail 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4988", - "name": "Verac's top 100", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4989", - "name": "Verac's top 75", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4990", - "name": "Verac's top 50", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4991", - "name": "Verac's top 25", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4992", - "name": "Verac's top 0", - "examine": "Verac the Defiled's brassard.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4993", - "name": "Verac's top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "4994", - "name": "Verac's skirt 100", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4995", - "name": "Verac's skirt 75", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4996", - "name": "Verac's skirt 50", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4997", - "name": "Verac's skirt 25", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,70}", - "weight": "5" - }, - { - "id": "4998", - "name": "Verac's skirt 0", - "examine": "Verac the Defiled's plate skirt.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "4999", - "name": "Verac's skirt 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5001", - "name": "Raw cave eel", - "examine": "It's incredibly slimy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5003", - "name": "Cave eel", - "examine": "It's a bit slimy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5004", - "name": "Frog spawn", - "examine": "That's disgusting!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5005", - "name": "Raw cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5006", - "name": "Burnt cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5007", - "name": "Cave eel", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5009", - "name": "Goblin symbol book", - "examine": "A book about the ancient goblin tribes.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5011", - "name": "Silverware", - "examine": "You found the Lumbridge silverware in the HAM cave.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5012", - "name": "Peace treaty", - "examine": "A peace treaty between Lumbridge and the Cave Goblins.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5013", - "name": "Mining helmet", - "examine": "A helmet with a lamp on it.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "900", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5014", - "name": "Mining helmet", - "examine": "A helmet with an unlit lamp on it.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{11,65}", - "shop_price": "900", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5015", - "name": "Mining helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5016", - "name": "Bone spear", - "examine": "Basic but brutal!", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "600", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.3" - }, - { - "id": "5017", - "name": "Bone spear", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5018", - "name": "Bone club", - "examine": "Basic but brutal!", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "6", - "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.9" - }, - { - "id": "5019", - "name": "Bone club", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5020", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5021", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5022", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5023", - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "150", - "weight": "0.1" - }, - { - "id": "5024", - "name": "Woven top", - "examine": "Far too small to wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5025", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5026", - "name": "Woven top", - "examine": "Yellow top, too small for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5027", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5028", - "name": "Woven top", - "examine": "Blue top, very tiny.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "812", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5029", - "name": "Woven top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5030", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5031", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5032", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5033", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5034", - "name": "Shirt", - "examine": "Tiny!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5035", - "name": "Shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5036", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5037", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5038", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5039", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5040", - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5041", - "name": "Trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5042", - "name": "Shorts", - "examine": "These look great, on dwarves!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5043", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5044", - "name": "Shorts", - "examine": "Yellow shorts. Far too small for you.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5045", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5046", - "name": "Shorts", - "examine": "Blue shorts, these would look great on dwarves!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5047", - "name": "Shorts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5048", - "name": "Skirt", - "examine": "A brown skirt. Size small!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5049", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5050", - "name": "Skirt", - "examine": "A blue skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5051", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5052", - "name": "Skirt", - "examine": "Lilac skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5053", - "name": "Skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5054", - "name": "Dwarf", - "examine": "A short angry guy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5055", - "name": "Dwarf", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5056", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5057", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5058", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5059", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5060", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3" - }, - { - "id": "5061", - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn;", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3" - }, - { - "id": "5062", - "name": "Left boot", - "examine": "One of a pair I assume.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "5063", - "name": "Right boot", - "examine": "A good looking boot, for the right foot. Literally.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "5064", - "name": "Exquisite boots", - "examine": "A lovely pair of boots.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "5065", - "name": "Book on costumes", - "examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5066", - "name": "Meeting notes", - "examine": "These notes are from a meeting of the Keldagrim Consortium.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5067", - "name": "Exquisite clothes", - "examine": "Clothes for the sculptor's model.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5068", - "name": "Master farmer", - "examine": "A master at farming.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5070", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5071", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5072", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5073", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5074", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5075", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5076", - "name": "Bird's egg", - "examine": "A red bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5077", - "name": "Bird's egg", - "examine": "A blue bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5078", - "name": "Bird's egg", - "examine": "A green bird's egg.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "5096", - "name": "Marigold seed", - "examine": "A marigold seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{2,19}", - "shop_price": "84", - "tradeable": "true" - }, - { - "id": "5097", - "name": "Rosemary seed", - "examine": "A rosemary seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{11,19}", - "shop_price": "98", - "tradeable": "true" - }, - { - "id": "5098", - "name": "Nasturtium seed", - "examine": "A nasturtium seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{24,19}", - "shop_price": "14", - "tradeable": "true" - }, - { - "id": "5099", - "name": "Woad seed", - "examine": "A woad seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,25}", - "tradeable": "true" - }, - { - "id": "5100", - "name": "Limpwurt seed", - "examine": "A limpwurt seed - plant in flower patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,26}", - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "5101", - "name": "Redberry seed", - "examine": "A redberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,19}", - "tradeable": "true" - }, - { - "id": "5102", - "name": "Cadavaberry seed", - "examine": "A cadavaberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{22,19}", - "tradeable": "true" - }, - { - "id": "5103", - "name": "Dwellberry seed", - "examine": "A dwellberry seed - Plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,36}", - "tradeable": "true" - }, - { - "id": "5104", - "name": "Jangerberry seed", - "examine": "A jangerberry bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,48}", - "shop_price": "22", - "tradeable": "true" - }, - { - "id": "5105", - "name": "Whiteberry seed", - "examine": "A whiteberry bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,59}", - "tradeable": "true" - }, - { - "id": "5106", - "name": "Poison ivy seed", - "examine": "A poison ivy bush seed - plant in a bush patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,70}", - "tradeable": "true" - }, - { - "id": "5280", - "name": "Cactus seed", - "examine": "A Cactus seed - plant in a cactus patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,55}", - "shop_price": "29", - "tradeable": "true" - }, - { - "id": "5281", - "name": "Belladonna seed", - "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,63}", - "tradeable": "true" - }, - { - "id": "5282", - "name": "Mushroom spore", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,53}" - }, - { - "id": "5283", - "name": "Apple tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,27}", - "tradeable": "true" - }, - { - "id": "5284", - "name": "Banana tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,33}", - "tradeable": "true" - }, - { - "id": "5285", - "name": "Orange tree seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,39}", - "tradeable": "true" - }, - { - "id": "5286", - "name": "Curry tree seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,42}", - "tradeable": "true" - }, - { - "id": "5287", - "name": "Pineapple seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,51}", - "tradeable": "true" - }, - { - "id": "5288", - "name": "Papaya tree seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,57}", - "tradeable": "true" - }, - { - "id": "5289", - "name": "Palm tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,68}", - "shop_price": "35000", - "tradeable": "true" - }, - { - "id": "5290", - "name": "Calquat tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,72}", - "shop_price": "35000", - "tradeable": "true" - }, - { - "id": "5291", - "name": "Guam seed", - "examine": "A guam seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{9,19}", - "tradeable": "true" - }, - { - "id": "5292", - "name": "Marrentill seed", - "examine": "A marrentill seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{14,19}", - "tradeable": "true" - }, - { - "id": "5293", - "name": "Tarromin seed", - "examine": "A tarromin seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,19}", - "tradeable": "true" - }, - { - "id": "5294", - "name": "Harralander seed", - "examine": "A harralander seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,26}", - "tradeable": "true" - }, - { - "id": "5295", - "name": "Ranarr seed", - "examine": "A Ranarr seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,32}", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "5296", - "name": "Toadflax seed", - "examine": "A toadflax seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,38}", - "tradeable": "true" - }, - { - "id": "5297", - "name": "Irit seed", - "examine": "An irit seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,44}", - "tradeable": "true" - }, - { - "id": "5298", - "name": "Avantoe seed", - "examine": "An avantoe seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,50}", - "tradeable": "true" - }, - { - "id": "5299", - "name": "Kwuarm seed", - "examine": "A kwuarm seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,56}", - "tradeable": "true" - }, - { - "id": "5300", - "name": "Snapdragon seed", - "examine": "A snapdragon seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,62}", - "tradeable": "true" - }, - { - "id": "5301", - "name": "Cadantine seed", - "examine": "A cadantine seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,67}", - "tradeable": "true" - }, - { - "id": "5302", - "name": "Lantadyme seed", - "examine": "A lantadyme seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,73}", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5303", - "name": "Dwarf weed seed", - "examine": "A dwarf weed seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,79}", - "tradeable": "true" - }, - { - "id": "5304", - "name": "Torstol seed", - "examine": "A Torstol seed - plant in a herb patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,85}", - "tradeable": "true" - }, - { - "id": "5305", - "name": "Barley seed", - "examine": "A barley seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{3,19}", - "shop_price": "38", - "tradeable": "true" - }, - { - "id": "5306", - "name": "Jute seed", - "examine": "A jute seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{13,19}", - "shop_price": "86", - "tradeable": "true" - }, - { - "id": "5307", - "name": "Hammerstone seed", - "examine": "A hammerstone hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{4,19}", - "shop_price": "52", - "tradeable": "true" - }, - { - "id": "5308", - "name": "Asgarnian seed", - "examine": "An Asgarnian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{8,19}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "5309", - "name": "Yanillian seed", - "examine": "A yanillian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{16,19}", - "shop_price": "210", - "tradeable": "true" - }, - { - "id": "5310", - "name": "Krandorian seed", - "examine": "A krandorian hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,19}", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "5311", - "name": "Wildblood seed", - "examine": "A wildblood hop seed - plant in a hops patch.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,28}", - "shop_price": "14", - "tradeable": "true" - }, - { - "id": "5312", - "name": "Acorn", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{15,19}", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "5313", - "name": "Willow seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,30}", - "tradeable": "true" - }, - { - "id": "5314", - "name": "Maple seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,45}", - "tradeable": "true" - }, - { - "id": "5315", - "name": "Yew seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,60}", - "tradeable": "true" - }, - { - "id": "5316", - "name": "Magic seed", - "examine": "Plant this in a plantpot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,75}", - "tradeable": "true" - }, - { - "id": "5317", - "name": "Spirit seed", - "examine": "Plant this in a plant pot of soil to grow a sapling.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{19,83}", - "shop_price": "55000" - }, - { - "id": "5318", - "name": "Potato seed", - "examine": "A potato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "5319", - "name": "Onion seed", - "examine": "An onion seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{5,19}", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "5320", - "name": "Sweetcorn seed", - "examine": "A sweetcorn seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{20,19}", - "tradeable": "true" - }, - { - "id": "5321", - "name": "Watermelon seed", - "examine": "A watermelon seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{19,47}", - "shop_price": "56", - "tradeable": "true" - }, - { - "id": "5322", - "name": "Tomato seed", - "examine": "A tomato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{12,19}", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "5323", - "name": "Strawberry seed", - "examine": "A strawberry seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{19,31}", - "tradeable": "true" - }, - { - "id": "5324", - "name": "Cabbage seed", - "examine": "A cabbage seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "requirements": "{7,19}", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "5325", - "name": "Gardening trowel", - "examine": "Not suitable for archaeological digs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "12", - "tradeable": "true" - }, - { - "id": "5326", - "name": "Gardening trowel", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5327", - "name": "Spade handle", - "examine": "I need to attach this to its head.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5328", - "name": "Spade head", - "examine": "I need to attach this to its handle.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5329", - "name": "Secateurs", - "examine": "Good for pruning away diseased leaves.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5330", - "name": "Secateurs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5331", - "name": "Watering can", - "examine": "This watering can is empty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "8", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5332", - "name": "Watering can", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5333", - "name": "Watering can(1)", - "examine": " This watering can is almost empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.2" - }, - { - "id": "5334", - "name": "Watering can(2)", - "examine": "This watering can is three-quarters empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.3" - }, - { - "id": "5335", - "name": "Watering can(3)", - "examine": "This watering can is just under half-full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.4" - }, - { - "id": "5336", - "name": "Watering can(4)", - "examine": " Some would say this watering can is half-full, others half-empty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.5" - }, - { - "id": "5337", - "name": "Watering can(5)", - "examine": "This watering can is just over half-full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.6" - }, - { - "id": "5338", - "name": "Watering can(6)", - "examine": " This watering can is three quarters full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.7" - }, - { - "id": "5339", - "name": "Watering can(7)", - "examine": " This watering can is almost completely full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.8" - }, - { - "id": "5340", - "name": "Watering can(8)", - "examine": " This watering can is completely full.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "weight": "0.9" - }, - { - "id": "5341", - "name": "Rake", - "examine": "Use this to clear weeds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "5342", - "name": "Rake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5343", - "name": "Seed dibber", - "examine": "Use this to plant seeds with.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "5344", - "name": "Seed dibber", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5345", - "name": "Gardening boots", - "examine": "A pair of gardening boots.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5346", - "name": "Gardening boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5347", - "name": "Rake handle", - "examine": "I need to reattach this to its head.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "5348", - "name": "Rake head", - "examine": "I need to reattach this to its handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5350", - "name": "Plant pot", - "examine": "An empty plant pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5351", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5352", - "name": "Unfired plant pot", - "examine": "An unfired plant pot.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "9", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5353", - "name": "Unfired plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5354", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5355", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5356", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5357", - "name": "Plant pot", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5358", - "name": "Oak seedling", - "examine": "An acorn has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "200" - }, - { - "id": "5359", - "name": "Willow seedling", - "examine": "A willow tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5360", - "name": "Maple seedling", - "examine": "A maple tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5361", - "name": "Yew seedling", - "examine": "A yew tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5362", - "name": "Magic seedling", - "examine": "A magic tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5363", - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5364", - "name": "Oak seedling", - "examine": "An acorn has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "200" - }, - { - "id": "5365", - "name": "Willow seedling", - "examine": "A willow tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5366", - "name": "Maple seedling", - "examine": "A maple tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5367", - "name": "Yew seedling", - "examine": "A yew tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5368", - "name": "Magic seedling", - "examine": "A magic tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5369", - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5370", - "name": "Oak sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5371", - "name": "Willow sapling", - "examine": "This sapling is ready to be replanted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5372", - "name": "Maple sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5373", - "name": "Yew sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5374", - "name": "Magic sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5375", - "name": "Spirit sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5376", - "name": "Basket", - "examine": "An empty fruit basket.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "5377", - "name": "Basket", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5378", - "name": "Apples(1)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5379", - "name": "Apples(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5380", - "name": "Apples(2)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5381", - "name": "Apples(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5382", - "name": "Apples(3)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5383", - "name": "Apples(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5384", - "name": "Apples(4)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5385", - "name": "Apples(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5386", - "name": "Apples(5)", - "examine": "A fruit basket filled with apples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5387", - "name": "Apples(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5388", - "name": "Oranges(1)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5389", - "name": "Oranges(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5390", - "name": "Oranges(2)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5391", - "name": "Oranges(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5392", - "name": "Oranges(3)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5393", - "name": "Oranges(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5394", - "name": "Oranges(4)", - "examine": "A fruit basket filled with oranges", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5395", - "name": "Oranges(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5396", - "name": "Oranges(5)", - "examine": "A common fruit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "70", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5397", - "name": "Oranges(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5398", - "name": "Strawberries(1)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5399", - "name": "Strawberries(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5400", - "name": "Strawberries(2)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5401", - "name": "Strawberries(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5402", - "name": "Strawberries(3)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5403", - "name": "Strawberries(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5404", - "name": "Strawberries(4)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5405", - "name": "Strawberries(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5406", - "name": "Strawberries(5)", - "examine": "A fruit basket filled with strawberries.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "5407", - "name": "Strawberries(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5408", - "name": "Bananas(1)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5409", - "name": "Bananas(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5410", - "name": "Bananas(2)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5411", - "name": "Bananas(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5412", - "name": "Bananas(3)", - "examine": "A fruit basket filled with bananas.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5413", - "name": "Bananas(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5414", - "name": "Bananas(4)", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5415", - "name": "Bananas(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5416", - "name": "Bananas(5)", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5417", - "name": "Bananas(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5418", - "name": "Empty sack", - "examine": "An empty sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5419", - "name": "Empty sack", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5420", - "name": "Potatoes(1)", - "examine": "There is one potato in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5421", - "name": "Potatoes(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5422", - "name": "Potatoes(2)", - "examine": "There are two potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5423", - "name": "Potatoes(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5424", - "name": "Potatoes(3)", - "examine": "There are three potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5425", - "name": "Potatoes(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5426", - "name": "Potatoes(4)", - "examine": "There are four potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5427", - "name": "Potatoes(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5428", - "name": "Potatoes(5)", - "examine": "There are five potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5429", - "name": "Potatoes(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5430", - "name": "Potatoes(6)", - "examine": "There are six potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5431", - "name": "Potatoes(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5432", - "name": "Potatoes(7)", - "examine": "There are seven potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5433", - "name": "Potatoes(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5434", - "name": "Potatoes(8)", - "examine": "There are eight potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5435", - "name": "Potatoes(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5436", - "name": "Potatoes(9)", - "examine": "There are nine potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5437", - "name": "Potatoes(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5438", - "name": "Potatoes(10)", - "examine": "There are ten potatoes in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5439", - "name": "Potatoes(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5440", - "name": "Onions(1)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5441", - "name": "Onions(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5442", - "name": "Onions(2)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5443", - "name": "Onions(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5444", - "name": "Onions(3)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5445", - "name": "Onions(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5446", - "name": "Onions(4)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5447", - "name": "Onions(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5448", - "name": "Onions(5)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5449", - "name": "Onions(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5450", - "name": "Onions(6)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5451", - "name": "Onions(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5452", - "name": "Onions(7)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5453", - "name": "Onions(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5454", - "name": "Onions(8)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5455", - "name": "Onions(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5456", - "name": "Onions(9)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5457", - "name": "Onions(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5458", - "name": "Onions(10)", - "examine": "There are/is (1-10) onion(s) in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "5459", - "name": "Onions(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5460", - "name": "Cabbages(1)", - "examine": "There is one cabbage in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5461", - "name": "Cabbages(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5462", - "name": "Cabbages(2)", - "examine": "There are two cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5463", - "name": "Cabbages(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5464", - "name": "Cabbages(3)", - "examine": "There are three cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5465", - "name": "Cabbages(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5466", - "name": "Cabbages(4)", - "examine": "There are four cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5467", - "name": "Cabbages(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5468", - "name": "Cabbages(5)", - "examine": "There are five cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5469", - "name": "Cabbages(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5470", - "name": "Cabbages(6)", - "examine": "There are six cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5471", - "name": "Cabbages(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5472", - "name": "Cabbages(7)", - "examine": "There are seven cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5473", - "name": "Cabbages(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5474", - "name": "Cabbages(8)", - "examine": "There are eight cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5475", - "name": "Cabbages(8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5476", - "name": "Cabbages(9)", - "examine": "There are nine cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5477", - "name": "Cabbages(9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5478", - "name": "Cabbages(10)", - "examine": "There are ten cabbages in this sack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5479", - "name": "Cabbages(10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5480", - "name": "Apple seedling", - "examine": "An apple tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5481", - "name": "Banana seedling", - "examine": "A banana tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5482", - "name": "Orange seedling", - "examine": "An orange tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5483", - "name": "Curry seedling", - "examine": "A curry tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5484", - "name": "Pineapple seedling", - "examine": "A pineapple plant seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5485", - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5486", - "name": "Palm seedling", - "examine": "A palm tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.66" - }, - { - "id": "5487", - "name": "Calquat seedling", - "examine": "A calquat tree seed has been sown in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5488", - "name": "Apple seedling", - "examine": "An apple tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5489", - "name": "Banana seedling", - "examine": "A banana tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5490", - "name": "Orange seedling", - "examine": "An orange tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5491", - "name": "Curry seedling", - "examine": "A curry tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5492", - "name": "Pineapple seedling", - "examine": "A pineapple plant seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5493", - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5494", - "name": "Palm seedling", - "examine": "A palm tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.66" - }, - { - "id": "5495", - "name": "Calquat seedling", - "examine": "A calquat tree seed has been sown and watered in this plant pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5496", - "name": "Apple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5497", - "name": "Banana sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5498", - "name": "Orange sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5499", - "name": "Curry sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5500", - "name": "Pineapple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5501", - "name": "Papaya sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5502", - "name": "Palm sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5503", - "name": "Calquat sapling", - "examine": "This sapling is ready to be planted in a tree patch.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "5504", - "name": "Strawberry", - "examine": "A freshly picked strawberry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5505", - "name": "Strawberry", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5506", - "name": "Old man's message", - "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5507", - "name": "Strange book", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5508", - "name": "Book of folklore", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5509", - "name": "Small pouch", - "examine": "A small pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5510", - "name": "Medium pouch", - "examine": "A medium-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5511", - "name": "Medium pouch", - "examine": "A medium-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5512", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "5513", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "5514", - "name": "Giant pouch", - "examine": "A giant-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50000", - "weight": "1" - }, - { - "id": "5515", - "name": "Giant pouch", - "examine": "A giant-sized pouch used for storing essence.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50000", - "weight": "1" - }, - { - "id": "5516", - "name": "Elemental talisman", - "examine": "A mysterious power emanates from the talisman...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "5517", - "name": "Elemental talisman", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "5518", - "name": "Scrying orb", - "examine": "This contains mystical teleport information...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5519", - "name": "Scrying orb", - "examine": "This orb apparently contains a cypher spell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5520", - "name": "Abyssal book", - "examine": "Some research notes on abyssal space.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5521", - "name": "Binding necklace", - "examine": "A necklace embedded with mystical power.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5522", - "name": "Binding necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5523", - "name": "Tiara mould", - "examine": "A mould for tiaras.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5524", - "name": "Tiara mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5525", - "name": "Tiara", - "examine": "Makes me feel like a Princess.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5526", - "name": "Tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5527", - "name": "Air tiara", - "examine": "A tiara infused with the properties of air.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5528", - "name": "Air tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5529", - "name": "Mind tiara", - "examine": "A tiara infused with the properties of the mind.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5530", - "name": "Mind tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5531", - "name": "Water tiara", - "examine": "A tiara infused with the properties of water.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5532", - "name": "Water tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5533", - "name": "Body tiara", - "examine": "A tiara infused with the properties of the body.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5534", - "name": "Body tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5535", - "name": "Earth tiara", - "examine": "A tiara infused with the properties of the earth.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5536", - "name": "Earth tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5537", - "name": "Fire tiara", - "examine": "A tiara infused with the properties of fire.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5538", - "name": "Fire tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5539", - "name": "Cosmic tiara", - "examine": "A tiara infused with the properties of the cosmos.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5540", - "name": "Cosmic tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5541", - "name": "Nature tiara", - "examine": "A tiara infused with the properties of nature.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5542", - "name": "Nature tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5543", - "name": "Chaos tiara", - "examine": "A tiara infused with the properties of chaos.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5544", - "name": "Chaos tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5545", - "name": "Law tiara", - "examine": "A tiara infused with the properties of law.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5546", - "name": "Law tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5547", - "name": "Death tiara", - "examine": "A tiara infused with the properties of death.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5548", - "name": "Death tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5549", - "name": "Blood tiara", - "examine": "A tiara infused with the properties of Blood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5550", - "name": "Blood tiara", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5551", - "name": "Soul tiara", - "examine": " A tiara infused with the properties of the soul.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5552", - "name": "Soul tiara", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5553", - "name": "Rogue top", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "0.4" - }, - { - "id": "5554", - "name": "Rogue mask", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.5" - }, - { - "id": "5555", - "name": "Rogue trousers", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "weight": "0.4" - }, - { - "id": "5556", - "name": "Rogue gloves", - "examine": "Black banded leather gloves, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.4" - }, - { - "id": "5557", - "name": "Rogue boots", - "examine": "Black banded leather boots, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "0.4" - }, - { - "id": "5558", - "name": "Rogue kit", - "examine": "It can do almost anything!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "35" - }, - { - "id": "5559", - "name": "Flash powder", - "examine": "A small satchel of bright powder!", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5560", - "name": "Stethoscope", - "examine": "A useful hearing aid.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "10" - }, - { - "id": "5561", - "name": "Mystic jewel", - "examine": "I can escape the Maze with this!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5568", - "name": "Picture", - "examine": "A fraction of a roof.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.6" - }, - { - "id": "5574", - "name": "Initiate sallet", - "examine": "An initiate Temple Knight's helm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "6000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "5575", - "name": "Initiate hauberk", - "examine": "An initiate Temple Knight's Armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "8" - }, - { - "id": "5576", - "name": "Initiate cuisse", - "examine": "An initiate Temple Knight's leg armour.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "8000", - "tradeable": "true", - "weight": "7" - }, - { - "id": "5577", - "name": "Cupric sulphate", - "examine": "A vial of something labelled 'Cupric Sulfate'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5578", - "name": "Acetic acid", - "examine": "A vial of something labelled 'Acetic Acid'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5579", - "name": "Gypsum", - "examine": "A vial of something labelled 'Gypsum'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5580", - "name": "Sodium chloride", - "examine": "A vial of something labelled 'Sodium Chloride'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5581", - "name": "Nitrous oxide", - "examine": "A vial of something labelled 'Nitrous Oxide'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5582", - "name": "Vial of liquid", - "examine": "A vial of something labelled Dihydrogen Monoxide.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5583", - "name": "Tin ore powder", - "examine": "A vial of something labelled 'Powdered Tin Ore'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5584", - "name": "Cupric ore powder", - "examine": "A vial of something labelled 'Powdered Cupric Ore'.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5585", - "name": "Bronze Key", - "examine": "I hope the mould was accurate enough...", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.01" - }, - { - "id": "5586", - "name": "Metal spade", - "examine": "It's a metal spade with a wooden handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.814" - }, - { - "id": "5587", - "name": "Metal spade", - "examine": "It's a metal spade without a handle.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.814" - }, - { - "id": "5588", - "name": "Alchemical notes", - "examine": "Looks like a pretty boring read.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5592", - "name": "Tin", - "examine": "A tin layered with some stuff from a vial.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5593", - "name": "Tin", - "examine": "It's full of a white lumpy mixture that seems to be hardening.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5594", - "name": "Tin", - "examine": "There is an impression of a key embedded in it.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5595", - "name": "Tin", - "examine": "There is an impression of a key, filled with tin ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5596", - "name": "Tin", - "examine": "There is an impression of a key, filled with copper ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5597", - "name": "Tin", - "examine": "There is an impression of a key, filled with tin and copper ore.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5598", - "name": "Tin", - "examine": "There is a bronze key surrounded by plaster in this tin.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5599", - "name": "Tin", - "examine": "There is a strange concoction filling this tin.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20", - "tradeable": "false", - "weight": "0.101" - }, - { - "id": "5600", - "name": "Tin", - "examine": "I could probably pour something into this.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "5601", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5602", - "name": "Bronze wire", - "examine": "Useful for crafting items.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5603", - "name": "Shears", - "examine": "For shearing sheep.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false", - "weight": "0.113" - }, - { - "id": "5604", - "name": "Magnet", - "examine": "A very attractive magnet.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5605", - "name": "Knife", - "examine": "A dangerous looking knife.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "5606", - "name": "Makeover voucher", - "examine": "I can exchange this for one free makeover with the makeover mage.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5607", - "name": "Grain", - "examine": "Some wheat heads.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "shop_price": "2", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "5608", - "name": "Fox", - "examine": "A cunning animal.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "5609", - "name": "Chicken", - "examine": "Normal: Yep. Definitely a chicken.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "5610", - "name": "Hourglass", - "examine": "There's not much sand left in the top half...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "5611", - "name": "Initiate sallet", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5612", - "name": "Initiate hauberk", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5613", - "name": "Initiate cuisse", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5614", - "name": "Magic carpet", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "191", - "run_anim": "330", - "stand_anim": "330", - "stand_turn_anim": "330", - "turn180_anim": "330", - "turn90ccw_anim": "330", - "turn90cw_anim": "330", - "walk_anim": "330" - }, - { - "id": "5615", - "name": "Bonemeal", - "examine": "A pot of crushed bearded gorilla monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "5616", - "name": "Bronze arrow(p+)", - "examine": "Arrows with bronze heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" - }, - { - "id": "5617", - "name": "Iron arrow(p+)", - "examine": "Arrows with iron heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "5618", - "name": "Steel arrow(p+)", - "examine": "Arrows with steel heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" - }, - { - "id": "5619", - "name": "Mithril arrow(p+)", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "5620", - "name": "Adamant arrow(p+)", - "examine": "Arrows with adamantite heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" - }, - { - "id": "5621", - "name": "Rune arrow(p+)", - "examine": "Arrows with rune heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" - }, - { - "id": "5622", - "name": "Bronze arrow(p++)", - "examine": "Arrows with bronze heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "7", - "tradeable": "true" - }, - { - "id": "5623", - "name": "Iron arrow(p++)", - "examine": "Arrows with iron heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "5624", - "name": "Steel arrow(p++)", - "examine": "Arrows with steel heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "46", - "tradeable": "true" - }, - { - "id": "5625", - "name": "Mithril arrow(p++)", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,20}", - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "5626", - "name": "Adamant arrow(p++)", - "examine": "Arrows with adamantite heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "shop_price": "172", - "tradeable": "true" - }, - { - "id": "5627", - "name": "Rune arrow(p++)", - "examine": "Arrows with rune heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "shop_price": "510", - "tradeable": "true" - }, - { - "id": "5628", - "name": "Bronze dart(p+)", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5629", - "name": "Iron dart(p+)", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5630", - "name": "Steel dart(p+)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5631", - "name": "Black dart(p+)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5632", - "name": "Mithril dart(p+)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5633", - "name": "Adamant dart(p+)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5634", - "name": "Rune dart(p+)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5635", - "name": "Bronze dart(p++)", - "examine": "A deadly throwing dart with a bronze tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5636", - "name": "Iron dart(p++)", - "examine": "A deadly throwing dart with an iron tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5637", - "name": "Steel dart(p++)", - "examine": "A deadly throwing dart with a steel tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5638", - "name": "Black dart(p++)", - "examine": "A deadly throwing dart with a black tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,10}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5639", - "name": "Mithril dart(p++)", - "examine": "A deadly throwing dart with a mithril tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5640", - "name": "Adamant dart(p++)", - "examine": "A deadly throwing dart with an adamantite tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5641", - "name": "Rune dart(p++)", - "examine": "A deadly throwing dart with a rune tip.", - "archery_ticket_price": "0", - "attack_anims": "582,582,582,582", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5642", - "name": "Bronze javelin(p+)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "6", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5643", - "name": "Iron javelin(p+)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5644", - "name": "Steel javelin(p+)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5645", - "name": "Mithril javelin(p+)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5646", - "name": "Adamant javelin(p+)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "100", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5647", - "name": "Rune javelin(p+)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "624", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5648", - "name": "Bronze jav'n(p++)", - "examine": "A bronze-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5649", - "name": "Iron javelin(p++)", - "examine": "An iron-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "shop_price": "8", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5650", - "name": "Steel javelin(p++)", - "examine": "A steel-tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,5}", - "shop_price": "37", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5651", - "name": "Mithril javelin(p++)", - "examine": "A mithril tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,20}", - "shop_price": "79", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5652", - "name": "Adamant javelin(p++)", - "examine": "An adamant tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "shop_price": "100", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5653", - "name": "Rune javelin(p++)", - "examine": "A rune tipped javelin.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_speed": "6", - "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{4,40}", - "shop_price": "624", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5654", - "name": "Bronze knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5655", - "name": "Iron knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5656", - "name": "Steel knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5657", - "name": "Mithril knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5658", - "name": "Black knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,10}", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5659", - "name": "Adamant knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5660", - "name": "Rune knife(p+)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5661", - "name": "Bronze knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "14", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5662", - "name": "Iron knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "shop_price": "58", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5663", - "name": "Steel knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,5}", - "shop_price": "68", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5664", - "name": "Mithril knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,20}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5665", - "name": "Black knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,10}", - "shop_price": "15", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5666", - "name": "Adamant knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,30}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5667", - "name": "Rune knife(p++)", - "examine": "A finely balanced throwing knife.", - "archery_ticket_price": "0", - "attack_anims": "806,806,806,806", - "attack_audios": "2704,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,40}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "5668", - "name": "Iron dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5669", - "name": "Iron dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5670", - "name": "Bronze dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5671", - "name": "Bronze dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5672", - "name": "Steel dagger(p+)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5673", - "name": "Steel dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5674", - "name": "Mithril dagger(p+)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "5675", - "name": "Mithril dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5676", - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "5677", - "name": "Adamant dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5678", - "name": "Rune dagger(p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5679", - "name": "Rune dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5680", - "name": "Dragon dagger(p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5681", - "name": "Dragon dagger(p+)", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5682", - "name": "Black dagger(p+)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5683", - "name": "Black dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5684", - "name": "Poison dagger(p+)", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "5685", - "name": "Poison dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5686", - "name": "Iron dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "38", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5687", - "name": "Iron dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5688", - "name": "Br'ze dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "shop_price": "11", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5689", - "name": "Br'ze dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5690", - "name": "Steel dagger(p++)", - "examine": "Short but pointy.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,5}", - "shop_price": "135", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5691", - "name": "Steel dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5692", - "name": "Mithril dagger(p++)", - "examine": "A dangerous dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,20}", - "shop_price": "130", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.3" - }, - { - "id": "5693", - "name": "Mithril dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5694", - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,30}", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "5695", - "name": "Adamant dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5696", - "name": "Rune dagger(p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,40}", - "shop_price": "8000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5697", - "name": "Rune dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5698", - "name": "Dragon dagger(p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5699", - "name": "Dragon dagger(p++)", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "defence_anim": "397", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5700", - "name": "Black dagger(p++)", - "examine": "A vicious black dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "5701", - "name": "Black dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5702", - "name": "Poison dagger(p++)", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "5703", - "name": "Poison dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5704", - "name": "Bronze spear(p+)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5705", - "name": "Bronze spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5706", - "name": "Iron spear(p+)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5707", - "name": "Iron spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5708", - "name": "Steel spear(p+)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5709", - "name": "Steel spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5710", - "name": "Mithril spear(p+)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "5711", - "name": "Mithril spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5712", - "name": "Adamant spear(p+)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5713", - "name": "Adamant spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5714", - "name": "Rune spear(p+)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5715", - "name": "Rune spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5716", - "name": "Dragon spear(p+)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5717", - "name": "Dragon spear(p+)", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5718", - "name": "Bronze spear(p++)", - "examine": "A bronze tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5719", - "name": "Bronze spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5720", - "name": "Iron spear(p++)", - "examine": "An iron tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5721", - "name": "Iron spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5722", - "name": "Steel spear(p++)", - "examine": "A steel tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5723", - "name": "Steel spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5724", - "name": "Mithril spear(p++)", - "examine": "A mithril tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "5725", - "name": "Mithril spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5726", - "name": "Adamant spear(p++)", - "examine": "An adamant tipped spear.", - "archery_ticket_price": "0", - "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14" - }, - { - "id": "5727", - "name": "Adamant spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5728", - "name": "Rune spear(p++)", - "examine": "A rune tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5729", - "name": "Rune spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5730", - "name": "Dragon spear(p++)", - "examine": "A dragon tipped spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{0,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2" - }, - { - "id": "5731", - "name": "Dragon spear(p++)", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "defence_anim": "2079", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "5732", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "5733", - "name": "Rotten potato", - "examine": "Yuk!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "5734", - "name": "Black spear(p+)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5735", - "name": "Black spear(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5736", - "name": "Black spear(p++)", - "examine": "A black tipped spear.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "5737", - "name": "Black spear(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5738", - "name": "Woad leaf", - "examine": "A slightly bluish leaf.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "5739", - "name": "Asgarnian ale(m)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5740", - "name": "Asgarnian ale(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5741", - "name": "Mature wmb", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5742", - "name": "Mature wmb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5743", - "name": "Greenman's ale(m)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5744", - "name": "Greenman's ale(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5745", - "name": "Dragon bitter(m)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5746", - "name": "Dragon bitter(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5747", - "name": "Dwarven stout(m)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5748", - "name": "Dwarven stout(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5749", - "name": "Moonlight mead(m)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5750", - "name": "Moonlight mead(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5751", - "name": "Axeman's folly", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5752", - "name": "Axeman's folly", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5753", - "name": "Axeman's folly(m)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5754", - "name": "Axeman's folly(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5755", - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5756", - "name": "Chef's delight", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5757", - "name": "Chef's delight(m)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5758", - "name": "Chef's delight(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5759", - "name": "Slayer's respite", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5760", - "name": "Slayer's respite", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5761", - "name": "Slayer's respite(m)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5762", - "name": "Slayer's respite(m)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5763", - "name": "Cider", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5764", - "name": "Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5765", - "name": "Mature cider", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5766", - "name": "Mature cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5767", - "name": "Ale yeast", - "examine": "A pot filled with ale yeast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "2" - }, - { - "id": "5768", - "name": "Ale yeast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5769", - "name": "Calquat keg", - "examine": "Sliced and hollowed out to form a keg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5770", - "name": "Calquat keg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5771", - "name": "Dwarven stout(1)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5772", - "name": "Dwarven stout(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5773", - "name": "Dwarven stout(2)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5774", - "name": "Dwarven stout(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5775", - "name": "Dwarven stout(3)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5776", - "name": "Dwarven stout(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5777", - "name": "Dwarven stout(4)", - "examine": "A pint of thick dark beer.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5778", - "name": "Dwarven stout(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5779", - "name": "Asgarnian ale(1)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5780", - "name": "Asgarnian ale(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5781", - "name": "Asgarnian ale(2)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5782", - "name": "Asgarnian ale(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5783", - "name": "Asgarnian ale(3)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5784", - "name": "Asgarnian ale(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5785", - "name": "Asgarnian ale(4)", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5786", - "name": "Asgarnian ale(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5787", - "name": "Greenmans ale(1)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5788", - "name": "Greenmans ale(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5789", - "name": "Greenmans ale(2)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5790", - "name": "Greenmans ale(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5791", - "name": "Greenmans ale(3)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5792", - "name": "Greenmans ale(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5793", - "name": "Greenmans ale(4)", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "5794", - "name": "Greenmans ale(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5795", - "name": "Mind bomb(1)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5796", - "name": "Mind bomb(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5797", - "name": "Mind bomb(2)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5798", - "name": "Mind bomb(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5799", - "name": "Mind bomb(3)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5800", - "name": "Mind bomb(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5801", - "name": "Mind bomb(4)", - "examine": "It's got strange bubbles in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "5802", - "name": "Mind bomb(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5803", - "name": "Dragon bitter(1)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5804", - "name": "Dragon bitter(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5805", - "name": "Dragon bitter(2)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5806", - "name": "Dragon bitter(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5807", - "name": "Dragon bitter(3)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5808", - "name": "Dragon bitter(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5809", - "name": "Dragon bitter(4)", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5810", - "name": "Dragon bitter(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5811", - "name": "Moonlight mead(1)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5812", - "name": "Moonlight mead(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5813", - "name": "Moonlight mead(2)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5814", - "name": "Moonlight mead(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5815", - "name": "Moonlight mead(3)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5816", - "name": "Moonlight mead(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5817", - "name": "Moonlight mead(4)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5818", - "name": "Moonlight mead(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5819", - "name": "Axeman's folly(1)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5820", - "name": "Axeman's folly(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5821", - "name": "Axeman's folly(2)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5822", - "name": "Axeman's folly(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5823", - "name": "Axeman's folly(3)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5824", - "name": "Axeman's folly(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5825", - "name": "Axeman's folly(4)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5826", - "name": "Axeman's folly(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5827", - "name": "Chef's delight(1)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5828", - "name": "Chef's delight(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5829", - "name": "Chef's delight(2)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5830", - "name": "Chef's delight(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5831", - "name": "Chef's delight(3)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5832", - "name": "Chef's delight(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5833", - "name": "Chef's delight(4)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5834", - "name": "Chef's delight(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5835", - "name": "Slayer's respite(1)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5836", - "name": "Slayer's respite(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5837", - "name": "Slayer's respite(2)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5838", - "name": "Slayer's respite(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5839", - "name": "Slayer's respite(3)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5840", - "name": "Slayer's respite(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5841", - "name": "Slayer's respite(4)", - "examine": "Ale with bite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5842", - "name": "Slayer's respite(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5843", - "name": "Cider(1)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5844", - "name": "Cider(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5845", - "name": "Cider(2)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5846", - "name": "Cider(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5847", - "name": "Cider(3)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5848", - "name": "Cider(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5849", - "name": "Cider(4)", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5850", - "name": "Cider(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5851", - "name": "Dwarven stout(m1)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5852", - "name": "Dwarven stout(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5853", - "name": "Dwarven stout(m2)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5854", - "name": "Dwarven stout(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5855", - "name": "Dwarven stout(m3)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5856", - "name": "Dwarven stout(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5857", - "name": "Dwarven stout(m4)", - "examine": "This looks a good deal stronger than normal Dwarven Stout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5858", - "name": "Dwarven stout(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5859", - "name": "Asgarnian ale(m1)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5860", - "name": "Asgarnian ale(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5861", - "name": "Asgarnian ale(m2)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5862", - "name": "Asgarnian ale(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5863", - "name": "Asgarnian ale(m3)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5864", - "name": "Asgarnian ale(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5865", - "name": "Asgarnian ale(m4)", - "examine": "This looks a good deal stronger than normal Asgarnian ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5866", - "name": "Asgarnian ale(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5867", - "name": "Greenmans ale(m1)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5868", - "name": "Greenmans ale(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5869", - "name": "Greenmans ale(m2)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5870", - "name": "Greenmans ale(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5871", - "name": "Greenmans ale(m3)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5872", - "name": "Greenmans ale(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5873", - "name": "Greenmans ale(m4)", - "examine": "This looks a good deal stronger than normal Greenman's Ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "5874", - "name": "Greenmans ale(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5875", - "name": "Mind bomb(m1)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5876", - "name": "Mind bomb(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5877", - "name": "Mind bomb(m2)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5878", - "name": "Mind bomb(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5879", - "name": "Mind bomb(m3)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5880", - "name": "Mind bomb(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5881", - "name": "Mind bomb(m4)", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5882", - "name": "Mind bomb(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5883", - "name": "Dragon bitter(m1)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5884", - "name": "Dragon bitter(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5885", - "name": "Dragon bitter(m2)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5886", - "name": "Dragon bitter(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5887", - "name": "Dragon bitter(m3)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5888", - "name": "Dragon bitter(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5889", - "name": "Dragon bitter(m4)", - "examine": "This looks a good deal stronger than normal Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5890", - "name": "Dragon bitter(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5891", - "name": "M'light mead(m1)", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "5892", - "name": "M'light mead(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5893", - "name": "M'light mead(m2)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5894", - "name": "M'light mead(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5895", - "name": "M'light mead(m3)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5896", - "name": "M'light mead(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5897", - "name": "M'light mead(m4)", - "examine": "This looks a good deal stronger than normal Moonlight Mead.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5898", - "name": "M'light mead(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5899", - "name": "Axeman's folly(m1)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5900", - "name": "Axeman's folly(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5901", - "name": "Axeman's folly(m2)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5902", - "name": "Axeman's folly(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5903", - "name": "Axeman's folly(m3)", - "examine": "This looks a good deal stronger than a normal Axeman's Folly.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5904", - "name": "Axeman's folly(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5905", - "name": "Axeman's folly(m4)", - "examine": "This might help me chop harder.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5906", - "name": "Axeman's folly(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5907", - "name": "Chef's delight(m1)", - "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5908", - "name": "Chef's delight(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5909", - "name": "Chef's delight(m2)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5910", - "name": "Chef's delight(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5911", - "name": "Chef's delight(m3)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5912", - "name": "Chef's delight(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5913", - "name": "Chef's delight(m4)", - "examine": "This looks a good deal stronger than normal Chef's Delight.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5914", - "name": "Chef's delight(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5915", - "name": "Slayer respite(m1)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5916", - "name": "Slayer respite(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5917", - "name": "Slayer respite(m2)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5918", - "name": "Slayer respite(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5919", - "name": "Slayer respite(m3)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5920", - "name": "Slayer respite(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5921", - "name": "Slayer respite(m4)", - "examine": "This looks a good deal stronger than normal Slayer's Respite.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5922", - "name": "Slayer respite(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5923", - "name": "Cider(m1)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5924", - "name": "Cider(m1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5925", - "name": "Cider(m2)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5926", - "name": "Cider(m2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5927", - "name": "Cider(m3)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5928", - "name": "Cider(m3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5929", - "name": "Cider(m4)", - "examine": "This looks a good deal stronger than normal cider.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5930", - "name": "Cider(m4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5931", - "name": "Jute fibre", - "examine": "I can weave this to make sacks.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "1636" }, { - "id": "5932", - "name": "Jute fibre", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "5933", - "name": "Willow branch", - "examine": "A branch from a willow tree.", - "archery_ticket_price": "0", + "examine": "A valuable ring.", + "grand_exchange_price": "561", "durability": null, - "ge_buy_limit": "200", + "name": "Sapphire ring", "tradeable": "true", - "weight": "0.9" + "archery_ticket_price": "0", + "id": "1637", + "equipment_slot": "12" }, { - "id": "5934", - "name": "Willow branch", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" - }, - { - "id": "5935", - "name": "Coconut milk", - "examine": "A vial filled with coconut milk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5937", - "name": "Weapon poison+", - "examine": "A vial of extra-strong weapon poison, for spears and daggers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5938", - "name": "Weapon poison+", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5940", - "name": "Weapon poison++", - "examine": "A vial of super strong weapon poison, for spears and daggers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "5941", - "name": "Weapon poison++", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5943", - "name": "Antipoison+(4)", - "examine": "N doses of extra-stong antipoison potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5944", - "name": "Antipoison+(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5945", - "name": "Antipoison+(3)", - "examine": "N doses of extra-stong antipoison potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5946", - "name": "Antipoison+(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5947", - "name": "Antipoison+(2)", - "examine": "N doses of extra-stong antipoison potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5948", - "name": "Antipoison+(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5949", - "name": "Antipoison+(1)", - "examine": "N doses of extra-stong antipoison potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5950", - "name": "Antipoison+(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5952", - "name": "Antipoison++(4)", - "examine": "4 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5953", - "name": "Antipoison++(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5954", - "name": "Antipoison++(3)", - "examine": "3 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5955", - "name": "Antipoison++(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5956", - "name": "Antipoison++(2)", - "examine": "2 doses of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5957", - "name": "Antipoison++(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5958", - "name": "Antipoison++(1)", - "examine": "1 dose of a super-strong antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5959", - "name": "Antipoison++(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5960", - "name": "Tomatoes(1)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5961", - "name": "Tomatoes(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5962", - "name": "Tomatoes(2)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5963", - "name": "Tomatoes(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5964", - "name": "Tomatoes(3)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5965", - "name": "Tomatoes(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5966", - "name": "Tomatoes(4)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5967", - "name": "Tomatoes(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5968", - "name": "Tomatoes(5)", - "examine": "A basket filled with tomatoes.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5969", - "name": "Tomatoes(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5970", - "name": "Curry leaf", - "examine": "I could make a spicy curry with this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1638" }, { - "id": "5971", - "name": "Curry leaf", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1639", + "equipment_slot": "12" }, { - "id": "5972", - "name": "Papaya fruit", - "examine": "Looks delicious.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1640" }, { - "id": "5973", - "name": "Papaya fruit", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "2025", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1641", + "equipment_slot": "12" }, { - "id": "5974", - "name": "Coconut", - "examine": "It's a coconut.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1642" }, { - "id": "5975", - "name": "Coconut", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "3172", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "A valuable ring.", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1643", + "equipment_slot": "12" }, { - "id": "5976", - "name": "Coconut", - "examine": "It's a coconut.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1644" }, { - "id": "5977", - "name": "Coconut", - "archery_ticket_price": "0", + "shop_price": "7750", + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "26700", "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1645", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1646" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "547", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1649" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "993", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1650" + }, + { + "shop_price": "2025", + "examine": "A valuable ring.", + "grand_exchange_price": "1125", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1651" + }, + { + "shop_price": "3172", + "examine": "A valuable ring.", + "grand_exchange_price": "3622", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1652" + }, + { + "shop_price": "7750", + "examine": "A valuable ring.", + "grand_exchange_price": "19606", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1653" + }, + { + "shop_price": "450", "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "5978", - "name": "Coconut shell", - "examine": "All the milk has been removed.", - "archery_ticket_price": "0", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "185", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5979", - "name": "Coconut shell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5980", - "name": "Calquat fruit", - "examine": "This is the largest fruit I've ever seen.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5981", - "name": "Calquat fruit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5982", - "name": "Watermelon", - "examine": "A juicy watermelon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "48", + "name": "Gold necklace", "tradeable": "true", - "weight": "0.111" - }, - { - "id": "5983", - "name": "Watermelon", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5984", - "name": "Watermelon slice", - "examine": "A slice of watermelon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5985", - "name": "Watermelon slice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5986", - "name": "Sweetcorn", - "examine": "Raw sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5987", - "name": "Sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5988", - "name": "Cooked sweetcorn", - "examine": "Delicious cooked sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5989", - "name": "Cooked sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "5991", - "name": "Burnt sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "5992", - "name": "Apple mush", - "examine": "A bucket of apple mush.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5993", - "name": "Apple mush", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "5994", - "name": "Hammerstone hops", - "examine": "A handful of Hammerstone hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5995", - "name": "Hammerstone hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5996", - "name": "Asgarnian hops", - "examine": "A handful of Asgarnian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "5997", - "name": "Asgarnian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5998", - "name": "Yanillian hops", - "examine": "A handful of Yanillian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "5999", - "name": "Yanillian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6000", - "name": "Krandorian hops", - "examine": "A handful of Krandorian hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "6001", - "name": "Krandorian hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6002", - "name": "Wildblood hops", - "examine": "A handful of wildblood hops.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6003", - "name": "Wildblood hops", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6004", - "name": "Mushroom", - "examine": "A Bittercap Mushroom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6005", - "name": "Mushroom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6006", - "name": "Barley", - "examine": "A handful of Barley.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6007", - "name": "Barley", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6008", - "name": "Barley malt", - "examine": "A handful of barley malt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6009", - "name": "Barley malt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6010", - "name": "Marigolds", - "examine": "A bunch of marigolds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6011", - "name": "Marigolds", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6012", - "name": "Nasturtiums", - "examine": "A bunch of nasturtiums.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6013", - "name": "Nasturtiums", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6014", - "name": "Rosemary", - "examine": "Some rosemary.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6015", - "name": "Rosemary", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6016", - "name": "Cactus spine", - "examine": "Don't prick yourself with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6017", - "name": "Cactus spine", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6018", - "name": "Poison ivy berries", - "examine": "They look sweet and juicy, but only a fool would eat them.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6019", - "name": "Poison ivy berries", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6020", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6021", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6022", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6023", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6024", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6025", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6026", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6027", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6028", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6029", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6030", - "name": "Leaves", - "examine": "A pile of leaves.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6031", - "name": "Leaves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6032", - "name": "Compost", - "examine": "Good for plants, helps them grow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "20", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6033", - "name": "Compost", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6034", - "name": "Supercompost", - "examine": "Super-good for the smallest or largest of plants.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6035", - "name": "Supercompost", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6036", - "name": "Plant cure", - "examine": "Use this on plants to cure disease.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6037", - "name": "Plant cure", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6038", - "name": "Magic string", - "examine": "I could use this to make jewellery.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6039", - "name": "Magic string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6040", - "name": "Amulet of nature", - "examine": "An Amulet of Nature.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to create a new amulet if you destroy this one.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6041", - "name": "Pre-nature amulet", - "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6042", - "name": "Pre-nature amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6043", - "name": "Oak roots", - "examine": "The roots of the Oak tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6044", - "name": "Oak roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6045", - "name": "Willow roots", - "examine": "The roots of the Willow tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6046", - "name": "Willow roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6047", - "name": "Maple roots", - "examine": "The roots of the Maple tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6048", - "name": "Maple roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6049", - "name": "Yew roots", - "examine": "The roots of a yew tree", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6050", - "name": "Yew roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6051", - "name": "Magic roots", - "examine": "The roots of a magic tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6052", - "name": "Magic roots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6054", - "name": "Spirit roots", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6055", - "name": "Weeds", - "examine": "A handful of weeds.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "6056", - "name": "Weeds", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6057", - "name": "Hay sack", - "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6058", - "name": "Hay sack", - "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6059", - "name": "Scarecrow", - "examine": "This should scare the birds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6060", - "name": "Stool", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6061", - "name": "Bronze bolts(p+)", - "examine": "Bronze crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "6062", - "name": "Bronze bolts(p++)", - "examine": "Bronze crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "6064", - "name": "Bloody mourner top", - "examine": "How do I wash blood stains out?", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.72" - }, - { - "id": "6065", - "name": "Mourner top", - "examine": "A thick heavy leather top.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6066", - "name": "Mourner trousers", - "examine": "These are in need of a good tailor.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2.25" - }, - { - "id": "6067", - "name": "Mourner trousers", - "examine": "A pair of mourner trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.25" - }, - { - "id": "6068", - "name": "Mourner gloves", - "examine": "These will keep my hands warm.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "160", - "weight": "2.3" - }, - { - "id": "6069", - "name": "Mourner boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "160", - "weight": "1.36" - }, - { - "id": "6070", - "name": "Mourner cloak", - "examine": "A dull brown cape.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "2.25" - }, - { - "id": "6071", - "name": "Mourner letter", - "examine": "A letter of recommendation.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160" - }, - { - "id": "6072", - "name": "Tegid's soap", - "examine": "A bar of soap taken from Tegid.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6073", - "name": "Prifddinas' history", - "examine": "A book on the history of Prifddinas.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6075", - "name": "Eastern discovery", - "examine": "A book on the exploration of the eastern realm.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6077", - "name": "Eastern settlement", - "examine": "A book on the settlement of the eastern realm.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6079", - "name": "The great divide", - "examine": "A book about the great divide.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6081", - "name": "Broken device", - "examine": "A strange broken device of gnomic design.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6082", - "name": "Fixed device", - "examine": "A device for firing dye.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "284", - "run_anim": "2322", - "stand_anim": "2316", - "stand_turn_anim": "2321", - "turn180_anim": "2318", - "turn90ccw_anim": "2320", - "turn90cw_anim": "2319", - "two_handed": "true", - "walk_anim": "2317", - "weapon_interface": "20", - "weight": "4" - }, - { - "id": "6083", - "name": "Tarnished key", - "examine": "This key has seen a lot of use. (Mourning's Ends Part I)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6085", - "name": "Red dye bellows", - "examine": "A large pair of ogre bellows filled with red dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6086", - "name": "Blue dye bellows", - "examine": "A large pair of ogre bellows filled with blue dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6087", - "name": "Yellow dye bellows", - "examine": "A large pair of ogre bellows filled with yellow dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6088", - "name": "Green dye bellows", - "examine": "A large pair of ogre bellows filled with green dye.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6089", - "name": "Blue toad", - "examine": "A blue dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6090", - "name": "Red toad", - "examine": "A red dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "6091", - "name": "Yellow toad", - "examine": "A yellow dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "6092", - "name": "Green toad", - "examine": "A green dye filled toad.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6093", - "name": "Rotten apples", - "examine": "A barrel full of rotten apples.", - "archery_ticket_price": "0", - "durability": null, - "weight": "17" - }, - { - "id": "6094", - "name": "Apple barrel", - "examine": "A barrel full of mushed apples.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6095", - "name": "Naphtha apple mix", - "examine": "A barrel full of rotten apples and naptha.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6096", - "name": "Toxic naphtha", - "examine": "A barrel full of toxic naphtha.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "6097", - "name": "Sieve", - "examine": "It's a sieve.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6098", - "name": "Toxic powder", - "examine": "A pile of toxic powder.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6099", - "name": "Teleport crystal (4)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6100", - "name": "Teleport crystal (3)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6101", - "name": "Teleport crystal (2)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6102", - "name": "Teleport crystal (1)", - "examine": "A tiny crystal enchanted to return the user to Lletya.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6103", - "name": "Tiny elf crystal", - "examine": "A tiny Elf crystal, I need to have this re-enchanted", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6104", - "name": "New key", - "examine": "This key is newly cut. (Mourning's Ends Part II)", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.33" - }, - { - "id": "6106", - "name": "Ghostly boots", - "examine": "They seem to be not quite of this world...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "6107", - "name": "Ghostly robe", - "examine": "Varies", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6108", - "name": "Ghostly robe", - "examine": "Varies", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6109", - "name": "Ghostly hood", - "examine": "A ghostly hood, fit for a ghostly head.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "6110", - "name": "Ghostly gloves", - "examine": "They seem to fade in and out of existence...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9" - }, - { - "id": "6111", - "name": "Ghostly cloak", - "examine": "Made of a strange, ghostly material...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "6112", - "name": "Kelda seed", - "examine": "Kelda hop seeds can only be grown underground!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6113", - "name": "Kelda hops", - "examine": "A handful of Kelda Hops.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.", - "durability": null, - "tradeable": "false", - "weight": "0.01" - }, - { - "id": "6118", - "name": "Kelda stout", - "examine": "A pint of bluish beer.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "0.5" - }, - { - "id": "6119", - "name": "Square stone", - "examine": "There is a strange [green/yellow] marking on this stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6120", - "name": "Square stone", - "examine": "There is a strange [green/yellow] marking on this stone.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6122", - "name": "A chair", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "6123", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "6124", - "name": "Coconut milk", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6125", - "name": "Enchanted lyre(2)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6126", - "name": "Enchanted lyre(3)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6127", - "name": "Enchanted lyre(4)", - "examine": "This will teleport me to Rellekka when I play it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1.8" - }, - { - "id": "6128", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "6129", - "name": "Rock-shell plate", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "6130", - "name": "Rock-shell legs", - "examine": "Some tough leggings made from rock crab parts.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "6131", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6132", - "name": "Spined helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6133", - "name": "Spined body", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "6134", - "name": "Spined body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6135", - "name": "Spined chaps", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "6136", - "name": "Spined chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6137", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6138", - "name": "Skeletal helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6139", - "name": "Skeletal top", - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4.9" - }, - { - "id": "6140", - "name": "Skeletal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6141", - "name": "Skeletal bottoms", - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "lendable": "true", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "6142", - "name": "Skeletal bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6143", - "name": "Spined boots", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6144", - "name": "Spined boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6145", - "name": "Rock-shell boots", - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6146", - "name": "Rock-shell boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6147", - "name": "Skeletal boots", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6148", - "name": "Skeletal boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6149", - "name": "Spined gloves", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6150", - "name": "Spined gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6151", - "name": "Rock-shell gloves", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6152", - "name": "Rock-shell gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6153", - "name": "Skeletal gloves", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6154", - "name": "Skeletal gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6155", - "name": "Dagannoth hide", - "examine": "A sturdy piece of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6156", - "name": "Dagannoth hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "6157", - "name": "Rock-shell chunk", - "examine": "A spherical chunk of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6158", - "name": "Rock-shell chunk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6159", - "name": "Rock-shell shard", - "examine": "A curved piece of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6160", - "name": "Rock-shell shard", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6161", - "name": "Rock-shell splinter", - "examine": "A slim piece of rock-shell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "6162", - "name": "Rock-shell splinter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6163", - "name": "Skull piece", - "examine": "A fearsome looking skull.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6164", - "name": "Skull piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6165", - "name": "Ribcage piece", - "examine": "A slightly damaged ribcage.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6166", - "name": "Ribcage piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6167", - "name": "Fibula piece", - "examine": "An interesting looking bone shard.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6168", - "name": "Fibula piece", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6169", - "name": "Circular hide", - "examine": "A toughened chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6170", - "name": "Circular hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6171", - "name": "Flattened hide", - "examine": "A tattered chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6172", - "name": "Flattened hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6173", - "name": "Stretched hide", - "examine": "A weathered chunk of dagannoth hide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "3.1" - }, - { - "id": "6174", - "name": "Stretched hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6175", - "name": "Rock-shell helm", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6176", - "name": "Rock-shell plate", - "examine": "A sturdy body armour made from rock crab pieces.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "9" - }, - { - "id": "6177", - "name": "Rock-shell legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6178", - "name": "Raw pheasant", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "6179", - "name": "Raw pheasant", - "examine": "I need to cook this first.", - "archery_ticket_price": "0", - "durability": null, - "weight": "10" - }, - { - "id": "6180", - "name": "Lederhosen top", - "examine": "A leather strapped top.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" - }, - { - "id": "6181", - "name": "Lederhosen shorts", - "examine": "Brown leather shorts with bright white socks?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6182", - "name": "Lederhosen hat", - "examine": "A hat with a goat's hair attached.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2" - }, - { - "id": "6183", - "name": "Frog token", - "examine": "I can use this at the Varrock clothes shop.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6184", - "name": "Prince tunic", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6185", - "name": "Prince leggings", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "6186", - "name": "Princess blouse", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "6187", - "name": "Princess skirt", - "examine": "Very posh!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "6188", - "name": "Frog mask", - "examine": "Now that's just silly.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.4" - }, - { - "id": "6199", - "name": "Mystery box", - "examine": "Could there be something valuable in here?", - "archery_ticket_price": "0", - "durability": null, - "point_price": "2", - "weight": "1" - }, - { - "id": "6200", - "name": "Raw fishlike thing", - "examine": "A raw...fish? Is this a fish??", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6201", - "name": "Picture", - "examine": "Fish-tastic!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6202", - "name": "Fishlike thing", - "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6204", - "name": "Raw fishlike thing", - "examine": "A raw...fish? Is this a fish??", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6206", - "name": "Fishlike thing", - "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "A ghastly fish", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "6208", - "name": "Man speak amulet", - "examine": "It's an amulet of Man speak. It makes vague grunting noises.", - "archery_ticket_price": "0", - "durability": null, + "id": "1654", "equipment_slot": "2" }, { - "id": "6209", - "name": "Small fishing net", - "examine": "Useful for catching small fish.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "40", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "6211", - "name": "Teak pyre logs", - "examine": "Teak logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6212", - "name": "Teak pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6213", - "name": "Mahogany pyre log", - "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6214", - "name": "Mahogany pyre log", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6215", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6216", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6217", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6218", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6219", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6220", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6221", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6222", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6223", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6224", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6225", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6226", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6227", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6228", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6229", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6230", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6231", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6232", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6233", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6234", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6235", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6236", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6237", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6238", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6239", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6240", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6241", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6242", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6243", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6244", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6245", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6246", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6247", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6248", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6249", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6250", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6251", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6252", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6253", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6254", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6255", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6256", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6257", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6258", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6259", - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6260", - "name": "Broodoo shield (10)", - "archery_ticket_price": "0", - "attack_anims": "7060", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6261", - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6262", - "name": "Broodoo shield (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6263", - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6264", - "name": "Broodoo shield (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6265", - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6266", - "name": "Broodoo shield (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6267", - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6268", - "name": "Broodoo shield (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6269", - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6270", - "name": "Broodoo shield (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6271", - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6272", - "name": "Broodoo shield (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6273", - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6274", - "name": "Broodoo shield (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6275", - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6276", - "name": "Broodoo shield (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6277", - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6278", - "name": "Broodoo shield (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6279", - "name": "Broodoo shield", - "examine": "A scary broodoo shield.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}-{6,25}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6280", - "name": "Broodoo shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6281", - "name": "Thatch spar light", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6282", - "name": "Thatch spar light", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6283", - "name": "Thatch spar med", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6284", - "name": "Thatch spar med", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6285", - "name": "Thatch spar dense", - "examine": "A wooden pole for use in primitive construction.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "6286", - "name": "Thatch spar dense", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6287", - "name": "Snake hide", - "examine": "Scaly but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6288", - "name": "Snake hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6289", - "name": "Snakeskin", - "examine": "Scaley but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6290", - "name": "Snakeskin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6291", - "name": "Spider carcass", - "examine": "Its creeping days are over!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "6292", - "name": "Spider carcass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6293", - "name": "Spider on stick", - "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6294", - "name": "Spider on stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6295", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6296", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6297", - "name": "Spider on stick", - "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "50", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6298", - "name": "Spider on stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6299", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6300", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6302", - "name": "Burnt spider", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6303", - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "40", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6304", - "name": "Spider on shaft", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6305", - "name": "Skewer stick", - "examine": "A sharp pointed stick, quite resistant to fire.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6306", - "name": "Trading sticks", - "examine": "Karamja currency.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6311", - "name": "Gout tuber", - "examine": "Plant this in a herb patch to grow Goutweed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6312", - "name": "Gout tuber", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6313", - "name": "Opal machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "500", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.35" - }, - { - "id": "6314", - "name": "Opal machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6315", - "name": "Jade machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "1000", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "6316", - "name": "Jade machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6317", - "name": "Red topaz machete", - "examine": "A jungle specific slashing device.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2554", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.3" - }, - { - "id": "6318", - "name": "Red topaz machete", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6319", - "name": "Proboscis", - "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6322", - "name": "Snakeskin body", - "examine": "Made from 100% real snakeskin.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,30}-{4,30}", - "shop_price": "1588", - "tradeable": "true", - "weight": "10" - }, - { - "id": "6323", - "name": "Snakeskin body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6324", - "name": "Snakeskin chaps", - "examine": "Made from 100% real snake.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6325", - "name": "Snakeskin chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6326", - "name": "Snakeskin bandana", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "6327", - "name": "Snakeskin bandana", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6328", - "name": "Snakeskin boots", - "examine": "Made from snakes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "6329", - "name": "Snakeskin boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6330", - "name": "Snakeskin v'brace", - "examine": "Made from 100% real snake.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10000", - "requirements": "{1,30}-{4,30}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6331", - "name": "Snakeskin v'brace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6332", - "name": "Mahogany logs", - "examine": "Some well-cut mahogany logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1.33" - }, - { - "id": "6333", - "name": "Teak logs", - "examine": "Some well-cut teak logs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "1.35" - }, - { - "id": "6334", - "name": "Teak logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "6335", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6336", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6337", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6338", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6339", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6340", - "name": "Tribal mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6341", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6342", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6343", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6344", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6345", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6346", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6347", - "name": "Villager armband", - "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6348", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6349", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6350", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6351", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6352", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6353", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6354", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6355", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6356", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6357", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6358", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6359", - "name": "Villager armband", - "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6360", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6361", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6362", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6363", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6364", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6365", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6366", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6367", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6368", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6369", - "name": "Villager armband", - "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6370", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6371", - "name": "Tribal top", - "examine": "Local dress.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6372", - "name": "Tribal top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6373", - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "250", - "tradeable": "true", - "weight": "2" - }, - { - "id": "6374", - "name": "Villager robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6375", - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6376", - "name": "Villager hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6377", - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "100", - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6378", - "name": "Villager sandals", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6379", - "name": "Villager armband", - "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "150", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6380", - "name": "Villager armband", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6382", - "name": "Fez", - "examine": "A fez hat. Juss like that.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "hat": true, - "shop_price": "24", - "tradeable": "true" - }, - { - "id": "6383", - "name": "Fez", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6384", - "name": "Desert top", - "examine": "A bit itchy.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "15", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6385", - "name": "Desert top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6386", - "name": "Desert robes", - "examine": "Has a coarse hard wearing texture.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6387", - "name": "Desert robes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6388", - "name": "Desert top", - "examine": "A bit itchy.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "15", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6389", - "name": "Desert top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6390", - "name": "Desert legs", - "examine": "Better than factor 50 sun cream.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6391", - "name": "Desert legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6392", - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "35", - "tradeable": "true" - }, - { - "id": "6393", - "name": "Menap headgear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6394", - "name": "Menaphite top", - "examine": "Colourful.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6395", - "name": "Menaphite top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6396", - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true" - }, - { - "id": "6397", - "name": "Menaphite robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6398", - "name": "Menap action kilt", - "examine": "Look at those nobbily knees.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6399", - "name": "Menap action kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6400", - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "35", - "tradeable": "true" - }, - { - "id": "6401", - "name": "Menap headgear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6402", - "name": "Menaphite top", - "examine": "Colourful.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6403", - "name": "Menaphite top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6404", - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "40", - "tradeable": "true" - }, - { - "id": "6405", - "name": "Menaphite robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6406", - "name": "Menap action kilt", - "examine": "Look at those nobbily knees.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "6407", - "name": "Menap action kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6408", - "name": "Oak blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,10}-{0,10}", - "shop_price": "400", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6409", - "name": "Oak blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6410", - "name": "Oak blackjack(d)", - "examine": "An defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,10}-{1,10}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6411", - "name": "Oak blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6412", - "name": "Willow blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,20}-{0,20}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6413", - "name": "Willow blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6414", - "name": "Willow blackjack(d)", - "examine": "A defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,20}-{1,20}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6415", - "name": "Willow blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6416", - "name": "Maple blackjack", - "examine": "A solid bit of maple.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0", - "defence_anim": "425", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}", - "shop_price": "1200", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6417", - "name": "Maple blackjack", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6418", - "name": "Maple blackjack(o)", - "examine": "An offensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}-{0,30}", - "shop_price": "1600", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6419", - "name": "Maple blackjack(o)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6420", - "name": "Maple blackjack(d)", - "examine": "A defensive blackjack.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{17,30}-{1,30}", - "shop_price": "952", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1" - }, - { - "id": "6421", - "name": "Maple blackjack(d)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6422", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6423", - "name": "Air rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6424", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6425", - "name": "Water rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6426", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6427", - "name": "Earth rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6428", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6429", - "name": "Fire rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6430", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true" - }, - { - "id": "6431", - "name": "Chaos rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6432", - "name": "Death rune", - "examine": "Used for medium missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "310", - "tradeable": "true" - }, - { - "id": "6433", - "name": "Death rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6434", - "name": "Law rune", - "examine": "Used for teleport spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "378", - "tradeable": "true" - }, - { - "id": "6435", - "name": "Law rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6436", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "6437", - "name": "Mind rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6438", - "name": "Body rune", - "examine": "Used for Curse spells", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "16", - "tradeable": "true" - }, - { - "id": "6439", - "name": "Body rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6448", - "name": "Spadeful of coke", - "examine": "A spadeful of refined coal.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "6453", - "name": "White rose seed", - "examine": "A white rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "28.928" - }, - { - "id": "6454", - "name": "Red rose seed", - "examine": "A red rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6455", - "name": "Pink rose seed", - "examine": "A pink rosebush seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6456", - "name": "Vine seed", - "examine": "A grapevine seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6457", - "name": "Delphinium seed", - "examine": "A delphinium seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6460", - "name": "Snowdrop seed", - "examine": "A snowdrop seed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6461", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6462", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6463", - "name": "White tree shoot", - "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6464", - "name": "White tree sapling", - "examine": "A young White Tree sapling", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "6465", - "name": "Ring of charos(a)", - "examine": "The power within this ring has been activated.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", - "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "6466", - "name": "Rune shards", - "examine": "A rune essence chip that has been broken into shards.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6467", - "name": "Rune dust", - "examine": "Crushed rune essence.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6468", - "name": "Plant cure", - "examine": "Use this on plants to cure disease.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "6469", - "name": "White tree fruit", - "examine": "Looks delicious.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6470", - "name": "Compost potion(4)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6471", - "name": "Compost potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6472", - "name": "Compost potion(3)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6473", - "name": "Compost potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6474", - "name": "Compost potion(2)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6475", - "name": "Compost potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6476", - "name": "Compost potion(1)", - "examine": "Pour this onto compost to make it into super-compost.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6477", - "name": "Compost potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6478", - "name": "Trolley", - "examine": "I can use this to move heavy objects. (or) An empty trolley.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another one from Queen Ellamaria", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "6479", - "name": "List", - "examine": "A list of things that I must collect for Queen Ellamaria.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another list from Queen Ellamaria in Varrock", - "durability": null, - "tradeable": "false" - }, - { - "id": "6522", - "name": "Toktz-xil-ul", - "examine": "A razor sharp ring of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "2614,2614,2614,2614", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{4,60}", - "shop_price": "375", - "tokkul_price": "375", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "6523", - "name": "Toktz-xil-ak", - "examine": "A razor sharp sword of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,60}", - "shop_price": "60000", - "tokkul_price": "60000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "6524", - "name": "Toktz-ket-xil", - "examine": "A spiked shield of Obsidian.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,60}", - "shop_price": "67500", - "tokkul_price": "67500", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6525", - "name": "Toktz-xil-ek", - "examine": "A large knife of Obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "2584", - "requirements": "{0,60}", - "shop_price": "37500", - "tokkul_price": "37500", - "tradeable": "true", - "weapon_interface": "6", - "weight": "0.4" - }, - { - "id": "6526", - "name": "Toktz-mej-tal", - "examine": "A staff of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "6", - "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,60}-{6,60}", - "run_anim": "1210", - "shop_price": "52500", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tokkul_price": "52500", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "6527", - "name": "Tzhaar-ket-em", - "examine": "A mace of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "requirements": "{0,60}", - "shop_price": "45000", - "tokkul_price": "45000", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6528", - "name": "Tzhaar-ket-om", - "examine": "A maul of obsidian.", - "archery_ticket_price": "0", - "attack_anims": "2661,2661,2661,2661", - "attack_audios": "2520,0,0,0", - "attack_speed": "7", - "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "27", - "requirements": "{2,60}", - "run_anim": "1664", - "shop_price": "75000", - "stand_anim": "1662", - "stand_turn_anim": "823", - "tokkul_price": "75000", - "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "3.6" - }, - { - "id": "6529", - "name": "Tokkul", - "examine": "It's a Token of some kind made from Obsidian.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "6535", - "name": "Toktz-xil-ak", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6536", - "name": "Toktz-ket-xil", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6537", - "name": "Toktz-xil-ek", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6538", - "name": "Toktz-mej-tal", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6539", - "name": "Tzhaar-ket-em", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6540", - "name": "Tzhaar-ket-om", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6541", - "name": "Mouse toy", - "examine": "An Advanced Combat Training Device.", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", - "destroy": "true", - "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weapon_interface": "12", - "weight": "0.1" - }, - { - "id": "6542", - "name": "Present", - "examine": "Thanks for all your help! Love, Bob & Neite.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will not get a replacement for the present. Open it for your reward.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6543", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6544", - "name": "Catspeak amulet(e)", - "examine": "It's an amulet of cat speak. It makes vague purring noises.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.", + "ge_buy_limit": "5000", + "grand_exchange_price": "185", "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6545", - "name": "Chores", - "examine": "A list of chores that Bob gave you to do.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You have completed the chores; you can safely destroy the list.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6546", - "name": "Recipe", - "examine": "It says on the back 'My favourite recipe.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6547", - "name": "Doctors hat", - "examine": "A mirror helps reflect light on the subject.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "6548", - "name": "Nurse hat", - "examine": "A nurse's hat, but does it have healing powers?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "6549", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6550", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6551", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6552", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6553", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6554", - "name": "Lazy cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6555", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6556", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6557", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6558", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6559", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6560", - "name": "Wily cat", - "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6562", - "name": "Mud battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Gold necklace", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "6563", - "name": "Mystic mud staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "shop_price": "40000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "6564", - "name": "Onyx ring", - "examine": "A valuable ring.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "1655" }, { - "id": "6565", - "name": "Onyx necklace", + "shop_price": "945", + "ge_buy_limit": "5000", "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", + "grand_exchange_price": "534", "durability": null, - "tradeable": "true" - }, - { - "id": "6566", - "name": "Onyx amulet", - "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6568", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "lendable": "true", - "shop_price": "90000", - "tokkul_price": "90000", + "name": "Sapphire necklace", "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6569", - "name": "Obsidian cape", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "1656", + "equipment_slot": "2" }, { - "id": "6570", - "name": "Fire cape", - "examine": "A cape of fire.", + "ge_buy_limit": "5000", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", - "durability": null, - "equipment_slot": "1", - "tradeable": "false", - "weight": "1.8" + "id": "1657" }, { - "id": "6571", - "name": "Uncut onyx", - "examine": "An uncut onyx.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2700000", - "tokkul_price": "300000", - "tradeable": "true" - }, - { - "id": "6572", - "name": "Uncut onyx", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6573", - "name": "Onyx", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6574", - "name": "Onyx", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6575", - "name": "Onyx ring", - "examine": "A valuable ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6576", - "name": "Onyx ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6577", - "name": "Onyx necklace", + "shop_price": "1425", + "ge_buy_limit": "5000", "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", + "grand_exchange_price": "781", "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1658", + "equipment_slot": "2" }, { - "id": "6578", - "name": "Onyx necklace", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "781", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1659" }, { - "id": "6579", - "name": "Onyx amulet", + "shop_price": "870", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1660", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1661" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1662", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1663" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1664", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1665" + }, + { + "shop_price": "945", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "532", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1668" + }, + { + "shop_price": "1425", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "741", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1669" + }, + { + "shop_price": "870", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1194", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1670" + }, + { + "shop_price": "3307", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "9795", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1671" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "23010", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1672" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", "examine": "It needs a string so I can wear it.", - "archery_ticket_price": "0", + "grand_exchange_price": "172", "durability": null, - "tradeable": "true" + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1673" }, { - "id": "6580", - "name": "Onyx amulet", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "172", "durability": null, - "tradeable": "true" + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1674" }, { - "id": "6581", - "name": "Onyx amulet", + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1675" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1676" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1677" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1678" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1679" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1680" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1681" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1682" + }, + { + "ge_buy_limit": "100", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1684" + }, + { + "shop_price": "810", "examine": "I wonder if I can get this enchanted.", - "archery_ticket_price": "0", + "grand_exchange_price": "417", "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6582", - "name": "Onyx amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6583", - "name": "Ring of stone", - "examine": "An enchanted ring.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6584", - "name": "Ring of stone", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6585", - "name": "Amulet of fury", - "examine": "A very powerful onyx amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "lendable": "true", - "tradeable": "true" - }, - { - "id": "6586", - "name": "Amulet of fury", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6587", - "name": "White claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_anims": "390,390,390,390", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2583", - "requirements": "{0,10}-{5,10}", - "shop_price": "360", + "name": "Sapphire amulet", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" + "archery_ticket_price": "0", + "id": "1687" }, { - "id": "6588", - "name": "White claws", - "archery_ticket_price": "0", + "shop_price": "1147", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "648", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6589", - "name": "White battleaxe", - "examine": "A vicious looking axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2586", - "requirements": "{0,10}-{5,10}", - "shop_price": "1248", + "name": "Emerald amulet", "tradeable": "true", - "weapon_interface": "2", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "1688" }, { - "id": "6590", - "name": "White battleaxe", - "archery_ticket_price": "0", + "shop_price": "2025", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1098", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6591", - "name": "White dagger", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", + "name": "Ruby amulet", "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6592", - "name": "White dagger", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6593", - "name": "White dagger(p)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6594", - "name": "White dagger(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6595", - "name": "White dagger(p+)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6596", - "name": "White dagger(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6597", - "name": "White dagger(p++)", - "examine": "A vicious white dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "2584", - "requirements": "{0,10}-{5,10}", - "shop_price": "240", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "6598", - "name": "White dagger(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6599", - "name": "White halberd", - "examine": "A white halberd.", - "archery_ticket_price": "0", - "attack_anims": "440,440,412,440", - "attack_speed": "7", - "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0", - "defence_anim": "430", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{2,5}", - "run_anim": "1210", - "shop_price": "1920", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "15", - "weight": "3.1" - }, - { - "id": "6600", - "name": "White halberd", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6601", - "name": "White mace", - "examine": "A spiky mace.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}-{5,10}", - "shop_price": "432", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "6602", - "name": "White mace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6603", - "name": "White magic staff", - "examine": "A Magical staff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,10}-{5,10}", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "6604", - "name": "White magic staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6605", - "name": "White sword", - "examine": "A razor sharp sword.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "4", - "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1381", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "624", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "6606", - "name": "White sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6607", - "name": "White longsword", - "examine": "A razor sharp longsword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "960", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6608", - "name": "White longsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6609", - "name": "White 2h sword", - "examine": "A two handed sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}-{5,10}", - "run_anim": "7039", - "shop_price": "1920", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "6610", - "name": "White 2h sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6611", - "name": "White scimitar", - "examine": "A vicious, curved sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,10}-{5,10}", - "run_anim": "824", - "shop_price": "768", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "6612", - "name": "White scimitar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6613", - "name": "White warhammer", - "examine": "I don't think it's intended for joinery.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}-{5,10}", - "shop_price": "980", - "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" - }, - { - "id": "6614", - "name": "White warhammer", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6615", - "name": "White chainbody", - "examine": "A series of connected metal rings.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1440", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "6616", - "name": "White chainbody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6617", - "name": "White platebody", - "examine": "Provides excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "3840", - "tradeable": "true", - "weight": "9.9" - }, - { - "id": "6618", - "name": "White platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6619", - "name": "White boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "576", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6620", - "name": "White boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6621", - "name": "White med helm", - "examine": "A medium sized helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "576", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "6622", - "name": "White med helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6623", - "name": "White full helm", - "examine": "A full face helmet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}-{5,10}", - "shop_price": "1056", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "6624", - "name": "White full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6625", - "name": "White platelegs", - "examine": "Big, white and heavy looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1920", - "tradeable": "true", - "weight": "9" - }, - { - "id": "6626", - "name": "White platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6627", - "name": "White plateskirt", - "examine": "Big, white, and heavy looking.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1920", - "tradeable": "true", - "weight": "8.1" - }, - { - "id": "6628", - "name": "White plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6629", - "name": "White gloves", - "examine": "These will keep my hands warm!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "6", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6630", - "name": "White gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6631", - "name": "White sq shield", - "examine": "A medium square shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1152", - "tradeable": "true", - "weight": "3.6" - }, - { - "id": "6632", - "name": "White sq shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6633", - "name": "White kiteshield", - "examine": "A large metal shield.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,10}-{5,10}", - "shop_price": "1632", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "6634", - "name": "White kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6635", - "name": "Commorb", - "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1" - }, - { - "id": "6636", - "name": "Solus's hat", - "examine": "Proof that I have defeated the evil mage Solus.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6637", - "name": "Dark beast", - "examine": "From a darker dimension.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6638", - "name": "Colour wheel", - "examine": "A key to the nature of light itself. (Mourning's Ends Part II)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6639", - "name": "Hand mirror", - "examine": "A small hand mirror.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new mirror.", + "archery_ticket_price": "0", + "id": "1689" + }, + { + "shop_price": "3307", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1993", "durability": null, - "tradeable": "false" - }, - { - "id": "6641", - "name": "Yellow crystal", - "examine": "A yellow crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6643", - "name": "Cyan crystal", - "examine": "A cyan crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6644", - "name": "Blue crystal", - "examine": "A blue crystal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6646", - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6647", - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Resetting the light maze will generate a new crystal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6648", - "name": "Item list", - "examine": "It's a list of items I need to collect.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another list from Thorgel.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6649", - "name": "Edern's journal", - "examine": "The journal of Nissyen Edern.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6650", - "name": "Blackened crystal", - "examine": "A blackened crystal sample.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6651", - "name": "Newly made crystal", - "examine": "A newly formed crystal / A warm energy radiates from this crystal.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6652", - "name": "Newly made crystal", - "examine": "A newly formed crystal / A warm energy radiates from this crystal.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6653", - "name": "Crystal trinket", - "examine": "A small Crystal trinket.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6654", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6655", - "name": "Camo bottoms", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6656", - "name": "Camo helmet", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "2.2" - }, - { - "id": "6657", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" - }, - { - "id": "6658", - "name": "Camo bottoms", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "2.2" - }, - { - "id": "6659", - "name": "Camo helmet", - "examine": "Examine what?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "2.2" - }, - { - "id": "6660", - "name": "Fishing explosive", - "examine": "The jar keeps shaking... I'm scared.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "60" - }, - { - "id": "6661", - "name": "Mogre", - "examine": "An angry Ogre in a funny hat.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6662", - "name": "Broken fishing rod", - "examine": "This fishing rod seems to have been bitten in half.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6663", - "name": "Forlorn boot", - "examine": "It seems someone vacated this boot in a hurry.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6664", - "name": "Fishing explosive", - "examine": "The jar keeps shaking... I'm scared.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{18,32}", - "shop_price": "60" - }, - { - "id": "6665", - "name": "Mudskipper hat", - "examine": "Fishy, damp and smelly.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "6666", - "name": "Flippers", - "examine": "Strangely uncomfortable flippers.", - "archery_ticket_price": "0", - "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "weight": "2" - }, - { - "id": "6667", - "name": "Fishbowl", - "examine": "An empty fishbowl.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", + "name": "Diamond amulet", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1690" }, { - "id": "6668", - "name": "Fishbowl", - "examine": "A fishless fishbowl.", - "archery_ticket_price": "0", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "18436", "durability": null, + "name": "Dragonstone ammy", "tradeable": "true", - "weight": "2.3" + "archery_ticket_price": "0", + "id": "1691" }, { - "id": "6669", - "name": "Fishbowl", - "examine": "A fishless fishbowl with some seaweed.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6670", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Bluefish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6671", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Greenfish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6672", - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Spinefish in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "2.3" - }, - { - "id": "6673", - "name": "Fishbowl and net", - "examine": "An empty fishbowl in a net.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "6674", - "name": "Tiny net", - "examine": "A tiny net for grabbing tiny fish.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "1" - }, - { - "id": "6675", - "name": "An empty box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6677", - "name": "Guam in a box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6678", - "name": "Guam in a box?", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6679", - "name": "Seaweed in a box", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6680", - "name": "Seaweed in a box?", - "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6681", - "name": "Ground guam", - "examine": "One of the ingredients for making fish food.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6682", - "name": "Ground guam", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6683", - "name": "Ground seaweed", - "examine": "One of the ingredients for making fish food.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6684", - "name": "Ground seaweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6685", - "name": "Saradomin brew(4)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6686", - "name": "Saradomin brew(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6687", - "name": "Saradomin brew(3)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6688", - "name": "Saradomin brew(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6689", - "name": "Saradomin brew(2)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6690", - "name": "Saradomin brew(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6691", - "name": "Saradomin brew(1)", - "examine": "A Saradomin Brew.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6692", - "name": "Saradomin brew(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6693", - "name": "Crushed nest", - "examine": "It's a crushed bird's nest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6694", - "name": "Crushed nest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6695", - "name": "Desert lizard", - "examine": "\"A cold-blooded creature, partial to warmth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6696", - "name": "Ice cooler", - "examine": "Contains ice-cold water.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{22,18}", - "shop_price": "1" - }, - { - "id": "6697", - "name": "Pat of butter", - "examine": "A pat of freshly churned butter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "5", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "6698", - "name": "Pat of butter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6700", - "name": "Burnt potato", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6701", - "name": "Baked potato", - "examine": "It'd taste even better with some toppings.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6702", - "name": "Baked potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6703", - "name": "Potato with butter", - "examine": "A baked potato with butter.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6704", - "name": "Potato with butter", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6705", - "name": "Potato with cheese", - "examine": "A baked potato with butter and cheese.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6706", - "name": "Potato with cheese", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6707", - "name": "Camulet", - "examine": "An amulet of Camel-speak. It makes vague braying noises.", - "archery_ticket_price": "0", - "durability": null, + "id": "1692", "equipment_slot": "2" }, { - "id": "6708", - "name": "Slayer gloves", - "examine": "Especially good against diseased arachnids.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", - "durability": null, - "shop_price": "200" - }, - { - "id": "6709", - "name": "Fever spider", - "examine": "A bunch of legs, eyes and teeth.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "6710", - "name": "Blindweed seed", - "examine": "A blindweed seed - plant in a Blindweed patch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6711", - "name": "Blindweed", - "examine": "An inedible, foul smelling herb.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6712", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "137", "durability": null, + "name": "Gold amulet", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "1693" }, { - "id": "6713", - "name": "Wrench", - "examine": "A heavy metal wrench.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6714", - "name": "Holy wrench", - "examine": "A shining paragon of wrenchly virtue.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6715", - "name": "Sluglings", - "examine": "They look at you balefully. 'Feed us...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6716", - "name": "Karamthulhu", - "examine": "A sinister looking squid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6717", - "name": "Karamthulhu", - "examine": "A sinister looking squid.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6718", - "name": "Fever spider body", - "examine": "A diseased deceased Fever Spider. Handle with care.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6719", - "name": "Unsanitary swill", - "examine": "Sorry, I mean a bucket of 'rum'.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6720", - "name": "Slayer gloves", - "examine": "Especially good against diseased arachnids.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "435", "durability": null, - "equipment_slot": "9", - "requirements": "{18,42}", - "shop_price": "200" + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1694", + "equipment_slot": "2" }, { - "id": "6721", - "name": "Rusty scimitar", - "examine": "A decent enough weapon gone rusty.", - "archery_ticket_price": "0", - "attack_audios": "2500,0,2517,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "435", "durability": null, - "weight": "2" + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1695" }, { - "id": "6722", - "name": "Zombie head", - "examine": "Alas...I hardly knew him.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6723", - "name": "Fishbowl", - "archery_ticket_price": "0", + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "659", "durability": null, - "tradeable": "true" + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1696", + "equipment_slot": "2" }, { - "id": "6724", - "name": "Seercull", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_speed": "5", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", + "ge_buy_limit": "5000", + "grand_exchange_price": "659", "durability": null, - "equipment_slot": "3", + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1697" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1698", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1699" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1700", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1701" + }, + { "ge_buy_limit": "100", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "2588", - "requirements": "{4,50}", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1" + "archery_ticket_price": "0", + "id": "1702", + "equipment_slot": "2" }, { - "id": "6725", - "name": "Seercull", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6726", - "name": "Mud battlestaff", - "archery_ticket_price": "0", + "grand_exchange_price": "27100", "durability": null, - "tradeable": "true" - }, - { - "id": "6727", - "name": "Mystic mud staff", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6728", - "name": "Bonemeal", - "examine": "A pot of crushed small zombie monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6729", - "name": "Dagannoth bones", - "examine": "These would feed a dogfish for months!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", + "name": "Dragonstone ammy", "tradeable": "true", - "weight": "1.5" + "archery_ticket_price": "0", + "id": "1703" }, { - "id": "6730", - "name": "Dagannoth bones", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6731", - "name": "Seers ring", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6732", - "name": "Seers ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6733", - "name": "Archers ring", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6734", - "name": "Archers ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6735", - "name": "Warrior ring", - "examine": "A legendary ring once worn by Fremennik warriors.", - "archery_ticket_price": "0", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6736", - "name": "Warrior ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6737", - "name": "Berserker ring", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "tradeable": "true" - }, - { - "id": "6738", - "name": "Berserker ring", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6739", - "name": "Dragon axe", - "examine": "A very powerful axe.", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "rare_item": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "6740", - "name": "Dragon axe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6741", - "name": "Broken axe", - "examine": "Bob can fix this broken (metal) axe for me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "2.5" - }, - { - "id": "6742", - "name": "Broken axe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6744", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6745", - "name": "Silverlight", - "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "render_anim": "2554", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6746", - "name": "Darklight", - "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "5", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "2554", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "6747", - "name": "Demonic sigil mould", - "examine": "Used to make the sigil of the demon Agrith-Naar.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6748", - "name": "Demonic sigil", - "examine": "A sigil used for the summoning of the demon Agrith-Naar.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "6749", - "name": "Demonic tome", - "examine": "Will this book help in summoning Agrith-Naar?", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.4" - }, - { - "id": "6750", - "name": "Black desert shirt", - "examine": "A desert shirt stained black with mushroom ink.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6752", - "name": "Black desert robe", - "examine": "A desert robe stained black with mushroom ink.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6754", - "name": "Enchanted key", - "examine": "It changes temperature as I walk. (Meeting History)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Hopefully Erin has a copy!", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "6760", - "name": "Guthix mjolnir", - "examine": "A Guthix Mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "250", - "stand_anim": "813", - "stand_turn_anim": "1209", + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1704", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6761", - "name": "Guthix mjolnir", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6762", - "name": "Saradomin mjolnir", - "examine": "A Saradomin Mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "28000", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "250", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Amulet of glory", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1705" }, { - "id": "6763", - "name": "Saradomin mjolnir", - "archery_ticket_price": "0", + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6764", - "name": "Zamorak mjolnir", - "examine": "A Zamorak mjolnir.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "defence_anim": "2079", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Amulet of glory(1)", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" + "archery_ticket_price": "0", + "id": "1706", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6765", - "name": "Zamorak mjolnir", - "archery_ticket_price": "0", + "examine": "Swap this note at any bank for the equivalent item.", "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1707" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1708", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1709" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1710", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1711" + }, + { "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6766", - "name": "Cat antipoison", - "examine": "Antipoison for Pox.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6768", - "name": "Poisoned cheese", - "examine": "A little more smelly than usual.", - "archery_ticket_price": "0", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "29300", "durability": null, - "weight": "0.2" - }, - { - "id": "6769", - "name": "Music scroll", - "examine": "Charming.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6770", - "name": "Directions", - "examine": "Jimmy Dazzler's directions.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6771", - "name": "Pot of weeds", - "examine": "Contains garden weeds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6772", - "name": "Smouldering pot", - "examine": "Contains slowly burning garden weeds.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6773", - "name": "Rat pole", - "examine": "A pole for putting rats on.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6774", - "name": "Rat pole", - "examine": "A pole with one rat on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6775", - "name": "Rat pole", - "examine": "A pole with two rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6776", - "name": "Rat pole", - "examine": "A pole with three rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6777", - "name": "Rat pole", - "examine": "A pole with four rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6778", - "name": "Rat pole", - "examine": "A pole with five rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6779", - "name": "Rat pole", - "examine": "A pole with six rats on it.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "10", - "weight": "2.2" - }, - { - "id": "6780", - "name": "Menaphite thug", - "examine": "Menaphite thug.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6786", - "name": "Robe of elidinis", - "examine": "This looks quite old.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "6787", - "name": "Robe of elidinis", - "examine": "This looks quite old.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "6788", - "name": "Torn robe", - "examine": "This robe is too torn to wear.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6789", - "name": "Torn robe", - "examine": "This robe is too torn to wear.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6790", - "name": "Shoes", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "6791", - "name": "Sole", - "examine": "Awusah's Sole.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6792", - "name": "Ancestral key", - "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6793", - "name": "Ballad", - "examine": "The Ballad of Jaresh.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6794", - "name": "Choc-ice", - "examine": "A tasty treat from Nardah - better eat this before it melts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "6795", - "name": "Choc-ice", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6796", - "name": "Lamp", - "examine": "Wonder what happens if I rub it...", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "weight": "0.1" - }, - { - "id": "6797", - "name": "Watering can", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8" - }, - { - "id": "6798", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6799", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6800", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6801", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6802", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6803", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6804", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6805", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6806", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6807", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6808", - "name": "Champion scroll", - "examine": "A scroll once used by a champion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6809", - "name": "Granite legs", - "examine": "These look pretty heavy.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "lendable": "true", - "requirements": "{1,50}-{2,50}", + "name": "Amulet of glory(4)", "tradeable": "true", - "weight": "15" + "archery_ticket_price": "0", + "id": "1712", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" }, { - "id": "6810", - "name": "Bonemeal", - "examine": "A pot of crushed large zombie monkey bones.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "6811", - "name": "Skeletal wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null - }, - { - "id": "6812", - "name": "Wyvern bones", - "examine": "Bones of a huge flying creature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6813", - "name": "Granite legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6814", - "name": "Fur", - "examine": "This would make warm clothing.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "shop_price": "20", + "grand_exchange_price": "29300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(4)", "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6815", - "name": "Fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6816", - "name": "Wyvern bones", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6817", - "name": "Slender blade", - "examine": "A slender two-handed sword.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "124", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "false", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weight": "3" - }, - { - "id": "6818", - "name": "Bow-sword", - "examine": "A sharp sword that can also fire arrows.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make a replacement.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weight": "3" - }, - { - "id": "6819", - "name": "Large pouch", - "examine": "A large pouch used for storing essence.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "25000", - "weight": "1" - }, - { - "id": "6820", - "name": "Relic", - "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6821", - "name": "Orb", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6822", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6823", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6824", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6825", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6826", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6827", - "name": "Star bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6828", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6829", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6830", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6831", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6832", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6833", - "name": "Box bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6834", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6835", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6836", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6837", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6838", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6839", - "name": "Diamond bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6840", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6841", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6842", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6843", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6844", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6845", - "name": "Tree bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6846", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6847", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6848", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6849", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6850", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6851", - "name": "Bell bauble", - "examine": "See individual articles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6852", - "name": "Puppet box", - "examine": "A box for storing completed puppets.", "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" + "id": "1713" }, { - "id": "6853", - "name": "Bauble box", - "examine": "A box for storing painted baubles.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6854", - "name": "Puppet box", - "examine": "A box for storing completed puppets.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6855", - "name": "Bauble box", - "examine": "A box for storing painted baubles.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6856", - "name": "Bobble hat", - "examine": "A woolly bobble hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6857", - "name": "Bobble scarf", - "examine": "A woolly scarf.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "2", - "weight": "0.25" - }, - { - "id": "6858", - "name": "Jester hat", - "examine": "A woolly Jester hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "shop_price": "160", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6859", - "name": "Jester scarf", - "examine": "A woolly jester scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Jester scarf from Diango.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6860", - "name": "Tri-jester hat", - "examine": "A woolly triple bobble jester hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You may get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6861", - "name": "Tri-jester scarf", - "examine": "A woolly jester scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6862", - "name": "Woolly hat", - "examine": "A woolly tobogganing hat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6863", - "name": "Woolly scarf", - "examine": "A woolly tobogganing scarf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "6864", - "name": "Marionette handle", - "examine": "The controlling part of a marionette.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "6865", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6866", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6867", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6868", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6869", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6870", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6871", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6872", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6873", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6874", - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6875", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6876", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6877", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6878", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6879", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6880", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6881", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6882", - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "6883", - "name": "Peach", - "examine": "A tasty fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6885", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6886", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6887", - "name": "Progress hat", - "examine": "A magic training arena progress hat", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "6888", - "name": "Guardian statue", - "examine": "A guardian of the arena.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6889", - "name": "Mage's book", - "examine": "The magical book of the Mage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{6,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6890", - "name": "Mage's book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6891", - "name": "Arena book", - "examine": "A book about the Training Arena.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "200", - "weight": "1" - }, - { - "id": "6893", - "name": "Leather boots", - "examine": "Comfortable leather boots.", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "83", "durability": null, - "shop_price": "6", + "name": "Unstrung symbol", "tradeable": "true", - "weight": "0.3" + "archery_ticket_price": "0", + "id": "1714" }, { - "id": "6894", - "name": "Adamant kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "ge_buy_limit": "5000", + "grand_exchange_price": "83", "durability": null, + "name": "Unstrung symbol", "tradeable": "true", - "weight": "5.8" + "archery_ticket_price": "0", + "id": "1715" }, { - "id": "6895", - "name": "Adamant med helm", - "examine": "A medium sized helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bankable": "false", - "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "A symbol of Saradomin.", + "grand_exchange_price": "29", "durability": null, + "name": "Unblessed symbol", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1716", + "equipment_slot": "2" }, { - "id": "6896", - "name": "Emerald", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", + "ge_buy_limit": "5000", + "grand_exchange_price": "29", "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "6897", - "name": "Rune longsword", - "examine": "A razor sharp longsword", - "archery_ticket_price": "0", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bankable": "false", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "durability": null, - "lendable": "true", - "shop_price": "32000", + "name": "Unblessed symbol", "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6898", - "name": "Cylinder", - "examine": "A green cylinder", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6899", - "name": "Cube", - "examine": "A yellow cube", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6900", - "name": "Icosahedron", - "examine": "A blue icosahedron.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6901", - "name": "Pentamid", - "examine": "A red pentamid.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6902", - "name": "Orb", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6903", - "name": "Dragonstone", - "examine": "This looks valuable.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "6904", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6905", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6906", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6907", - "name": "Animals' bones", - "examine": "Various animals' bones.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6908", - "name": "Beginner wand", - "examine": "A beginner level wand", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{6,45}", - "run_anim": "1210", - "shop_price": "303030030", - "stand_anim": "809", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1", - "weight": "0.2" - }, - { - "id": "6909", - "name": "Beginner wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6910", - "name": "Apprentice wand", - "examine": "An apprentice level wand.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{6,50}", - "run_anim": "1210", - "shop_price": "606060060", - "stand_anim": "809", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1" - }, - { - "id": "6911", - "name": "Apprentice wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6912", - "name": "Teacher wand", - "examine": "A teacher level wand.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{6,55}", - "run_anim": "1210", - "stand_anim": "809", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1" - }, - { - "id": "6913", - "name": "Teacher wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6914", - "name": "Master wand", - "examine": "A master level wand.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1426", - "requirements": "{6,60}", - "run_anim": "1210", - "stand_anim": "8980", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1146", - "weapon_interface": "1", - "weight": "0.1" - }, - { - "id": "6915", - "name": "Master wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6916", - "name": "Infinity top", - "examine": "Mystical robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "6917", - "name": "Infinity top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6918", - "name": "Infinity hat", - "examine": "A mystic hat.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "hat": true, - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6919", - "name": "Infinity hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6920", - "name": "Infinity boots", - "examine": "Mystical boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6921", - "name": "Infinity boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6922", - "name": "Infinity gloves", - "examine": "Mystical gloves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6923", - "name": "Infinity gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6924", - "name": "Infinity bottoms", - "examine": "Mystical robes.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "6925", - "name": "Infinity bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "6926", - "name": "Bones to peaches", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6945", - "name": "Sandy hand", - "examine": "A severed hand covered with sand.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6946", - "name": "Beer-soaked hand", - "examine": "A severed hand dripping with beer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6947", - "name": "Bert's rota", - "examine": "A copy of a work rota.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Bert to replace this Rota.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6948", - "name": "Sandy's rota", - "examine": "An original work rota.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Search Sandy's office in Brimhaven for another Rota.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6949", - "name": "A magic scroll", - "examine": "Maybe I should read this...", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6950", - "name": "Magical orb", - "examine": "An ordinary looking scrying orb.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6951", - "name": "Magical orb (a)", - "examine": "This magical scrying orb pulsates as it stores information.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6952", - "name": "Truth serum", - "examine": "Fluid sloshes innocently in this vial.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6953", - "name": "Bottled water", - "examine": "A bottle of water.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6954", - "name": "Redberry juice", - "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6955", - "name": "Pink dye", - "examine": "A vial of pink dye.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.", - "durability": null, - "shop_price": "20", - "tradeable": "false" - }, - { - "id": "6956", - "name": "Rose-tinted lens", - "examine": "This lens has a pinkish tinge to it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "6957", - "name": "Wizard's head", - "examine": "A decapitated, sand-covered head.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "6958", - "name": "Sand", - "examine": "A handful of sand from Sandy's pocket.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "6959", - "name": "Cape", - "examine": "Use pink dye on a cape and this is what you get!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "shop_price": "20", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "6960", - "name": "Cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6961", - "name": "Baguette", - "examine": "A freshly baked baguette.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6962", - "name": "Triangle sandwich", - "examine": "A freshly made triangle sandwich.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "6963", - "name": "Roll", - "examine": "A freshly made roll.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "6964", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "6965", - "name": "Square sandwich", - "examine": "A freshly made square sandwich.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "6967", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "lendable": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "6968", - "name": "Triangle sandwich", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "6969", - "name": "Shark", - "examine": "I'd better be careful eating this.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.6" - }, - { - "id": "6970", - "name": "Pyramid top", - "examine": "It's a solid gold pyramid!", - "archery_ticket_price": "0", - "durability": null, - "weight": "11" - }, - { - "id": "6971", - "name": "Sandstone (1kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6972", - "name": "Sandstone (1kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6973", - "name": "Sandstone (2kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6974", - "name": "Sandstone (2kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6975", - "name": "Sandstone (5kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6976", - "name": "Sandstone (5kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6977", - "name": "Sandstone (10kg)", - "examine": "A large chunk of sandstone.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "6978", - "name": "Sandstone (10kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "6979", - "name": "Granite (500g)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6980", - "name": "Granite (500g)", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "1717" }, { - "id": "6981", - "name": "Granite (2kg)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6982", - "name": "Granite (2kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6983", - "name": "Granite (5kg)", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "6984", - "name": "Granite (5kg)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "6985", - "name": "Sandstone (20kg)", - "examine": "A huge twenty-kilo block of sandstone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.", - "durability": null, - "weight": "20" - }, - { - "id": "6986", - "name": "Sandstone (32kg)", - "examine": "A huge thirty-two-kilo block of sandstone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.", - "durability": null, - "weight": "32" - }, - { - "id": "6987", - "name": "Sandstone body", - "examine": "The body of a sandstone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.", - "durability": null - }, - { - "id": "6988", - "name": "Sandstone base", - "examine": "The base and legs of a sandstone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.", - "durability": null, - "weight": "32" - }, - { - "id": "6993", - "name": "Z sigil", - "examine": "A metal sigil in the shape of a Z.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6994", - "name": "M sigil", - "examine": "A metal sigil in the shape of an M.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6995", - "name": "R sigil", - "examine": "A metal sigil in the shape of an R.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6996", - "name": "K sigil", - "examine": "A metal sigil in the shape of a K.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "6997", - "name": "Stone left arm", - "examine": "The left arm of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's left arm back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "6998", - "name": "Stone right arm", - "examine": "The right arm of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's right arm back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "6999", - "name": "Stone left leg", - "examine": "The left leg of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's left leg back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "7000", - "name": "Stone right leg", - "examine": "The right leg of a large stone statue.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the statue's right leg back from Lazim.", - "durability": null, - "tradeable": "false", - "weight": "9" - }, - { - "id": "7001", - "name": "Camel mould (p)", - "examine": "A positive clay mould of a camel's head.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.", - "durability": null, - "tradeable": "false", - "weight": "0.5" - }, - { - "id": "7003", - "name": "Camel mask", - "examine": "Blend in in the desert.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.5" - }, - { - "id": "7004", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7051", - "name": "Unlit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{18,33}-{11,33}", - "shop_price": "130", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "7052", - "name": "Unlit bug lantern", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7053", - "name": "Lit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "requirements": "{18,33}", - "shop_price": "130", - "weight": "2.2" - }, - { - "id": "7054", - "name": "Chilli potato", - "examine": "A baked potato with chilli con carne", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7055", - "name": "Chilli potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7056", - "name": "Egg potato", - "examine": "A baked potato with egg and tomato.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7057", - "name": "Egg potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7058", - "name": "Mushroom potato", - "examine": "A baked potato with mushroom and onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7059", - "name": "Mushroom potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7060", - "name": "Tuna potato", - "examine": "A baked potato with tuna and sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7061", - "name": "Tuna potato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7062", - "name": "Chilli con carne", - "examine": "A bowl of meat in chilli-con-carne sauce.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7063", - "name": "Chilli con carne", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7064", - "name": "Egg and tomato", - "examine": "A bowl of scrambled eggs and tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7065", - "name": "Egg and tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7066", - "name": "Mushroom & onion", - "examine": "A bowl of fried mushroom and onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7067", - "name": "Mushroom & onion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7068", - "name": "Tuna and corn", - "examine": "A bowl of cooked tuna and sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7069", - "name": "Tuna and corn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7070", - "name": "Minced meat", - "examine": "A bowl of finely minced meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7071", - "name": "Minced meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7072", - "name": "Spicy sauce", - "examine": "A bowl of spicy sauce.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7073", - "name": "Spicy sauce", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7074", - "name": "Chopped garlic", - "examine": "A bowl of chopped garlic.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7075", - "name": "Chopped garlic", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7076", - "name": "Uncooked egg", - "examine": "A bowl of uncooked egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7077", - "name": "Uncooked egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7078", - "name": "Scrambled egg", - "examine": "A bowl of scrambled egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7079", - "name": "Scrambled egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7080", - "name": "Sliced mushrooms", - "examine": "A bowl of sliced Bittercap mushrooms.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7081", - "name": "Sliced mushrooms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7082", - "name": "Fried mushrooms", - "examine": "A bowl of fried Bittercap mushrooms.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7083", - "name": "Fried mushrooms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7084", - "name": "Fried onions", - "examine": "A bowl of sliced, fried onions.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7085", - "name": "Fried onions", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7086", - "name": "Chopped tuna", - "examine": "A bowl of finely chopped tuna.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7087", - "name": "Chopped tuna", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7088", - "name": "Sweetcorn", - "examine": "A bowl of cooked sweetcorn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7089", - "name": "Sweetcorn", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "7091", - "name": "Burnt egg", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7093", - "name": "Burnt onion", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7095", - "name": "Burnt mushroom", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7108", - "name": "Gunpowder", - "examine": "Best keep this away from naked flames.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7109", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7110", - "name": "Stripy pirate shirt", - "examine": "A seaworthy grey shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1718", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0", + "equipment_slot": "2" }, { - "id": "7111", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "88", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7112", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Holy symbol", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1719" }, { - "id": "7113", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "178", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7114", - "name": "Pirate boots", - "examine": "Not for land lubbers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unstrung emblem", "tradeable": "true", - "weight": "4" + "archery_ticket_price": "0", + "id": "1720" }, { - "id": "7115", - "name": "Pirate boots", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "178", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7116", - "name": "Pirate leggings", - "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unstrung emblem", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1721" }, { - "id": "7117", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "24", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7118", - "name": "Canister", - "examine": "A cannister holding shrapnel.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7120", - "name": "Ramrod", - "examine": "For cleaning and packing the cannon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "7121", - "name": "Repair plank", - "examine": "A plank of wood to repair the hull with.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7122", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Unpowered symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1722", + "equipment_slot": "2" }, { - "id": "7123", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "24", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7124", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Unpowered symbol", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1723" }, { - "id": "7125", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "shop_price": "135", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "57", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7126", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Unholy symbol", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1724", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0", + "equipment_slot": "2" }, { - "id": "7127", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "examine": "An enchanted ruby amulet.", + "grand_exchange_price": "1247", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7128", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Amulet of strength", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1725", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" }, { - "id": "7129", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1247", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7130", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Amulet of strength", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1726" }, { - "id": "7131", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "519", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7132", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Amulet of magic", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1727", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" }, { - "id": "7133", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "519", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7134", - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "shop_price": "300", + "name": "Amulet of magic", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1728" }, { - "id": "7135", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", + "shop_price": "1275", + "ge_buy_limit": "5000", + "examine": "An enchanted emerald amulet of protection.", + "grand_exchange_price": "721", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7136", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", + "name": "Amulet of defence", "tradeable": "true", - "weight": "0.1" + "archery_ticket_price": "0", + "id": "1729", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "2" }, { - "id": "7137", - "name": "Pirate bandana", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "721", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7138", - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", + "name": "Amulet of defence", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "1730" }, { - "id": "7139", - "name": "Pirate leggings", - "archery_ticket_price": "0", + "shop_price": "3525", + "ge_buy_limit": "5000", + "examine": "An enchanted diamond amulet of power.", + "grand_exchange_price": "2573", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7140", - "name": "Lucky cutlass", - "examine": "Feels quite lucky.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "2560", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "7141", - "name": "Harry's cutlass", - "examine": "I hope he doesn't want it back.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0", - "durability": null, - "equipment_slot": "3", - "shop_price": "1040", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "7142", - "name": "Rapier", - "examine": "The very butcher of a silk button.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "2622", - "shop_price": "25600", - "weapon_interface": "5", - "weight": "1" - }, - { - "id": "7143", - "name": "Plunder", - "examine": "Looks valuable.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7144", - "name": "Book o' piracy", - "examine": "By Cap'n Hook-Hand Morrisane.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7145", - "name": "Cannon barrel", - "examine": "A working cannon barrel.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "7146", - "name": "Broken cannon", - "examine": "Not likely to work again.", - "archery_ticket_price": "0", - "durability": null, - "weight": "32" - }, - { - "id": "7148", - "name": "Repair plank", - "examine": "A plank of wood to repair the hull with.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7149", - "name": "Canister", - "examine": "A cannister holding shrapnel.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7150", - "name": "Tacks", - "examine": "Useful for pinning up paintings.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7155", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "18", + "name": "Amulet of power", "tradeable": "true", - "weight": "1.3" + "archery_ticket_price": "0", + "id": "1731", + "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0", + "equipment_slot": "2" }, { - "id": "7156", - "name": "Tinderbox", - "examine": "Useful for lighting a fire.", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "2573", "durability": null, + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1732" + }, + { "shop_price": "1", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "7157", - "name": "Braindeath 'rum", - "examine": "I think it is eating through the bottle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "weight": "0.9" - }, - { - "id": "7158", - "name": "Dragon 2h sword", - "examine": "A two-handed dragon sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "2503,0,2504,0", - "attack_speed": "7", - "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,60}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "7159", - "name": "Insulated boots", - "examine": "They're heavily insulated wellies.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{18,37}", - "shop_price": "200", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "7160", - "name": "Killerwatt", - "examine": "Before being attacked: A ball of Electrical energy.", - "archery_ticket_price": "0", - "attack_speed": "2", - "durability": null - }, - { - "id": "7161", - "name": "Insulated boots", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7162", - "name": "Pie recipe book", - "examine": "Lots of pie recipes for me to try.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "7163", - "name": "Pie recipe book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7164", - "name": "Part mud pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "54", - "tradeable": "true" - }, - { - "id": "7165", - "name": "Part mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7166", - "name": "Part mud pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "54", - "tradeable": "true" - }, - { - "id": "7167", - "name": "Part mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7168", - "name": "Raw mud pie", - "examine": "Needs to be baked before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7169", - "name": "Raw mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7170", - "name": "Mud pie", - "examine": "All the good of the earth.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1", - "run_anim": "824", - "shop_price": "54", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "13" - }, - { - "id": "7171", - "name": "Mud pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7172", - "name": "Part garden pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7173", - "name": "Part garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7174", - "name": "Part garden pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7175", - "name": "Part garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7176", - "name": "Raw garden pie", - "examine": "Needs cooking before I eat it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7177", - "name": "Raw garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7178", - "name": "Garden pie", - "examine": "What I wouldn't give for a good steak about now...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7179", - "name": "Garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7180", - "name": "Half a garden pie", - "examine": "What I wouldn't give for a good steak about now...", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7181", - "name": "Half a garden pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7182", - "name": "Part fish pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7183", - "name": "Part fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7184", - "name": "Part fish pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7185", - "name": "Part fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7186", - "name": "Raw fish pie", - "examine": "Raw fish is risky, better cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7187", - "name": "Raw fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7188", - "name": "Fish pie", - "examine": "Bounty of the sea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7189", - "name": "Fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7190", - "name": "Half a fish pie", - "examine": "Bounty of the sea.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7191", - "name": "Half a fish pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7192", - "name": "Part admiral pie", - "examine": "Still needs two more ingredients. ", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7193", - "name": "Part admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7194", - "name": "Part admiral pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7195", - "name": "Part admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7196", - "name": "Raw admiral pie", - "examine": "This would taste a lot better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7197", - "name": "Raw admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7198", - "name": "Admiral pie", - "examine": "Much tastier than a normal fish pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7199", - "name": "Admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7200", - "name": "Half an admiral pie", - "examine": "Much tastier than a normal fish pie.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7201", - "name": "Half an admiral pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7202", - "name": "Part wild pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7203", - "name": "Part wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7204", - "name": "Part wild pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7205", - "name": "Part wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7206", - "name": "Raw wild pie", - "examine": "Good as it looks, I'd better cook it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7207", - "name": "Raw wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7208", - "name": "Wild pie", - "examine": "A triumph of man over nature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7209", - "name": "Wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7210", - "name": "Half a wild pie", - "examine": "A triumph of man over nature.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7211", - "name": "Half a wild pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7212", - "name": "Part summer pie", - "examine": "Still needs two more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7213", - "name": "Part summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7214", - "name": "Part summer pie", - "examine": "Still needs one more ingredient.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7215", - "name": "Part summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7216", - "name": "Raw summer pie", - "examine": "Fresh fruit may be good for you, but I should really cook this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "7217", - "name": "Raw summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7218", - "name": "Summer pie", - "examine": "All the fruits of a very small forest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7219", - "name": "Summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7220", - "name": "Half a summer pie", - "examine": "All the fruits of a very small forest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7221", - "name": "Half a summer pie", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7222", - "name": "Burnt rabbit", - "examine": "Mmm this looks tasty.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "19", - "tradeable": "true" - }, - { - "id": "7223", - "name": "Roast rabbit", - "examine": "A delicious looking piece of roast rabbit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "7224", - "name": "Skewered rabbit", - "examine": "Might taste better cooked.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "67", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "7225", - "name": "Iron spit", - "examine": "An iron spit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "81", - "tradeable": "true", - "weight": "1.5" - }, - { - "id": "7227", - "name": "Burnt chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7228", - "name": "Cooked chompy", - "examine": "It might look delicious to an ogre.Roasted chompy bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "130", - "tradeable": "true", - "weight": "10" - }, - { - "id": "7229", - "name": "Cooked chompy", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7230", - "name": "Skewered chompy", - "examine": "A skewered chompy bird.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7231", - "name": "Burnt rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7232", - "name": "Roast rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7233", - "name": "Skewered rabbit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7234", - "name": "Iron spit", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7235", - "name": "Skewered chompy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7236", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7237", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7238", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7239", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7240", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7241", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7242", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7243", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7244", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7245", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7246", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7247", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7248", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7249", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7250", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7251", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7252", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7253", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7254", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7255", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7256", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7257", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7258", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7259", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7260", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7261", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7262", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7263", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7264", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7265", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7266", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7267", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7268", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7269", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7270", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7271", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7272", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7273", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7274", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7275", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7276", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7277", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7278", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7279", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7280", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7281", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7282", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7283", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7284", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7285", - "name": "Challenge scroll", - "examine": "I need to answer this correctly.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7286", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7287", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7288", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7289", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7290", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7291", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7292", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7293", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7294", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7295", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7296", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7298", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7300", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7301", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7303", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7304", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7305", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7306", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7307", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7308", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7309", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7310", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7311", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7312", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7313", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7314", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7315", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7316", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7317", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000" - }, - { - "id": "7318", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "7319", - "name": "Red boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7320", - "name": "Red boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7321", - "name": "Orange boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7322", - "name": "Orange boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7323", - "name": "Green boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7324", - "name": "Green boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7325", - "name": "Blue boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7326", - "name": "Blue boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7327", - "name": "Black boater", - "examine": "Stylish!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7328", - "name": "Black boater", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7329", - "name": "Red firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7330", - "name": "Green firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7331", - "name": "Blue firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7332", - "name": "Black shield(h1)", - "examine": "A black kitesheild with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7333", - "name": "Black shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7334", - "name": "Adamant shield(h1)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7335", - "name": "Adamant shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7336", - "name": "Rune shield(h1)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7337", - "name": "Rune shield(h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7338", - "name": "Black shield(h2)", - "examine": "A black kiteshield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7339", - "name": "Black shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7340", - "name": "Adamant shield(h2)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7341", - "name": "Adamant shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7342", - "name": "Rune shield(h2)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7343", - "name": "Rune shield(h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7344", - "name": "Black shield(h3)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7345", - "name": "Black shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7346", - "name": "Adamant shield(h3)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7347", - "name": "Adamant shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7348", - "name": "Rune shield(h3)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7349", - "name": "Rune shield(h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7350", - "name": "Black shield(h4)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7351", - "name": "Black shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7352", - "name": "Adamant shield(h4)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7353", - "name": "Adamant shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7354", - "name": "Rune shield(h4)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7355", - "name": "Rune shield(h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7356", - "name": "Black shield(h5)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "7357", - "name": "Black shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7358", - "name": "Adamant shield(h5)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7359", - "name": "Adamant shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7360", - "name": "Rune shield(h5)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7361", - "name": "Rune shield(h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "", - "tradeable": "true" - }, - { - "id": "7362", - "name": "Studded body (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,20}-{4,20}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7363", - "name": "Studded body (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7364", - "name": "Studded body (t)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,20}-{4,20}", - "tradeable": "true", - "weight": "5.4" - }, - { - "id": "7365", - "name": "Studded body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7366", - "name": "Studded chaps (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "7367", - "name": "Studded chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7368", - "name": "Studded chaps (t)", - "examine": "Those studs should provide a bit more protection. Nice trim, too!", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,20}", - "tradeable": "true", - "weight": "4.5" - }, - { - "id": "7369", - "name": "Studded chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7370", - "name": "D'hide body(g)", - "examine": "Made from 100% real dragonhide. With colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", "ge_buy_limit": "5000", - "requirements": "{1,40}-{4,40}", + "examine": "Used with a thread to make clothes.", + "grand_exchange_price": "5", + "durability": null, + "name": "Needle", "tradeable": "true", - "weight": "6" + "archery_ticket_price": "0", + "id": "1733" }, { - "id": "7371", - "name": "D'hide body(g)", - "archery_ticket_price": "0", + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Use with a needle to make clothes.", + "grand_exchange_price": "7", "durability": null, + "name": "Thread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1734" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "For shearing sheep.", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1735" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1736" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7372", - "name": "D'hide body (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", + "examine": "I think this came from a sheep.", + "grand_exchange_price": "160", "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", + "name": "Wool", "tradeable": "true", - "weight": "6" + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1737" }, { - "id": "7373", - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7374", - "name": "D'hide body (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "7375", - "name": "D'hide body (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7376", - "name": "D'hide body (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "7377", - "name": "D'hide body (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7378", - "name": "D'hide chaps (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7379", - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7380", - "name": "D'hide chaps (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7381", - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7382", - "name": "D'hide chaps (g)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7383", - "name": "D'hide chaps (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7384", - "name": "D'hide chaps (t)", - "examine": "Made from 100% real dragonhide, with colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{4,50}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "7385", - "name": "D'hide chaps (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7386", - "name": "Blue skirt (g)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7387", - "name": "Blue skirt (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7388", - "name": "Blue skirt (t)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7389", - "name": "Blue skirt (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7390", - "name": "Wizard robe (g)", - "examine": "I can practise magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7391", - "name": "Wizard robe (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7392", - "name": "Wizard robe (t)", - "examine": "I can do magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7393", - "name": "Wizard robe (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7394", - "name": "Wizard hat (g)", - "examine": "A silly pointed hat with colourful trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7395", - "name": "Wizard hat (g)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7396", - "name": "Wizard hat (t)", - "examine": "A silly pointed hat, with colourful trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "hat": "true", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7397", - "name": "Wizard hat (t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "7398", - "name": "Enchanted robe", - "examine": "Enchanted Wizards robes.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,20}-{6,40}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "7399", - "name": "Enchanted top", - "examine": "Enchanted Wizards robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7400", - "name": "Enchanted hat", - "examine": "A three pointed hat of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,20}-{6,40}", - "tradeable": "true" - }, - { - "id": "7401", - "name": "Enchanted robe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7402", - "name": "Enchanted top", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7403", - "name": "Enchanted hat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7404", - "name": "Red logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7405", - "name": "Green logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7406", - "name": "Blue logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7407", - "name": "Dragon 2h sword", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7408", - "name": "Draynor skull", - "examine": "I shouldn't joke; this is a grave matter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I found this in a grave at Draynor Manor.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7409", - "name": "Magic secateurs", - "examine": "The only way to kill a Tanglefoot.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0", - "destroy": "true", - "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.", - "durability": null, - "equipment_slot": "3", - "shop_price": "40000", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "7410", - "name": "Queen's secateurs", - "examine": "Contains the Fairy Queen's magical essence.", - "archery_ticket_price": "0", - "destroy_message": "I can always find another Tanglefoot if I need more.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "7411", - "name": "Symptoms list", - "examine": "A list of the Fairy Queen's symptoms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7413", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7414", - "name": "Paddle", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "1" - }, - { - "id": "7415", - "name": "Paddle", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7416", - "name": "Mole claw", - "examine": "A mole claw.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7417", - "name": "Mole claw", - "archery_ticket_price": "0", + "grand_exchange_price": "160", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7418", - "name": "Mole skin", - "examine": "The skin of a large mole.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7419", - "name": "Mole skin", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "7420", - "name": "Mutated zygomite", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7421", - "name": "Fungicide spray 10", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7422", - "name": "Fungicide spray 9", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7423", - "name": "Fungicide spray 8", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7424", - "name": "Fungicide spray 7", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7425", - "name": "Fungicide spray 6", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7426", - "name": "Fungicide spray 5", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7427", - "name": "Fungicide spray 4", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7428", - "name": "Fungicide spray 3", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7429", - "name": "Fungicide spray 2", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7430", - "name": "Fungicide spray 1", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7431", - "name": "Fungicide spray 0", - "examine": "Pumps fungicide.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "618", - "requirements": "{18,57}", - "run_anim": "824", - "shop_price": "300", - "stand_anim": "3332", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "3334", - "weight": "2" - }, - { - "id": "7432", - "name": "Fungicide", - "examine": "Does exactly what it says on the tin. (Kills Fungi.)", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{18,57}", - "shop_price": "10" - }, - { - "id": "7433", - "name": "Wooden spoon", - "examine": "Spoooooon!", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "35", + "name": "Wool", "tradeable": "true", - "weapon_interface": "6", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "1738" }, { - "id": "7434", - "name": "Wooden spoon", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "I should take this to the tannery.", + "grand_exchange_price": "140", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7435", - "name": "Egg whisk", - "examine": "A large whisk of death.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "45", + "name": "Cowhide", "tradeable": "true", - "weapon_interface": "5" + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1739" }, { - "id": "7436", - "name": "Egg whisk", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "516", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7437", - "name": "Spork", - "examine": "Use the spork.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,10}", - "shop_price": "292", + "name": "Cowhide", "tradeable": "true", - "weapon_interface": "5", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1740" }, { - "id": "7438", - "name": "Spork", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of leather.", + "grand_exchange_price": "638", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7439", - "name": "Spatula", - "examine": "A large spatula... of doom!", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "124", - "requirements": "{0,10}", - "run_anim": "7039", - "shop_price": "1728", - "stand_anim": "7047", - "stand_turn_anim": "7040", + "name": "Leather", "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" + "weight": "2.25", + "archery_ticket_price": "0", + "id": "1741" }, { - "id": "7440", - "name": "Spatula", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "638", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7441", - "name": "Frying pan", - "examine": "Looks like it's non-stick too!", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,20}", - "shop_price": "1494", + "name": "Leather", "tradeable": "true", - "weapon_interface": "10", - "weight": "1.5" + "archery_ticket_price": "0", + "id": "1742" }, { - "id": "7442", - "name": "Frying pan", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of hard leather.", + "grand_exchange_price": "640", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7443", - "name": "Skewer", - "examine": "Generally used for impaling fresh meat.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,30}", - "shop_price": "2880", + "name": "Hard leather", "tradeable": "true", - "weapon_interface": "6", - "weight": "2" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1743" }, { - "id": "7444", - "name": "Skewer", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "640", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7445", - "name": "Rolling pin", - "examine": "That's how I roll!", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "12960", + "name": "Hard leather", "tradeable": "true", - "weapon_interface": "10", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "1744" }, { - "id": "7446", - "name": "Rolling pin", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared green dragon hide.", + "grand_exchange_price": "2237", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7447", - "name": "Kitchen knife", - "examine": "A sharp, dependable knife, for filleting meat.", - "archery_ticket_price": "0", - "attack_audios": "2704,0,0,0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "8000", + "name": "Green d-leather", "tradeable": "true", - "weapon_interface": "5" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1745" }, { - "id": "7448", - "name": "Kitchen knife", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "2237", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7449", - "name": "Meat tenderiser", - "examine": "Often used to soften tough meat up.", - "archery_ticket_price": "0", - "attack_anims": "2067,2066,2068", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "defence_anim": "1666", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1", - "requirements": "{0,40}", - "run_anim": "824", - "shop_price": "41500", - "stand_anim": "808", - "stand_turn_anim": "823", + "name": "Green d-leather", "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10", - "weight": "1" + "archery_ticket_price": "0", + "id": "1746" }, { - "id": "7450", - "name": "Meat tenderiser", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a Black Dragon.", + "grand_exchange_price": "5802", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7451", - "name": "Cleaver", - "examine": "An effective tool for chopping tough meat.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{0,40}", - "shop_price": "24040", + "name": "Black dragonhide", "tradeable": "true", - "weapon_interface": "6", - "weight": "0.5" + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1747" }, { - "id": "7452", - "name": "Cleaver", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "5802", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7453", - "name": "Gloves", - "examine": "A pair of plain gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "50", - "weight": "0.2" - }, - { - "id": "7454", - "name": "Gloves", - "examine": "A pair of bronze-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "100", - "weight": "0.2" - }, - { - "id": "7455", - "name": "Gloves", - "examine": "A pair of iron-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "325", - "weight": "0.2" - }, - { - "id": "7456", - "name": "Gloves", - "examine": "A pair of steel-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "500", - "weight": "0.2" - }, - { - "id": "7457", - "name": "Gloves", - "examine": "A pair of black-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "1000", - "weight": "0.2" - }, - { - "id": "7458", - "name": "Gloves", - "examine": "A pair of mithril-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "1500" - }, - { - "id": "7459", - "name": "Gloves", - "examine": "A pair of adamant-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "shop_price": "2500", - "weight": "0.2" - }, - { - "id": "7460", - "name": "Gloves", - "examine": "A pair of rune-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,13}", - "shop_price": "5000" - }, - { - "id": "7461", - "name": "Gloves", - "examine": "A pair of dragon-coloured gloves.", - "archery_ticket_price": "0", - "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,41}", - "shop_price": "100000" - }, - { - "id": "7462", - "name": "Gloves", - "examine": "A pair of Barrows-themed gloves.", - "archery_ticket_price": "0", - "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0", - "durability": null, - "equip_audio": "2236", - "equipment_slot": "9", - "requirements": "{1,41}", - "shop_price": "100000", - "weight": "0.2" - }, - { - "id": "7463", - "name": "Cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7464", - "name": "Book on chickens", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7465", - "name": "Vanilla pod", - "examine": "Surprise, it looks like a vanilla pod.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7466", - "name": "Cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7468", - "name": "Pot of cornflour", - "examine": "It's cornflour in a pot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7470", - "name": "Cornflour mixture", - "examine": "A mixture of milk, cream and cornflour.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I'll have to get all the ingredients again.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7471", - "name": "Milky mixture", - "examine": "It's a bucket of milk and cream.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I'll have to get all the ingredients again.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7472", - "name": "Cinnamon", - "examine": "Some cinnamon sticks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7476", - "name": "Brulee supreme", - "examine": "A pot of brulee supreme.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7477", - "name": "Evil chicken's egg", - "examine": "What came first, the chicken or...", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7478", - "name": "Dragon token", - "examine": "It's got a dragon on it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7479", - "name": "Spicy stew", - "examine": "It's a meat and potato stew with fancy seasoning.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "1.5" - }, - { - "id": "7480", - "name": "Red spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7481", - "name": "Red spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7482", - "name": "Red spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7483", - "name": "Red spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7484", - "name": "Orange spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7485", - "name": "Orange spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7486", - "name": "Orange spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7487", - "name": "Orange spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7488", - "name": "Brown spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7489", - "name": "Brown spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7490", - "name": "Brown spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7491", - "name": "Brown spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7492", - "name": "Yellow spice (4)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7493", - "name": "Yellow spice (3)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7494", - "name": "Yellow spice (2)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7495", - "name": "Yellow spice (1)", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7496", - "name": "Empty spice shaker", - "examine": "Allows for equal distribution of spice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7497", - "name": "Dirty blast", - "examine": "A cool refreshing fruit mix. With ash in for some reason.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7498", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7499", - "name": "Evil dave", - "examine": "He seems to like wearing black.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7500", - "name": "Dwarf", - "examine": "A short angry guy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7502", - "name": "Lumbridge guide", - "examine": "He provides new players with useful information.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7504", - "name": "Osman", - "examine": "He looks a little shifty.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7505", - "name": "Pirate pete", - "examine": "A shifty-looking character.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7506", - "name": "Sir amik varze", - "examine": "Leader of the White Knights.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7507", - "name": "Skrach", - "examine": "He's been frozen in time.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7508", - "name": "Asgoldian ale", - "examine": "There appears to be a coin in the bottom. Liked by dwarves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4" - }, - { - "id": "7509", - "name": "Dwarven rock cake", - "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", - "archery_ticket_price": "0", - "durability": null, - "weight": "8.5" - }, - { - "id": "7510", - "name": "Dwarven rock cake", - "examine": "Cool and heavy as a brick. Only for dwarf consumption.", - "archery_ticket_price": "0", - "durability": null, - "weight": "8.5" - }, - { - "id": "7511", - "name": "Slop of compromise", - "examine": "Two out of two goblin generals prefer it!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7512", - "name": "Soggy bread", - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7513", - "name": "Spicy maggots", - "examine": "They clearly taste so much better this way!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7514", - "name": "Dyed orange", - "examine": "Orange slices which have been dyed, but it looks more like they died.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7515", - "name": "Breadcrumbs", - "examine": "Glad these aren't in my bed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7516", - "name": "Kelp", - "examine": "Those leaves look useful!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7517", - "name": "Ground kelp", - "examine": "Kelp flakes. Smells of the sea.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7518", - "name": "Crab meat", - "examine": "A smelly meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7519", - "name": "Crab meat", - "examine": "A smelly meat.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7521", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", + "name": "Black dragonhide", "tradeable": "true", - "weight": "0.9" + "archery_ticket_price": "0", + "id": "1748" }, { - "id": "7522", - "name": "Cooked crab meat", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a red dragon.", + "grand_exchange_price": "3539", "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1749" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1750" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a blue dragon.", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1751" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1752" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a green dragon.", + "grand_exchange_price": "1000", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1753" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1933", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1754" + }, + { + "shop_price": "14", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7523", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "20", "durability": null, + "name": "Chisel", "tradeable": "true", - "weight": "0.9" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1755" }, { - "id": "7524", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7525", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7526", - "name": "Cooked crab meat", - "examine": "Nice and Tasty!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "7527", - "name": "Ground crab meat", - "examine": "A smelly paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7528", - "name": "Ground cod", - "examine": "A smelly paste.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7529", - "name": "Raw fishcake", - "examine": "Would taste nicer if I cooked it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7530", - "name": "Cooked fishcake", - "examine": "Mmmm, reminds me of the seaside.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7532", - "name": "Mudskipper hide", - "examine": "Hmmm, what can I use this for?", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7534", - "name": "Fishbowl helmet", - "examine": "You'll look daft, but at least you won't drown!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "5" - }, - { - "id": "7535", - "name": "Diving apparatus", - "examine": "I'll need a helmet to make this work.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "10" - }, - { - "id": "7536", - "name": "Fresh crab claw", - "examine": "Fresh off the crab itself.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7537", - "name": "Crab claw", - "examine": "If it is good enough for crabs, it's good enough for me.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "weight": "0.9" - }, - { - "id": "7538", - "name": "Fresh crab shell", - "examine": "Fresh off the crab itself.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7539", - "name": "Crab helmet", - "examine": "If it's good enough for crabs, it's good enough for me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.9" - }, - { - "id": "7540", - "name": "Broken crab claw", - "examine": "Darn, it's useless now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7541", - "name": "Broken crab shell", - "examine": "Darn, it's useless now.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7542", - "name": "Cake of guidance", - "examine": "Imbued with knowledge itself.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Traiborn will have another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7543", - "name": "Raw guide cake", - "examine": "Now all I need to do is cook it.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7544", - "name": "Enchanted egg", - "examine": "Egg containing knowledge.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "7545", - "name": "Enchanted milk", - "examine": "Guiding milk.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2" - }, - { - "id": "7546", - "name": "Enchanted flour", - "examine": "A pot of special flour.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "7547", - "name": "Druid pouch", - "examine": "A druid pouch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7548", - "name": "Potato seed", - "examine": "A potato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "7549", - "name": "Potato seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7550", - "name": "Onion seed", - "examine": "An onion seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "7551", - "name": "Onion seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7552", - "name": "Mithril arrow", - "examine": "Arrows with mithril heads.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0", - "durability": null, - "shop_price": "76", - "tradeable": "true" - }, - { - "id": "7553", - "name": "Mithril arrow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7554", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7555", - "name": "Fire rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7556", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7557", - "name": "Water rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7558", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "7559", - "name": "Air rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7560", - "name": "Chaos rune", - "examine": "Used for small missile spells.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "140", - "tradeable": "true" - }, - { - "id": "7561", - "name": "Chaos rune", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7562", - "name": "Tomato seed", - "examine": "A tomato seed - plant in an allotment.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "7563", - "name": "Tomato seed", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7564", - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7565", - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "7566", - "name": "Raw jubbly", - "examine": "The uncooked meat of a Jubbly bird.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "1756" }, { - "id": "7567", - "name": "Raw jubbly", - "archery_ticket_price": "0", - "durability": null, + "shop_price": "2", "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7568", - "name": "Cooked jubbly", - "examine": "Lovely jubbly!", - "archery_ticket_price": "0", + "examine": "A mostly clean apron.", + "grand_exchange_price": "74", "durability": null, - "ge_buy_limit": "100", + "name": "Brown apron", "tradeable": "true", - "weight": "10" - }, - { - "id": "7569", - "name": "Cooked jubbly", + "weight": "0.45", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7571", - "name": "Burnt jubbly", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7572", - "name": "Red banana", - "examine": "Like a banana only redder.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "7573", - "name": "Tchiki monkey nuts", - "examine": "Like monkey nuts only tchikier.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7574", - "name": "Sliced red banana", - "examine": "Perfect for stuffing snakes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7575", - "name": "Tchiki nut paste", - "examine": "Mixing this with jam would just be wrong.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7576", - "name": "Snake corpse", - "examine": "Like a snake only not alive.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7577", - "name": "Raw stuffed snake", - "examine": "This snake is stuffed right up.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7578", - "name": "Odd stuffed snake", - "examine": "Is this really what you wanted to do?", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7579", - "name": "Stuffed snake", - "examine": "Fit for a Monkey King. (cooked)", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "7581", - "name": "Overgrown hellcat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7582", - "name": "Hell cat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7583", - "name": "Hell-kitten", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7585", - "name": "Wily hellcat", - "examine": "Your hellish pet cat!!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7586", - "name": "Dummy", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7587", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7588", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7589", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7590", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7591", - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7592", - "name": "Zombie shirt", - "examine": "Aside from the braaaains on the lapel, it's still quite good.", - "archery_ticket_price": "0", - "durability": null, + "id": "1757", "equipment_slot": "4" }, { - "id": "7593", - "name": "Zombie trousers", - "examine": "Good for a shamble about town.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, + "name": "Brown apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1758" + }, + { + "ge_buy_limit": "5000", + "examine": "Spun from sheeps' wool.", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1759" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1760" + }, + { + "ge_buy_limit": "10000", + "examine": "Clay soft enough to mould.", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1761" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1762" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of red dye.", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1764" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of yellow dye.", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1766" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of blue dye", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1768" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of orange dye.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1770" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of green dye.", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1772" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of purple dye.", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1774" + }, + { + "ge_buy_limit": "10000", + "examine": "Hot glass ready to be blown into useful objects.", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1775" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1776" + }, + { + "ge_buy_limit": "10000", + "examine": "I need a bow stave to attach this to.", + "grand_exchange_price": "240", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1777" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "223", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1778" + }, + { + "shop_price": "73", + "ge_buy_limit": "25000", + "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1779" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1780" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "1781" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1782" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "1783" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1784" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to form molten glass into useful items.", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1786" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1788" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1790" + }, + { + "shop_price": "32", + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1792" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "57", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1793", + "equip_audio": "" + }, + { + "ge_buy_limit": "100", + "examine": "Useful for crafting items.", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1794" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1795" + }, + { + "examine": "Anna's shiny silver coated necklace.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1796", + "equipment_slot": "2" + }, + { + "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1797", + "equipment_slot": "2" + }, + { + "examine": "Bob's shiny silver coated tea cup.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1798" + }, + { + "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1799" + }, + { + "examine": "Carol's shiny silver coated bottle.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1800" + }, + { + "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1801" + }, + { + "examine": "David's shiny silver coated book.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1802" + }, + { + "examine": "David's shiny silver coated book coated with a thin layer of flour.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1803" + }, + { + "examine": "Elizabeth's shiny silver coated needle.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1804" + }, + { + "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1805" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1806" + }, + { + "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1807" + }, + { + "examine": "Some red thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1808" + }, + { + "examine": "Some green thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1809" + }, + { + "examine": "Some blue thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1810" + }, + { + "examine": "A piece of fly paper. It's sticky.", + "durability": null, + "name": "Flypaper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1811" + }, + { + "examine": "A pot found at the murder scene, with a sickly odour.", + "durability": null, + "name": "Pungent pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1812" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1813" + }, + { + "examine": "A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1814" + }, + { + "examine": "The fingerprints of the murderer.", + "durability": null, + "name": "Killer's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1815" + }, + { + "examine": "An imprint of Anna's fingerprint.", + "durability": null, + "name": "Anna's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1816" + }, + { + "examine": "An imprint of Bob's fingerprint.", + "durability": null, + "name": "Bob's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1817" + }, + { + "examine": "An imprint of Carol's fingerprint.", + "durability": null, + "name": "Carol's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1818" + }, + { + "examine": "An imprint of David's fingerprint.", + "durability": null, + "name": "David's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1819" + }, + { + "examine": "An imprint of Elizabeth's fingerprint.", + "durability": null, + "name": "Elizabeth's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1820" + }, + { + "examine": "An imprint of Frank's fingerprint.", + "durability": null, + "name": "Frank's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1821" + }, + { + "examine": "An unidentified fingerprint taken from the murder weapon.", + "durability": null, + "name": "Unknown print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1822" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A full waterskin with four portions of water.", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1824" + }, + { + "shop_price": "30", + "examine": "A nearly full waterskin with three portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1825" + }, + { + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1826" + }, + { + "shop_price": "30", + "examine": "A half empty waterskin with two portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1827" + }, + { + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1828" + }, + { + "shop_price": "30", + "examine": "A nearly empty waterskin with one portion of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1829" + }, + { + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1830" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A completely empty waterskin - you'll need to fill it up.", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1832" + }, + { + "remove_sleeves": "true", + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert shirt.", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1833", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1834" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert robe.", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1835", "equipment_slot": "7" }, { - "id": "7594", - "name": "Zombie mask", - "examine": "I look 40,000 years old in this...", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true" + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1836" }, { - "id": "7595", - "name": "Zombie gloves", - "examine": "Smells pretty funky.", - "archery_ticket_price": "0", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Comfortable desert shoes.", + "grand_exchange_price": "257", "durability": null, - "equipment_slot": "9" + "name": "Desert boots", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1837", + "equipment_slot": "10" }, { - "id": "7596", - "name": "Zombie boots", - "examine": "Thrilling.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "257", "durability": null, - "equipment_slot": "10", - "shop_price": "160" + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1838" }, { - "id": "7597", - "name": "Item", - "archery_ticket_price": "0", + "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", "durability": null, - "tradeable": "true" + "name": "Metal key", + "archery_ticket_price": "0", + "id": "1839" }, { - "id": "7598", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", "durability": null, - "tradeable": "true" + "name": "Cell door key", + "archery_ticket_price": "0", + "id": "1840" }, { - "id": "7599", - "name": "Item", - "archery_ticket_price": "0", + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "206", "durability": null, - "tradeable": "true" + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "1841" }, { - "id": "7600", - "name": "Item", - "archery_ticket_price": "0", + "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.", "durability": null, - "tradeable": "true" + "name": "Ana in a barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "1842" }, { - "id": "7601", - "name": "Item", - "archery_ticket_price": "0", + "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", "durability": null, - "tradeable": "true" + "name": "Wrought iron key", + "archery_ticket_price": "0", + "id": "1843" }, { - "id": "7602", - "name": "Item", - "archery_ticket_price": "0", + "remove_sleeves": "true", + "examine": "A filthy, smelly, flea infested shirt.", "durability": null, - "tradeable": "true" + "name": "Slave shirt", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1844", + "equipment_slot": "4" }, { - "id": "7603", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A filthy, smelly, flea infested robe.", "durability": null, - "tradeable": "true" + "name": "Slave robe", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1845", + "equipment_slot": "7" }, { - "id": "7604", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A set of filthy, smelly, flea infested desert slave boots.", "durability": null, - "tradeable": "true" + "name": "Slave boots", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1846", + "equipment_slot": "10" }, { - "id": "7605", - "name": "Item", - "archery_ticket_price": "0", + "examine": "A piece of paper with barely legible writing - looks like a recipe!", "durability": null, - "tradeable": "true" + "name": "Scrumpled paper", + "archery_ticket_price": "0", + "id": "1847" }, { - "id": "7606", - "name": "Item", - "archery_ticket_price": "0", + "shop_price": "5", + "examine": "Very important information.", "durability": null, - "tradeable": "true" + "name": "Shantay disclaimer", + "archery_ticket_price": "0", + "id": "1848" }, { - "id": "7607", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7608", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7609", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7610", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7611", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7612", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7613", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7614", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7615", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7616", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7617", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7618", - "name": "Item", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7620", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7622", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7624", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7626", - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", - "archery_ticket_price": "0", - "durability": null, - "weight": "2" - }, - { - "id": "7628", - "name": "Plaster fragment", - "examine": "A fragment of plaster with some impressions on it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.", + "examine": "A prototype throwing dart.", + "attack_audios": "2547,0,0,0", "durability": null, + "name": "Prototype dart", "tradeable": "false", - "weight": "1" - }, - { - "id": "7629", - "name": "Dusty scroll", - "examine": "An ancient tattered scroll.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1849" }, { - "id": "7632", - "name": "Temple library key", - "examine": "A key for the Temple Library. (In Aid of the Myreque)", + "examine": "Plans of a technical nature.", + "durability": null, + "name": "Technical plans", + "weight": "1", "archery_ticket_price": "0", + "id": "1850" + }, + { + "examine": "The most delicious of pineapples.", + "durability": null, + "name": "Tenti pineapple", + "weight": "1", + "archery_ticket_price": "0", + "id": "1851" + }, + { + "examine": "A key to the chest in Captain Siad's room.", + "durability": null, + "name": "Bedabin key", + "archery_ticket_price": "0", + "id": "1852" + }, + { + "examine": "A protoype dart tip - it looks deadly.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart tip", + "tradeable": "false", "destroy": "true", - "destroy_message": "You can get another temple key by talking to Drezel.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1853" }, { - "id": "7633", - "name": "Ancient book", - "examine": "The unholy book of a forgotten god.", - "archery_ticket_price": "0", - "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0", - "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.", + "shop_price": "5", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", "durability": null, - "shop_price": "5000", - "weight": "1" + "name": "Shantay pass", + "archery_ticket_price": "0", + "id": "1854" }, { - "id": "7634", - "name": "Battered tome", - "examine": "An ancient history book.", - "archery_ticket_price": "0", + "examine": "A Tourist's Guide to Ardougne.", + "durability": null, + "name": "Guide book", + "tradeable": "false", "destroy": "true", - "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.", - "durability": null, - "tradeable": "false" + "archery_ticket_price": "0", + "id": "1856" }, { - "id": "7635", - "name": "Leather book", - "examine": "An ancient leather-bound tome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.", + "examine": "The Rantuki tribe's totem.", "durability": null, - "tradeable": "false" + "name": "Totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "1857" }, { - "id": "7636", - "name": "Rod dust", - "examine": "Rod of Ivandis dust.", + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", + "durability": null, + "name": "Address label", "archery_ticket_price": "0", - "durability": null + "id": "1858" }, { - "id": "7637", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "486", "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1860" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first / Freshly cooked ugthanki meat.", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1861" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1862" + }, + { + "shop_price": "9", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1863" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1864" + }, + { + "ge_buy_limit": "1000", + "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1865" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1866" + }, + { + "examine": "It's all burnt.", + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1867" + }, + { + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1868" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of tomatoes in a bowl.", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1869" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1870" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of onions in a bowl.", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1871" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1872" + }, + { + "ge_buy_limit": "1000", + "examine": "Strips of ugthanki meat in a bowl.", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1873" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1874" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and tomatoes in a bowl", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1875" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1876" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1877" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1878" + }, + { + "ge_buy_limit": "10000", + "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1879" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1880" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1881" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1882" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1883" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1884" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1885" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1886" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Useful for baking cakes.", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1888" + }, + { + "ge_buy_limit": "1000", + "examine": "Now all I need to do is cook it.", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1889" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1890" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1891" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1892" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1893" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1894" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1895" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1896" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1897" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1898" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1899" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1900" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1901" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1902" + }, + { + "durability": null, + "name": "Burnt cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1904" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1906" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1908" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1910" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1912" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1914" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A murky glass full of your average, everyday pirate slosh.", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1916" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1917", "equipment_slot": "3" }, { - "id": "7638", - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with sapphire on top.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7639", - "name": "Rod of ivandis(10)", - "examine": "A fully charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "ge_buy_limit": "100", + "grand_exchange_price": "202", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1918" }, { - "id": "7640", - "name": "Rod of ivandis(9)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "10", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1919" }, { - "id": "7641", - "name": "Rod of ivandis(8)", - "examine": "A partialy charged rod.", + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "id": "1920" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of water.", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1922" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "Useful for mixing things.", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1924" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "It's an empty bucket.", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1926" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "It's a bucket of milk.", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "1927" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1928" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bucket of water.", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1930" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This pot is empty.", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1932" + }, + { + "shop_price": "14", + "ge_buy_limit": "1000", + "examine": "There is flour in this pot.", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1933" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1934" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "This jug is empty.", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1935" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1936" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "It's full of water.", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1937" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1938" + }, + { + "ge_buy_limit": "5000", + "examine": "A foul smelling thick tar like substance.", + "grand_exchange_price": "103", + "durability": null, + "name": "Swamp tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1939" + }, + { + "shop_price": "38", + "ge_buy_limit": "5000", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "342", + "durability": null, + "name": "Raw swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1940" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "1", + "durability": null, + "name": "Swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1941" + }, + { + "shop_price": "11", + "ge_buy_limit": "500", + "examine": "This could be used to make a good stew.", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1942" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1943" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A nice fresh egg.", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1944" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1945" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1946" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Some wheat heads.", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1948" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "What a silly hat.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1949", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1950" + }, + { + "shop_price": "3", + "ge_buy_limit": "1000", + "examine": "Very bright red berries.", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1951" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1952" + }, + { + "ge_buy_limit": "1000", + "examine": "Potentially pastry.", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "weight": "0.16", + "archery_ticket_price": "0", + "id": "1953" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1954" + }, + { + "shop_price": "36", + "ge_buy_limit": "1000", + "examine": "Keeps the doctor away.", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1955" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1956" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "A strong smelling onion.", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1957" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1958" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Halloween.", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1959" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1960" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Easter.", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1961" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1962" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1963", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1964" + }, + { + "ge_buy_limit": "1000", + "examine": "Yuck, I don't like cabbage.", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1965" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1966" + }, + { + "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.", + "grand_exchange_price": "55", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1967" + }, + { + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1968" + }, + { + "shop_price": "1", + "examine": "A home made spinach thing.", + "durability": null, + "name": "Spinach roll", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1969" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A meaty kebab.", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1971" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1972" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Mmmmmmm chocolate.", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1973", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1974" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "It's ground-up chocolate.", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1975" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1976" + }, + { + "examine": "Milk with chocolate in it.", + "durability": null, + "name": "Chocolatey milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "1977" + }, + { + "shop_price": "10", + "ge_buy_limit": "1000", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1978" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1979" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty cup.", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1981" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "This would make good ketchup.", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1983" + }, + { + "shop_price": "1", + "examine": "Rotten to the core!", + "durability": null, + "name": "Rotten apple", + "archery_ticket_price": "0", + "id": "1984" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It's got holes in it.", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1985" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1986" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "Good grapes for wine making.", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1987" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1988" + }, + { + "ge_buy_limit": "2", + "examine": "An optimist would say it is half full.", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1989" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1990" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1991" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1992" + }, + { + "shop_price": "128", + "ge_buy_limit": "1000", + "examine": "It's full of wine.", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "1993" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1994" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1995" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1996" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1997" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1998" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1999" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2000" + }, + { + "shop_price": "1", + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2001" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2002" + }, + { + "shop_price": "20", + "ge_buy_limit": "200", + "examine": "It's a meat and potato stew.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2003" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2004" + }, + { + "durability": null, + "name": "Burnt stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2006" + }, + { + "shop_price": "230", + "ge_buy_limit": "1000", + "examine": "This could liven up an otherwise bland stew.", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2007" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2008" + }, + { + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2009" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2010" + }, + { + "ge_buy_limit": "200", + "examine": "It's a spicy hot curry.", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2011" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2012" + }, + { + "examine": "Eew, it's horribly burnt.", + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2013" + }, + { + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2014" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "An absolutely clear spirit sold by well-stocked bars.", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2015" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2016" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "This Draynor malt is sold by well-stocked bars.", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2017" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2018" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2019" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2020" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A strong spirit best served in a large glass.", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2021" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2022" + }, + { + "shop_price": "5", + "examine": "A book on tree gnome cocktails.", + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2023" + }, + { + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2024" + }, + { + "shop_price": "2", + "examine": "Used for mixing cocktails.", + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2025" + }, + { + "shop_price": "1", + "examine": "For sipping cocktails.", + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2026" + }, + { + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2027" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Blurberry Special.", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2029" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Saturday.", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2031" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Drunk Dragon.", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2032" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2033" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Fruit Blast.", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2034" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2035" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Pineapple Punch.", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2036" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2037" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Short Green Guy.", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2038" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2039" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A Premade Wizard Blizzard.", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2040" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2041" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2042" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2043" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2044" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2045" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2046" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2047" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2048" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2049" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2050" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2051" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2052" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2053" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2054" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2055" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2056" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2057" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2058" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2059" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2060" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2061" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2062" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2063" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2065" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2066" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2067" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2068" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2069" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2070" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2071" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2072" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2073" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2075" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2076" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2077" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2078" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2079" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2081" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2082" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2083" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2085" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2086" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2087" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2088" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2089" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2090" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2091" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2092" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2093" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2094" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2095" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2096" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2097" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2098" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2099" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2100" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2101" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2102" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2103" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2104" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2105" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2106" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2107" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2108" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2109" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of orange.", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2110" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2111" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh orange slices.", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2112" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2113" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It can be cut up into something more manageable with a knife.", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2114" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2115" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of pineapple.", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2116" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2117" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a pineapple!", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2118" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2119" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2120" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2121" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of lime.", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2122" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2123" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lime!", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2124" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2125" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some rather pretty blue berries picked from a dwellberry bush.", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2126" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2127" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common ingredient in gnome cuisine.", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2128" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2129" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Fresh cream.", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2130" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2131" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2132" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2133" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2134" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2135" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2136" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2137" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2138" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2139" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2140" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2141" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2142" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2143" + }, + { + "durability": null, + "name": "Burnt chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2145" + }, + { + "examine": "Oh dear, it's totally burnt!", + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2146" + }, + { + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2147" + }, + { + "examine": "A very strange eel.", + "durability": null, + "name": "Raw lava eel", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2148" + }, + { + "examine": "Strange, it looks cooler now it's been cooked.", + "durability": null, + "name": "Lava eel", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2149" + }, + { + "ge_buy_limit": "10000", + "examine": "A slippery little blighter.", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2150" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2151" + }, + { + "ge_buy_limit": "1000", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2152" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2153" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2154" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2155" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2156" + }, + { + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2157" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2158" + }, + { + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2159" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2160" + }, + { + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2161" + }, + { + "ge_buy_limit": "100", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2163" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2164" + }, + { + "shop_price": "10", + "examine": "A shallow tray used to make crunchies in.", + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2165" + }, + { + "shop_price": "10", + "examine": "A large ovenproof bowl.", + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2166" + }, + { + "examine": "Aluft Gianne's favourite dishes.", + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2167" + }, + { + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2168" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's Aluft Gianne's secret mix of spices.", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "2169" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2170" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's made from a secret recipe.", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2171" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2172" + }, + { + "examine": "This gnome bowl doesn't look very appetizing.", + "durability": null, + "name": "Picture", + "weight": "1", + "archery_ticket_price": "0", + "id": "2173" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2174" + }, + { + "durability": null, + "name": "Burnt gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2176" + }, + { + "examine": "This gnomebowl is in the early stages of preparation.", + "durability": null, + "name": "Half baked bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2177" + }, + { + "examine": "This gnomebowl needs cooking.", + "durability": null, + "name": "Raw gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2178" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2179" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2180" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2181" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2182" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2183" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2184" + }, + { + "shop_price": "450", + "ge_buy_limit": "1000", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2185" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2186" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2187" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2188" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2189" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2190" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2191" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2192" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2193" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2194" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks pretty healthy.", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2195" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2196" + }, + { + "examine": "These crunchies don't look very appetising.", + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2197" + }, + { + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2198" + }, + { + "durability": null, + "name": "Burnt crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2200" + }, + { + "examine": "This crunchy is in the early stages of preparation.", + "durability": null, + "name": "Half baked crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2201" + }, + { + "ge_buy_limit": "1000", + "examine": "These crunchies need cooking.", + "grand_exchange_price": "163", + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2202" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2203" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2204" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2205" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2206" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2207" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2208" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum... smells good.", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2209" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2210" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2211" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2212" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2214" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2215" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2216" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2217" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2218" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Batta.", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2219" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2220" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Toad Batta.", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2221" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2222" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Cheese and Tomato Batta.", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2223" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2224" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Fruit Batta.", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2225" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2226" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Vegetable Batta.", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2227" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2228" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Bomb.", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2229" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2230" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Tangled Toads Legs.", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2231" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2232" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Hole.", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2233" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2234" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Vegetable Ball.", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2235" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2236" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade Worm Crunchies.", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2237" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2238" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade chocchip crunchies.", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2239" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2240" + }, + { + "ge_buy_limit": "1000", + "examine": "Some premade Spicy Crunchies.", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2241" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2242" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "Some premade Toad Crunchies.", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2243" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2244" + }, + { + "examine": "This batta doesn't look very appetising.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2245" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2246" + }, + { + "durability": null, + "name": "Burnt batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2248" + }, + { + "examine": "This gnome batta is in the early stages of preparation.", + "durability": null, + "name": "Half baked batta", + "archery_ticket_price": "0", + "id": "2249" + }, + { + "shop_price": "1", + "examine": "This gnome batta needs cooking.", + "durability": null, + "name": "Raw batta", + "archery_ticket_price": "0", + "id": "2250" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2251" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2252" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2253" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2254" + }, + { + "shop_price": "78", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2255" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2256" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2257" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2258" + }, + { + "ge_buy_limit": "1000", + "examine": "This smells really good.", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2259" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2260" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2261" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2262" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2263" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2264" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2265" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2266" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2267" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2268" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2269" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2270" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2271" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2272" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2273" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2274" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2275" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2276" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2277" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2278" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2279" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2280" + }, + { + "ge_buy_limit": "1000", + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2281" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2282" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I need to add some tomato next.", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2283" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2284" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to add some cheese next.", + "grand_exchange_price": "366", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2285" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2286" + }, + { + "ge_buy_limit": "1000", + "examine": "This needs cooking.", + "grand_exchange_price": "1141", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1141", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2288" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "A cheese and tomato pizza.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1357", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2290" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "Half of this plain pizza has been eaten.", + "grand_exchange_price": "238", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "238", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2292" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of meat on it.", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1012", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2294" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this meat pizza has been eaten.", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2296" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies.", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1573", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2298" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this anchovy pizza has been eaten.", + "grand_exchange_price": "44", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "44", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2300" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of pineapple on it.", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2301" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1469", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2302" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "156", + "examine": "Half of this pineapple pizza has been eaten.", + "durability": null, + "name": "1/2 p'apple pizza", + "archery_ticket_price": "0", + "id": "2303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 p'apple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2304" + }, + { + "examine": "Oh dear!", + "durability": null, + "name": "Burnt pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2306" + }, + { + "ge_buy_limit": "1000", + "examine": "Some uncooked dough.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2307" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2308" + }, + { + "shop_price": "24", + "ge_buy_limit": "1000", + "examine": "Nice crispy bread.", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2309" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2310" + }, + { + "durability": null, + "name": "Burnt bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2312" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Deceptively pie shaped.", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2313" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2314" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to find a filling for this pie.", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2315" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2316" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much tastier cooked.", + "grand_exchange_price": "781", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2317" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "781", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2318" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much healthier cooked.", + "grand_exchange_price": "747", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2319" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "747", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2320" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much more appetising cooked.", + "grand_exchange_price": "802", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2321" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "802", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2322" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm Apple pie.", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2323" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "246", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2324" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty.", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2325" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "534", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2326" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Not for vegetarians.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2327" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2328" + }, + { + "examine": "I think I left it on the stove too long.", + "durability": null, + "name": "Burnt pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2330" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Half of it is suitable for vegetarians.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2331" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2332" + }, + { + "ge_buy_limit": "1000", + "examine": "So tasty I kept some for later.", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2333" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2334" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm half an apple pie.", + "grand_exchange_price": "146", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2335" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2336" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw meat from the oomlie bird.", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2337" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2338" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2339" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2340" + }, + { + "ge_buy_limit": "1000", + "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2341" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2342" + }, + { + "ge_buy_limit": "1000", + "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2343" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2344" + }, + { + "durability": null, + "name": "Burnt oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2346" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "Good for hitting things!", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "2347" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2348" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "It's a bar of bronze.", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2349" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2350" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of iron.", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2352" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of steel.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2353" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2354" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of silver.", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2356" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of gold.", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2357" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2358" + }, + { + "shop_price": "120", + "ge_buy_limit": "10000", + "examine": "It's a bar of mithril.", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "2359" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2360" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of adamant.", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "weight": "2.04", + "archery_ticket_price": "0", + "id": "2361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2362" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of rune.", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2364" + }, + { + "examine": "It's a 'perfect' golden bar.", + "durability": null, + "name": "'perfect' gold bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "2365" + }, + { + "requirements": "{13,60}", + "ge_buy_limit": "100", + "examine": "The left half of a Dragon Square Shield.", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2366" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2367" + }, + { + "requirements": "{13,60}", + "shop_price": "750000", + "ge_buy_limit": "100", + "examine": "The right half of a dragon square shield.", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2368" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2369" + }, + { + "shop_price": "100", + "ge_buy_limit": "5000", + "examine": "A set of studs for leather armour.", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2370" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2371" + }, + { + "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.", + "examine": "An old statue of an ogre warrior.", + "durability": null, + "name": "Ogre relic", + "tradeable": "false", "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2372" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", "durability": null, - "equip_audio": "2247", + "name": "Relic part 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2373" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2374" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2375" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a map.", + "durability": null, + "name": "Skavid map", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2376" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Very tooth-like.", + "durability": null, + "name": "Ogre tooth", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2377" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Formerly the property of the ogre, Toban", + "durability": null, + "name": "Toban's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2378" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Handy if you want to break all your teeth.", + "durability": null, + "name": "Rock cake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2379" + }, + { + "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.", + "examine": "Eeeeyeeew!", + "durability": null, + "name": "Fingernails", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2384" + }, + { + "examine": "I can't wear this old thing.", + "durability": null, + "name": "Old robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "2385" + }, + { + "examine": "Looks kind of useless.", + "durability": null, + "name": "Unusual armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "2386" + }, + { + "examine": "Pointy.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Damaged dagger", + "archery_ticket_price": "0", + "id": "2387" + }, + { + "examine": "Useless as an eye patch.", + "durability": null, + "name": "Tattered eye patch", + "archery_ticket_price": "0", + "id": "2388" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2389" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2390" + }, + { + "ge_buy_limit": "100", + "examine": "Let's see it fly, now!", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2391" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2392" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a stolen bar of gold.", + "durability": null, + "name": "Toban's gold", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2393" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This is meant to be good for spots.", + "grand_exchange_price": "157", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2394" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A dangerous magical liquid.", + "durability": null, + "name": "Magic ogre potion", + "archery_ticket_price": "0", + "id": "2395", + "equipment_slot": "3" + }, + { + "examine": "A spell is written on this parchment.", + "durability": null, + "name": "Spell scroll", + "archery_ticket_price": "0", + "id": "2396" + }, + { + "examine": "A tattered old robe.", + "durability": null, + "name": "Shaman robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "2397" + }, + { + "examine": "Deadly.", + "durability": null, + "name": "Cave nightshade", + "archery_ticket_price": "0", + "id": "2398" + }, + { + "turn90cw_anim": "821", + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "walk_anim": "819", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "388", "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Silverlight", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "2402", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "Scroll containing a powerful enchantment of restoration.", + "durability": null, + "name": "Hazeel scroll", + "weight": "1", + "archery_ticket_price": "0", + "id": "2403" + }, + { + "remove_sleeves": "true", + "examine": "Decorative armour; an heirloom of the Carnillean family.", + "durability": null, + "name": "Carnillean armour", + "weight": "9", + "archery_ticket_price": "0", + "id": "2405", + "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A sign of my commitment to Hazeel.", + "durability": null, + "name": "Hazeel's mark", + "archery_ticket_price": "0", + "id": "2406", + "equipment_slot": "2" + }, + { + "examine": "A child's ball.", + "durability": null, + "name": "Ball", + "archery_ticket_price": "0", + "id": "2407" + }, + { + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "2409" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "2410" + }, + { + "examine": "A cape from the almighty god Saradomin.", + "durability": null, + "name": "Saradomin cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2412", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2413", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Zamorak.", + "durability": null, + "name": "Zamorak cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2414", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Saradomin.", + "durability": null, + "weight": "2.2", + "attack_speed": "4", "weapon_interface": "1", - "weight": "2" - }, - { - "id": "7642", - "name": "Rod of ivandis(7)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7643", - "name": "Rod of ivandis(6)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", "defence_anim": "420", - "durability": null, - "equip_audio": "2247", "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7644", - "name": "Rod of ivandis(5)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "attack_audios": "2555,0,0,0", + "name": "Saradomin staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2415", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7645", - "name": "Rod of ivandis(4)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Guthix.", + "durability": null, + "weight": "2", + "attack_speed": "4", + "weapon_interface": "1", + "equip_audio": "2247", + "defence_anim": "420", + "equipment_slot": "3", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "attack_audios": "2555,0,0,0", + "name": "Guthix staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2416", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7646", - "name": "Rod of ivandis(3)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", + "shop_price": "80000", + "turn90cw_anim": "1207", + "examine": "A magical staff imbued with the power of Zamorak.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "7647", - "name": "Rod of ivandis(2)", - "examine": "2! 2 charges left! Ha Ha Ha.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", + "attack_audios": "2555,0,0,0", + "tradeable": "false", + "name": "Zamorak staff", "run_anim": "1210", - "stand_anim": "813", + "archery_ticket_price": "0", + "id": "2417", "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" }, { - "id": "7648", - "name": "Rod of ivandis(1)", - "examine": "A partialy charged rod.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "defence_anim": "420", + "examine": "A heavy key made of bronze. (Prince Ali Rescue).", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "false", - "walk_anim": "1205", - "weapon_interface": "1" + "name": "Bronze key", + "archery_ticket_price": "0", + "id": "2418" }, { - "id": "7649", - "name": "Rod clay mould", - "examine": "A mould of the Rod of Ivandis.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", - "durability": null - }, - { - "id": "7650", - "name": "Silver dust", - "examine": "It's ground up silver.", - "archery_ticket_price": "0", + "examine": "A grey woollen wig.", "durability": null, - "ge_buy_limit": "1000", + "name": "Wig", + "archery_ticket_price": "0", + "id": "2419" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "name": "Wig", + "archery_ticket_price": "0", + "id": "2421" + }, + { + "lendable": "true", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147483647", + "durability": null, + "name": "Blue partyhat", + "archery_ticket_price": "0", + "id": "2422" + }, + { + "examine": "Imprint of a key in a lump of clay.", + "durability": null, + "name": "Key print", + "archery_ticket_price": "0", + "id": "2423" + }, + { + "examine": "A bottle of skin coloured paste.", + "durability": null, + "name": "Paste", + "archery_ticket_price": "0", + "id": "2424" + }, + { + "attack_audios": "2704,0,0,0", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2425" + }, + { + "durability": null, + "name": "Burnt oomlie", "tradeable": "true", - "weight": "0.33" + "archery_ticket_price": "0", + "id": "2427" }, { - "id": "7651", - "name": "Silver dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7652", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7653", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7654", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7655", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7656", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7657", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7658", - "name": "Guthix balance(unf)", - "examine": "An unfinished potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7659", - "name": "Guthix balance(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7660", - "name": "Guthix balance(4)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7661", - "name": "Guthix balance(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7662", - "name": "Guthix balance(3)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7663", - "name": "Guthix balance(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7664", - "name": "Guthix balance(2)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7665", - "name": "Guthix balance(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7666", - "name": "Guthix balance(1)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7667", - "name": "Guthix balance(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "7668", - "name": "Gadderhammer", - "examine": "A specially crafted hammer with strange markings on it.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_speed": "5", - "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equipment_slot": "3", + "shop_price": "8002", "ge_buy_limit": "100", - "render_anim": "27", - "run_anim": "1664", + "examine": "4 doses of Attack potion.", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2428" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2429" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "4 doses of restore potion.", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2430" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2431" + }, + { + "shop_price": "7832", + "ge_buy_limit": "100", + "examine": "4 doses of Defence Potion.", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2432" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2433" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Prayer restore potion.", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2435" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Attack potion.", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2436" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2437" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Fishing potion.", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2439" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Strength potion.", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2440" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2441" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Defence potion.", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2442" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2443" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of ranging potion.", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2445" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "4 doses of antipoison potion.", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2447" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of super anti poison potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2449" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of Zamorak brew.", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2450" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2451" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of anti-firebreath potion.", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2452" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2453" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of anti-firebreath potion.", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2454" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2455" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of anti-firebreath potion.", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2457" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of anti-firebreath potion.", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2459" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2460", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2461" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2462", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2463" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "638", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2464", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "638", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2465" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "629", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2466", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "629", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2467" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "639", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2468", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "639", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2469" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "613", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2470", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "613", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2471" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "711", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2472", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "711", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2473" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "48700", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2474", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2475" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "5975", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2476", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5975", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2477" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2481" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2482" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this lantadyme potion.", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2483" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2484" + }, + { + "requirements": "{15,67}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2485" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7210", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2486" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.2", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1705", + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2487", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1705", + "durability": null, + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2488" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2046", + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2489", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2046", + "durability": null, + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2490" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2506", + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2491", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2506", + "durability": null, + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2492" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,5,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2504", + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2493", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2504", + "durability": null, + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2494" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "3142", + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2495", + "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3142", + "durability": null, + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2496" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,7,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "4744", + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2497", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4744", + "durability": null, + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2498" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "5420", + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2499", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5420", + "durability": null, + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2500" + }, + { + "requirements": "{1,40}-{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "6680", + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2501", + "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6680", + "durability": null, + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2502" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "8098", + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2503", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "8098", + "durability": null, + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2504" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared blue dragonhide.", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2505" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2506" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared red dragonhide.", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2507" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2508" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared black dragonhide.", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2509" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2510" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2511" + }, + { + "lendable": "true", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "2902937", + "rare_item": "true", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "2513", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "shop_price": "6", + "examine": "I should try cooking this.", + "grand_exchange_price": "6", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2514" + }, + { + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2515" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "2516" + }, + { + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2517" + }, + { + "shop_price": "1", + "examine": "Pretty smelly.", + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2518" + }, + { + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2519" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2520" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2521" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2522" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2523" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2524" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2525" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2526" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2527" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2528" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "2529" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2530" + }, + { + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2531" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "316", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2532", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "305", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2533", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "325", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2534", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "327", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2535", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "9", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2536", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "63", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2537", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "90", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "127", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "539", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "682", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2541", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ring.", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2550", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2551" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2552", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2553" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2554", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2555" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2556", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2557" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2558", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2559" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2560", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2561" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2562", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2563" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2564", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2565" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2566", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2567" + }, + { + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2568", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2569" + }, + { "shop_price": "3000", - "stand_anim": "1662", - "stand_turn_anim": "823", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", "tradeable": "true", - "turn180_anim": "1663", - "turn90ccw_anim": "1663", - "turn90cw_anim": "1663", - "two_handed": "true", - "walk_anim": "1663", - "weapon_interface": "10", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "2570", + "equipment_slot": "12" }, { - "id": "7669", - "name": "Gadderhammer", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "4540", "durability": null, + "name": "Ring of life", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2571" + }, + { + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2572", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2573" + }, + { + "examine": "Used by navigators to find their position in 2009Scape.", + "durability": null, + "name": "Sextant", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2574" + }, + { + "examine": "A fine looking time piece.", + "durability": null, + "name": "Watch", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2575" + }, + { + "examine": "A navigator's chart of 2009Scape.", + "durability": null, + "name": "Chart", + "archery_ticket_price": "0", + "id": "2576" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "weight": "0.2", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "13900000", + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2577", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13900000", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2578" + }, + { + "requirements": "{6,20}", + "ge_buy_limit": "2", + "examine": "Slightly magical boots.", + "durability": null, + "weight": "1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "747300", + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2579", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "747300", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2580" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Endorsed by Robin Hood.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4400000", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2581", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4400000", + "durability": null, + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2582" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "74900", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2583", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "74900", + "durability": null, + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2584" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "39900", + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2585", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39900", + "durability": null, + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2586" + }, + { + "remove_head": "true", + "requirements": "{1,10}", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Black full helmet with trim.", + "durability": null, + "weight": "2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "82200", + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2587", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" }, { - "id": "7671", - "name": "Boxing gloves", - "examine": "I think they look a bit silly.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "82200", "durability": null, - "equipment_slot": "3", - "render_anim": "1386", - "run_anim": "824", - "stand_anim": "3677", - "stand_turn_anim": "823", - "turn180_anim": "3680", - "turn90ccw_anim": "3680", - "turn90cw_anim": "3680", + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2588" + }, + { + "requirements": "{1,10}", + "shop_price": "2072", + "ge_buy_limit": "2", + "examine": "Black kiteshield with trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "73000", + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2589", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73000", + "durability": null, + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2590" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "589000", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2591", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "589000", + "durability": null, + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2592" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with gold trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "216700", + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2593", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216700", + "durability": null, + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2594" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "Black full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "364800", + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2595", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "364800", + "durability": null, + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2596" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black kiteshield with gold trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "355600", + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2597", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "355600", + "durability": null, + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2598" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "104000", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2599", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "104000", + "durability": null, + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2600" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "These look heavy", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "23200", + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2601", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23200", + "durability": null, + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2602" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.8", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "49100", + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2603", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "49100", + "durability": null, + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2604" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helm with trim", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "85000", + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2605", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85000", + "durability": null, + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2606" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "359500", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2607", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "359500", + "durability": null, + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2608" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "Adamant platelegs with gold trim.", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "94300", + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2609", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "94300", + "durability": null, + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2610" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant kiteshield with gold trim.", + "durability": null, + "weight": "6", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "170100", + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2611", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "170100", + "durability": null, + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2612" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "222400", + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2613", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "222400", + "durability": null, + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2614" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "426200", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2615", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "426200", + "durability": null, + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2616" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "243400", + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2617", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "243400", + "durability": null, + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2618" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Rune full helmet with gold trim.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "506800", + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2619", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "506800", + "durability": null, + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2620" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold trim", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "392700", + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2621", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "392700", + "durability": null, + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2622" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "162700", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2623", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162700", + "durability": null, + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2624" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with trim!", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2625", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "95400", + "durability": null, + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2626" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "216600", + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2627", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216600", + "durability": null, + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2628" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A large, metal shield with a nice trim.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "attack_anims": "", + "lendable": "true", + "grand_exchange_price": "160300", + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2629", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160300", + "durability": null, + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2630" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Your money or your life!", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2631", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2632" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2633", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2634" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2635", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2636" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2637", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2638" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2639", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2640" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2641", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2642" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2643", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2644" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2645", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2646" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2647", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2648" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2649", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2650" + }, + { + "ge_buy_limit": "2", + "examine": "Shiver me timbers!", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2651", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2652" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "809000", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2653", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "809000", + "durability": null, + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2654" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "281500", + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2655", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "281500", + "durability": null, + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2656" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A full helmet in the colours of Zamorak.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "601500", + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2657", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "601500", + "durability": null, + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2658" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A Rune kiteshield in the colours of Zamorak.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "499500", + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2659", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "499500", + "durability": null, + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2660" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1600000", + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2661", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2662" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "444000", + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2663", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "444000", + "durability": null, + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2664" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet in the colours of Saradomin.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1100000", + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2666" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Saradomin.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "795900", + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "795900", + "durability": null, + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2668" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "307900", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2669", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "307900", + "durability": null, + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2670" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "169900", + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2671", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "169900", + "durability": null, + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2672" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune full helmet in the colours of Guthix.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "323100", + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2673", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "323100", + "durability": null, + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2674" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Guthix.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "247300", + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2675", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "247300", + "durability": null, + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2676" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2677" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2678" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2679" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2680" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2681" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2682" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2683" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2684" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2685" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2686" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2687" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2688" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2689" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2690" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2691" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2692" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2693" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2694" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2695" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2696" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2697" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2698" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2699" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2700" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2701" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2702" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2703" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2704" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2705" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2706" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2707" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2708" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2709" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2710" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2711" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2712" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2713" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2714" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2715" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2716" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2717" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2718" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2719" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2720" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2721" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2722" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2723" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2724" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2725" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2726" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2727" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2728" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2729" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2730" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2731" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2732" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2733" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2734" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2735" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2736" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2737" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2738" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2739" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2740" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2741" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2742" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2743" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2744" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2745" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2746" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2747" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2748" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2773" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2774" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2775" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2776" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2777" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2778" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2779" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2780" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2781" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2782" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2783" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2784" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2785" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2786" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2787" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2788" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2789" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2790" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2791" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2792" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2793" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2795" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2796" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2797" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2798" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2799" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2800" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2801" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2802" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2803" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2804" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2805" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2806" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2807" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2808" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2809" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2810" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2811" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2812" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2813" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2814" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2815" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2816" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2817" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2818" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2819" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2820" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2821" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2822" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2823" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2824" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2825" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2826" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2827" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2828" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2829" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2830" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2831" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2833" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2835" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2837" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2839" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2841" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2842" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2843" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2844" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2845" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2846" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2847" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2848" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2849" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2850" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2851" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2852" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2853" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2854" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2855" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2856" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2857" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2858" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a recently slain wolf.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2860" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "I can make an ogre arrow with these.", + "grand_exchange_price": "5", + "durability": null, + "name": "Wolfbone arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2861" + }, + { + "ge_buy_limit": "25000", + "examine": "These logs are longer than normal.", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2862" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2863" + }, + { + "ge_buy_limit": "1000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "47", + "durability": null, + "name": "Ogre arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2864" + }, + { + "ge_buy_limit": "1000", + "examine": "An ogre arrow with four flights attached.", + "grand_exchange_price": "172", + "durability": null, + "name": "Flighted ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2865" + }, + { + "requirements": "{4,30}", + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A large ogre arrow with a bone tip.", + "grand_exchange_price": "49", + "durability": null, + "name": "Ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2866", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows", + "archery_ticket_price": "0", + "id": "2871", + "equipment_slot": "3" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (3)", + "archery_ticket_price": "0", + "id": "2872" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (2)", + "archery_ticket_price": "0", + "id": "2873" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (1)", + "archery_ticket_price": "0", + "id": "2874" + }, + { + "bankable": "false", + "examine": "An inflated toad.", + "durability": null, + "name": "Bloated toad", + "tradeable": "false", + "destroy": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "2875" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to cook this first.", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2876" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2877" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2878" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2879" + }, + { + "durability": null, + "name": "Ruined chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2881" + }, + { + "examine": "It has been deliciously seasoned to taste wonderful for ogres.", + "durability": null, + "name": "Seasoned chompy", + "weight": "10", + "archery_ticket_price": "0", + "id": "2882" + }, + { + "requirements": "{4,30}", + "shop_price": "500", + "examine": "More powerful than a normal bow, useful against large game birds.", + "durability": null, + "weight": "1", + "attack_speed": "8", "two_handed": "true", - "walk_anim": "3680", - "weapon_interface": "9", - "weight": "0.4" + "weapon_interface": "16", + "equipment_slot": "3", + "attack_audios": "2700,0,0,0", + "name": "Ogre bow", + "archery_ticket_price": "0", + "id": "2883", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" }, { - "id": "7673", - "name": "Boxing gloves", - "examine": "I think they look a bit silly.", + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Battered book", "archery_ticket_price": "0", - "attack_speed": "4", + "id": "2886" + }, + { + "examine": "An old battered key. (Elemental Workshop I)", + "durability": null, + "name": "Battered key", + "archery_ticket_price": "0", + "id": "2887" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2888", + "equipment_slot": "3" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2889", + "equipment_slot": "3" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2890", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2891" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Elemental ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "2892" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1570", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2894", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1570", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2895" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "867", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2896", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2897" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "741", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2898", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "741", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2899" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "844", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2900", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "844", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2901" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1039", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2902", "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "1386", - "run_anim": "824", - "stand_anim": "3677", - "stand_turn_anim": "823", - "turn180_anim": "3680", - "turn90ccw_anim": "3680", - "turn90cw_anim": "3680", - "two_handed": "true", - "walk_anim": "3680", - "weapon_interface": "9", - "weight": "0.4" + "equipment_slot": "9" }, { - "id": "7675", - "name": "Wooden sword", - "examine": "A less-than razor sharp sword.", + "ge_buy_limit": "10", + "grand_exchange_price": "1039", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2903" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1359", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2904", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1359", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2905" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "958", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2906", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "958", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2907" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "474", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2908", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "474", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2909" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1445", + "tradeable": "true", + "name": "Hat", + "archery_ticket_price": "0", + "hat": "true", + "id": "2910", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1445", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2911" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1254", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2912", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1254", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2913" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1054", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2914", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1054", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2915" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "789", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2916", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2917" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "603", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2918", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "603", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2919" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "997", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2920", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2921" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1221", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2922", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1221", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2923" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "737", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2924", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "737", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2925" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "504", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2926", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2927" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "637", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2928", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2929" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "925", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2930", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2931" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1829", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2932", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1829", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2933" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "988", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2934", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "988", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2935" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "925", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2936", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2937" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "927", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2938", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "927", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2939" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1209", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2940", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2941" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "634", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2942", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "634", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2943" + }, + { + "examine": "A key made from solid gold", + "durability": null, + "name": "Golden key", + "archery_ticket_price": "0", + "id": "2944" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "name": "Iron key", + "archery_ticket_price": "0", + "id": "2945" + }, + { + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "name": "Golden tinderbox", + "archery_ticket_price": "0", + "id": "2946" + }, + { + "examine": "A replica candle made of solid gold.", + "durability": null, + "name": "Golden candle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2947" + }, + { + "examine": "A replica pot made of solid gold.", + "durability": null, + "name": "Golden pot", + "archery_ticket_price": "0", + "id": "2948" + }, + { + "examine": "A replica hammer made of solid gold.", + "durability": null, + "name": "Golden hammer", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", "archery_ticket_price": "0", "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "id": "2949" + }, + { + "examine": "A replica needle made of solid gold.", "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", + "name": "Golden needle", + "archery_ticket_price": "0", + "id": "2951" + }, + { + "examine": "A silver dagger that can prevent werewolves changing form.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", "render_anim": "2584", - "weapon_interface": "5" + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Wolfbane", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2952", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0" }, { - "id": "7676", + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2953" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2954" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2955" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2956" + }, + { + "examine": "An empty druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2957" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2958" + }, + { + "examine": "Erhhh! It stinks.", + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2959" + }, + { + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2960" + }, + { + "ge_buy_limit": "100", + "examine": "It's a silver sickle.", + "durability": null, + "weight": "1.6", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "28", + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2961", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2962" + }, + { + "attack_anims": "390,390,381,390", + "examine": "It's a blessed silver sickle.", + "durability": null, + "name": "Silver sickle(b)", + "weight": "1.5", + "archery_ticket_price": "0", + "weapon_interface": "6", + "id": "2963", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "Used for washing your face, amongst other things.", + "durability": null, + "name": "Washing bowl", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2964" + }, + { + "examine": "A small mirror, probably used for grooming.", + "durability": null, + "name": "Mirror", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2966" + }, + { + "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "Druidic spell", + "archery_ticket_price": "0", + "id": "2968" + }, + { + "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "A used spell", + "archery_ticket_price": "0", + "id": "2969" + }, + { + "ge_buy_limit": "10000", + "examine": "A mushroom from the swamps of Mort Myre.", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2970" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2971" + }, + { + "ge_buy_limit": "100", + "examine": "A cutting from a budding branch.", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2972" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2973" + }, + { + "ge_buy_limit": "100", + "examine": "A pear picked from a dying bush in Mort Myre.", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2974" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2975" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Used to make sickles.", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2976" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2977" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2978", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2979", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2980", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2981", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2982", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2983", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2984", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2985", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2986", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2987", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2988", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2989", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2990", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2991", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2992", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2993", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2994", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2995", + "equipment_slot": "0" + }, + { + "examine": "I can exchange these for further experience or items.", + "durability": null, + "name": "Agility arena ticket", + "archery_ticket_price": "0", + "id": "2996" + }, + { + "shop_price": "800", + "ge_buy_limit": "10", + "examine": "You should see the shark...", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2997", + "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2998" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2999" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3000" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3001" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this toadflax potion.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3003" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this snapdragon potion.", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3005" + }, + { + "shop_price": "150", + "examine": "Keep out of reach of children and familiars.", + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3006" + }, + { + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3007" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3009" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "3 doses of energy potion.", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3010" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3011" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "2 doses of energy potion.", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3013" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "1 dose of energy potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3014" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3015" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "examine": "4 doses of super energy potion.", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3016" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3017" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super energy potion.", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3018" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3019" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super energy potion.", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3020" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3021" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super energy potion.", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3022" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3023" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "examine": "4 doses of super restore potion.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3024" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3025" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super restore potion.", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3026" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3027" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super restore potion.", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3029" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super restore potion.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3031" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Agility potion.", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3033" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Agility potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3035" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Agility potion.", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3037" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Agility potion.", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3039" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Magic potion.", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3041" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Magic potion.", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3043" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Magic potion.", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3044" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3045" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Magic potion.", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3046" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3047" + }, + { + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3048" + }, + { + "requirements": "{15,30}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3049" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3050" + }, + { + "requirements": "{15,59}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3051" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3052" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9985", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3053", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Lava battlestaff" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "34100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3054", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "160", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic lava staff" + }, + { + "durability": null, + "name": "Lava battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3055" + }, + { + "durability": null, + "name": "Mystic lava staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3056" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "3057", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime top", + "archery_ticket_price": "0", + "id": "3058", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime legs", + "archery_ticket_price": "0", + "id": "3059", + "equipment_slot": "7" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime gloves", + "archery_ticket_price": "0", + "id": "3060", + "equipment_slot": "9" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime boots", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3061", + "equipment_slot": "10" + }, + { + "examine": "It seems to be humming...", + "durability": null, + "name": "Strange box", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3062" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "628", + "attack_audios": "2547,0,0,0", + "name": "Black dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3093", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "740", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3094", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "702", + "attack_audios": "2548,2548,2548,2548", + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3095", + "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "13", + "attack_audios": "2548,2548,2548,2548", + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3096", + "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0" + }, + { + "requirements": "{0,5}", + "shop_price": "175", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "20", + "attack_audios": "2548,2548,2548,2548", + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3097", + "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "6", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "940", + "attack_audios": "2548,2548,2548,2548", + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3098", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "114", + "attack_audios": "2548,2548,2548,2548", + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3099", + "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "649", + "attack_audios": "2548,2548,2548,2548", + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3100", + "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "lendable": "true", + "grand_exchange_price": "6939", + "attack_audios": "2548,2548,2548,2548", + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3101", + "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0" + }, + { + "examine": "The combination to Burthorpe Castle's equipment room.", + "durability": null, + "name": "Combination", + "archery_ticket_price": "0", + "id": "3102" + }, + { + "examine": "The guard wrote the IOU on the back of some paper.", + "durability": null, + "name": "Iou", + "archery_ticket_price": "0", + "id": "3103" + }, + { + "examine": "This map shows the secret way up to Death Plateau.", + "durability": null, + "name": "Secret way map", + "archery_ticket_price": "0", + "id": "3104" + }, + { + "shop_price": "1900", + "ge_buy_limit": "100", + "examine": "Boots made for general climbing; rocks a speciality.", + "durability": null, + "destroy": "true", + "weight": "0.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "51400", + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3105", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51400", + "durability": null, + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3106" + }, + { + "examine": "Climbing boots with spikes.", + "durability": null, + "name": "Spiked boots", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3107", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3109" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3110" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3111" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3112" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3113" + }, + { + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "3114" + }, + { + "durability": null, + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3115" + }, + { + "durability": null, + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3116" + }, + { + "durability": null, + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3117" + }, + { + "durability": null, + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3118" + }, + { + "durability": null, + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3119" + }, + { + "durability": null, + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3120" + }, + { + "durability": null, + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3121" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A solid stone shield.", + "durability": null, + "weight": "6.8", + "absorb": "5,0,10", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "34800", + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3122", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "Large glistening bones which glow with a pale yellow aura.", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "3123" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3124" + }, + { + "ge_buy_limit": "10000", + "examine": "Fairly big bones which smell distinctly of Jogre.", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3125" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3126" + }, + { + "examine": "These blackened Jogre bones have been somehow burnt.", + "durability": null, + "name": "Burnt jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3127" + }, + { + "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3128" + }, + { + "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3129" + }, + { + "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3130" + }, + { + "examine": "Jogre bones smothered with raw Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3131" + }, + { + "examine": "Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3132" + }, + { + "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3133" + }, + { + "durability": null, + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3134" + }, + { + "shop_price": "1", + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3136" + }, + { + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 2", + "weight": "1", + "archery_ticket_price": "0", + "id": "3137" + }, + { + "ge_buy_limit": "10000", + "examine": "How am I supposed to eat that?!", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3138" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3139" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "A series of connected metal rings.", + "rare_item": "true", + "durability": null, + "weight": "6.8", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4300000", + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3140", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3141" + }, + { + "shop_price": "440", + "ge_buy_limit": "20000", + "examine": "A raw green octopus.", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3142" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3143" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "Cooked octopus.", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3144" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3145" + }, + { + "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", + "durability": null, + "name": "Poison karambwan", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3146" + }, + { + "shop_price": "460", + "examine": "Cooked octopus.", + "grand_exchange_price": "906", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3147" + }, + { + "durability": null, + "name": "Burnt karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3149" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Raw karambwanji", + "archery_ticket_price": "0", + "id": "3150" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Karambwanji", + "weight": "0.99", + "archery_ticket_price": "0", + "id": "3151" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3152" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3153" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3154" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3155" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3156" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3157", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3158" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "240", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3159" + }, + { + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3160" + }, + { + "examine": "A set of instructions explaining how to construct a Karambwan vessel", + "durability": null, + "name": "Crafting manual", + "archery_ticket_price": "0", + "id": "3161" + }, + { + "ge_buy_limit": "100", + "examine": "You swear you had more than three slices before.", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3163" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3164" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3165" + }, + { + "examine": "It's the body of a dead monkey.", + "durability": null, + "name": "Monkey corpse", + "weight": "1", + "archery_ticket_price": "0", + "id": "3166" + }, + { + "examine": "It's the skin of a (hopefully) dead monkey.", + "durability": null, + "name": "Monkey skin", + "archery_ticket_price": "0", + "id": "3167" + }, + { + "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", + "durability": null, + "name": "Seaweed sandwich", + "archery_ticket_price": "0", + "id": "3168" + }, + { + "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", + "durability": null, + "name": "Stuffed monkey", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3169" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "266", + "stand_anim": "813", + "name": "Bronze spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3170", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "304", + "stand_anim": "813", + "name": "Iron spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3171", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "503", + "stand_anim": "813", + "name": "Steel spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3172", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "368", + "stand_anim": "813", + "name": "Mithril spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3173", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "1093", + "stand_anim": "813", + "name": "Adamant spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3174", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "\tA Karambwan poisoned rune tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "12089", + "stand_anim": "813", + "name": "Rune spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3175", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37446", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3176", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Dragon spear(kp)" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "3177", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3178" + }, + { + "examine": "These are smallish monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3179" + }, + { + "examine": "These are medium sized monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3180" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3181" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3182" + }, + { + "ge_buy_limit": "10000", + "examine": "These are small monkey bones.", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3183" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3184" + }, + { + "examine": "These are smallish monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3185" + }, + { + "examine": "These are small monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3186" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3187" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "A piece of silk which can be used to remove poison from weapons.", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3188" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3189" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "522", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3190", + "stand_turn_anim": "1209", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", + "shop_price": "104", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "522", + "durability": null, + "name": "Bronze halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3191" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "124", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3192", + "stand_turn_anim": "1209", + "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0", + "shop_price": "364", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Iron halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3193" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "726", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3194", + "stand_turn_anim": "1209", + "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,5}", + "shop_price": "1300", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "726", + "durability": null, + "name": "Steel halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3195" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4344", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3196", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "2496", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Black halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4344", + "durability": null, + "name": "Black halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3197" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "6995", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3198", + "stand_turn_anim": "1209", + "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0", + "requirements": "{0,20}-{2,10}", + "shop_price": "3380", + "durability": null, + "weight": "2.7", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6995", + "durability": null, + "name": "Mithril halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3199" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4690", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3200", + "stand_turn_anim": "1209", + "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0", + "requirements": "{0,30}-{2,15}", + "shop_price": "8320", + "durability": null, + "weight": "3.6", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4690", + "durability": null, + "name": "Adamant halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3201" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "77100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3202", + "stand_turn_anim": "1209", + "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", + "requirements": "{0,40}-{2,20}", + "shop_price": "128000", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77100", + "durability": null, + "name": "Rune halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3203" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon halberd.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "201000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3204", + "stand_turn_anim": "1209", + "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", + "requirements": "{0,60}-{2,30}", + "shop_price": "325000", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon halberd" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "201000", + "durability": null, + "name": "Dragon halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3205" + }, + { + "examine": "A summons from King Lathas.", + "durability": null, + "name": "King's message", + "archery_ticket_price": "0", + "id": "3206" + }, + { + "examine": "A letter for King Lathas from Lord Iorwerth.", + "durability": null, + "name": "Iorwerths message", + "archery_ticket_price": "0", + "id": "3207" + }, + { + "examine": "Lord Iorwerth's crystal pendant.", + "durability": null, + "name": "Crystal pendant", + "archery_ticket_price": "0", + "id": "3208", + "equipment_slot": "2" + }, + { + "examine": "A piece of chemical formation.", + "durability": null, + "name": "Sulphur", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "3209" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Some limestone.", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3212" + }, + { + "examine": "Some quicklime.", + "durability": null, + "name": "Quicklime", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3213" + }, + { + "examine": "A pot of ground quicklime.", + "durability": null, + "name": "Pot of quicklime", + "archery_ticket_price": "0", + "id": "3214" + }, + { + "shop_price": "160", + "examine": "A pile of ground sulphur.", + "durability": null, + "name": "Ground sulphur", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3215" + }, + { + "ge_buy_limit": "100", + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3216" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3217" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3218" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3219" + }, + { + "examine": "A barrel full of coal-tar.", + "durability": null, + "name": "Barrel of coal-tar", + "weight": "32", + "archery_ticket_price": "0", + "id": "3220" + }, + { + "examine": "A barrel full of naphtha.", + "durability": null, + "name": "Barrel of naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "3221" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3222" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3223" + }, + { + "examine": "A strip of cloth.", + "durability": null, + "name": "Strip of cloth", + "archery_ticket_price": "0", + "id": "3224" + }, + { + "shop_price": "67", + "ge_buy_limit": "5000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3226" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3227" + }, + { + "shop_price": "19", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3229" + }, + { + "examine": "A book by Mel Achy.", + "durability": null, + "name": "Big book of bangs", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "3230" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3232" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3234" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3236" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3238" + }, + { + "ge_buy_limit": "100", + "examine": "Bark from a hollow tree.", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3239" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3240" + }, + { + "examine": "One of 2009Scape's many citizens.", + "durability": null, + "name": "Man", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3241" + }, + { + "examine": "He grows crops in the area.", + "durability": null, + "name": "Farmer", + "archery_ticket_price": "0", + "id": "3243" + }, + { + "examine": "Rogueish.", + "durability": null, + "name": "Rogue", + "archery_ticket_price": "0", + "id": "3247" + }, + { + "examine": "Varies, refer below.", + "durability": null, + "name": "Guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3249" + }, + { + "examine": "A member of Ardougne's militia.", + "durability": null, + "name": "Knight of ardougne", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3251" + }, + { + "examine": "The strong arm of the law.", + "durability": null, + "name": "Watchman", + "archery_ticket_price": "0", + "id": "3253" + }, + { + "examine": "A holy warrior.", + "durability": null, + "name": "Paladin", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3255" + }, + { + "examine": "Heroic!", + "durability": null, + "name": "Hero", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "3259" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "3261" + }, + { + "examine": "It's tough and spiky.", + "durability": null, + "name": "Troll thistle", + "archery_ticket_price": "0", + "id": "3262" + }, + { + "examine": "It'll be easier to grind now.", + "durability": null, + "name": "Dried thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3263" + }, + { + "examine": "It's ready for mixing.", + "durability": null, + "name": "Ground thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3264" + }, + { + "examine": "It's part of Eadgar's plan.", + "durability": null, + "name": "Troll potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3265" + }, + { + "examine": "It's rather drunk.", + "durability": null, + "name": "Drunk parrot", + "archery_ticket_price": "0", + "id": "3266" + }, + { + "examine": "It's dirty and smelly.", + "durability": null, + "name": "Dirty robe", + "archery_ticket_price": "0", + "id": "3267" + }, + { + "examine": "It's good enough to fool a troll.", + "durability": null, + "name": "Fake man", + "archery_ticket_price": "0", + "id": "3268" + }, + { + "examine": "The key to the Trollheim storeroom.", + "durability": null, + "name": "Storeroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3269" + }, + { + "examine": "Pineapple chunks dipped in a strong liquor.", + "durability": null, + "name": "Alco-chunks", + "archery_ticket_price": "0", + "id": "3270" + }, + { + "ge_buy_limit": "5000", + "examine": "That used to be a vampyre!", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3325" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3326" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3327", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3328" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "291", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3329", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "291", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3330" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3331", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3332" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3333", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3334" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3335", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3336" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3337", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3338" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "147", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3339", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3340" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3341", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3342" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3343", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3344" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3345" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3346" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3347" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3348" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3349" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3350" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3351" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3352" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3353" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3354" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3355" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3356" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3357" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3358" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3359" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3360" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3361" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3362" + }, + { + "shop_price": "74", + "ge_buy_limit": "10000", + "examine": "The thin, slimy corpse of a deceased giant snail.", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3364" + }, + { + "ge_buy_limit": "1000", + "examine": "The lean, slimy corspe of a dead snail.", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3365" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3366" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "The fat, slimy, corpse of a deceased giant snail.", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3367" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3368" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy piece of sumptuous snail.", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3369" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3370" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimey slice of sumptuous snail.", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3371" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3372" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy slice of sumptuous snail.", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "3373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3374" + }, + { + "durability": null, + "name": "Burnt snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3376" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "An empty sample bottle.", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3377" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3378" + }, + { + "ge_buy_limit": "1000", + "examine": "A slime covered eel - yuck!", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3379" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3380" + }, + { + "ge_buy_limit": "1000", + "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "destroy": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "3381" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3382" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5993", + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3385", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5993", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3386" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Provides good protection.", + "durability": null, + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "26700", + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3387", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3388" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should protect my legs.", + "durability": null, + "weight": "3.6", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "43700", + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3389", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43700", + "durability": null, + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3390" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should keep my hands safe.", + "durability": null, + "weight": "0.9", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2786", + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3391", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2786", + "durability": null, + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3392" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Wooden foot protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "3808", + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3393", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3808", + "durability": null, + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3394" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "3396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3397" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3398" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3399" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3400" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3401" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3402" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3403" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3404" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3405" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3406" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3407" + }, + { + "examine": "4 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (4)", + "archery_ticket_price": "0", + "id": "3408" + }, + { + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (3)", + "archery_ticket_price": "0", + "id": "3410" + }, + { + "examine": "2 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (2)", + "archery_ticket_price": "0", + "id": "3412" + }, + { + "examine": "1 dose serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (1)", + "archery_ticket_price": "0", + "id": "3414" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (4)", + "archery_ticket_price": "0", + "id": "3416" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (3)", + "archery_ticket_price": "0", + "id": "3417" + }, + { + "shop_price": "208", + "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (2)", + "archery_ticket_price": "0", + "id": "3418" + }, + { + "shop_price": "208", + "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (1)", + "archery_ticket_price": "0", + "id": "3419" + }, + { + "shop_price": "21", + "ge_buy_limit": "10000", + "examine": "A well carved limestone brick.", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3420" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3421" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "4 doses of olive oil.", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3422" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3423" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "3 doses of olive oil.", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3424" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3425" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "2 doses of olive oil.", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3426" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3427" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "1 dose of olive oil.", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3428" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3429" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3430" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3431" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3432" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3433" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3434" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3435" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3437" + }, + { + "ge_buy_limit": "25000", + "examine": "Funeral logs used for burning loars.", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3439" + }, + { + "ge_buy_limit": "1000", + "examine": "Oak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3440" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3441" + }, + { + "ge_buy_limit": "1000", + "examine": "Willow logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3442" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3443" + }, + { + "ge_buy_limit": "1000", + "examine": "Maple logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3445" + }, + { + "ge_buy_limit": "1000", + "examine": "Yew logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3447" + }, + { + "ge_buy_limit": "1000", + "examine": "Magic logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3449" + }, + { + "examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key red", + "archery_ticket_price": "0", + "id": "3450" + }, + { + "examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key brown", + "archery_ticket_price": "0", + "id": "3451" + }, + { + "examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key crimson", + "archery_ticket_price": "0", + "id": "3452" + }, + { + "examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key black", + "archery_ticket_price": "0", + "id": "3453" + }, + { + "examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key purple", + "archery_ticket_price": "0", + "id": "3454" + }, + { + "examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key red", + "archery_ticket_price": "0", + "id": "3455" + }, + { + "examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key brown", + "archery_ticket_price": "0", + "id": "3456" + }, + { + "examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key crimson", + "archery_ticket_price": "0", + "id": "3457" + }, + { + "examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key black", + "archery_ticket_price": "0", + "id": "3458" + }, + { + "examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key purple", + "archery_ticket_price": "0", + "id": "3459" + }, + { + "examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key red", + "archery_ticket_price": "0", + "id": "3460" + }, + { + "examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key brown", + "archery_ticket_price": "0", + "id": "3461" + }, + { + "examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key crimson", + "archery_ticket_price": "0", + "id": "3462" + }, + { + "examine": "A black key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key black", + "archery_ticket_price": "0", + "id": "3463" + }, + { + "examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key purple", + "archery_ticket_price": "0", + "id": "3464" + }, + { + "examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key red", + "archery_ticket_price": "0", + "id": "3465" + }, + { + "examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key brown", + "archery_ticket_price": "0", + "id": "3466" + }, + { + "examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key crimson", + "archery_ticket_price": "0", + "id": "3467" + }, + { + "examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key black", + "archery_ticket_price": "0", + "id": "3468" + }, + { + "examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key purple", + "archery_ticket_price": "0", + "id": "3469" + }, + { + "ge_buy_limit": "1000", + "examine": "Amazingly untouched by time.", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3470" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3471" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with trim.", + "grand_exchange_price": "3077", + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "3472", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with gold trim.", + "grand_exchange_price": "10600", + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "3473", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "4403", + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3474", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "11000", + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3475", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42500", + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3476", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "81280", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with trim.", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38300", + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3477", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3478", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "44000", + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3479", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39100", + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3480", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "weight": "10", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "2500000", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3481", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3482" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2200000", + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3483", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3484" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "162300", + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3485", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with gold plate.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "477200", + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477200", + "durability": null, + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3487" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "515400", + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3488", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "515400", + "durability": null, + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3489" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3490" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3491" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3492" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3493" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3494" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3495" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3496" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3497" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3498" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3499" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3500" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3501" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3502" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3503" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3504" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3505" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3506" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3507" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3508" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3509" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3510" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3511" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3512" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3513" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3514" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3515" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3516" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3517" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3518" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3519" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3520" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3521" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3522" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3523" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3524" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3525" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3526" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3527" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3528" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3529" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3530" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3531" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3532" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3533" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3534" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3535" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3536" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3537" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3538" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3539" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3540" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3541" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3542" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3543" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3544" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3545" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3546" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3547" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3548" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3549" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3550" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3551" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3552" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3553" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3554" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3555" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3556" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3557" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3558" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3559" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3560" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3561" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3562" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3563" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3564" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3565" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3566" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3567" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3568" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3569" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3570" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3571" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3572" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3573" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3574" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3575" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3576" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3577" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3578" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3579" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3580" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3581" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3582" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3583" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3584" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3585" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3586" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3587" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3588" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3589" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3590" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3591" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3592" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3593" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3594" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3595" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3596" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3597" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3598" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3599" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3600" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3601" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3602" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3603" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3604" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3605" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3607" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3609" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3610" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3611" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3612" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3613" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3614" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3615" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3616" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3617" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3618" + }, + { + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3668" + }, + { + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3669" + }, + { + "durability": null, + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3670" + }, + { + "durability": null, + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3671" + }, + { + "durability": null, + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3672" + }, + { + "durability": null, + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3673" + }, + { + "durability": null, + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3674" + }, + { + "durability": null, + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3675" + }, + { + "durability": null, + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3676" + }, + { + "durability": null, + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3677" + }, + { + "shop_price": "13000", + "examine": "An exquisitely shaped tool specially designed for fixing temples.", + "durability": null, + "name": "Flamtaer hammer", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3678" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3685" + }, + { + "examine": "It's almost a musical instrument.", + "durability": null, + "name": "Unstrung lyre", + "weight": "1", + "archery_ticket_price": "0", + "id": "3688", + "equipment_slot": "3" + }, + { + "examine": "A musical intrument that I can magically play.", + "durability": null, + "name": "Lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3689", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3690", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(1)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3691", + "equipment_slot": "3" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "3692" + }, + { + "shop_price": "1000", + "examine": "I can spin this into golden wool.", + "durability": null, + "name": "Golden fleece", + "weight": "1", + "archery_ticket_price": "0", + "id": "3693" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Golden wool", + "weight": "1", + "archery_ticket_price": "0", + "id": "3694" + }, + { + "turn90cw_anim": "6662", + "examine": "The lowest maintenance pet you will ever have.", + "walk_anim": "6658", + "durability": null, + "weight": "1", + "turn90ccw_anim": "6663", + "two_handed": "true", + "turn180_anim": "6659", + "render_anim": "792", + "equipment_slot": "3", + "stand_anim": "6657", + "name": "Pet rock", + "run_anim": "6660", + "archery_ticket_price": "0", + "id": "3695", + "stand_turn_anim": "6661" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3696" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3697" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some flowers from a distant land.", + "durability": null, + "name": "Exotic flower", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3698" + }, + { + "examine": "A hauntingly beautiful love ballad.", + "durability": null, + "name": "Fremennik ballad", + "archery_ticket_price": "0", + "id": "3699" + }, + { + "examine": "A pair of sturdy made custom boots.", + "durability": null, + "name": "Sturdy boots", + "archery_ticket_price": "0", + "id": "3700" + }, + { + "examine": "Could probably be a bit clearer?", + "durability": null, + "name": "Tracking map", + "archery_ticket_price": "0", + "id": "3701" + }, + { + "examine": "A finely crafted string for a custom bow", + "durability": null, + "name": "Custom bow string", + "archery_ticket_price": "0", + "id": "3702" + }, + { + "examine": "An extremely odd, non-edible fish.", + "durability": null, + "name": "Unusual fish", + "archery_ticket_price": "0", + "id": "3703" + }, + { + "examine": "Map showing the best fishing spots out at sea.", + "durability": null, + "name": "Sea fishing map", + "archery_ticket_price": "0", + "id": "3704" + }, + { + "examine": "An estimate of expected local weather conditions.", + "durability": null, + "name": "Weather forecast", + "archery_ticket_price": "0", + "id": "3705" + }, + { + "examine": "Shows the wearer is worthy of the Champions table.", + "durability": null, + "name": "Champions token", + "archery_ticket_price": "0", + "id": "3706" + }, + { + "examine": "Probably the greatest cocktail in the world.", + "durability": null, + "name": "Legendary cocktail", + "archery_ticket_price": "0", + "id": "3707" + }, + { + "examine": "A signed statement promising a reduction on sales tax.", + "durability": null, + "name": "Fiscal statement", + "archery_ticket_price": "0", + "id": "3708" + }, + { + "shop_price": "5000", + "examine": "A legally binding contract promising not to enter the longhall.", + "durability": null, + "name": "Promissory note", + "archery_ticket_price": "0", + "id": "3709" + }, + { + "examine": "This employment contract is for a warrior to act as a bodyguard.", + "durability": null, + "name": "Warriors' contract", + "archery_ticket_price": "0", + "id": "3710" + }, + { + "shop_price": "325", + "examine": "A lot of beer in a barrel.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3711" + }, + { + "examine": "Suspiciously close to beer, but without the side effects.", + "durability": null, + "name": "Low alcohol keg", + "weight": "20", + "archery_ticket_price": "0", + "id": "3712" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Strange object", + "archery_ticket_price": "0", + "id": "3713" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Lit strange object", + "archery_ticket_price": "0", + "id": "3714" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3715" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3716" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "3718" + }, + { + "examine": "Some blue thread.", + "durability": null, + "name": "Thread", + "archery_ticket_price": "0", + "id": "3719" + }, + { + "examine": "A small pick for cracking small objects.", + "durability": null, + "name": "Pick", + "archery_ticket_price": "0", + "id": "3720" + }, + { + "examine": "Might be fun to play with in the bath.", + "durability": null, + "name": "Ship toy", + "archery_ticket_price": "0", + "id": "3721" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "3722" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "4/5ths full bucket", + "archery_ticket_price": "0", + "id": "3723" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "3/5ths full bucket", + "archery_ticket_price": "0", + "id": "3724" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is forty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "2/5ths full bucket", + "archery_ticket_price": "0", + "id": "3725" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "1/5ths full bucket", + "archery_ticket_price": "0", + "id": "3726" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Empty bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3727" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket of water is frozen solid.", + "durability": null, + "name": "Frozen bucket", + "archery_ticket_price": "0", + "id": "3728" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is completely full. It has a 3 painted on its side.", + "durability": null, + "name": "Full jug", + "archery_ticket_price": "0", + "id": "3729" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is two thirds full. It has a 3 painted on its side.", + "durability": null, + "name": "2/3rds full jug", + "archery_ticket_price": "0", + "id": "3730" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is one third full. It has a 3 painted on its side.", + "durability": null, + "name": "1/3rds full jug", + "archery_ticket_price": "0", + "id": "3731" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1", + "examine": "This jug is empty.", + "grand_exchange_price": "164", + "durability": null, + "name": "Empty jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3732" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug of water is frozen solid.", + "durability": null, + "name": "Frozen jug", + "archery_ticket_price": "0", + "id": "3733" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "3734" + }, + { + "examine": "An unusually shaped vase full of water. You can see something glinting inside.", + "durability": null, + "name": "Vase of water", + "archery_ticket_price": "0", + "id": "3735" + }, + { + "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", + "durability": null, + "name": "Frozen vase", + "archery_ticket_price": "0", + "id": "3736" + }, + { + "examine": "This looks like a lid to some kind of container.", + "durability": null, + "name": "Vase lid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3737" + }, + { + "examine": "The lid is screwed on tightly. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3738" + }, + { + "examine": "The lid is screwed on tightly. It is full of water.", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3739" + }, + { + "examine": "The lid is screwed on tightly. It is very cold. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3740" + }, + { + "examine": "A small, cold key.", + "durability": null, + "name": "Frozen key", + "archery_ticket_price": "0", + "id": "3741" + }, + { + "examine": "The colouring on it seems to be some kind of sticky goop.", + "durability": null, + "name": "Red herring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3742" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3743" + }, + { + "examine": "A simple looking disk made of wood.", + "durability": null, + "name": "Wooden disk", + "archery_ticket_price": "0", + "id": "3744" + }, + { + "shop_price": "27", + "examine": "The key to leave the Seer's house.", + "durability": null, + "name": "Seer's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3745" + }, + { + "examine": "Yup, it's sticky, it's red and it's goop.", + "durability": null, + "name": "Sticky red goop", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "3746" + }, + { + "durability": null, + "name": "Sticky red goop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3747", + "alchemizable": "true" + }, + { + "remove_head": "true", + "examine": "A sturdy helm worn only by Fremennik clan members.", + "durability": null, + "name": "Fremennik helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "3748", + "absorb": "1,0,2", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48900", + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3749", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3750" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60900", + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3751", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3752" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3753", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3754" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "47900", + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3755", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3756" + }, + { + "examine": "A sword used only by Fremennik warriors.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "alchemizable": "true", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Fremennik blade", + "archery_ticket_price": "0", + "id": "3757", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0" + }, + { + "examine": "A shield worn by Fremennik warriors.", + "durability": null, + "name": "Fremennik shield", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3758", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "5" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3759", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3760" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3761", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3762" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3763", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3764" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3765", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3766" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3767", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3768" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3769", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3770" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3771", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3772" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3773", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3774" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3775", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3776" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3777", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3778" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3779", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3780" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3781", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3782" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3783", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3784" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3785", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3786" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3787", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3788" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3789", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3790" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3791", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3792" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1191", + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3793", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3794" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "3795", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3796" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3797", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3798" + }, + { + "ge_buy_limit": "10", + "shop_price": "650", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3799", + "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3800" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3802" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3804" + }, + { + "shop_price": "26", + "examine": "A big cup for a big thirst.", + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3805" + }, + { + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3806" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Saradomin page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3827" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "686000", + "durability": null, + "name": "Saradomin page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3828" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "522800", + "durability": null, + "name": "Saradomin page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3829" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "629500", + "durability": null, + "name": "Saradomin page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3830" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "7100000", + "durability": null, + "name": "Zamorak page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3831" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorak page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3832" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "4700000", + "durability": null, + "name": "Zamorak page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3833" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Zamorak page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3834" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Guthix page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3835" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "997100", + "durability": null, + "name": "Guthix page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3836" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "953100", + "durability": null, + "name": "Guthix page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3837" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3838" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Saradomin.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3839", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "The Holy book of Saradomin.", + "durability": null, + "name": "Holy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3840", + "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Zamorak.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3841", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The unholy book of Zamorak.", + "durability": null, + "name": "Unholy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3842", + "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Guthix.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3843", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The holy book of Guthix.", + "durability": null, + "name": "Book of balance", + "weight": "1", + "archery_ticket_price": "0", + "id": "3844", + "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "Looks like some kind of manual.", + "durability": null, + "name": "Manual", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3847" + }, + { + "examine": "A key to the front door of the lighthouse. (Horror from the Deep)", + "durability": null, + "name": "Lighthouse key", + "archery_ticket_price": "0", + "id": "3848" + }, + { + "examine": "Looks old and rusty...", + "durability": null, + "name": "Rusty casket", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3849" + }, + { + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3852" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3853", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3854" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3855", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3856" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3857", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3858" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3859", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3860" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3861", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3862" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3863", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3864" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3865", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3866" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3867", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3868" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "3893", + "equipment_slot": "3" + }, + { + "examine": "It's not very good.", + "durability": null, + "name": "Awful anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3894" + }, + { + "examine": "Much better.", + "durability": null, + "name": "Good anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3895" + }, + { + "examine": "Just needs the King's signature.", + "durability": null, + "name": "Treaty", + "archery_ticket_price": "0", + "id": "3896" + }, + { + "examine": "For making a giant pen.", + "durability": null, + "name": "Giant nib", + "archery_ticket_price": "0", + "id": "3897" + }, + { + "examine": "The king should be able to use this.", + "durability": null, + "name": "Giant pen", + "archery_ticket_price": "0", + "id": "3898" + }, + { + "shop_price": "15", + "examine": "Not as good as a pet frog.", + "durability": null, + "name": "Iron sickle", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "3899", + "weapon_interface": "6", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", + "durability": null, + "name": "Ghrim's book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3901" + }, + { + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tuber", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4001" + }, + { + "examine": "It looks like some kind of control panel.", + "durability": null, + "name": "Spare controls", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4002" + }, + { + "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.", + "durability": null, + "name": "Gnome royal seal", + "archery_ticket_price": "0", + "id": "4004" + }, + { + "shop_price": "160", + "examine": "Unreadable orders handwritten by King Narnode Shareen.", + "durability": null, + "name": "Narnode's orders", + "archery_ticket_price": "0", + "id": "4005" + }, + { + "shop_price": "10", + "examine": "Magical monkey talking dentures! What more can we say? Ook!", + "durability": null, + "name": "Monkey dentures", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4006" + }, + { + "examine": "A gold bar with a talkative monkey spirit.", + "durability": null, + "name": "Enchanted bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "4007" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4008" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4009" + }, + { + "shop_price": "3", + "examine": "They are Monkey Nuts. Yummy.", + "durability": null, + "name": "Monkey nuts", + "archery_ticket_price": "0", + "id": "4012" + }, + { + "shop_price": "50", + "examine": "It's a monkey bar. It looks highly nutritious.", + "durability": null, + "name": "Monkey bar", + "archery_ticket_price": "0", + "id": "4014" + }, + { + "shop_price": "300", + "examine": "It's a bowl full of mushy banana", + "durability": null, + "name": "Banana stew", + "archery_ticket_price": "0", + "id": "4016" + }, + { + "examine": "It's an amulet mould shaped like a monkey head.", + "durability": null, + "name": "M'amulet mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "4020" + }, + { + "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4021", + "equipment_slot": "2" + }, + { + "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4022" + }, + { + "shop_price": "1000", + "examine": "A magic talisman in shape of a monkey head.", + "durability": null, + "name": "Monkey talisman", + "weight": "1.25", + "archery_ticket_price": "0", + "id": "4023" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4024", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4025", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4026", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4027", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4028", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4029", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4030", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4031", + "equipment_slot": "3" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "4032" + }, + { + "examine": "It's a very ancient skull from some kind of ape.", + "durability": null, + "name": "Monkey skull", + "archery_ticket_price": "0", + "id": "4034" + }, + { + "examine": "It is the official sigil of the 10th squad of the Royal Guard.", + "durability": null, + "name": "10th squad sigil", + "archery_ticket_price": "0", + "id": "4035", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1424", + "examine": "The Holy Team Standard", + "walk_anim": "1422", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Saradomin banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4037", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Saradomin banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4038" + }, + { + "turn90cw_anim": "1424", + "examine": "The Zamorak team's flag.", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Zamorak banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4039", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Zamorak banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4040" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4041", + "equipment_slot": "1" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4042", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Rock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4044" + }, + { + "examine": "I could use this to destroy things...", + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4045" + }, + { + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4046" + }, + { + "examine": "A coil of rope.", + "durability": null, + "name": "Climbing rope", + "archery_ticket_price": "0", + "id": "4047" + }, + { + "durability": null, + "name": "Climbing rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4048" + }, + { + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4049" + }, + { + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4050" + }, + { + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4051" + }, + { + "durability": null, + "name": "Toolkit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4052" + }, + { + "examine": "Handy for hindering the enemy team's movement.", + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4053" + }, + { + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4054" + }, + { + "shop_price": "5", + "examine": "It's a manual for Castle Wars", + "durability": null, + "name": "Castlewars manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4055" + }, + { + "examine": "I can exchange these for further items.", + "durability": null, + "name": "Castle wars ticket", + "archery_ticket_price": "0", + "id": "4067" + }, + { + "requirements": "{0,5}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "castle_wars_ticket_price": "5", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4068", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4069", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "castle_wars_ticket_price": "8", + "equipment_slot": "4" + }, + { + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4070", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4071", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", + "castle_wars_ticket_price": "4", + "equipment_slot": "0" + }, + { + "requirements": "{1,5}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4072", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "5" + }, + { + "examine": "Not so useful for lighting a fire.", + "durability": null, + "name": "Damp tinderbox", + "archery_ticket_price": "0", + "id": "4073" + }, + { + "durability": null, + "name": "Damp tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4074" + }, + { + "examine": "A bizarre fungus. It glows with a pale blue light.", + "durability": null, + "name": "Glowing fungus", + "archery_ticket_price": "0", + "id": "4075" + }, + { + "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.", + "durability": null, + "name": "Crystal-mine key", + "archery_ticket_price": "0", + "id": "4077" + }, + { + "examine": "I stole this from a Saradominist I met South of Mort'ton.", + "durability": null, + "name": "Zealot's key", + "archery_ticket_price": "0", + "id": "4078" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "4079" + }, + { + "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.", + "durability": null, + "name": "Salve amulet", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "4081", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "An unstrung crystal imbued with the power of Saradomin.", + "durability": null, + "name": "Salve shard", + "archery_ticket_price": "0", + "id": "4082" + }, + { + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "durability": null, + "name": "Sled", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4083", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1468", + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "walk_anim": "1468", + "durability": null, + "turn90ccw_anim": "1468", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1468", + "render_anim": "1119", + "equipment_slot": "3", + "stand_anim": "1461", + "name": "Sled", + "run_anim": "1468", + "archery_ticket_price": "0", + "id": "4084", + "stand_turn_anim": "1468" + }, + { + "examine": "I can use this to wax my sled.", + "durability": null, + "name": "Wax", + "archery_ticket_price": "0", + "id": "4085", + "equipment_slot": "5" + }, + { + "examine": "These pale flowers have a pungent odour.", + "durability": null, + "name": "Trollweiss", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4086", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "190500", + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4087", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "190500", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4088" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "13700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4089", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4090" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "72100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4091", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4092" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "47700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4093", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4094" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "5913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4095", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4096" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "6303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4097", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4098" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Black: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4099", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4100" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4101", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4102" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4103", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4104" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Dark magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4105", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4106" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4107", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4108" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "White: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4109", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4110" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4111", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4112" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4113", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4114" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Bright magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4115", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4116" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4117", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4118" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4119", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4120" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4121", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4122" + }, + { + "requirements": "{1,5}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "258", + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4123", + "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "258", + "durability": null, + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4124" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "317", + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4125", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "317", + "durability": null, + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4126" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "580", + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4127", + "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "580", + "durability": null, + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4128" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "1336", + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4129", + "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1336", + "durability": null, + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4130" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "7474", + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4131", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7474", + "durability": null, + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4132" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4133" + }, + { + "examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)", + "durability": null, + "name": "Cave crawler", + "archery_ticket_price": "0", + "attack_speed": "3", + "id": "4134" + }, + { + "examine": "A tortured screaming soul.", + "durability": null, + "name": "Banshee", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4135" + }, + { + "examine": "The slime of evil.", + "durability": null, + "name": "Rockslug", + "archery_ticket_price": "0", + "id": "4136" + }, + { + "examine": "The winged reptile.", + "durability": null, + "name": "Cockatrice", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4137" + }, + { + "examine": "A small fire demon.", + "durability": null, + "name": "Pyrefiend", + "archery_ticket_price": "0", + "id": "4138" + }, + { + "examine": "The eyes of evil.", + "durability": null, + "name": "Basilisk", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4139" + }, + { + "examine": "An evil magic user.", + "durability": null, + "name": "Infernal mage", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4140" + }, + { + "examine": "The tongue of evil.", + "durability": null, + "name": "Bloodveld", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4141" + }, + { + "examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.", + "durability": null, + "name": "Jelly", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4142" + }, + { + "durability": null, + "name": "Turoth", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4143" + }, + { + "examine": "A very smelly ghost.", + "durability": null, + "name": "Abberant spectre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4144" + }, + { + "examine": "The vacuumed face of evil.", + "durability": null, + "name": "Dust devil", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4145" + }, + { + "durability": null, + "name": "Kurask", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4146" + }, + { + "examine": "Flies like a rock.", + "durability": null, + "name": "Gargoyle", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4147" + }, + { + "durability": null, + "name": "Nechryael", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4148" + }, + { + "examine": "A denizen of the Abyss!", + "durability": null, + "name": "Abyssal demon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4149" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4150", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A weapon from the Abyss.", + "walk_anim": "1660", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "1659", + "equipment_slot": "3", + "attack_anims": "1658,1658,1658,1658", + "grand_exchange_price": "413500", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1661", + "archery_ticket_price": "0", + "id": "4151", + "stand_turn_anim": "823", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "0.45", + "weapon_interface": "11", + "equip_audio": "2249", + "render_anim": "620", + "lendable": "true", + "attack_audios": "2720,0,0,0", + "name": "Abyssal whip" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "413500", + "durability": null, + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4152" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "Simplicity is the best weapon.", + "walk_anim": "1663", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "1665,1665,1665,1665", + "grand_exchange_price": "29900", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "4153", + "stand_turn_anim": "823", + "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", + "requirements": "{0,50}-{2,50}", + "durability": null, + "weight": "4.5", + "weapon_interface": "10", + "render_anim": "27", + "lendable": "true", + "attack_audios": "2714,0,0,0", + "name": "Granite maul" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "29900", + "durability": null, + "name": "Granite maul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4154" + }, + { + "shop_price": "1", + "examine": "I can contact the Slayer Masters with this.", + "durability": null, + "name": "Enchanted gem", + "archery_ticket_price": "0", + "id": "4155" + }, + { + "requirements": "{1,20}-{18,25}", + "shop_price": "5000", + "ge_buy_limit": "100", + "examine": "I can just about see things in this shield's reflection.", + "durability": null, + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "3318", + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4156", + "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3318", + "durability": null, + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4157" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "turn90cw_anim": "1207", + "examine": "A spear with a leaf-shaped point.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Leaf-bladed spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4158", + "stand_turn_anim": "1209", + "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "examine": "A spear with a leaf-shaped point.", + "durability": null, + "name": "Leaf-bladed spear", + "weight": "2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4159", + "equip_audio": "2247", + "equipment_slot": "3" + }, + { + "requirements": "{18,55}-{4,50}", + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrow", + "archery_ticket_price": "0", + "id": "4160", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A bag of salt.", + "grand_exchange_price": "1", + "durability": null, + "name": "Bag of salt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4161" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "I can even smash stone with this.", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "4162", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4163" + }, + { + "requirements": "{18,10}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Stops me breathing in too much dust.", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4164", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4165" + }, + { + "requirements": "{18,15}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "These will protect my ears from loud noise.", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "weight": "2.6", + "archery_ticket_price": "0", + "id": "4166", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4167" + }, + { + "requirements": "{18,60}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Protects me from any bad smells.", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "4168", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4169" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An old and magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "12100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4170", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{18,55}-{6,50}", + "shop_price": "21000", + "durability": null, + "weight": "1.8", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Slayer's staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12100", + "durability": null, + "name": "Slayer's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4171" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4172", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4173", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4174", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4175", + "equipment_slot": "13" + }, + { + "examine": "A weapon from the Abyss.", + "rare_item": "true", + "durability": null, + "weight": "0.45", + "attack_speed": "4", + "render_anim": "620", + "lendable": "true", + "grand_exchange_price": "388392", + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4178", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "4179" + }, + { + "lendable": "true", + "examine": "Looks pretty heavy.", + "grand_exchange_price": "165900", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "4180", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "durability": null, + "name": "Mouth grip", + "archery_ticket_price": "0", + "id": "4181", + "equipment_slot": "3" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "4182" + }, + { + "examine": "A six-pointed marble and obsidian amulet", + "durability": null, + "name": "Star amulet", + "archery_ticket_price": "0", + "id": "4183" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Cavern key", + "archery_ticket_price": "0", + "id": "4184" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Tower key", + "archery_ticket_price": "0", + "id": "4185" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Shed key", + "archery_ticket_price": "0", + "id": "4186" + }, + { + "examine": "Triangular in shape, made from marble, and as large as your hand.", + "durability": null, + "name": "Marble amulet", + "archery_ticket_price": "0", + "id": "4187" + }, + { + "examine": "Triangular in shape, made from obsidian, and as large as your hand.", + "durability": null, + "name": "Obsidian amulet", + "archery_ticket_price": "0", + "id": "4188" + }, + { + "examine": "A length of garden cane.", + "durability": null, + "name": "Garden cane", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4189" + }, + { + "examine": "A typical garden brush.", + "durability": null, + "name": "Garden brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4190" + }, + { + "examine": "A typical garden brush, with a cane tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4191" + }, + { + "examine": "A typical garden brush, with two canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4192" + }, + { + "examine": "A typical garden brush, with three canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4193", + "equipment_slot": "3" + }, + { + "examine": "A pair of limp, dead arms.", + "durability": null, + "name": "Arms", + "weight": "2", + "archery_ticket_price": "0", + "id": "4195", + "alchemizable": "true" + }, + { + "examine": "A pair of lifeless, rotting legs.", + "durability": null, + "name": "Legs", + "archery_ticket_price": "0", + "id": "4196", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4197", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4198", + "alchemizable": "true" + }, + { + "shop_price": "50", + "examine": "A pickled brain, submerged inside a jar of vinegar.", + "durability": null, + "name": "Pickled brain", + "archery_ticket_price": "0", + "id": "4199", + "alchemizable": "true" + }, + { + "examine": "A mould for making silver lightning conductors.", + "durability": null, + "name": "Conductor mould", + "archery_ticket_price": "0", + "id": "4200" + }, + { + "examine": "A silver lightning conductor.", + "durability": null, + "name": "Conductor", + "weight": "4", + "archery_ticket_price": "0", + "id": "4201" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The Ring of charos", + "durability": null, + "name": "Ring of charos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4202", + "equipment_slot": "12" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4205" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4206" + }, + { + "ge_buy_limit": "10", + "examine": "This crystal seed looks grey and dead.", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4207" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4208" + }, + { + "examine": "A book on Cadarn clan history.", + "durability": null, + "name": "Cadarn lineage", + "archery_ticket_price": "0", + "id": "4209" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "ge_buy_limit": "10", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "905300", + "attack_audios": "1352,1352,1352,0", + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4212", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "905300", + "durability": null, + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4213" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow full", + "archery_ticket_price": "0", + "id": "4214", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 9/10", + "archery_ticket_price": "0", + "id": "4215", + "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 8/10", + "archery_ticket_price": "0", + "id": "4216", + "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 7/10", + "archery_ticket_price": "0", + "id": "4217", + "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 6/10", + "archery_ticket_price": "0", + "id": "4218", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 5/10", + "archery_ticket_price": "0", + "id": "4219", + "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 4/10", + "archery_ticket_price": "0", + "id": "4220", + "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 3/10", + "archery_ticket_price": "0", + "id": "4221", + "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 2/10", + "archery_ticket_price": "0", + "id": "4222", + "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 1/10", + "archery_ticket_price": "0", + "id": "4223", + "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "A nice sturdy crystal shield.", + "durability": null, + "weight": "2", + "absorb": "6,0,12", + "equipment_slot": "5", + "grand_exchange_price": "756900", + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4224", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield full", + "weight": "2", + "archery_ticket_price": "0", + "id": "4225", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 9/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4226", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 8/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4227", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 7/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4228", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 6/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4229", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 5/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4230", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 4/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4231", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 3/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4232", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 2/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4233", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 1/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4234", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4235" + }, + { + "requirements": "{4,5}", + "examine": "This bow has been signed by Robin, Master Bowman.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "equipment_slot": "3", + "name": "Signed oak bow", + "archery_ticket_price": "0", + "id": "4236", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's a bowl of water, with some nettles in it.", + "durability": null, + "name": "Nettle-water", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4237" + }, + { + "examine": "It's a bowl of nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4239" + }, + { + "examine": "It's a bowl of milky nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4240" + }, + { + "examine": "A handful of nettles.", + "durability": null, + "name": "Nettles", + "archery_ticket_price": "0", + "id": "4241" + }, + { + "shop_price": "10", + "examine": "A nice cup of nettle tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4242" + }, + { + "shop_price": "10", + "examine": "A milky cup of nettle tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4243" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "4244" + }, + { + "shop_price": "10", + "examine": "Some nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4245" + }, + { + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4246" + }, + { + "examine": "The Robes of Necrovarus.", + "durability": null, + "name": "Mystical robes", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "4247" + }, + { + "examine": "The Book of Haricanto.", + "durability": null, + "name": "Book of haricanto", + "weight": "2", + "archery_ticket_price": "0", + "id": "4248" + }, + { + "shop_price": "32", + "examine": "A translation manual.", + "durability": null, + "name": "Translation manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4249" + }, + { + "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", + "durability": null, + "name": "Ghostspeak amulet", + "archery_ticket_price": "0", + "id": "4250", + "equipment_slot": "2" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4251" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4252" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4253" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4254" + }, + { + "examine": "A pot of crushed bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4255" + }, + { + "examine": "A pot of crushed small ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4256" + }, + { + "examine": "A pot of crushed wolf bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4257" + }, + { + "examine": "A pot of crushed burnt bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4258" + }, + { + "examine": "A pot of crushed burnt jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4259" + }, + { + "examine": "A pot of crushed monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4260" + }, + { + "examine": "A pot of crushed bat bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4261" + }, + { + "examine": "A pot of crushed big bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4262" + }, + { + "examine": "A pot of crushed jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4263" + }, + { + "examine": "A pot of crushed zogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4264" + }, + { + "examine": "A pot of crushed shaikahan bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4265" + }, + { + "examine": "A pot of crushed baby dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4266" + }, + { + "examine": "A pot of crushed wyvern bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4267" + }, + { + "examine": "A pot of crushed dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4268" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4269" + }, + { + "examine": "A pot of crushed medium ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4270" + }, + { + "examine": "A pot of crushed Dagannoth-king bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4271" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "4272" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4274" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4275" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4276" + }, + { + "examine": "A complete treasure map.", + "durability": null, + "name": "Treasure map", + "archery_ticket_price": "0", + "id": "4277" + }, + { + "examine": "A token with ectoplasm on it.", + "durability": null, + "name": "Ecto-token", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4278" + }, + { + "examine": "A scroll of paper containing signatures.", + "durability": null, + "name": "Petition form", + "archery_ticket_price": "0", + "id": "4283" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4284", + "equipment_slot": "0" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4285", + "equipment_slot": "0" + }, + { + "examine": "It's a bucket of ectoplasm.", + "durability": null, + "name": "Bucket of slime", + "weight": "3", + "archery_ticket_price": "0", + "id": "4286" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "4287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4288" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "4289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4290" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4292" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "4293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4294" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Female h.a.m.", + "archery_ticket_price": "0", + "id": "4295" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Male h.a.m.", + "archery_ticket_price": "0", + "id": "4297" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4298", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4299" + }, + { + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4300", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4301" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Light-weight head protection and eye shield.", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4302", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4303" + }, + { + "ge_buy_limit": "100", + "examine": "A HAM cape.", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4304", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4305" + }, + { + "ge_buy_limit": "100", + "examine": "A badge for the HAM cult.", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "4306", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4307" + }, + { + "ge_buy_limit": "10", + "examine": "Gloves worn by the Humans Against Monsters group.", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4308", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4309" + }, + { + "ge_buy_limit": "100", + "examine": "Boots worn by the Humans Against Monsters group.", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4310", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equip_audio": "", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4311" + }, + { + "examine": "A book on elven crystal.", + "durability": null, + "name": "Crystal of seren", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4313" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4315", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4316" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4317", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4318" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4319", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4320" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4321", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4322" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4323", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4324" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4325", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4326" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4327", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4328" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4329", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4330" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4331", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4332" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4333", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4334" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4335", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4336" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4337", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4338" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4339", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4340" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4341", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4342" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4343", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4344" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4345", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4346" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4347", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4348" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4349", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4350" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4351", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4352" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4353", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4354" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4355", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4356" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4357", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4358" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4359", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4360" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4361", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4362" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4363", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4364" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4365", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4366" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4367", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4368" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4369", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4370" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4371", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4372" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4373", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4374" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4375", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4376" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4377", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4378" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4379", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4380" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4381", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4382" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4383", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4384" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4385", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4386" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4387", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4388" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4389", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4390" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4391", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4392" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4393", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4394" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4395", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4396" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4397", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4398" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4399", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4400" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4401", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4402" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4403", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4404" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4405", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4406" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4407", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4408" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4409", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4410" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4411", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4412" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4413", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4414" + }, + { + "examine": "A jungle forester's blunt axe.", + "durability": null, + "name": "Blunt axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4415" + }, + { + "examine": "A strong medicinal brew for heavy chests.", + "durability": null, + "name": "Herbal tincture", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4416" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4417" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4418" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4419" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4420" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4421" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4422" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4423" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4424" + }, + { + "examine": "A half-filled feather mattress.", + "durability": null, + "name": "Stodgy mattress", + "weight": "10", + "archery_ticket_price": "0", + "id": "4425" + }, + { + "examine": "A comfy-looking feather mattress.", + "durability": null, + "name": "Comfy mattress", + "weight": "15", + "archery_ticket_price": "0", + "id": "4426" + }, + { + "examine": "Looks like a bunch of rust to me.", + "durability": null, + "name": "Iron oxide", + "weight": "1", + "archery_ticket_price": "0", + "id": "4427" + }, + { + "examine": "An animate rock spell is written on this parchment.", + "durability": null, + "name": "Animate rock scroll", + "archery_ticket_price": "0", + "id": "4428" + }, + { + "examine": "The weathervane directions should now work.", + "durability": null, + "name": "Directionals", + "archery_ticket_price": "0", + "id": "4430" + }, + { + "examine": "A fixed weathervane ornament.", + "durability": null, + "name": "Ornament", + "archery_ticket_price": "0", + "id": "4432" + }, + { + "examine": "A fixed weathervane rotating pillar.", + "durability": null, + "name": "Weathervane pillar", + "archery_ticket_price": "0", + "id": "4434" + }, + { + "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", + "durability": null, + "name": "Weather report", + "archery_ticket_price": "0", + "id": "4435" + }, + { + "ge_buy_limit": "100", + "examine": "This is pretty well sealed.", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "4436" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4437" + }, + { + "ge_buy_limit": "100", + "examine": "This needs firing, then it should fit on a normal-sized pot.", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4439" + }, + { + "ge_buy_limit": "100", + "examine": "This should fit on a normal-sized pot.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4440" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4441" + }, + { + "examine": "An airtight pot with something inside, most likely breathing salts.", + "durability": null, + "name": "Breathing salts", + "archery_ticket_price": "0", + "id": "4442" + }, + { + "examine": "A large cage for transporting chickens.", + "durability": null, + "name": "Chicken cage", + "weight": "1", + "archery_ticket_price": "0", + "id": "4443" + }, + { + "examine": "A jungle forester's super sharp axe.", + "durability": null, + "name": "Sharpened axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4444" + }, + { + "examine": "Some mahogany logs which have been professionally cured.", + "durability": null, + "name": "Red mahogany log", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4445" + }, + { + "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.", + "shop_price": "500", + "examine": "I can store my keys here.", + "durability": null, + "name": "Steel key ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4446" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4447" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of hot water.", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4457" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of water.", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4459" + }, + { + "ge_buy_limit": "100", + "examine": "It's hot!", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4460" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4461" + }, + { + "examine": "A ruined herb tea.", + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4462" + }, + { + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4463" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4464" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4465" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4466" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4467" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4468" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4469" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4471" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4473" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4475" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4477" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4478" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4479" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4480" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4481" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4482" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4483" + }, + { + "shop_price": "160", + "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", + "durability": null, + "name": "Safety guarantee", + "archery_ticket_price": "0", + "id": "4484" + }, + { + "examine": "This fruit is known as White Pearl. Should taste good.", + "durability": null, + "name": "White pearl", + "weight": "1", + "archery_ticket_price": "0", + "id": "4485" + }, + { + "examine": "You can grow this seed even in cold mountain ranges!", + "durability": null, + "name": "White pearl seed", + "archery_ticket_price": "0", + "id": "4486" + }, + { + "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", + "durability": null, + "name": "Half a rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4487" + }, + { + "examine": "The corpse of a woman who died long ago.", + "durability": null, + "name": "Corpse of woman", + "weight": "1", + "archery_ticket_price": "0", + "id": "4488" + }, + { + "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", + "durability": null, + "name": "Asleif's necklace", + "archery_ticket_price": "0", + "id": "4489" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "4490" + }, + { + "examine": "A muddy rock.", + "durability": null, + "name": "Muddy rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4492" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4494" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4495" + }, + { + "examine": "Splintered into pieces, it has become completely useless to you.", + "durability": null, + "name": "Broken pole", + "archery_ticket_price": "0", + "id": "4496" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4499" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4500", + "equipment_slot": "3" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4501", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "shop_price": "3000", + "examine": "Quite ferocious looking.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "0", + "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.", + "name": "Bearhead", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4502", + "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "50", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4503", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4504", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", + "castle_wars_ticket_price": "80", + "equipment_slot": "4" + }, + { + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4505", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4506", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", + "castle_wars_ticket_price": "40", + "equipment_slot": "0" + }, + { + "requirements": "{1,20}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4507", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "500", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4508", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4509", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", + "castle_wars_ticket_price": "800", + "equipment_slot": "4" + }, + { + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4510", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4511", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", + "castle_wars_ticket_price": "400", + "equipment_slot": "0" + }, + { + "requirements": "{1,30}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4512", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "5" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4513", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4514", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4515", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4516", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "examine": "This could feed a family of gnomes for a week!", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4518" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4522" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4523" + }, + { + "shop_price": "10", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4524" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4525" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4526" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4528" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4530" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4531" + }, + { + "requirements": "{4,11}", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4532" + }, + { + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4533" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4534" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4535" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4536" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4537" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4538" + }, + { + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "198", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4539" + }, + { + "shop_price": "43", + "ge_buy_limit": "100", + "examine": "Add the glass to complete.", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4540" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4541" + }, + { + "shop_price": "88", + "ge_buy_limit": "100", + "examine": "A roughly circular disc of glass.", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4542" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4543" + }, + { + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add a lens before you can use it.", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4544" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4545" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add lamp oil before you can use it.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4546" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4547" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "A sturdy steel lantern.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4548" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4549" + }, + { + "shop_price": "400", + "examine": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "1235", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4550" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "774", + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4551", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "774", + "durability": null, + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4552" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Blue sweets", + "archery_ticket_price": "0", + "id": "4558" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Deep blue sweets", + "archery_ticket_price": "0", + "id": "4559" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "White sweets", + "archery_ticket_price": "0", + "id": "4560" + }, + { + "examine": "Remember to brush after eating!", + "grand_exchange_price": "10037", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4561" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Red sweets", + "archery_ticket_price": "0", + "id": "4562" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Green sweets", + "archery_ticket_price": "0", + "id": "4563" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Pink sweets", + "archery_ticket_price": "0", + "id": "4564" + }, + { + "bankable": "true", + "turn90cw_anim": "821", + "examine": "Hand them out to spread the Easter happiness.", + "walk_anim": "1836", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "820", + "render_anim": "594", + "equipment_slot": "3", + "fun_weapon": "true", + "stand_anim": "1837", + "name": "Basket of eggs", + "tradeable": "false", + "run_anim": "1836", + "archery_ticket_price": "0", + "id": "4565", + "stand_turn_anim": "823" + }, + { + "examine": "Perhaps not the most powerful weapon in 2009Scape.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "12", + "equip_audio": "2238", + "defence_anim": "1834", + "equipment_slot": "3", + "attack_anims": "1833,1833,1833,1833", + "fun_weapon": "true", + "attack_audios": "2257,2257,2257", + "name": "Rubber chicken", + "archery_ticket_price": "0", + "id": "4566", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "remove_head": "true", + "examine": "Made of gold and white gold.", + "durability": null, + "name": "Gold helmet", + "weight": "31.7", + "archery_ticket_price": "0", + "id": "4567", + "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "This book is almost falling apart, you'll have to handle it quite carefully.", + "durability": null, + "name": "Dwarven lore", + "archery_ticket_price": "0", + "id": "4568" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the first one.", + "durability": null, + "name": "Book page 1", + "archery_ticket_price": "0", + "id": "4569" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the second one.", + "durability": null, + "name": "Book page 2", + "archery_ticket_price": "0", + "id": "4570" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the third one.", + "durability": null, + "name": "Book page 3", + "archery_ticket_price": "0", + "id": "4571" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4572" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4573" + }, + { + "examine": "These are the base schematics of a dwarven multicannon.", + "durability": null, + "name": "Base schematics", + "archery_ticket_price": "0", + "id": "4574" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "536", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4580", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Black spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4581" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2808", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4582", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2808", + "durability": null, + "name": "Black spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4583" + }, + { + "requirements": "{0,10}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "309", + "stand_anim": "813", + "name": "Black spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4584", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "This looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "161000", + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4585", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "161000", + "durability": null, + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4586" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "65400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4587", + "stand_turn_anim": "823", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Dragon scimitar" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "65400", + "durability": null, + "name": "Dragon scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4588" + }, + { + "examine": "Keys to the Mayor's house. (The Feud)", + "durability": null, + "name": "Keys", + "archery_ticket_price": "0", + "id": "4589" + }, + { + "examine": "The Mayor of Pollnivneach's wife's jewels.", + "durability": null, + "name": "Jewels", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4590" + }, + { + "shop_price": "1", + "examine": "Wear it on your head.", + "durability": null, + "name": "Karidian headpiece", + "archery_ticket_price": "0", + "id": "4591" + }, + { + "shop_price": "1", + "examine": "Makes me itch.", + "durability": null, + "name": "Fake beard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4593" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4597" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4598" + }, + { + "shop_price": "1", + "examine": "A handy little club made out of oak.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "name": "Oak-blackjack", + "archery_ticket_price": "0", + "id": "4599", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A handy little club made out of willow.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "321", + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4600", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4601" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4602" + }, + { + "shop_price": "2", + "examine": "A receipt for one 'Camelus Horribleus", + "durability": null, + "name": "Receipt", + "archery_ticket_price": "0", + "id": "4603" + }, + { + "examine": "A red viscous liquid in a vial.", + "durability": null, + "name": "Hag's poison", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4604" + }, + { + "examine": "Makes a hissing sound.", + "durability": null, + "name": "Snake charm", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4605", + "equipment_slot": "3" + }, + { + "examine": "This is used to hold snakes.", + "durability": null, + "name": "Snake basket", + "archery_ticket_price": "0", + "id": "4606" + }, + { + "examine": "This basket contains a snake.", + "durability": null, + "name": "Snake basket full", + "weight": "1", + "archery_ticket_price": "0", + "id": "4607" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "A meaty and very hot kebab.", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4608" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4609" + }, + { + "examine": "The bottle feels warm.", + "durability": null, + "name": "Red hot sauce", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4610" + }, + { + "remove_head": "true", + "examine": "A disguise suitable for the desert.", + "durability": null, + "name": "Desert disguise", + "archery_ticket_price": "0", + "id": "4611", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4612" + }, + { + "shop_price": "75", + "examine": "It has a picture of a dragon on it.", + "durability": null, + "name": "Spinning plate", + "archery_ticket_price": "0", + "id": "4613" + }, + { + "examine": "Alas...", + "durability": null, + "name": "Broken plate", + "archery_ticket_price": "0", + "id": "4614" + }, + { + "examine": "An archaeologist's notes.", + "durability": null, + "name": "Varmen's notes", + "archery_ticket_price": "0", + "id": "4616" + }, + { + "examine": "The museum curator's key (The Golem).", + "durability": null, + "name": "Display cabinet key", + "archery_ticket_price": "0", + "id": "4617" + }, + { + "examine": "It's pretty, but you wish you knew what it was.", + "durability": null, + "name": "Strange implement", + "archery_ticket_price": "0", + "id": "4619" + }, + { + "examine": "It looks horrible.", + "durability": null, + "name": "Black mushroom", + "weight": "1", + "archery_ticket_price": "0", + "id": "4620" + }, + { + "examine": "A long feather patterned like a flame.", + "durability": null, + "name": "Phoenix feather", + "archery_ticket_price": "0", + "id": "4621" + }, + { + "examine": "Black ink made out of mushrooms.", + "durability": null, + "name": "Black mushroom ink", + "weight": "1", + "archery_ticket_price": "0", + "id": "4622" + }, + { + "examine": "A phoenix feather dipped in ink.", + "durability": null, + "name": "Phoenix quill pen", + "archery_ticket_price": "0", + "id": "4623" + }, + { + "examine": "It reads 'YOUR TASK IS DONE'.", + "durability": null, + "name": "Golem program", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4624" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A cheeky little lager from the Bandit Camp.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4627" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4628" + }, + { + "examine": "A copy of the engravings found on a mysterious stone tablet.", + "durability": null, + "name": "Etchings", + "archery_ticket_price": "0", + "id": "4654" + }, + { + "examine": "A rough translation made from archaeological etchings.", + "durability": null, + "name": "Translation", + "weight": "1", + "archery_ticket_price": "0", + "id": "4655" + }, + { + "examine": "This key is unusally warm to the touch.", + "durability": null, + "name": "Warm key", + "archery_ticket_price": "0", + "id": "4656" + }, + { + "examine": "A ring that allows you to see things that are normally invisible.", + "durability": null, + "name": "Ring of visibility", + "archery_ticket_price": "0", + "id": "4657", + "equipment_slot": "12" + }, + { + "examine": "A silver pot made by Ruantun.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4658" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4659" + }, + { + "examine": "A silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4660" + }, + { + "examine": "A blessed silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4661" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and garlic.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4662" + }, + { + "examine": "A blessed silver pot filled with blood and garlic.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4663" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4664" + }, + { + "examine": "A blessed silver pot filled with blood and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4665" + }, + { + "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4666" + }, + { + "examine": "A blessed silver pot filled with blood, garlic and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4667" + }, + { + "examine": "Finely ground garlic powder.", + "durability": null, + "name": "Garlic powder", + "archery_ticket_price": "0", + "id": "4668" + }, + { + "examine": "The Diamond of Blood.", + "durability": null, + "name": "Blood diamond", + "archery_ticket_price": "0", + "id": "4670" + }, + { + "examine": "The Diamond of Ice.", + "durability": null, + "name": "Ice diamond", + "archery_ticket_price": "0", + "id": "4671" + }, + { + "examine": "The Diamond of Smoke.", + "durability": null, + "name": "Smoke diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4672" + }, + { + "examine": "The Diamond of Shadow.", + "durability": null, + "name": "Shadow diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4673" + }, + { + "examine": "An old and strangely shaped metal cross.", + "durability": null, + "name": "Gilded cross", + "archery_ticket_price": "0", + "id": "4674" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A magical staff of ancient origin...", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "59300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4675", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0", + "requirements": "{0,50}-{6,50}", + "shop_price": "80000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2555,0,0,0", + "name": "Ancient staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59300", + "durability": null, + "name": "Ancient staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4676" + }, + { + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4677", + "equipment_slot": "2" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4678" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4679" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4680" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4681" + }, + { + "shop_price": "300", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "112", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4682", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0" + }, + { + "shop_price": "135", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "52", + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4683", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0" + }, + { + "shop_price": "30", + "examine": "One sheet of mummy wrap.", + "durability": null, + "name": "Linen", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4684" + }, + { + "examine": "Little book of embalming by Bod E. Wrapper.", + "durability": null, + "name": "Embalming manual", + "archery_ticket_price": "0", + "id": "4686" + }, + { + "examine": "It's a bucket of sap.", + "durability": null, + "name": "Bucket of sap", + "weight": "2", + "archery_ticket_price": "0", + "id": "4687" + }, + { + "examine": "A little heap of salt.", + "durability": null, + "name": "Pile of salt", + "archery_ticket_price": "0", + "id": "4689" + }, + { + "examine": "Miniature golden statue of a sphinx.", + "durability": null, + "name": "Sphinx's token", + "archery_ticket_price": "0", + "id": "4691" + }, + { + "shop_price": "130000", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "132580", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4692" + }, + { + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "4693" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Water and Fire Rune.", + "grand_exchange_price": "48", + "durability": null, + "name": "Steam rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4694" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined air and water rune.", + "grand_exchange_price": "249", + "durability": null, + "name": "Mist rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4695" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Earth Rune.", + "grand_exchange_price": "20", + "durability": null, + "name": "Dust rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4696" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Fire Rune.", + "grand_exchange_price": "148", + "durability": null, + "name": "Smoke rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4697" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Earth and Water rune.", + "grand_exchange_price": "657", + "durability": null, + "name": "Mud rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4698" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined earth and fire rune.", + "grand_exchange_price": "49", + "durability": null, + "name": "Lava rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4699" + }, + { + "examine": "You need to add lamp oil before you can use it.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4700" + }, + { + "examine": "A bullseye lantern with a sapphire for a lens.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4701" + }, + { + "examine": "A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4702" + }, + { + "shop_price": "1", + "examine": "Doesn't look very special.", + "grand_exchange_price": "0", + "durability": null, + "name": "Magic stone", + "tradeable": "false", + "weight": "2.267", + "archery_ticket_price": "0", + "id": "4703" + }, + { + "turn90cw_anim": "821", + "examine": "A magic stone bowl for catching the tears of Guthix.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Stone bowl", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4704", + "stand_turn_anim": "823" + }, + { + "examine": "This book must be really old!", + "durability": null, + "name": "Crumbling tome", + "archery_ticket_price": "0", + "id": "4707" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "rare_item": "true", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "94300", + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4708", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "94300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4709" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "69500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4710", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", + "requirements": "{0,70}-{6,70}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "69500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4711" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1000000", + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4712", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4713" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "rare_item": "true", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1700000", + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4714", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4715" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": "1", + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4716", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4717" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "516900", + "stand_anim": "2065", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4718", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "name": "Dharok's greataxe" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "516900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's greataxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4719" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "511400", + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4720", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "511400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4721" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "10", + "absorb": "3,0,7", + "equip_audio": "2243", + "equipment_slot": "7", + "grand_exchange_price": "748800", + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4722", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "748800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4723" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "396300", + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4724", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "396300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4725" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "588400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4726", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Guthan's warspear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "588400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's warspear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4727" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "316800", + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4728", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "316800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4729" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "rare_item": "true", + "weight": "8", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "315600", + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4730", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "315600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4731" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's coif.", + "durability": null, + "rare_item": "true", + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "38900", + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4732", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "38900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4733" + }, + { + "ge_buy_limit": "1", + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "rare_item": "true", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "188000", + "stand_anim": "2074", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4734", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's crossbow" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "188000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4735" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "rare_item": "true", + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1800000", + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4736", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1800000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4737" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "0,7,3", + "equip_audio": "2238", + "equipment_slot": "7", + "grand_exchange_price": "217000", + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4738", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4739" + }, + { + "requirements": "{4,70}", + "shop_price": "420", + "ge_buy_limit": "10000", + "examine": "Must need a special type of crossbow to use this.", + "grand_exchange_price": "238", + "durability": null, + "name": "Bolt rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4740", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55", + "equipment_slot": "13" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "139000", + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4745", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "139000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4746" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "1000", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "rare_item": "true", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "111600", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4747", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4748" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "346200", + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4749", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "346200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4750" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "427200", + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4751", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "427200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4752" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "687200", + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4753", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "687200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4754" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "rare_item": "true", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "135500", + "stand_anim": "1832", + "tradeable": "true", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4755", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "135500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4756" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "270000", + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4757", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "270000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4758" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "411400", + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4759", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "411400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4760" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt bronze arrow...ouch", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4773", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt iron arrow...ouch", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4778", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt steel arrow...ouch", + "grand_exchange_price": "20", + "durability": null, + "name": "Steel brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4783", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt black arrow...ouch", + "grand_exchange_price": "63", + "durability": null, + "name": "Black brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4788", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Blunt mithril arrow...ouch", + "grand_exchange_price": "80", + "durability": null, + "name": "Mithril brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4793", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt adamant arrow...ouch", + "grand_exchange_price": "154", + "durability": null, + "name": "Adamant brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4798", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "1000", + "examine": "Blunt rune arrow...ouch", + "grand_exchange_price": "188", + "durability": null, + "name": "Rune brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4803", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "examine": "A very black prism.", + "durability": null, + "name": "Black prism", + "archery_ticket_price": "0", + "id": "4808" + }, + { + "examine": "A half torn necromantic page.", + "durability": null, + "name": "Torn page", + "archery_ticket_price": "0", + "id": "4809" + }, + { + "examine": "It's about to fall apart.", + "durability": null, + "name": "Ruined backpack", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4810" + }, + { + "examine": "A white ceramic mug with a dragon insignia.", + "durability": null, + "name": "Dragon inn tankard", + "archery_ticket_price": "0", + "id": "4811" + }, + { + "ge_buy_limit": "10000", + "examine": "A pile of Zombie Ogre bones.", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4812" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4813" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4814" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4815" + }, + { + "examine": "A signed classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Signed portrait", + "archery_ticket_price": "0", + "id": "4816" + }, + { + "examine": "A book explaining the art of portraiture.", + "durability": null, + "name": "Book of portraiture", + "weight": "1", + "archery_ticket_price": "0", + "id": "4817", + "equipment_slot": "5" + }, + { + "examine": "An ancient ogre artefact-resembling a large heavy helm.", + "durability": null, + "name": "Ogre artefact", + "archery_ticket_price": "0", + "id": "4818" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4819" + }, + { + "shop_price": "33", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Iron nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4820" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "13", + "durability": null, + "name": "Black nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4821" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "35", + "durability": null, + "name": "Mithril nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4822" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "87", + "durability": null, + "name": "Adamantite nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4823" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "114", + "durability": null, + "name": "Rune nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4824" + }, + { + "ge_buy_limit": "100", + "examine": "An unstrung composite ogre bow.", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4826" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "A composite ogre bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "225", + "attack_audios": "2700,0,0,0", + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4827", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "225", + "durability": null, + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4828" + }, + { + "examine": "A book of H.A.M. affiliation", + "durability": null, + "name": "Book of 'h.a.m", + "archery_ticket_price": "0", + "id": "4829", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4830" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4831" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4832" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4833" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the burial tomb.", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4834" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4835" + }, + { + "examine": "Some strange liquid given to you by Zavistic Rarve.", + "durability": null, + "name": "Strange potion", + "archery_ticket_price": "0", + "id": "4836" + }, + { + "examine": "A book of necromantic spells.", + "durability": null, + "name": "Necromancy book", + "archery_ticket_price": "0", + "id": "4837", + "equipment_slot": "5" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4838" + }, + { + "examine": "A key to some sort of special tomb area.", + "durability": null, + "name": "Ogre gate key", + "archery_ticket_price": "0", + "id": "4839" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this rogue's purse potion.", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4841" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "4 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4842" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4843" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "3 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4844" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4845" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "2 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4846" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4847" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "1 dose of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4848" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4849" + }, + { + "ge_buy_limit": "100", + "examine": "A key which opens a coffin!", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4851" + }, + { + "examine": "A pot of crushed fayrg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4852" + }, + { + "examine": "A pot of crushed raurg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4853" + }, + { + "examine": "A pot of crushed ourg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4854" + }, + { + "examine": "A pot of crushed gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4855" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 100", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4856", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 75", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4857", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 50", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4858", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 25", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4859", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "51700", + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4860" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4861" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 100", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4862", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 75", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4863", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 50", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4864", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 25", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4865", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "50600", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 0", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4866", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "50600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4867" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 100", + "weight": "5", + "archery_ticket_price": "0", + "id": "4868", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 75", + "weight": "5", + "archery_ticket_price": "0", + "id": "4869", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 50", + "weight": "5", + "archery_ticket_price": "0", + "id": "4870", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 25", + "weight": "5", + "archery_ticket_price": "0", + "id": "4871", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1100000", + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4872" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4873" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 100", + "weight": "12", + "archery_ticket_price": "0", + "id": "4874", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 75", + "weight": "12", + "archery_ticket_price": "0", + "id": "4875", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 50", + "weight": "12", + "archery_ticket_price": "0", + "id": "4876", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 25", + "weight": "12", + "archery_ticket_price": "0", + "id": "4877", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "4878", + "absorb": "7,3,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4879" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 100", + "archery_ticket_price": "0", + "id": "4880", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 75", + "archery_ticket_price": "0", + "id": "4881", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 50", + "archery_ticket_price": "0", + "id": "4882", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1355582", + "name": "Dharok's helm 25", + "archery_ticket_price": "0", + "id": "4883", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4884" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4885" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4886", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 100" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4887", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 75" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4888", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 50" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4889", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 25" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "durability": null, + "weight": "13", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "2", + "turn180_anim": "2064", + "equip_audio": "2232", + "render_anim": "134", + "equipment_slot": "3", + "grand_exchange_price": "442600", + "stand_anim": "2065", + "attack_audios": "1320,0,0,0", + "tradeable": "true", + "name": "Dharok's axe 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4890", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "442600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's axe 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4891" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 100", + "archery_ticket_price": "0", + "id": "4892", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 75", + "archery_ticket_price": "0", + "id": "4893", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 50", + "archery_ticket_price": "0", + "id": "4894", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "481600", + "name": "Dharok's body 25", + "archery_ticket_price": "0", + "id": "4895", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "438200", + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4896" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "438200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4897" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 100", + "weight": "10", + "archery_ticket_price": "0", + "id": "4898", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 75", + "weight": "10", + "archery_ticket_price": "0", + "id": "4899", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 50", + "weight": "10", + "archery_ticket_price": "0", + "id": "4900", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 25", + "weight": "10", + "archery_ticket_price": "0", + "id": "4901", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2243", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's plate leg armour.", + "durability": null, + "weight": "10", + "absorb": "3,0,7", + "equip_audio": "2243", + "equipment_slot": "7", + "grand_exchange_price": "676000", + "name": "Dharok's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4902" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "676000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4903" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 100", + "archery_ticket_price": "0", + "id": "4904", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 75", + "archery_ticket_price": "0", + "id": "4905", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 50", + "archery_ticket_price": "0", + "id": "4906", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 25", + "archery_ticket_price": "0", + "id": "4907", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "368200", + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4908" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "368200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4909" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4910", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 100" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4911", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 75" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4912", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 50" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4913", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 25" + }, + { + "requirements": "{0,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "379500", + "stand_anim": "813", + "attack_audios": "1316,0,0,0", + "tradeable": "true", + "name": "Guthan's spear 0", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4914", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "379500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's spear 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4915" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 100", + "archery_ticket_price": "0", + "id": "4916", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 75", + "archery_ticket_price": "0", + "id": "4917", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 50", + "archery_ticket_price": "0", + "id": "4918", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "241605", + "name": "Guthan's body 25", + "archery_ticket_price": "0", + "id": "4919", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "245900", + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4920" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "245900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4921" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 100", + "weight": "8", + "archery_ticket_price": "0", + "id": "4922", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 75", + "weight": "8", + "archery_ticket_price": "0", + "id": "4923", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 50", + "weight": "8", + "archery_ticket_price": "0", + "id": "4924", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 25", + "weight": "8", + "archery_ticket_price": "0", + "id": "4925", + "absorb": "3,0,7", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "weight": "8", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "240900", + "name": "Guthan's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4926" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "240900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4927" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 100", + "archery_ticket_price": "0", + "id": "4928", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 75", + "archery_ticket_price": "0", + "id": "4929", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 50", + "archery_ticket_price": "0", + "id": "4930", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7520", + "name": "Karil's coif 25", + "archery_ticket_price": "0", + "id": "4931", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's coif.", + "durability": null, + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7557", + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4932" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "7557", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4933" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4934", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 100" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4935", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 75" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4936", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 50" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4937", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 25" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "durability": null, + "weight": "2", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "17", + "turn180_anim": "2076", + "equip_audio": "2244", + "render_anim": "372", + "equipment_slot": "3", + "grand_exchange_price": "106300", + "stand_anim": "2074", + "name": "Karil's x-bow 0", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4938", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "106300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's x-bow 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4939", + "equip_audio": "" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 100", + "archery_ticket_price": "0", + "id": "4940", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 75", + "archery_ticket_price": "0", + "id": "4941", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 50", + "archery_ticket_price": "0", + "id": "4942", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "983428", + "name": "Karil's top 25", + "archery_ticket_price": "0", + "id": "4943", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1500000", + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4944" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4945" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 100", + "weight": "2", + "archery_ticket_price": "0", + "id": "4946", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 75", + "weight": "2", + "archery_ticket_price": "0", + "id": "4947", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 50", + "weight": "2", + "archery_ticket_price": "0", + "id": "4948", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 25", + "weight": "2", + "archery_ticket_price": "0", + "id": "4949", + "absorb": "0,7,3", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0", + "equip_audio": "2238", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "weight": "2", + "absorb": "0,7,3", + "equip_audio": "2238", + "equipment_slot": "7", + "grand_exchange_price": "153100", + "name": "Karil's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4950" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "153100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4951" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 100", + "archery_ticket_price": "0", + "id": "4952", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 75", + "archery_ticket_price": "0", + "id": "4953", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 50", + "archery_ticket_price": "0", + "id": "4954", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 25", + "archery_ticket_price": "0", + "id": "4955", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "78200", + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4956" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4957" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 100", + "archery_ticket_price": "0", + "id": "4958", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 75", + "archery_ticket_price": "0", + "id": "4959", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 50", + "archery_ticket_price": "0", + "id": "4960", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 25", + "archery_ticket_price": "0", + "id": "4961", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "equipment_slot": "3", + "grand_exchange_price": "95600", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4962" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4963" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 100", + "archery_ticket_price": "0", + "id": "4964", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 75", + "archery_ticket_price": "0", + "id": "4965", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 50", + "archery_ticket_price": "0", + "id": "4966", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "297733", + "name": "Torag's body 25", + "archery_ticket_price": "0", + "id": "4967", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "271600", + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4968" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "271600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4969" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 100", + "weight": "9", + "archery_ticket_price": "0", + "id": "4970", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 75", + "weight": "9", + "archery_ticket_price": "0", + "id": "4971", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 50", + "weight": "9", + "archery_ticket_price": "0", + "id": "4972", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 25", + "weight": "9", + "archery_ticket_price": "0", + "id": "4973", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "weight": "9", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "371300", + "name": "Torag's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4974" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "371300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4975" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 100", + "archery_ticket_price": "0", + "id": "4976", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 75", + "archery_ticket_price": "0", + "id": "4977", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 50", + "archery_ticket_price": "0", + "id": "4978", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 25", + "archery_ticket_price": "0", + "id": "4979", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "648900", + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4980" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "648900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4981" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4982", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 100" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4983", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 75" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4984", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 50" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4985", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 25" + }, + { + "requirements": "{0,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "durability": null, + "weight": "2", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "8", + "turn180_anim": "2060", + "equip_audio": "2246", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "95500", + "stand_anim": "1832", + "attack_audios": "1323,0,0,0", + "tradeable": "true", + "name": "Verac's flail 0", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4986", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4987" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 100", + "archery_ticket_price": "0", + "id": "4988", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 75", + "archery_ticket_price": "0", + "id": "4989", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 50", + "archery_ticket_price": "0", + "id": "4990", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "177963", + "name": "Verac's top 25", + "archery_ticket_price": "0", + "id": "4991", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "174000", + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4992" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "174000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4993" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 100", + "weight": "5", + "archery_ticket_price": "0", + "id": "4994", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 75", + "weight": "5", + "archery_ticket_price": "0", + "id": "4995", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 50", + "weight": "5", + "archery_ticket_price": "0", + "id": "4996", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 25", + "weight": "5", + "archery_ticket_price": "0", + "id": "4997", + "absorb": "3,0,7", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0", + "equip_audio": "2242", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "321600", + "name": "Verac's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4998" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "321600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4999" + }, + { + "ge_buy_limit": "1000", + "examine": "It's incredibly slimy.", + "grand_exchange_price": "373", + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5001" + }, + { + "ge_buy_limit": "1000", + "examine": "It's a bit slimy.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5003" + }, + { + "examine": "That's disgusting!", + "durability": null, + "name": "Frog spawn", + "archery_ticket_price": "0", + "id": "5004" + }, + { + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5005" + }, + { + "durability": null, + "name": "Burnt cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5006" + }, + { + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5007" + }, + { + "examine": "A book about the ancient goblin tribes.", + "durability": null, + "name": "Goblin symbol book", + "weight": "1", + "archery_ticket_price": "0", + "id": "5009" + }, + { + "examine": "You found the Lumbridge silverware in the HAM cave.", + "durability": null, + "name": "Silverware", + "archery_ticket_price": "0", + "id": "5011" + }, + { + "examine": "A peace treaty between Lumbridge and the Cave Goblins.", + "durability": null, + "name": "Peace treaty", + "archery_ticket_price": "0", + "id": "5012" + }, + { + "shop_price": "900", + "examine": "A helmet with a lamp on it.", + "grand_exchange_price": "380", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5013", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{11,65}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "A helmet with an unlit lamp on it.", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "342", + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5014", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "342", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5015" + }, + { + "ge_buy_limit": "100", + "shop_price": "600", + "turn90cw_anim": "1207", + "examine": "Basic but brutal!", + "walk_anim": "1205", + "durability": null, + "weight": "1.3", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "false", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "219", + "stand_anim": "813", + "tradeable": "true", + "name": "Bone spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5016", + "stand_turn_anim": "1209", + "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5017" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "Basic but brutal!", + "durability": null, + "weight": "0.9", + "attack_speed": "6", + "weapon_interface": "10", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "384", + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5018", + "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5019" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5020" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5021" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5022" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5023" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Far too small to wear.", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5024", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5025" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Yellow top, too small for me.", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5026", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5027" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5028", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5029" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5030", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5031" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5032", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5033" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5034", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5035" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5036", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5037" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5038", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5039" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5040", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5041" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "examine": "These look great, on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5042", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "examine": "Yellow shorts. Far too small for you.", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5044", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "examine": "Blue shorts, these would look great on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5046", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "examine": "A brown skirt. Size small!", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5048", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "examine": "A blue skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5050", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "examine": "Lilac skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5052", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5053" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5054" + }, + { + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5055" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5056" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5057" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5058" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5059" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5060", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5061", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "One of a pair I assume.", + "durability": null, + "name": "Left boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5062" + }, + { + "examine": "A good looking boot, for the right foot. Literally.", + "durability": null, + "name": "Right boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5063" + }, + { + "examine": "A lovely pair of boots.", + "durability": null, + "name": "Exquisite boots", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5064" + }, + { + "examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.", + "durability": null, + "name": "Book on costumes", + "archery_ticket_price": "0", + "id": "5065" + }, + { + "examine": "These notes are from a meeting of the Keldagrim Consortium.", + "durability": null, + "name": "Meeting notes", + "archery_ticket_price": "0", + "id": "5066" + }, + { + "examine": "Clothes for the sculptor's model.", + "durability": null, + "name": "Exquisite clothes", + "archery_ticket_price": "0", + "id": "5067" + }, + { + "examine": "A master at farming.", + "durability": null, + "name": "Master farmer", + "archery_ticket_price": "0", + "id": "5068" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5070" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5071" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5072" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5073" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5074" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5075" + }, + { + "examine": "A red bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5076" + }, + { + "examine": "A blue bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5077" + }, + { + "examine": "A green bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5078" + }, + { + "requirements": "{2,19}", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A marigold seed - plant in flower patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Marigold seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5096" + }, + { + "requirements": "{11,19}", + "shop_price": "98", + "ge_buy_limit": "100", + "examine": "A rosemary seed - plant in flower patch.", + "grand_exchange_price": "3", + "durability": null, + "name": "Rosemary seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5097" + }, + { + "requirements": "{24,19}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A nasturtium seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Nasturtium seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5098" + }, + { + "requirements": "{19,25}", + "ge_buy_limit": "100", + "examine": "A woad seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Woad seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5099" + }, + { + "requirements": "{19,26}", + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "A limpwurt seed - plant in flower patch.", + "grand_exchange_price": "273", + "durability": null, + "name": "Limpwurt seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5100" + }, + { + "requirements": "{10,19}", + "ge_buy_limit": "100", + "examine": "A redberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Redberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5101" + }, + { + "requirements": "{22,19}", + "ge_buy_limit": "100", + "examine": "A cadavaberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cadavaberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5102" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A dwellberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Dwellberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5103" + }, + { + "requirements": "{19,48}", + "shop_price": "22", + "ge_buy_limit": "100", + "examine": "A jangerberry bush seed - plant in a bush patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jangerberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5104" + }, + { + "requirements": "{19,59}", + "ge_buy_limit": "100", + "examine": "A whiteberry bush seed - plant in a bush patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Whiteberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5105" + }, + { + "requirements": "{19,70}", + "ge_buy_limit": "100", + "examine": "A poison ivy bush seed - plant in a bush patch.", + "grand_exchange_price": "38", + "durability": null, + "name": "Poison ivy seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5106" + }, + { + "requirements": "{19,55}", + "shop_price": "29", + "ge_buy_limit": "100", + "examine": "A Cactus seed - plant in a cactus patch.", + "grand_exchange_price": "10", + "durability": null, + "name": "Cactus seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5280" + }, + { + "requirements": "{19,63}", + "ge_buy_limit": "100", + "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", + "grand_exchange_price": "24", + "durability": null, + "name": "Belladonna seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5281" + }, + { + "requirements": "{19,53}", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Mushroom spore", + "archery_ticket_price": "0", + "id": "5282" + }, + { + "requirements": "{19,27}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "4", + "durability": null, + "name": "Apple tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5283" + }, + { + "requirements": "{19,33}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "5", + "durability": null, + "name": "Banana tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5284" + }, + { + "requirements": "{19,39}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "30", + "durability": null, + "name": "Orange tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5285" + }, + { + "requirements": "{19,42}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "265", + "durability": null, + "name": "Curry tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5286" + }, + { + "requirements": "{19,51}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Pineapple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5287" + }, + { + "requirements": "{19,57}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "41200", + "durability": null, + "name": "Papaya tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5288" + }, + { + "requirements": "{19,68}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "105100", + "durability": null, + "name": "Palm tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5289" + }, + { + "requirements": "{19,72}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "32000", + "durability": null, + "name": "Calquat tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5290" + }, + { + "requirements": "{9,19}", + "ge_buy_limit": "100", + "examine": "A guam seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Guam seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5291" + }, + { + "requirements": "{14,19}", + "ge_buy_limit": "100", + "examine": "A marrentill seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Marrentill seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5292" + }, + { + "requirements": "{19,19}", + "ge_buy_limit": "100", + "examine": "A tarromin seed - plant in a herb patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tarromin seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5293" + }, + { + "requirements": "{19,26}", + "ge_buy_limit": "100", + "examine": "A harralander seed - plant in a herb patch.", + "grand_exchange_price": "4", + "durability": null, + "name": "Harralander seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5294" + }, + { + "requirements": "{19,32}", + "shop_price": "4000", + "ge_buy_limit": "100", + "examine": "A Ranarr seed - plant in a herb patch.", + "grand_exchange_price": "9489", + "durability": null, + "name": "Ranarr seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5295" + }, + { + "requirements": "{19,38}", + "ge_buy_limit": "100", + "examine": "A toadflax seed - plant in a herb patch.", + "grand_exchange_price": "2980", + "durability": null, + "name": "Toadflax seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5296" + }, + { + "requirements": "{19,44}", + "ge_buy_limit": "100", + "examine": "An irit seed - plant in a herb patch.", + "grand_exchange_price": "181", + "durability": null, + "name": "Irit seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5297" + }, + { + "requirements": "{19,50}", + "ge_buy_limit": "100", + "examine": "An avantoe seed - plant in a herb patch.", + "grand_exchange_price": "2492", + "durability": null, + "name": "Avantoe seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5298" + }, + { + "requirements": "{19,56}", + "ge_buy_limit": "100", + "examine": "A kwuarm seed - plant in a herb patch.", + "grand_exchange_price": "537", + "durability": null, + "name": "Kwuarm seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5299" + }, + { + "requirements": "{19,62}", + "ge_buy_limit": "100", + "examine": "A snapdragon seed - plant in a herb patch.", + "grand_exchange_price": "47800", + "durability": null, + "name": "Snapdragon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5300" + }, + { + "requirements": "{19,67}", + "ge_buy_limit": "100", + "examine": "A cadantine seed - plant in a herb patch.", + "grand_exchange_price": "1253", + "durability": null, + "name": "Cadantine seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5301" + }, + { + "requirements": "{19,73}", + "ge_buy_limit": "100", + "examine": "A lantadyme seed - plant in a herb patch.", + "grand_exchange_price": "37100", + "durability": null, + "name": "Lantadyme seed", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5302" + }, + { + "requirements": "{19,79}", + "ge_buy_limit": "100", + "examine": "A dwarf weed seed - plant in a herb patch.", + "grand_exchange_price": "41900", + "durability": null, + "name": "Dwarf weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5303" + }, + { + "requirements": "{19,85}", + "ge_buy_limit": "100", + "examine": "A Torstol seed - plant in a herb patch.", + "grand_exchange_price": "302300", + "durability": null, + "name": "Torstol seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5304" + }, + { + "requirements": "{3,19}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A barley seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Barley seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5305" + }, + { + "requirements": "{13,19}", + "shop_price": "86", + "ge_buy_limit": "100", + "examine": "A jute seed - plant in a hops patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jute seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5306" + }, + { + "requirements": "{4,19}", + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A hammerstone hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Hammerstone seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5307" + }, + { + "requirements": "{8,19}", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "An Asgarnian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Asgarnian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5308" + }, + { + "requirements": "{16,19}", + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A yanillian hop seed - plant in a hops patch.", + "grand_exchange_price": "11", + "durability": null, + "name": "Yanillian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5309" + }, + { + "requirements": "{21,19}", + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "A krandorian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Krandorian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5310" + }, + { + "requirements": "{19,28}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A wildblood hop seed - plant in a hops patch.", + "grand_exchange_price": "12", + "durability": null, + "name": "Wildblood seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5311" + }, + { + "requirements": "{15,19}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "22", + "durability": null, + "name": "Acorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5312" + }, + { + "requirements": "{19,30}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "945", + "durability": null, + "name": "Willow seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5313" + }, + { + "requirements": "{19,45}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "35400", + "durability": null, + "name": "Maple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5314" + }, + { + "requirements": "{19,60}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "81900", + "durability": null, + "name": "Yew seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5315" + }, + { + "requirements": "{19,75}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "276900", + "durability": null, + "name": "Magic seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5316" + }, + { + "requirements": "{19,83}", + "shop_price": "55000", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "durability": null, + "name": "Spirit seed", + "archery_ticket_price": "0", + "id": "5317" + }, + { + "shop_price": "8", + "ge_buy_limit": "500", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5318" + }, + { + "requirements": "{5,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5319" + }, + { + "requirements": "{20,19}", + "ge_buy_limit": "500", + "examine": "A sweetcorn seed - plant in an allotment.", + "grand_exchange_price": "2", + "durability": null, + "name": "Sweetcorn seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5320" + }, + { + "requirements": "{19,47}", + "shop_price": "56", + "ge_buy_limit": "500", + "examine": "A watermelon seed - plant in an allotment.", + "grand_exchange_price": "2491", + "durability": null, + "name": "Watermelon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5321" + }, + { + "requirements": "{12,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5322" + }, + { + "requirements": "{19,31}", + "ge_buy_limit": "500", + "examine": "A strawberry seed - plant in an allotment.", + "grand_exchange_price": "240", + "durability": null, + "name": "Strawberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5323" + }, + { + "requirements": "{7,19}", + "shop_price": "25", + "ge_buy_limit": "500", + "examine": "A cabbage seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cabbage seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5324" + }, + { + "shop_price": "12", + "ge_buy_limit": "100", + "examine": "Not suitable for archaeological digs.", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5325" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5326" + }, + { + "examine": "I need to attach this to its head.", + "durability": null, + "name": "Spade handle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5327" + }, + { + "examine": "I need to attach this to its handle.", + "durability": null, + "name": "Spade head", + "archery_ticket_price": "0", + "id": "5328" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Good for pruning away diseased leaves.", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5329", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5330" + }, + { + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "This watering can is empty.", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5331" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5332" + }, + { + "shop_price": "8", + "examine": " This watering can is almost empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(1)", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "5333" + }, + { + "shop_price": "8", + "examine": "This watering can is three-quarters empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(2)", + "archery_ticket_price": "0", + "weight": "0.3", + "id": "5334" + }, + { + "shop_price": "8", + "examine": "This watering can is just under half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(3)", + "archery_ticket_price": "0", + "weight": "0.4", + "id": "5335" + }, + { + "shop_price": "8", + "examine": " Some would say this watering can is half-full, others half-empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(4)", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "5336" + }, + { + "shop_price": "8", + "examine": "This watering can is just over half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(5)", + "archery_ticket_price": "0", + "weight": "0.6", + "id": "5337" + }, + { + "shop_price": "8", + "examine": " This watering can is three quarters full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(6)", + "archery_ticket_price": "0", + "weight": "0.7", + "id": "5338" + }, + { + "shop_price": "8", + "examine": " This watering can is almost completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(7)", + "archery_ticket_price": "0", + "weight": "0.8", + "id": "5339" + }, + { + "shop_price": "8", + "examine": " This watering can is completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(8)", + "archery_ticket_price": "0", + "weight": "0.9", + "id": "5340" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to clear weeds.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "5341" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5342" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to plant seeds with.", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5343" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5344" + }, + { + "ge_buy_limit": "100", + "examine": "A pair of gardening boots.", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5345", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5346" + }, + { + "examine": "I need to reattach this to its head.", + "durability": null, + "name": "Rake handle", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5347" + }, + { + "examine": "I need to reattach this to its handle.", + "durability": null, + "name": "Rake head", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5348" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty plant pot.", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5350" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5351" + }, + { + "shop_price": "9", + "ge_buy_limit": "100", + "examine": "An unfired plant pot.", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5352" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5353" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5354" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5355" + }, + { + "shop_price": "1", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "243", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5356" + }, + { + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5357" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5358" + }, + { + "examine": "A willow tree seed has been sown in this plant pot.", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5359" + }, + { + "examine": "A maple tree seed has been sown in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5360" + }, + { + "examine": "A yew tree seed has been sown in this plant pot.", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5361" + }, + { + "examine": "A magic tree seed has been sown in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5362" + }, + { + "examine": "A spirit tree seed has been sown in this plant pot.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5363" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5364" + }, + { + "examine": "A willow tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5365" + }, + { + "examine": "A maple tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5366" + }, + { + "examine": "A yew tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5367" + }, + { + "examine": "A magic tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5368" + }, + { + "examine": "A spirit tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5369" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Oak sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5370" + }, + { + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Willow sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5371" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Maple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5372" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Yew sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5373" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Magic sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5374" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Spirit sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5375" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "An empty fruit basket.", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5376" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5377" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5378" + }, + { + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5379" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5380" + }, + { + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5381" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5382" + }, + { + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5383" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5384" + }, + { + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5385" + }, + { + "ge_buy_limit": "1000", + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5386" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5387" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5388" + }, + { + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5389" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5390" + }, + { + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5391" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5392" + }, + { + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5393" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5394" + }, + { + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5395" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5397" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5398" + }, + { + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5399" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5400" + }, + { + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5401" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5402" + }, + { + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5403" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5404" + }, + { + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5405" + }, + { + "ge_buy_limit": "10000", + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5406" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5407" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5408" + }, + { + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5409" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5410" + }, + { + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5411" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5412" + }, + { + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5413" + }, + { + "shop_price": "2", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "171", + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5414" + }, + { + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5415" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5416" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5417" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty sack.", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5418" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5419" + }, + { + "examine": "There is one potato in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5420" + }, + { + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5421" + }, + { + "examine": "There are two potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5422" + }, + { + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5423" + }, + { + "examine": "There are three potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5424" + }, + { + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5425" + }, + { + "examine": "There are four potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5426" + }, + { + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5427" + }, + { + "examine": "There are five potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5428" + }, + { + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5429" + }, + { + "examine": "There are six potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5430" + }, + { + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5431" + }, + { + "examine": "There are seven potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5432" + }, + { + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5433" + }, + { + "examine": "There are eight potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5434" + }, + { + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5435" + }, + { + "examine": "There are nine potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5436" + }, + { + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5437" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten potatoes in this sack.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5439" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5440" + }, + { + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5441" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5442" + }, + { + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5443" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5444" + }, + { + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5445" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5446" + }, + { + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5447" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5448" + }, + { + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5449" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5450" + }, + { + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5451" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5452" + }, + { + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5453" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5454" + }, + { + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5455" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5456" + }, + { + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5457" + }, + { + "ge_buy_limit": "1000", + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5458" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5459" + }, + { + "examine": "There is one cabbage in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5460" + }, + { + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5461" + }, + { + "examine": "There are two cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5462" + }, + { + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5463" + }, + { + "examine": "There are three cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5464" + }, + { + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5465" + }, + { + "examine": "There are four cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5466" + }, + { + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5467" + }, + { + "examine": "There are five cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5468" + }, + { + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5469" + }, + { + "examine": "There are six cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5470" + }, + { + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5471" + }, + { + "examine": "There are seven cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5472" + }, + { + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5473" + }, + { + "examine": "There are eight cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5474" + }, + { + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5475" + }, + { + "examine": "There are nine cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5476" + }, + { + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5477" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten cabbages in this sack.", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5478" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5479" + }, + { + "examine": "An apple tree seed has been sown in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5480" + }, + { + "examine": "A banana tree seed has been sown in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5481" + }, + { + "examine": "An orange tree seed has been sown in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5482" + }, + { + "examine": "A curry tree seed has been sown in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5483" + }, + { + "examine": "A pineapple plant seed has been sown in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5484" + }, + { + "examine": "A papaya tree seed has been sown in this plant pot.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5485" + }, + { + "examine": "A palm tree seed has been sown in this plant pot.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5486" + }, + { + "examine": "A calquat tree seed has been sown in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5487" + }, + { + "examine": "An apple tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5488" + }, + { + "examine": "A banana tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5489" + }, + { + "examine": "An orange tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5490" + }, + { + "examine": "A curry tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5491" + }, + { + "examine": "A pineapple plant seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5492" + }, + { + "examine": "A papaya tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5493" + }, + { + "examine": "A palm tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5494" + }, + { + "examine": "A calquat tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5495" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Apple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5496" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Banana sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5497" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Orange sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5498" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Curry sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5499" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Pineapple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5500" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Papaya sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5501" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5502" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Calquat sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5503" + }, + { + "ge_buy_limit": "10000", + "examine": "A freshly picked strawberry.", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5504" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5505" + }, + { + "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", + "durability": null, + "name": "Old man's message", + "archery_ticket_price": "0", + "id": "5506" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Strange book", + "archery_ticket_price": "0", + "id": "5507" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book of folklore", + "archery_ticket_price": "0", + "id": "5508" + }, + { + "examine": "A small pouch used for storing essence.", + "durability": null, + "name": "Small pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5509" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5510" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5511" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5512" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5513" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5514" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5515" + }, + { + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5516" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5517" + }, + { + "examine": "This contains mystical teleport information...", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5518" + }, + { + "examine": "This orb apparently contains a cypher spell.", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5519" + }, + { + "examine": "Some research notes on abyssal space.", + "durability": null, + "name": "Abyssal book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5520" + }, + { + "ge_buy_limit": "100", + "examine": "A necklace embedded with mystical power.", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5521", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5522" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A mould for tiaras.", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5524" + }, + { + "ge_buy_limit": "1000", + "examine": "Makes me feel like a Princess.", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5525", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5526" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of air.", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5527", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5528" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the mind.", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5529", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5530" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of water.", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5531", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5532" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the body.", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5533", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5534" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the earth.", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5535", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5536" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of fire.", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5537", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5538" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the cosmos.", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5539", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5540" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of nature.", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5541", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5542" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of chaos.", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5543", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5544" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of law.", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5545", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5546" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of death.", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5547", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5548" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of Blood.", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5549", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5550" + }, + { + "ge_buy_limit": "100", + "examine": " A tiara infused with the properties of the soul.", + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "5551", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5552" + }, + { + "remove_sleeves": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue top", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5553", + "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5554", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue trousers", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5555", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "Black banded leather gloves, a rogue's dream!", + "durability": null, + "name": "Rogue gloves", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5556", + "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Black banded leather boots, a rogue's dream!", + "durability": null, + "name": "Rogue boots", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5557", + "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "35", + "examine": "It can do almost anything!", + "durability": null, + "name": "Rogue kit", + "archery_ticket_price": "0", + "id": "5558" + }, + { + "examine": "A small satchel of bright powder!", + "durability": null, + "name": "Flash powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "5559" + }, + { + "shop_price": "10", + "examine": "A useful hearing aid.", + "durability": null, + "name": "Stethoscope", + "archery_ticket_price": "0", + "id": "5560", + "equipment_slot": "5" + }, + { + "examine": "I can escape the Maze with this!", + "durability": null, + "name": "Mystic jewel", + "archery_ticket_price": "0", + "id": "5561" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Picture", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5568" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "6000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's helm.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "3512", + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5574", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5776", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5575", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's leg armour.", + "durability": null, + "weight": "7", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "4574", + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5576", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0" + }, + { + "examine": "A vial of something labelled 'Cupric Sulfate'.", + "durability": null, + "name": "Cupric sulphate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5577" + }, + { + "examine": "A vial of something labelled 'Acetic Acid'.", + "durability": null, + "name": "Acetic acid", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5578" + }, + { + "examine": "A vial of something labelled 'Gypsum'.", + "durability": null, + "name": "Gypsum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5579" + }, + { + "examine": "A vial of something labelled 'Sodium Chloride'.", + "durability": null, + "name": "Sodium chloride", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5580" + }, + { + "examine": "A vial of something labelled 'Nitrous Oxide'.", + "durability": null, + "name": "Nitrous oxide", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5581" + }, + { + "examine": "A vial of something labelled Dihydrogen Monoxide.", + "durability": null, + "name": "Vial of liquid", + "archery_ticket_price": "0", + "id": "5582" + }, + { + "examine": "A vial of something labelled 'Powdered Tin Ore'.", + "durability": null, + "name": "Tin ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5583" + }, + { + "examine": "A vial of something labelled 'Powdered Cupric Ore'.", + "durability": null, + "name": "Cupric ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5584" + }, + { + "examine": "I hope the mould was accurate enough...", + "durability": null, + "name": "Bronze Key", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "5585" + }, + { + "examine": "It's a metal spade with a wooden handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5586" + }, + { + "examine": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5587" + }, + { + "examine": "Looks like a pretty boring read.", + "durability": null, + "name": "Alchemical notes", + "archery_ticket_price": "0", + "id": "5588" + }, + { + "shop_price": "20", + "examine": "A tin layered with some stuff from a vial.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5592" + }, + { + "shop_price": "20", + "examine": "It's full of a white lumpy mixture that seems to be hardening.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5593" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key embedded in it.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5594" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5595" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5596" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin and copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5597" + }, + { + "shop_price": "20", + "examine": "There is a bronze key surrounded by plaster in this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5598" + }, + { + "shop_price": "20", + "examine": "There is a strange concoction filling this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5599" + }, + { + "shop_price": "10", + "examine": "I could probably pour something into this.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5600" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5601" + }, + { + "examine": "Useful for crafting items.", + "grand_exchange_price": "237", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5602" + }, + { + "shop_price": "1", + "examine": "For shearing sheep.", + "grand_exchange_price": "41", + "durability": null, + "name": "Shears", + "tradeable": "false", + "weight": "0.113", + "archery_ticket_price": "0", + "id": "5603" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "5604" + }, + { + "shop_price": "25", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "102", + "durability": null, + "name": "Knife", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5605" + }, + { + "examine": "I can exchange this for one free makeover with the makeover mage.", + "durability": null, + "name": "Makeover voucher", + "weight": "1", + "archery_ticket_price": "0", + "id": "5606" + }, + { + "shop_price": "2", + "examine": "Some wheat heads.", + "grand_exchange_price": "20", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5607", + "equipment_slot": "1" + }, + { + "examine": "A cunning animal.", + "durability": null, + "name": "Fox", + "archery_ticket_price": "0", + "id": "5608", + "equipment_slot": "3" + }, + { + "examine": "Normal: Yep. Definitely a chicken.", + "durability": null, + "name": "Chicken", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "5609", + "equipment_slot": "5" + }, + { + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5610" + }, + { + "durability": null, + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5611" + }, + { + "durability": null, + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5612" + }, + { + "durability": null, + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5613" + }, + { + "turn90cw_anim": "330", + "walk_anim": "330", + "durability": null, + "turn90ccw_anim": "330", + "turn180_anim": "330", + "render_anim": "191", + "equipment_slot": "3", + "stand_anim": "330", + "name": "Magic carpet", + "run_anim": "330", + "archery_ticket_price": "0", + "id": "5614", + "stand_turn_anim": "330" + }, + { + "examine": "A pot of crushed bearded gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "5615" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "127", + "durability": null, + "name": "Bronze arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5616", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "138", + "durability": null, + "name": "Iron arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5617", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "159", + "durability": null, + "name": "Steel arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5618", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "176", + "durability": null, + "name": "Mithril arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5619", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "211", + "durability": null, + "name": "Adamant arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5620", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "415", + "durability": null, + "name": "Rune arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5621", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "1076", + "durability": null, + "name": "Bronze arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5622", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "1037", + "durability": null, + "name": "Iron arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5623", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "1038", + "durability": null, + "name": "Steel arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5624", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "718", + "durability": null, + "name": "Mithril arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5625", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "101", + "durability": null, + "name": "Adamant arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5626", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "1300", + "durability": null, + "name": "Rune arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5627", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "162", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5628", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "164", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5629", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "173", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5630", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "822", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5631", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "196", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5632", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "244", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5633", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "370", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5634", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1733", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5635", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1687", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5636", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1654", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5637", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "2422", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5638", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1660", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5639", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1352", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5640", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1109", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5641", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "115", + "name": "Bronze javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5642", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "112", + "name": "Iron javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5643", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "128", + "name": "Steel javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5644", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "141", + "name": "Mithril javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5645", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "examine": "An adamant tipped javelin.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "179", + "name": "Adamant javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5646", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "302", + "name": "Rune javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5647", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1755", + "name": "Bronze jav'n(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5648", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1756", + "name": "Iron javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5649", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1769", + "name": "Steel javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5650", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1736", + "name": "Mithril javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5651", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "examine": "An adamant tipped javelin.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1514", + "name": "Adamant javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5652", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1521", + "name": "Rune javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5653", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "164", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5654", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "170", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5655", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "212", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5656", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "330", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5657", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "66", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5658", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "609", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5659", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1511", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5660", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1514", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5661", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1212", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5662", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1579", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5663", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1368", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5664", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "103", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5665", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1505", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5666", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2207", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5667", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "483", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5668", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5669" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "350", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5670", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5671" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "575", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5672", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5673" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "538", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5674", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "538", + "durability": null, + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5675" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "800", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5676", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "800", + "durability": null, + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5677" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4538", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5678", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4538", + "durability": null, + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5679" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5680", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5681", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "664", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5682", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "664", + "durability": null, + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5683" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p+)", + "archery_ticket_price": "0", + "id": "5684", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5685" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4128", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5686", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4128", + "durability": null, + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5687" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "5088", + "attack_audios": "2517,2517,2500,2517", + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5688", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5088", + "durability": null, + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5689" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4729", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5690", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4729", + "durability": null, + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5691" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "3476", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5692", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3476", + "durability": null, + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5693" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4612", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5694", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4612", + "durability": null, + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5695" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "5061", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5696", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5061", + "durability": null, + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5697" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5698", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5699", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "4921", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5700", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4921", + "durability": null, + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5701" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p++)", + "archery_ticket_price": "0", + "id": "5702", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5703" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "861", + "stand_anim": "813", + "name": "Bronze spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5704", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "861", + "durability": null, + "name": "Bronze spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5705" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "676", + "stand_anim": "813", + "name": "Iron spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5706", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "676", + "durability": null, + "name": "Iron spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5707" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "596", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5708", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "596", + "durability": null, + "name": "Steel spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5709" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "802", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5710", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "802", + "durability": null, + "name": "Mithril spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5711" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1394", + "stand_anim": "813", + "tradeable": "true", + "name": "Adamant spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5712", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1394", + "durability": null, + "name": "Adamant spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5713" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "12500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5714", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12500", + "durability": null, + "name": "Rune spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "41800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5716", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p+)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "41800", + "durability": null, + "name": "Dragon spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5717", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7557", + "stand_anim": "813", + "name": "Bronze spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5718", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7557", + "durability": null, + "name": "Bronze spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5719" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8394", + "stand_anim": "813", + "name": "Iron spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5720", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8394", + "durability": null, + "name": "Iron spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5721" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8336", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5722", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8336", + "durability": null, + "name": "Steel spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5723" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7035", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5724", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7035", + "durability": null, + "name": "Mithril spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5725" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7530", + "stand_anim": "813", + "name": "Adamant spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5726", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7530", + "durability": null, + "name": "Adamant spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5727" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "17700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5728", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p++)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17700", + "durability": null, + "name": "Rune spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5730", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p++)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "37800", + "durability": null, + "name": "Dragon spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5731", + "defence_anim": "2079" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "5732", + "equipment_slot": "5" + }, + { + "examine": "Yuk!", + "durability": null, + "name": "Rotten potato", + "archery_ticket_price": "0", + "id": "5733" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "3351", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5734", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3351", + "durability": null, + "name": "Black spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5735" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9065", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5736", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9065", + "durability": null, + "name": "Black spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5737" + }, + { + "shop_price": "15", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "19", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5738" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5740" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5742" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5744" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5746" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5747" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5748" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5749" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5750" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5751" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5752" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5754" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5756" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5757" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5758" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5759" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5760" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5761" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5762" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5764" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5766" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A pot filled with ale yeast.", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "5767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5768" + }, + { + "ge_buy_limit": "100", + "examine": "Sliced and hollowed out to form a keg.", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5770" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5772" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5774" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5775" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5776" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5777" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5778" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5779" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5780" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5781" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5782" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5783" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5784" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5786" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5788" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5790" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5792" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5793" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5794" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5795" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5796" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5797" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5798" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5799" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5800" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5802" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5804" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5805" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5806" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5807" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5808" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5809" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5810" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5811" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5812" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5813" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5814" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5815" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5816" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5817" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5818" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5819" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5820" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5821" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5822" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5824" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5826" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5827" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5828" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5829" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5830" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5832" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5833" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5834" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5835" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5836" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5837" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5838" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5839" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5840" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5842" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5844" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5846" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5848" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5850" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5852" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5854" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5856" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dwarven Stout.", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5858" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5860" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5862" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5864" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5866" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5867" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5868" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5869" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5870" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5871" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5872" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5873" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5874" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5875" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5876" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5877" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5878" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5879" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5880" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5881" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5882" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5883" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5884" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5885" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5886" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5888" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5889" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5890" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5892" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5893" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5894" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5895" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5896" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5897" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5898" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5899" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5900" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5901" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5902" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5903" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5904" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5906" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5908" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5910" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5912" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5914" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5916" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5918" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5920" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5922" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5924" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5926" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5928" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5930" + }, + { + "ge_buy_limit": "5000", + "examine": "I can weave this to make sacks.", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "5931" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5932" + }, + { + "ge_buy_limit": "200", + "examine": "A branch from a willow tree.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5933" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5934" + }, + { + "ge_buy_limit": "10000", + "examine": "A vial filled with coconut milk.", + "grand_exchange_price": "1307", + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5935" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of extra-strong weapon poison, for spears and daggers.", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5937" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5938" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of super strong weapon poison, for spears and daggers.", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5940" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5941" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5943" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5944" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5945" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5946" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5948" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5949" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5950" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5952" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5953" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5954" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5955" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a super-strong antipoison potion.", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5956" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5957" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a super-strong antipoison potion.", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5958" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5959" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5960" + }, + { + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5961" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5962" + }, + { + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5963" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5964" + }, + { + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5965" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5966" + }, + { + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5967" + }, + { + "ge_buy_limit": "10000", + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5968" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5969" + }, + { + "ge_buy_limit": "5000", + "examine": "I could make a spicy curry with this.", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5970" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5971" + }, + { + "ge_buy_limit": "5000", + "examine": "Looks delicious.", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5972" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5973" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5974" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5975" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5976" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5977" + }, + { + "ge_buy_limit": "10000", + "examine": "All the milk has been removed.", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5979" + }, + { + "ge_buy_limit": "100", + "examine": "This is the largest fruit I've ever seen.", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5981" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "A juicy watermelon.", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "weight": "0.111", + "archery_ticket_price": "0", + "id": "5982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5983" + }, + { + "ge_buy_limit": "1000", + "examine": "A slice of watermelon.", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5985" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5986" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5987" + }, + { + "ge_buy_limit": "10000", + "examine": "Delicious cooked sweetcorn.", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5988" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5989" + }, + { + "durability": null, + "name": "Burnt sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5991" + }, + { + "ge_buy_limit": "100", + "examine": "A bucket of apple mush.", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5992" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5993" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Hammerstone hops.", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5995" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Asgarnian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5997" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Yanillian hops.", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5998" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5999" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A handful of Krandorian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6000" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6001" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of wildblood hops.", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6002" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6003" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "A Bittercap Mushroom", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6005" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Barley.", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6006" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6007" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of barley malt.", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6008" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6009" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6010" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6011" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of nasturtiums.", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6012" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6013" + }, + { + "ge_buy_limit": "1000", + "examine": "Some rosemary.", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6014" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6015" + }, + { + "ge_buy_limit": "10000", + "examine": "Don't prick yourself with this.", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6016" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6017" + }, + { + "ge_buy_limit": "10000", + "examine": "They look sweet and juicy, but only a fool would eat them.", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6018" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6019" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6020" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6021" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6022" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6023" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6024" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6025" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6027" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6029" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6031" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Good for plants, helps them grow.", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6032" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6033" + }, + { + "ge_buy_limit": "10000", + "examine": "Super-good for the smallest or largest of plants.", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6034" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6035" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6037" + }, + { + "ge_buy_limit": "100", + "examine": "I could use this to make jewellery.", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6039" + }, + { + "destroy_message": "You will need to create a new amulet if you destroy this one.", + "examine": "An Amulet of Nature.", + "durability": null, + "name": "Amulet of nature", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6040", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6041", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6042" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Oak tree.", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6044" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Willow tree.", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6046" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Maple tree.", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6048" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a yew tree", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6050" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a magic tree.", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6052" + }, + { + "durability": null, + "name": "Spirit roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6054" + }, + { + "shop_price": "1", + "examine": "A handful of weeds.", + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6055" + }, + { + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6056" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6057" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6058" + }, + { + "examine": "This should scare the birds.", + "durability": null, + "name": "Scarecrow", + "archery_ticket_price": "0", + "id": "6059" + }, + { + "durability": null, + "name": "Stool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6060" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "134", + "durability": null, + "name": "Bronze bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6061", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "1162", + "durability": null, + "name": "Bronze bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6062", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "examine": "How do I wash blood stains out?", + "durability": null, + "name": "Bloody mourner top", + "weight": "2.72", + "archery_ticket_price": "0", + "id": "6064" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "6065", + "equipment_slot": "4" + }, + { + "examine": "These are in need of a good tailor.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6066" + }, + { + "examine": "A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6067", + "equipment_slot": "7" + }, + { + "shop_price": "160", + "examine": "These will keep my hands warm.", + "durability": null, + "name": "Mourner gloves", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6068", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Comfortable leather boots.", + "durability": null, + "name": "Mourner boots", + "weight": "1.36", + "archery_ticket_price": "0", + "id": "6069", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "A dull brown cape.", + "durability": null, + "name": "Mourner cloak", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6070", + "equipment_slot": "1" + }, + { + "shop_price": "160", + "examine": "A letter of recommendation.", + "durability": null, + "name": "Mourner letter", + "archery_ticket_price": "0", + "id": "6071" + }, + { + "examine": "A bar of soap taken from Tegid.", + "durability": null, + "name": "Tegid's soap", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6072" + }, + { + "examine": "A book on the history of Prifddinas.", + "durability": null, + "name": "Prifddinas' history", + "archery_ticket_price": "0", + "id": "6073" + }, + { + "examine": "A book on the exploration of the eastern realm.", + "durability": null, + "name": "Eastern discovery", + "archery_ticket_price": "0", + "id": "6075" + }, + { + "examine": "A book on the settlement of the eastern realm.", + "durability": null, + "name": "Eastern settlement", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6077" + }, + { + "examine": "A book about the great divide.", + "durability": null, + "name": "The great divide", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6079" + }, + { + "examine": "A strange broken device of gnomic design.", + "durability": null, + "name": "Broken device", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6081" + }, + { + "turn90cw_anim": "2319", + "examine": "A device for firing dye.", + "walk_anim": "2317", + "durability": null, + "weight": "4", + "turn90ccw_anim": "2320", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "20", + "turn180_anim": "2318", + "render_anim": "284", + "equipment_slot": "3", + "stand_anim": "2316", + "name": "Fixed device", + "run_anim": "2322", + "archery_ticket_price": "0", + "id": "6082", + "stand_turn_anim": "2321" + }, + { + "examine": "This key has seen a lot of use. (Mourning's Ends Part I)", + "durability": null, + "name": "Tarnished key", + "archery_ticket_price": "0", + "id": "6083" + }, + { + "examine": "A large pair of ogre bellows filled with red dye.", + "durability": null, + "name": "Red dye bellows", + "archery_ticket_price": "0", + "id": "6085" + }, + { + "examine": "A large pair of ogre bellows filled with blue dye.", + "durability": null, + "name": "Blue dye bellows", + "archery_ticket_price": "0", + "id": "6086" + }, + { + "examine": "A large pair of ogre bellows filled with yellow dye.", + "durability": null, + "name": "Yellow dye bellows", + "archery_ticket_price": "0", + "id": "6087" + }, + { + "examine": "A large pair of ogre bellows filled with green dye.", + "durability": null, + "name": "Green dye bellows", + "archery_ticket_price": "0", + "id": "6088" + }, + { + "examine": "A blue dye filled toad.", + "durability": null, + "name": "Blue toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6089" + }, + { + "examine": "A red dye filled toad.", + "durability": null, + "name": "Red toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6090" + }, + { + "examine": "A yellow dye filled toad.", + "durability": null, + "name": "Yellow toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6091" + }, + { + "examine": "A green dye filled toad.", + "durability": null, + "name": "Green toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6092" + }, + { + "examine": "A barrel full of rotten apples.", + "durability": null, + "name": "Rotten apples", + "weight": "17", + "archery_ticket_price": "0", + "id": "6093" + }, + { + "examine": "A barrel full of mushed apples.", + "durability": null, + "name": "Apple barrel", + "archery_ticket_price": "0", + "id": "6094" + }, + { + "examine": "A barrel full of rotten apples and naptha.", + "durability": null, + "name": "Naphtha apple mix", + "archery_ticket_price": "0", + "id": "6095" + }, + { + "examine": "A barrel full of toxic naphtha.", + "durability": null, + "name": "Toxic naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "6096" + }, + { + "examine": "It's a sieve.", + "durability": null, + "name": "Sieve", + "archery_ticket_price": "0", + "id": "6097" + }, + { + "examine": "A pile of toxic powder.", + "durability": null, + "name": "Toxic powder", + "archery_ticket_price": "0", + "id": "6098" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (4)", + "archery_ticket_price": "0", + "id": "6099" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (3)", + "archery_ticket_price": "0", + "id": "6100" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (2)", + "archery_ticket_price": "0", + "id": "6101" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (1)", + "archery_ticket_price": "0", + "id": "6102" + }, + { + "examine": "A tiny Elf crystal, I need to have this re-enchanted", + "durability": null, + "name": "Tiny elf crystal", + "archery_ticket_price": "0", + "id": "6103" + }, + { + "examine": "This key is newly cut. (Mourning's Ends Part II)", + "durability": null, + "name": "New key", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "6104" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "6106", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6107", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6108", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A ghostly hood, fit for a ghostly head.", + "durability": null, + "name": "Ghostly hood", + "archery_ticket_price": "0", + "id": "6109", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to fade in and out of existence...", + "durability": null, + "name": "Ghostly gloves", + "archery_ticket_price": "0", + "id": "6110", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Made of a strange, ghostly material...", + "durability": null, + "name": "Ghostly cloak", + "archery_ticket_price": "0", + "id": "6111", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.", + "examine": "Kelda hop seeds can only be grown underground!", + "durability": null, + "name": "Kelda seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6112" + }, + { + "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.", + "examine": "A handful of Kelda Hops.", + "durability": null, + "name": "Kelda hops", + "tradeable": "false", + "destroy": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "6113" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pint of bluish beer.", + "durability": null, + "name": "Kelda stout", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6118" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6119" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6120" + }, + { + "durability": null, + "name": "A chair", + "archery_ticket_price": "0", + "id": "6122", + "equipment_slot": "5" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "6123", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6124" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(2)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6125", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(3)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6126", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(4)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6127", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6128", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "lendable": "true", + "requirements": "{1,40}", + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "40600", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6129", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Some tough leggings made from rock crab parts.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6130", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35800", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6131", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6132" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4386", + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6133", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4386", + "durability": null, + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6134" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2132", + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6135", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2132", + "durability": null, + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6136" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "29500", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6137", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29500", + "durability": null, + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6138" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "durability": null, + "weight": "4.9", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "27800", + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6139", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27800", + "durability": null, + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6140" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "durability": null, + "weight": "4", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "23600", + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6141", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23600", + "durability": null, + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6142" + }, + { + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "durability": null, + "weight": "3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "1671", + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6143", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6144" + }, + { + "ge_buy_limit": "100", + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "durability": null, + "weight": "3.1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "756", + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6145", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "756", + "durability": null, + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6146" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6147", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6148" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6149", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6150" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6151", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6152" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6153", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6154" + }, + { + "ge_buy_limit": "500", + "examine": "A sturdy piece of dagannoth hide.", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6155" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6156" + }, + { + "ge_buy_limit": "100", + "examine": "A spherical chunk of rock-shell.", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6157" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6158" + }, + { + "ge_buy_limit": "100", + "examine": "A curved piece of rock-shell.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6159" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6160" + }, + { + "ge_buy_limit": "100", + "examine": "A slim piece of rock-shell.", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6161" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6162" + }, + { + "ge_buy_limit": "100", + "examine": "A fearsome looking skull.", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6163" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6164" + }, + { + "ge_buy_limit": "100", + "examine": "A slightly damaged ribcage.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6165" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6166" + }, + { + "ge_buy_limit": "100", + "examine": "An interesting looking bone shard.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6167" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6168" + }, + { + "ge_buy_limit": "100", + "examine": "A toughened chunk of dagannoth hide.", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6169" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6170" + }, + { + "ge_buy_limit": "100", + "examine": "A tattered chunk of dagannoth hide.", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6171" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6172" + }, + { + "ge_buy_limit": "100", + "examine": "A weathered chunk of dagannoth hide.", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6173" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6174" + }, + { + "durability": null, + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6175" + }, + { + "examine": "A sturdy body armour made from rock crab pieces.", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "9", + "id": "6176" + }, + { + "durability": null, + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6177" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6178" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6179" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6180", + "equipment_slot": "4" + }, + { + "examine": "Brown leather shorts with bright white socks?", + "durability": null, + "name": "Lederhosen shorts", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6181", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A hat with a goat's hair attached.", + "durability": null, + "name": "Lederhosen hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "6182", + "equipment_slot": "0" + }, + { + "examine": "I can use this at the Varrock clothes shop.", + "durability": null, + "name": "Frog token", + "archery_ticket_price": "0", + "id": "6183" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Prince tunic", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6184", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Prince leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "6185", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "6186", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Princess skirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "6187", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6188", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Could there be something valuable in here?", + "durability": null, + "name": "Mystery box", + "weight": "1", + "archery_ticket_price": "0", + "id": "6199", + "point_price": "2" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6200" + }, + { + "examine": "Fish-tastic!", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "6201" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6202" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6204" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6206" + }, + { + "examine": "It's an amulet of Man speak. It makes vague grunting noises.", + "durability": null, + "name": "Man speak amulet", + "archery_ticket_price": "0", + "id": "6208", + "equipment_slot": "2" + }, + { + "shop_price": "40", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "433", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "6209" + }, + { + "ge_buy_limit": "1000", + "examine": "Teak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6211" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6212" + }, + { + "ge_buy_limit": "1000", + "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6214" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2007", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6215", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2007", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6216" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6217", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6218" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6219", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6220" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6221", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6222" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6223", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6224" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6225", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6226" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6227", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6228" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6229", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6230" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6231", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6232" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6233", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6234" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2572", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6235", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2572", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6236" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2200", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6237", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2200", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6238" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6239", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6240" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6241", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6242" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6243", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6244" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6245", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6246" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6247", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6248" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6249", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6250" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6251", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6252" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6253", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6254" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6255", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6256" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2731", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6257", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2731", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6258" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1494", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6259", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "attack_anims": "7060", + "ge_buy_limit": "100", + "grand_exchange_price": "1494", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6260" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6261", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6262" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6263", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6264" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6265", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6266" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6267", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6268" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6269", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6270" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6271", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6272" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6273", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6274" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6275", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6276" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6277", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6278" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2957", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6279", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2957", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6280" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6281", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6282" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6283", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6284" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6285", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6286" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6287" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6288" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaley but not slimy!", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6289" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6290" + }, + { + "ge_buy_limit": "1000", + "examine": "Its creeping days are over!", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "6291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6292" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6294" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6296" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6298" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6300" + }, + { + "durability": null, + "name": "Burnt spider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6302" + }, + { + "shop_price": "40", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6303" + }, + { + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6304" + }, + { + "ge_buy_limit": "1000", + "examine": "A sharp pointed stick, quite resistant to fire.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skewer stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6305" + }, + { + "ge_buy_limit": "10000", + "examine": "Karamja currency.", + "grand_exchange_price": "2", + "durability": null, + "name": "Trading sticks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6306" + }, + { + "ge_buy_limit": "100", + "examine": "Plant this in a herb patch to grow Goutweed.", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6311" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6312" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.35", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "179", + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6313", + "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "179", + "durability": null, + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6314" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "4473", + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6315", + "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4473", + "durability": null, + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6316" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "8774", + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6317", + "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8774", + "durability": null, + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6318" + }, + { + "ge_buy_limit": "100", + "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!", + "grand_exchange_price": "9733", + "durability": null, + "name": "Proboscis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6319" + }, + { + "requirements": "{1,30}-{4,30}", + "shop_price": "1588", + "ge_buy_limit": "100", + "examine": "Made from 100% real snakeskin.", + "durability": null, + "weight": "10", + "absorb": "0,4,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "23100", + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6322", + "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23100", + "durability": null, + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6323" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from 100% real snake.", + "durability": null, + "weight": "3.6", + "absorb": "0,3,1", + "equipment_slot": "7", + "grand_exchange_price": "702", + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6324", + "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "702", + "durability": null, + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6325" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Lightweight head protection.", + "durability": null, + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "871", + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6326", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "871", + "durability": null, + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6327" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from snakes.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6328", + "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6329" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "10000", + "examine": "Made from 100% real snake.", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6330", + "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6331" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut mahogany logs.", + "grand_exchange_price": "503", + "durability": null, + "name": "Mahogany logs", + "tradeable": "true", + "weight": "1.33", + "archery_ticket_price": "0", + "id": "6332" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut teak logs.", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "6333" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6334" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6335", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6336" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6337", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6338" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6339", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6340" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6341", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6342" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6343", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6344" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6345", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6346" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6347", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6348" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6349", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6350" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6351", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6352" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6353", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6354" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6355", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6356" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6357", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6358" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6359", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6360" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6361", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6362" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6363", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6364" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6365", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6366" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6367", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6368" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6369", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6370" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6371", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6372" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6373", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6374" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6375", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6376" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6377", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6378" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6379", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6380" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A fez hat. Juss like that.", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6382", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6383" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6384", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6385" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Has a coarse hard wearing texture.", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6386", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6387" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6388", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6389" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Better than factor 50 sun cream.", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6390", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6391" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6393" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6394", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6395" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6397" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6398", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6399" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6400", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6401" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6402", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6403" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6404", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6405" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6407" + }, + { + "requirements": "{17,10}-{0,10}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "852", + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6408", + "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "852", + "durability": null, + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6409" + }, + { + "requirements": "{17,10}-{1,10}", + "ge_buy_limit": "100", + "examine": "An defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "818", + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6410", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "818", + "durability": null, + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6411" + }, + { + "requirements": "{17,20}-{0,20}", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1418", + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6412", + "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1418", + "durability": null, + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6413" + }, + { + "requirements": "{17,20}-{1,20}", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1285", + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6414", + "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1285", + "durability": null, + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6415" + }, + { + "requirements": "{17,30}", + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A solid bit of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1432", + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6416", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1432", + "durability": null, + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6417" + }, + { + "requirements": "{17,30}-{0,30}", + "shop_price": "1600", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2079", + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6418", + "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2079", + "durability": null, + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6419" + }, + { + "requirements": "{17,30}-{1,30}", + "shop_price": "952", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2407", + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6420", + "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2407", + "durability": null, + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6421" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6422" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6423" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6424" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6425" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6426" + }, + { + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6427" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6428" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6429" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6430" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6431" + }, + { + "shop_price": "310", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "399", + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6432" + }, + { + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6433" + }, + { + "shop_price": "378", + "examine": "Used for teleport spells.", + "grand_exchange_price": "277", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6434" + }, + { + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6435" + }, + { + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6436" + }, + { + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6437" + }, + { + "shop_price": "16", + "examine": "Used for Curse spells", + "grand_exchange_price": "6", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6438" + }, + { + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6439" + }, + { + "examine": "A spadeful of refined coal.", + "durability": null, + "name": "Spadeful of coke", + "weight": "2", + "archery_ticket_price": "0", + "id": "6448" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white rosebush seed.", + "durability": null, + "name": "White rose seed", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "6453" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red rosebush seed.", + "durability": null, + "name": "Red rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6454" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pink rosebush seed.", + "durability": null, + "name": "Pink rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6455" + }, + { + "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.", + "examine": "A grapevine seed.", + "durability": null, + "name": "Vine seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6456" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A delphinium seed.", + "durability": null, + "name": "Delphinium seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6457" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A snowdrop seed.", + "durability": null, + "name": "Snowdrop seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6460" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6461" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6462" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6463" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A young White Tree sapling", + "durability": null, + "name": "White tree sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6464" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The power within this ring has been activated.", + "durability": null, + "name": "Ring of charos(a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6465", + "equipment_slot": "12" + }, + { + "examine": "A rune essence chip that has been broken into shards.", + "durability": null, + "name": "Rune shards", + "archery_ticket_price": "0", + "id": "6466" + }, + { + "examine": "Crushed rune essence.", + "durability": null, + "name": "Rune dust", + "archery_ticket_price": "0", + "id": "6467" + }, + { + "shop_price": "25", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "199", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6468" + }, + { + "examine": "Looks delicious.", + "durability": null, + "name": "White tree fruit", + "archery_ticket_price": "0", + "id": "6469" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6471" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6473" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6475" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6477" + }, + { + "destroy_message": "You can get another one from Queen Ellamaria", + "examine": "I can use this to move heavy objects. (or) An empty trolley.", + "durability": null, + "name": "Trolley", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6478" + }, + { + "destroy_message": "You can get another list from Queen Ellamaria in Varrock", + "examine": "A list of things that I must collect for Queen Ellamaria.", + "durability": null, + "name": "List", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6479" + }, + { + "requirements": "{4,60}", + "shop_price": "375", + "ge_buy_limit": "100", + "examine": "A razor sharp ring of obsidian.", + "durability": null, + "tokkul_price": "375", + "attack_speed": "4", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2614,2614,2614,2614", + "grand_exchange_price": "340", + "name": "Toktz-xil-ul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6522", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A razor sharp sword of obsidian.", + "durability": null, + "tokkul_price": "60000", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30200", + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6523", + "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0" + }, + { + "requirements": "{1,60}", + "shop_price": "67500", + "ge_buy_limit": "10", + "examine": "A spiked shield of Obsidian.", + "durability": null, + "tokkul_price": "67500", + "weight": "3.6", + "absorb": "5,0,11", + "equipment_slot": "5", + "grand_exchange_price": "34700", + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6524", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "37500", + "ge_buy_limit": "10", + "examine": "A large knife of Obsidian.", + "durability": null, + "tokkul_price": "37500", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "16900", + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6525", + "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A staff of obsidian.", + "walk_anim": "1205", + "tokkul_price": "52500", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "26300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6526", + "stand_turn_anim": "1209", + "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0", + "requirements": "{0,60}-{6,60}", + "shop_price": "52500", + "durability": null, + "weight": "1", + "weapon_interface": "1", + "render_anim": "28", + "name": "Toktz-mej-tal" + }, + { + "requirements": "{0,60}", + "shop_price": "45000", + "ge_buy_limit": "10", + "examine": "A mace of obsidian.", + "durability": null, + "tokkul_price": "45000", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22600", + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6527", + "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "A maul of obsidian.", + "walk_anim": "1663", + "tokkul_price": "75000", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2661,2661,2661,2661", + "grand_exchange_price": "31000", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "6528", + "stand_turn_anim": "823", + "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0", + "requirements": "{2,60}", + "shop_price": "75000", + "durability": null, + "weight": "3.6", + "weapon_interface": "10", + "render_anim": "27", + "attack_audios": "2520,0,0,0", + "name": "Tzhaar-ket-om" + }, + { + "examine": "It's a Token of some kind made from Obsidian.", + "durability": null, + "name": "Tokkul", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "6529" + }, + { + "durability": null, + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6535" + }, + { + "durability": null, + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6536" + }, + { + "durability": null, + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6537" + }, + { + "durability": null, + "name": "Toktz-mej-tal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6538" + }, + { + "durability": null, + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6539" + }, + { + "durability": null, + "name": "Tzhaar-ket-om", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6540" + }, + { + "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.", + "examine": "An Advanced Combat Training Device.", + "durability": null, + "name": "Mouse toy", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6541", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You will not get a replacement for the present. Open it for your reward.", + "examine": "Thanks for all your help! Love, Bob & Neite.", + "durability": null, + "name": "Present", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6542" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6543" + }, + { + "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.", + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet(e)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6544", + "equipment_slot": "2" + }, + { + "destroy_message": "You have completed the chores; you can safely destroy the list.", + "examine": "A list of chores that Bob gave you to do.", + "durability": null, + "name": "Chores", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6545" + }, + { + "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.", + "examine": "It says on the back 'My favourite recipe.", + "durability": null, + "name": "Recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6546" + }, + { + "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.", + "examine": "A mirror helps reflect light on the subject.", + "durability": null, + "name": "Doctors hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6547", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.", + "examine": "A nurse's hat, but does it have healing powers?", + "durability": null, + "name": "Nurse hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6548", + "equipment_slot": "0" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6549" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6550" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6551" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6552" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6553" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6554" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6555" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6556" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6557" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6558" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6559" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6560" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "368700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6562", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mud battlestaff" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "423100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6563", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic mud staff" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "6609743", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6564" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4501000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6565" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6566" + }, + { + "shop_price": "90000", + "ge_buy_limit": "100", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "tokkul_price": "90000", + "weight": "1.8", + "equipment_slot": "1", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6568", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42000", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6569" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6570", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "2700000", + "ge_buy_limit": "100", + "examine": "An uncut onyx.", + "grand_exchange_price": "10700000", + "tokkul_price": "300000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6572" + }, + { + "ge_buy_limit": "100", + "examine": "This looks valuable.", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6574" + }, + { + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6575", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6576" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6577", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6578" + }, + { + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6579" + }, + { + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6580" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6581", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6582" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring.", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6583", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6584" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "A very powerful onyx amulet.", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6585", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6586" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "360", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "1013", + "attack_audios": "2548,2548,2548,2548", + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6587", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1013", + "durability": null, + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6588" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "1459", + "attack_audios": "2498,2498,2497,2498", + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6589", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1459", + "durability": null, + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6590" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "479", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6591", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "479", + "durability": null, + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6592" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "497", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6593", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "497", + "durability": null, + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6594" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "982", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6595", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "982", + "durability": null, + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6596" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "8422", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6597", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8422", + "durability": null, + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6598" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A white halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "1834", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6599", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "1920", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "White halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1834", + "durability": null, + "name": "White halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6600" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "432", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "481", + "attack_audios": "2508,2508,25092508", + "name": "White mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6601", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "481", + "durability": null, + "name": "White mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6602" + }, + { + "requirements": "{0,10}-{5,10}", + "ge_buy_limit": "100", + "shop_price": "200", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "650", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "tradeable": "true", + "name": "White magic staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6603", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "White magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6604" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "grand_exchange_price": "1187", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6605", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "624", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "name": "White sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1187", + "durability": null, + "name": "White sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6606" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "2060", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6607", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "name": "White longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2060", + "durability": null, + "name": "White longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6608" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "4029", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6609", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "1920", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "White 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4029", + "durability": null, + "name": "White 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6610" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1404", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6611", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "768", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "White scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1404", + "durability": null, + "name": "White scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6612" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "980", + "ge_buy_limit": "100", + "examine": "I don't think it's intended for joinery.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1178", + "attack_audios": "2504,0,0,0", + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6613", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1178", + "durability": null, + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6614" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "1,0,2", + "equipment_slot": "4", + "grand_exchange_price": "788", + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6615", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "788", + "durability": null, + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6616" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "3840", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5837", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6617", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5837", + "durability": null, + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6618" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "1016", + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6619", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6620" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.9", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "853", + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6621", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "853", + "durability": null, + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6622" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "1056", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "2624", + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6623", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2624", + "durability": null, + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6624" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white and heavy looking.", + "durability": null, + "weight": "9", + "equipment_slot": "7", + "grand_exchange_price": "2115", + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6625", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2115", + "durability": null, + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6626" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white, and heavy looking.", + "durability": null, + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "2000", + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6627", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2000", + "durability": null, + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6628" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "These will keep my hands warm!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "2036", + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6629", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2036", + "durability": null, + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6630" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1152", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.6", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1360", + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6631", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1360", + "durability": null, + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6632" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1632", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "2390", + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6633", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2390", + "durability": null, + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6634" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)", + "durability": null, + "name": "Commorb", + "weight": "1", + "archery_ticket_price": "0", + "id": "6635" + }, + { + "examine": "Proof that I have defeated the evil mage Solus.", + "durability": null, + "name": "Solus's hat", + "archery_ticket_price": "0", + "id": "6636" + }, + { + "examine": "From a darker dimension.", + "durability": null, + "name": "Dark beast", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6637" + }, + { + "examine": "A key to the nature of light itself. (Mourning's Ends Part II)", + "durability": null, + "name": "Colour wheel", + "archery_ticket_price": "0", + "id": "6638" + }, + { + "destroy_message": "Resetting the light maze will generate a new mirror.", + "examine": "A small hand mirror.", + "durability": null, + "name": "Hand mirror", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6639" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A yellow crystal.", + "durability": null, + "name": "Yellow crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6641" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A cyan crystal.", + "durability": null, + "name": "Cyan crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6643" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A blue crystal.", + "durability": null, + "name": "Blue crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6644" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6646" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6647" + }, + { + "destroy_message": "You can obtain another list from Thorgel.", + "examine": "It's a list of items I need to collect.", + "durability": null, + "name": "Item list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6648" + }, + { + "examine": "The journal of Nissyen Edern.", + "durability": null, + "name": "Edern's journal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6649" + }, + { + "examine": "A blackened crystal sample.", + "durability": null, + "name": "Blackened crystal", + "archery_ticket_price": "0", + "id": "6650" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6651" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6652" + }, + { + "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.", + "examine": "A small Crystal trinket.", + "durability": null, + "name": "Crystal trinket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6653" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6654", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6655", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6656", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6657", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6658", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6659", + "equipment_slot": "0" + }, + { + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6660" + }, + { + "examine": "An angry Ogre in a funny hat.", + "durability": null, + "name": "Mogre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6661" + }, + { + "examine": "This fishing rod seems to have been bitten in half.", + "durability": null, + "name": "Broken fishing rod", + "archery_ticket_price": "0", + "id": "6662" + }, + { + "examine": "It seems someone vacated this boot in a hurry.", + "durability": null, + "name": "Forlorn boot", + "archery_ticket_price": "0", + "id": "6663" + }, + { + "requirements": "{18,32}", + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6664" + }, + { + "examine": "Fishy, damp and smelly.", + "durability": null, + "name": "Mudskipper hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "6665", + "equipment_slot": "0" + }, + { + "examine": "Strangely uncomfortable flippers.", + "durability": null, + "name": "Flippers", + "weight": "2", + "archery_ticket_price": "0", + "id": "6666", + "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "10000", + "examine": "An empty fishbowl.", + "grand_exchange_price": "431", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6667" + }, + { + "examine": "A fishless fishbowl.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6668" + }, + { + "examine": "A fishless fishbowl with some seaweed.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6669" + }, + { + "examine": "A fishbowl with a Tiny Bluefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6670" + }, + { + "examine": "A fishbowl with a Tiny Greenfish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6671" + }, + { + "examine": "A fishbowl with a Tiny Spinefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6672" + }, + { + "examine": "An empty fishbowl in a net.", + "durability": null, + "name": "Fishbowl and net", + "weight": "2", + "archery_ticket_price": "0", + "id": "6673" + }, + { + "shop_price": "10", + "examine": "A tiny net for grabbing tiny fish.", + "durability": null, + "name": "Tiny net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6674" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.", + "durability": null, + "name": "An empty box", + "archery_ticket_price": "0", + "id": "6675" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6677" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6678" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6679" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6680" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6681" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6682" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6684" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6685" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6686" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6687" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6688" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6689" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6690" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6691" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6692" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a crushed bird's nest.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6693" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6694" + }, + { + "examine": "\"A cold-blooded creature, partial to warmth.", + "durability": null, + "name": "Desert lizard", + "archery_ticket_price": "0", + "id": "6695" + }, + { + "requirements": "{22,18}", + "shop_price": "1", + "examine": "Contains ice-cold water.", + "durability": null, + "name": "Ice cooler", + "archery_ticket_price": "0", + "id": "6696" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "A pat of freshly churned butter.", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6697" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6698" + }, + { + "durability": null, + "name": "Burnt potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6700" + }, + { + "ge_buy_limit": "1000", + "examine": "It'd taste even better with some toppings.", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6701" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6702" + }, + { + "ge_buy_limit": "1000", + "examine": "A baked potato with butter.", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6703" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6704" + }, + { + "shop_price": "350", + "ge_buy_limit": "10000", + "examine": "A baked potato with butter and cheese.", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6705" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6706" + }, + { + "examine": "An amulet of Camel-speak. It makes vague braying noises.", + "durability": null, + "name": "Camulet", + "archery_ticket_price": "0", + "id": "6707", + "equipment_slot": "2" + }, + { + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6708", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "durability": null, + "name": "Fever spider", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6709" + }, + { + "examine": "A blindweed seed - plant in a Blindweed patch.", + "durability": null, + "name": "Blindweed seed", + "archery_ticket_price": "0", + "id": "6710" + }, + { + "examine": "An inedible, foul smelling herb.", + "durability": null, + "name": "Blindweed", + "archery_ticket_price": "0", + "id": "6711" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6712" + }, + { + "examine": "A heavy metal wrench.", + "durability": null, + "name": "Wrench", + "archery_ticket_price": "0", + "id": "6713" + }, + { + "examine": "A shining paragon of wrenchly virtue.", + "durability": null, + "name": "Holy wrench", + "archery_ticket_price": "0", + "id": "6714" + }, + { + "examine": "They look at you balefully. 'Feed us...", + "durability": null, + "name": "Sluglings", + "archery_ticket_price": "0", + "id": "6715" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6716" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6717" + }, + { + "examine": "A diseased deceased Fever Spider. Handle with care.", + "durability": null, + "name": "Fever spider body", + "archery_ticket_price": "0", + "id": "6718" + }, + { + "examine": "Sorry, I mean a bucket of 'rum'.", + "durability": null, + "name": "Unsanitary swill", + "archery_ticket_price": "0", + "id": "6719" + }, + { + "requirements": "{18,42}", + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6720", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A decent enough weapon gone rusty.", + "attack_audios": "2500,0,2517,0", + "durability": null, + "name": "Rusty scimitar", + "weight": "2", + "archery_ticket_price": "0", + "id": "6721" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "6722" + }, + { + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6723" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", + "has_special": "true", + "durability": null, + "rare_item": "true", + "weight": "1", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "12200", + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6724", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6725" + }, + { + "durability": null, + "name": "Mud battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6726" + }, + { + "durability": null, + "name": "Mystic mud staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6727" + }, + { + "examine": "A pot of crushed small zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6728" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dogfish for months!", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "6729" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6730" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "grand_exchange_price": "478800", + "rare_item": "true", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6731", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "478800", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6732" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "grand_exchange_price": "1400000", + "rare_item": "true", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6733", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6734" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A legendary ring once worn by Fremennik warriors.", + "grand_exchange_price": "178100", + "rare_item": "true", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6735", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "178100", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6736" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "grand_exchange_price": "2700000", + "rare_item": "true", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6737", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2700000", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6738" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "examine": "A very powerful axe.", + "has_special": "true", + "rare_item": "true", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "813100", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6739", + "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "813100", + "durability": null, + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6740" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "6741", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6742" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6744" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Silverlight", + "archery_ticket_price": "0", + "id": "6745", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Darklight", + "archery_ticket_price": "0", + "id": "6746", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "Used to make the sigil of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil mould", + "archery_ticket_price": "0", + "id": "6747" + }, + { + "examine": "A sigil used for the summoning of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6748" + }, + { + "examine": "Will this book help in summoning Agrith-Naar?", + "durability": null, + "name": "Demonic tome", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6749" + }, + { + "remove_sleeves": "true", + "examine": "A desert shirt stained black with mushroom ink.", + "durability": null, + "name": "Black desert shirt", + "archery_ticket_price": "0", + "id": "6750", + "equipment_slot": "4" + }, + { + "examine": "A desert robe stained black with mushroom ink.", + "durability": null, + "name": "Black desert robe", + "archery_ticket_price": "0", + "id": "6752", + "equipment_slot": "7" + }, + { + "destroy_message": "Hopefully Erin has a copy!", + "examine": "It changes temperature as I walk. (Meeting History)", + "durability": null, + "name": "Enchanted key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6754", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Guthix Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "2875", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6760", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Guthix mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2875", + "durability": null, + "name": "Guthix mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6761" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Saradomin Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "17200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6762", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Saradomin mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17200", + "durability": null, + "name": "Saradomin mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6763" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Zamorak mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "4115", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6764", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Zamorak mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4115", + "durability": null, + "name": "Zamorak mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6765" + }, + { + "examine": "Antipoison for Pox.", + "durability": null, + "name": "Cat antipoison", + "archery_ticket_price": "0", + "id": "6766" + }, + { + "examine": "A little more smelly than usual.", + "durability": null, + "name": "Poisoned cheese", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6768" + }, + { + "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.", + "examine": "Charming.", + "durability": null, + "name": "Music scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6769" + }, + { + "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.", + "examine": "Jimmy Dazzler's directions.", + "durability": null, + "name": "Directions", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6770" + }, + { + "examine": "Contains garden weeds.", + "durability": null, + "name": "Pot of weeds", + "archery_ticket_price": "0", + "id": "6771" + }, + { + "examine": "Contains slowly burning garden weeds.", + "durability": null, + "name": "Smouldering pot", + "archery_ticket_price": "0", + "id": "6772" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole for putting rats on.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6773", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with one rat on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6774", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with two rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6775", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with three rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6776", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with four rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6777", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with five rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6778", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with six rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6779", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "examine": "Menaphite thug.", + "durability": null, + "name": "Menaphite thug", + "archery_ticket_price": "0", + "id": "6780" + }, + { + "remove_sleeves": "true", + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6786", + "equipment_slot": "4" + }, + { + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6787", + "equipment_slot": "7" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6788" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6789" + }, + { + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "id": "6790", + "equipment_slot": "10" + }, + { + "examine": "Awusah's Sole.", + "durability": null, + "name": "Sole", + "weight": "1", + "archery_ticket_price": "0", + "id": "6791" + }, + { + "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)", + "durability": null, + "name": "Ancestral key", + "archery_ticket_price": "0", + "id": "6792" + }, + { + "examine": "The Ballad of Jaresh.", + "durability": null, + "name": "Ballad", + "archery_ticket_price": "0", + "id": "6793" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A tasty treat from Nardah - better eat this before it melts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6794" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6795" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6796" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can", + "archery_ticket_price": "0", + "id": "6797" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6798" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6799" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6800" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6801" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6802" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6803" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6804" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6805" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6806" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6807" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6808" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "15", + "absorb": "2,0,5", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6809", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A pot of crushed large zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6810" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "durability": null, + "name": "Skeletal wyvern", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "6811" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a huge flying creature.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6812" + }, + { + "durability": null, + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6813" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6815" + }, + { + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6816" + }, + { + "turn90cw_anim": "7044", + "examine": "A slender two-handed sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "7043", + "two_handed": "true", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "7047", + "name": "Slender blade", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6817", + "stand_turn_anim": "7040" + }, + { + "turn90cw_anim": "1207", + "examine": "A sharp sword that can also fire arrows.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "1208", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can make a replacement.", + "stand_anim": "813", + "name": "Bow-sword", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6818", + "stand_turn_anim": "1209" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "6819" + }, + { + "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.", + "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.", + "durability": null, + "name": "Relic", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6820" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6821" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6822" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6823" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6824" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6825" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6826" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6827" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6828" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6829" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6830" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6831" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6832" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6833" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6834" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6835" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6836" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6837" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6838" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6839" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6840" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6841" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6842" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6843" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6844" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6845" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6846" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6847" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6848" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6849" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6850" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6851" + }, + { + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6852" + }, + { + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6854" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6855" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6856", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6857", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "shop_price": "160", + "examine": "A woolly Jester hat.", + "durability": null, + "name": "Jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6858", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Jester scarf from Diango.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6859", + "equipment_slot": "2" + }, + { + "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "A woolly triple bobble jester hat.", + "durability": null, + "name": "Tri-jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6860", + "equipment_slot": "0" + }, + { + "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Tri-jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6861", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly tobogganing hat.", + "durability": null, + "name": "Woolly hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6862", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly tobogganing scarf.", + "durability": null, + "name": "Woolly scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6863", + "equipment_slot": "2" + }, + { + "examine": "The controlling part of a marionette.", + "durability": null, + "name": "Marionette handle", + "archery_ticket_price": "0", + "id": "6864", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6865" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6866" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6867" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6868" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6869" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6870" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6871" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6872" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6873" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6874" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6875" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6876" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6877" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6878" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6879" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6880" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6881" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6882" + }, + { + "examine": "A tasty fruit.", + "durability": null, + "name": "Peach", + "archery_ticket_price": "0", + "id": "6883" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6885", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6886", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6887", + "equipment_slot": "0" + }, + { + "bankable": "false", + "examine": "A guardian of the arena.", + "durability": null, + "name": "Guardian statue", + "archery_ticket_price": "0", + "id": "6888" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "examine": "The magical book of the Mage.", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6889", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6890" + }, + { + "shop_price": "200", + "examine": "A book about the Training Arena.", + "durability": null, + "name": "Arena book", + "weight": "1", + "archery_ticket_price": "0", + "id": "6891" + }, + { + "bankable": "false", + "shop_price": "6", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "189", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6893", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A large metal shield.", + "grand_exchange_price": "3084", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "weight": "5.8", + "archery_ticket_price": "0", + "id": "6894", + "absorb": "3,0,6", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A medium sized helmet.", + "grand_exchange_price": "1049", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6895", + "absorb": "1,0,2", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { + "bankable": "false", + "shop_price": "350", + "examine": "This looks valuable.", + "grand_exchange_price": "644", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6896" + }, + { + "bankable": "false", + "shop_price": "32000", + "examine": "A razor sharp longsword", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "lendable": "true", + "grand_exchange_price": "18938", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6897", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0" + }, + { + "bankable": "false", + "examine": "A green cylinder", + "durability": null, + "name": "Cylinder", + "archery_ticket_price": "0", + "id": "6898" + }, + { + "bankable": "false", + "examine": "A yellow cube", + "durability": null, + "name": "Cube", + "archery_ticket_price": "0", + "id": "6899" + }, + { + "bankable": "false", + "examine": "A blue icosahedron.", + "durability": null, + "name": "Icosahedron", + "archery_ticket_price": "0", + "id": "6900" + }, + { + "bankable": "false", + "examine": "A red pentamid.", + "durability": null, + "name": "Pentamid", + "archery_ticket_price": "0", + "id": "6901" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6902" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6903" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6904" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6905" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6906" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6907" + }, + { + "requirements": "{6,45}", + "shop_price": "303030030", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A beginner level wand", + "walk_anim": "1146", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "11500", + "stand_anim": "809", + "name": "Beginner wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6908", + "stand_turn_anim": "823", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11500", + "durability": null, + "name": "Beginner wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6909" + }, + { + "requirements": "{6,50}", + "ge_buy_limit": "10", + "shop_price": "606060060", + "turn90cw_anim": "821", + "examine": "An apprentice level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "82000", + "stand_anim": "809", + "tradeable": "true", + "name": "Apprentice wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6910", + "stand_turn_anim": "823", + "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "82000", + "durability": null, + "name": "Apprentice wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6911" + }, + { + "requirements": "{6,55}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A teacher level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "944100", + "stand_anim": "809", + "name": "Teacher wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6912", + "stand_turn_anim": "823", + "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "944100", + "durability": null, + "name": "Teacher wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6913" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A master level wand.", + "walk_anim": "1146", + "durability": null, + "weight": "0.1", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1700000", + "stand_anim": "8980", + "tradeable": "true", + "name": "Master wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6914", + "stand_turn_anim": "823", + "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Master wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6915" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "2.2", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3300000", + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6916", + "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6917" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "A mystic hat.", + "durability": null, + "weight": "0.4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "1800000", + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6918", + "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1800000", + "durability": null, + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6919" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical boots.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "10", + "grand_exchange_price": "1200000", + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6920", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6921" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical gloves.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6922", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6923" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "2500000", + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6924", + "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6925" + }, + { + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "983", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6926" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A severed hand covered with sand.", + "durability": null, + "name": "Sandy hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6945" + }, + { + "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.", + "examine": "A severed hand dripping with beer.", + "durability": null, + "name": "Beer-soaked hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6946" + }, + { + "destroy_message": "Speak to Bert to replace this Rota.", + "examine": "A copy of a work rota.", + "durability": null, + "name": "Bert's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6947" + }, + { + "destroy_message": "Search Sandy's office in Brimhaven for another Rota.", + "examine": "An original work rota.", + "durability": null, + "name": "Sandy's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6948" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "archery_ticket_price": "0", + "id": "6949" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "An ordinary looking scrying orb.", + "durability": null, + "name": "Magical orb", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6950" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "This magical scrying orb pulsates as it stores information.", + "durability": null, + "name": "Magical orb (a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6951" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.", + "examine": "Fluid sloshes innocently in this vial.", + "durability": null, + "name": "Truth serum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6952" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle.", + "examine": "A bottle of water.", + "durability": null, + "name": "Bottled water", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6953" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.", + "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.", + "durability": null, + "name": "Redberry juice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6954" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.", + "shop_price": "20", + "examine": "A vial of pink dye.", + "durability": null, + "name": "Pink dye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6955" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.", + "examine": "This lens has a pinkish tinge to it.", + "durability": null, + "name": "Rose-tinted lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6956", + "equipment_slot": "3" + }, + { + "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.", + "examine": "A decapitated, sand-covered head.", + "durability": null, + "name": "Wizard's head", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A handful of sand from Sandy's pocket.", + "durability": null, + "name": "Sand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6958" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Use pink dye on a cape and this is what you get!", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "919", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6959", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "919", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6960" + }, + { + "examine": "A freshly baked baguette.", + "durability": null, + "name": "Baguette", + "archery_ticket_price": "0", + "id": "6961" + }, + { + "ge_buy_limit": "1000", + "examine": "A freshly made triangle sandwich.", + "grand_exchange_price": "110", + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6962" + }, + { + "examine": "A freshly made roll.", + "durability": null, + "name": "Roll", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6963" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "6964" + }, + { + "examine": "A freshly made square sandwich.", + "durability": null, + "name": "Square sandwich", + "archery_ticket_price": "0", + "id": "6965" + }, + { + "lendable": "true", + "examine": "Makes the wearer pretty intimidating.", + "grand_exchange_price": "61200", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6967", + "absorb": "2,0,4", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6968" + }, + { + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "694", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6969" + }, + { + "examine": "It's a solid gold pyramid!", + "durability": null, + "name": "Pyramid top", + "weight": "11", + "archery_ticket_price": "0", + "id": "6970" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6971" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6972" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6974" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6975" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6976" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6977" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6978" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6979" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6980" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6981" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6982" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6983", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6984" + }, + { + "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.", + "examine": "A huge twenty-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (20kg)", + "destroy": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "6985" + }, + { + "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.", + "examine": "A huge thirty-two-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (32kg)", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6986" + }, + { + "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.", + "examine": "The body of a sandstone statue.", + "durability": null, + "name": "Sandstone body", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6987" + }, + { + "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.", + "examine": "The base and legs of a sandstone statue.", + "durability": null, + "name": "Sandstone base", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a Z.", + "durability": null, + "name": "Z sigil", + "archery_ticket_price": "0", + "id": "6993" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an M.", + "durability": null, + "name": "M sigil", + "archery_ticket_price": "0", + "id": "6994" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an R.", + "durability": null, + "name": "R sigil", + "archery_ticket_price": "0", + "id": "6995" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a K.", + "durability": null, + "name": "K sigil", + "archery_ticket_price": "0", + "id": "6996" + }, + { + "destroy_message": "You can get the statue's left arm back from Lazim.", + "examine": "The left arm of a large stone statue.", + "durability": null, + "name": "Stone left arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6997" + }, + { + "destroy_message": "You can get the statue's right arm back from Lazim.", + "examine": "The right arm of a large stone statue.", + "durability": null, + "name": "Stone right arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6998" + }, + { + "destroy_message": "You can get the statue's left leg back from Lazim.", + "examine": "The left leg of a large stone statue.", + "durability": null, + "name": "Stone left leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6999" + }, + { + "destroy_message": "You can get the statue's right leg back from Lazim.", + "examine": "The right leg of a large stone statue.", + "durability": null, + "name": "Stone right leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "7000" + }, + { + "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.", + "examine": "A positive clay mould of a camel's head.", + "durability": null, + "name": "Camel mould (p)", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7001" + }, + { + "remove_head": "true", + "examine": "Blend in in the desert.", + "durability": null, + "name": "Camel mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7003", + "equipment_slot": "0" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7004", + "equipment_slot": "3" + }, + { + "requirements": "{18,33}-{11,33}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A lantern to aid attacking Harpie bugs.", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7051", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7052" + }, + { + "requirements": "{18,33}", + "shop_price": "130", + "examine": "A lantern to aid attacking Harpie bugs.", + "durability": null, + "name": "Lit bug lantern", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7053", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with chilli con carne", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7054" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7055" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with egg and tomato.", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7056" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7057" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with mushroom and onions.", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7058" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7059" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with tuna and sweetcorn.", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7060" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7061" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of meat in chilli-con-carne sauce.", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7062" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7063" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled eggs and tomato", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7065" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried mushroom and onions.", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7066" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7067" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of cooked tuna and sweetcorn.", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7068" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7069" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of finely minced meat.", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7070" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7071" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of spicy sauce.", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7072" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7073" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped garlic.", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7075" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of uncooked egg.", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7076" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7077" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled egg.", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7078" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7079" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced Bittercap mushrooms.", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7081" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried Bittercap mushrooms.", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7082" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7083" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced, fried onions.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7085" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of finely chopped tuna.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7086" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7087" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7088" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7089" + }, + { + "durability": null, + "name": "Burnt egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7091" + }, + { + "durability": null, + "name": "Burnt onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7093" + }, + { + "durability": null, + "name": "Burnt mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7095" + }, + { + "examine": "Best keep this away from naked flames.", + "durability": null, + "name": "Gunpowder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7108" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7109" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "examine": "A seaworthy grey shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7110", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7111" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7112", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7113" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "Not for land lubbers.", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "7114", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7115" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7116", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7117" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7118" + }, + { + "examine": "For cleaning and packing the cannon.", + "durability": null, + "name": "Ramrod", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "7120" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7121" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7122", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7123" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7124", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7125" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7126", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7127" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7128", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7129" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7130", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7131" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7132", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7133" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7134", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7135" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7136", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7137" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7138", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7139" + }, + { + "shop_price": "2560", + "examine": "Feels quite lucky.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Lucky cutlass", + "archery_ticket_price": "0", + "id": "7140", + "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0" + }, + { + "shop_price": "1040", + "examine": "I hope he doesn't want it back.", + "durability": null, + "name": "Harry's cutlass", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "6", + "id": "7141", + "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "25600", + "examine": "The very butcher of a silk button.", + "durability": null, + "name": "Rapier", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "5", + "id": "7142", + "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "render_anim": "2622", + "equipment_slot": "3" + }, + { + "examine": "Looks valuable.", + "durability": null, + "name": "Plunder", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7143" + }, + { + "examine": "By Cap'n Hook-Hand Morrisane.", + "durability": null, + "name": "Book o' piracy", + "archery_ticket_price": "0", + "id": "7144" + }, + { + "examine": "A working cannon barrel.", + "durability": null, + "name": "Cannon barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "7145" + }, + { + "examine": "Not likely to work again.", + "durability": null, + "name": "Broken cannon", + "weight": "32", + "archery_ticket_price": "0", + "id": "7146" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7148" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7149" + }, + { + "examine": "Useful for pinning up paintings.", + "durability": null, + "name": "Tacks", + "archery_ticket_price": "0", + "id": "7150" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7155" + }, + { + "shop_price": "1", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "121", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7156" + }, + { + "shop_price": "30", + "examine": "I think it is eating through the bottle.", + "durability": null, + "name": "Braindeath 'rum", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7157" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7044", + "examine": "A two-handed dragon sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7158", + "stand_turn_anim": "7040", + "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Dragon 2h sword" + }, + { + "requirements": "{18,37}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "They're heavily insulated wellies.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "269", + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7159", + "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0" + }, + { + "examine": "Before being attacked: A ball of Electrical energy.", + "durability": null, + "name": "Killerwatt", + "archery_ticket_price": "0", + "attack_speed": "2", + "id": "7160" + }, + { + "durability": null, + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7161" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Lots of pie recipes for me to try.", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7163" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7164" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7165" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "284", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7166" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "284", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7167" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs to be baked before I can use it.", + "grand_exchange_price": "1625", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7168" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7169" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "All the good of the earth.", + "walk_anim": "819", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "13", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "grand_exchange_price": "2024", + "stand_anim": "808", + "name": "Mud pie", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7170", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2024", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7171" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7172" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "94", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7173" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "150", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7174" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "150", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7175" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs cooking before I eat it.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7176" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7177" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "1667", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7178" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1667", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7179" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "442", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7180" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "442", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7181" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7182" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "51", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7183" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "691", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7184" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7185" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw fish is risky, better cook it.", + "grand_exchange_price": "1198", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7186" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1198", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7187" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "121", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7188" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7189" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "56", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7190" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "56", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7191" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients. ", + "grand_exchange_price": "159", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7192" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7193" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "537", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7194" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "537", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7195" + }, + { + "ge_buy_limit": "1000", + "examine": "This would taste a lot better cooked.", + "grand_exchange_price": "1813", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7196" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1813", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7197" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "532", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7198" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "532", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7199" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "184", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7200" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7201" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7202" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7203" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "1116", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7204" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7205" + }, + { + "ge_buy_limit": "1000", + "examine": "Good as it looks, I'd better cook it.", + "grand_exchange_price": "3787", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7206" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3787", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7207" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "1322", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7208" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1322", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7209" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "112", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7210" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "112", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7211" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7212" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "495", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7213" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "980", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7214" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "980", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7215" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh fruit may be good for you, but I should really cook this.", + "grand_exchange_price": "2577", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7216" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2577", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7217" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "1288", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7218" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1288", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7219" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "430", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7220" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "430", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7221" + }, + { + "shop_price": "19", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "32", + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7222" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A delicious looking piece of roast rabbit.", + "grand_exchange_price": "37", + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7223" + }, + { + "shop_price": "67", + "ge_buy_limit": "1000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "112", + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7224" + }, + { + "shop_price": "81", + "ge_buy_limit": "100", + "examine": "An iron spit.", + "grand_exchange_price": "18", + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7225" + }, + { + "durability": null, + "name": "Burnt chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7227" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7229" + }, + { + "ge_buy_limit": "1000", + "examine": "A skewered chompy bird.", + "grand_exchange_price": "294", + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7230" + }, + { + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7231" + }, + { + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7232" + }, + { + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7233" + }, + { + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7234" + }, + { + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7238" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7239" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7240" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7241" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7242" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7243" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7244" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7245" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7246" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7248" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7250" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7252" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7254" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7268" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7270" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7272" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7274" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7276" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7278" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7279" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7280" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7281" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7282" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7283" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7284" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7285" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7286" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7287" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7288" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7289" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7290" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7291" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7292" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7293" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7294" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7295" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7296" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7298" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7300" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7301" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7303" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7304" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7305" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7306" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7307" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7308" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7309" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7310" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7311" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7312" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7313" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7314" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7315" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7316" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7317" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7318" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7319", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7320" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7321", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7322" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7323", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7324" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7325", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7326" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7327", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7328" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "93", + "durability": null, + "name": "Red firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7329" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "94", + "durability": null, + "name": "Green firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7330" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "113", + "durability": null, + "name": "Blue firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7331" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "14300", + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7332", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14300", + "durability": null, + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7333" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16400", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7334", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16400", + "durability": null, + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7335" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "34200", + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7336", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34200", + "durability": null, + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7337" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kiteshield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "9797", + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7338", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9797", + "durability": null, + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7339" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3248", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7340", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3248", + "durability": null, + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7341" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7342", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7343" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7405", + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7344", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7405", + "durability": null, + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7345" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5271", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7346", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5271", + "durability": null, + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7347" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32700", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7348", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32700", + "durability": null, + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7349" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "5572", + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7350", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5572", + "durability": null, + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7351" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3366", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7352", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3366", + "durability": null, + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7353" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32500", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7354", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32500", + "durability": null, + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7355" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7159", + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7356", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7159", + "durability": null, + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7357" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "6328", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7358", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6328", + "durability": null, + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7359" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7360", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "", + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7361" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "101600", + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7362", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "101600", + "durability": null, + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7363" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "27300", + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7364", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27300", + "durability": null, + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7365" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "114600", + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7366", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "114600", + "durability": null, + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7367" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim, too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "36800", + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7368", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36800", + "durability": null, + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7369" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "212400", + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7370", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "212400", + "durability": null, + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7371" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "38800", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7372", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38800", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7373" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "6883", + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7374", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6883", + "durability": null, + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7375" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "5268", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7376", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5268", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7377" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "1300000", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7378", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7379" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "304300", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7380", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "304300", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7381" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "21300", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7382", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21300", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7383" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "2554", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7384", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2554", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7385" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7386", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7387" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7388", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7389" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can practise magic better in this.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7390", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7391" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can do magic better in this.", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7392", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7393" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat with colourful trim.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "hat": "true", + "id": "7394", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7395" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat, with colourful trim.", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "7396", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7397" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "50000", + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7398", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7399", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "A three pointed hat of magic.", + "grand_exchange_price": "8845", + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7400", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7401" + }, + { + "durability": null, + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7402" + }, + { + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7403" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Red logs", + "archery_ticket_price": "0", + "id": "7404" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Green logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7405" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Blue logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7406" + }, + { + "durability": null, + "name": "Dragon 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7407" + }, + { + "destroy_message": "I found this in a grave at Draynor Manor.", + "examine": "I shouldn't joke; this is a grave matter.", + "durability": null, + "name": "Draynor skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7408" + }, + { + "shop_price": "40000", + "examine": "The only way to kill a Tanglefoot.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.", + "name": "Magic secateurs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7409", + "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0" + }, + { + "destroy_message": "I can always find another Tanglefoot if I need more.", + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "7410", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A list of the Fairy Queen's symptoms.", + "durability": null, + "name": "Symptoms list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7411" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "7413" + }, + { + "durability": null, + "name": "Paddle", + "archery_ticket_price": "0", + "id": "7414", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paddle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7415" + }, + { + "ge_buy_limit": "5000", + "examine": "A mole claw.", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7416" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7417" + }, + { + "ge_buy_limit": "5000", + "examine": "The skin of a large mole.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7418" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7419" + }, + { + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)", + "durability": null, + "name": "Mutated zygomite", + "archery_ticket_price": "0", + "id": "7420" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 10", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7421", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 9", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7422", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 8", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7423", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 7", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7424", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 6", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7425", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 5", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7426", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 4", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7427", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 3", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7428", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 2", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7429", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 1", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7430", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7431", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "10", + "examine": "Does exactly what it says on the tin. (Kills Fungi.)", + "durability": null, + "name": "Fungicide", + "archery_ticket_price": "0", + "id": "7432" + }, + { + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Spoooooon!", + "durability": null, + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "44", + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7433", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7434" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A large whisk of death.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "11", + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7435", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7436" + }, + { + "requirements": "{0,10}", + "shop_price": "292", + "ge_buy_limit": "100", + "examine": "Use the spork.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "196", + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7437", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7438" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "shop_price": "1728", + "turn90cw_anim": "7044", + "examine": "A large spatula... of doom!", + "walk_anim": "7046", + "durability": null, + "weight": "3.6", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "grand_exchange_price": "953", + "stand_anim": "7047", + "tradeable": "true", + "name": "Spatula", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7439", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "953", + "durability": null, + "name": "Spatula", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7440" + }, + { + "requirements": "{0,20}", + "shop_price": "1494", + "ge_buy_limit": "100", + "examine": "Looks like it's non-stick too!", + "durability": null, + "weight": "1.5", + "attack_speed": "6", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "836", + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7441", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "836", + "durability": null, + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7442" + }, + { + "requirements": "{0,30}", + "shop_price": "2880", + "ge_buy_limit": "100", + "examine": "Generally used for impaling fresh meat.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1712", + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7443", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1712", + "durability": null, + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7444" + }, + { + "requirements": "{0,40}", + "shop_price": "12960", + "ge_buy_limit": "100", + "examine": "That's how I roll!", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "8445", + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7445", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7446" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A sharp, dependable knife, for filleting meat.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "4686", + "attack_audios": "2704,0,0,0", + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7447", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4686", + "durability": null, + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7448" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "Often used to soften tough meat up.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2067,2066,2068", + "grand_exchange_price": "24700", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7449", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41500", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "render_anim": "1", + "name": "Meat tenderiser" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24700", + "durability": null, + "name": "Meat tenderiser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7450" + }, + { + "requirements": "{0,40}", + "shop_price": "24040", + "ge_buy_limit": "100", + "examine": "An effective tool for chopping tough meat.", + "durability": null, + "weight": "0.5", + "attack_speed": "4", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15000", + "attack_audios": "2500,0,2517,0", + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7451", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15000", + "durability": null, + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7452" + }, + { + "shop_price": "50", + "examine": "A pair of plain gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7453", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "100", + "examine": "A pair of bronze-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7454", + "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "325", + "examine": "A pair of iron-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7455", + "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "500", + "examine": "A pair of steel-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7456", + "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1000", + "examine": "A pair of black-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7457", + "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1500", + "examine": "A pair of mithril-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7458", + "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "2500", + "examine": "A pair of adamant-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7459", + "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,13}", + "shop_price": "5000", + "examine": "A pair of rune-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7460", + "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of dragon-coloured gloves.", + "durability": null, + "name": "Gloves", + "archery_ticket_price": "0", + "id": "7461", + "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of Barrows-themed gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7462", + "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7463" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book on chickens", + "archery_ticket_price": "0", + "id": "7464" + }, + { + "examine": "Surprise, it looks like a vanilla pod.", + "durability": null, + "name": "Vanilla pod", + "archery_ticket_price": "0", + "id": "7465" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7466" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Pot of cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7468" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "A mixture of milk, cream and cornflour.", + "durability": null, + "name": "Cornflour mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7470" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "It's a bucket of milk and cream.", + "durability": null, + "name": "Milky mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7471" + }, + { + "examine": "Some cinnamon sticks.", + "durability": null, + "name": "Cinnamon", + "archery_ticket_price": "0", + "id": "7472" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of brulee supreme.", + "durability": null, + "name": "Brulee supreme", + "archery_ticket_price": "0", + "id": "7476" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "What came first, the chicken or...", + "durability": null, + "name": "Evil chicken's egg", + "archery_ticket_price": "0", + "id": "7477" + }, + { + "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.", + "examine": "It's got a dragon on it.", + "durability": null, + "name": "Dragon token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7478" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a meat and potato stew with fancy seasoning.", + "durability": null, + "name": "Spicy stew", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7479" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (4)", + "archery_ticket_price": "0", + "id": "7480" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (3)", + "archery_ticket_price": "0", + "id": "7481" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (2)", + "archery_ticket_price": "0", + "id": "7482" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (1)", + "archery_ticket_price": "0", + "id": "7483" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (4)", + "archery_ticket_price": "0", + "id": "7484" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (3)", + "archery_ticket_price": "0", + "id": "7485" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (2)", + "archery_ticket_price": "0", + "id": "7486" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (1)", + "archery_ticket_price": "0", + "id": "7487" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (4)", + "archery_ticket_price": "0", + "id": "7488" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (3)", + "archery_ticket_price": "0", + "id": "7489" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (2)", + "archery_ticket_price": "0", + "id": "7490" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (1)", + "archery_ticket_price": "0", + "id": "7491" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (4)", + "archery_ticket_price": "0", + "id": "7492" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (3)", + "archery_ticket_price": "0", + "id": "7493" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (2)", + "archery_ticket_price": "0", + "id": "7494" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (1)", + "archery_ticket_price": "0", + "id": "7495" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Empty spice shaker", + "archery_ticket_price": "0", + "id": "7496" + }, + { + "examine": "A cool refreshing fruit mix. With ash in for some reason.", + "durability": null, + "name": "Dirty blast", + "archery_ticket_price": "0", + "id": "7497" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7498" + }, + { + "examine": "He seems to like wearing black.", + "durability": null, + "name": "Evil dave", + "archery_ticket_price": "0", + "id": "7499" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "archery_ticket_price": "0", + "id": "7500" + }, + { + "examine": "He provides new players with useful information.", + "durability": null, + "name": "Lumbridge guide", + "archery_ticket_price": "0", + "id": "7502" + }, + { + "examine": "He looks a little shifty.", + "durability": null, + "name": "Osman", + "archery_ticket_price": "0", + "id": "7504" + }, + { + "examine": "A shifty-looking character.", + "durability": null, + "name": "Pirate pete", + "archery_ticket_price": "0", + "id": "7505" + }, + { + "examine": "Leader of the White Knights.", + "durability": null, + "name": "Sir amik varze", + "archery_ticket_price": "0", + "id": "7506" + }, + { + "examine": "He's been frozen in time.", + "durability": null, + "name": "Skrach", + "archery_ticket_price": "0", + "id": "7507" + }, + { + "shop_price": "4", + "examine": "There appears to be a coin in the bottom. Liked by dwarves.", + "durability": null, + "name": "Asgoldian ale", + "archery_ticket_price": "0", + "id": "7508" + }, + { + "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7509" + }, + { + "examine": "Cool and heavy as a brick. Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7510" + }, + { + "examine": "Two out of two goblin generals prefer it!", + "durability": null, + "name": "Slop of compromise", + "archery_ticket_price": "0", + "id": "7511" + }, + { + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", + "durability": null, + "name": "Soggy bread", + "archery_ticket_price": "0", + "id": "7512" + }, + { + "examine": "They clearly taste so much better this way!", + "durability": null, + "name": "Spicy maggots", + "archery_ticket_price": "0", + "id": "7513" + }, + { + "examine": "Orange slices which have been dyed, but it looks more like they died.", + "durability": null, + "name": "Dyed orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7514" + }, + { + "examine": "Glad these aren't in my bed.", + "durability": null, + "name": "Breadcrumbs", + "archery_ticket_price": "0", + "id": "7515" + }, + { + "examine": "Those leaves look useful!", + "durability": null, + "name": "Kelp", + "archery_ticket_price": "0", + "id": "7516" + }, + { + "examine": "Kelp flakes. Smells of the sea.", + "durability": null, + "name": "Ground kelp", + "weight": "2", + "archery_ticket_price": "0", + "id": "7517" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7518" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7519" + }, + { + "ge_buy_limit": "100", + "examine": "Nice and Tasty!", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7521" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7522" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7523" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7524" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7525" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7526" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground crab meat", + "archery_ticket_price": "0", + "id": "7527" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground cod", + "archery_ticket_price": "0", + "id": "7528" + }, + { + "examine": "Would taste nicer if I cooked it.", + "durability": null, + "name": "Raw fishcake", + "archery_ticket_price": "0", + "id": "7529" + }, + { + "examine": "Mmmm, reminds me of the seaside.", + "durability": null, + "name": "Cooked fishcake", + "archery_ticket_price": "0", + "id": "7530" + }, + { + "examine": "Hmmm, what can I use this for?", + "durability": null, + "name": "Mudskipper hide", + "weight": "1", + "archery_ticket_price": "0", + "id": "7532" + }, + { + "remove_head": "true", + "examine": "You'll look daft, but at least you won't drown!", + "durability": null, + "name": "Fishbowl helmet", + "weight": "5", + "archery_ticket_price": "0", + "id": "7534", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "I'll need a helmet to make this work.", + "durability": null, + "name": "Diving apparatus", + "weight": "10", + "archery_ticket_price": "0", + "id": "7535", + "equipment_slot": "1" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7536" + }, + { + "examine": "If it is good enough for crabs, it's good enough for me.", + "durability": null, + "name": "Crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7537", + "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab shell", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7538" + }, + { + "remove_head": "true", + "examine": "If it's good enough for crabs, it's good enough for me!", + "durability": null, + "name": "Crab helmet", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7539", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab claw", + "archery_ticket_price": "0", + "id": "7540" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab shell", + "archery_ticket_price": "0", + "id": "7541" + }, + { + "destroy_message": "Maybe Traiborn will have another.", + "examine": "Imbued with knowledge itself.", + "durability": null, + "name": "Cake of guidance", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Now all I need to do is cook it.", + "durability": null, + "name": "Raw guide cake", + "archery_ticket_price": "0", + "id": "7543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Egg containing knowledge.", + "durability": null, + "name": "Enchanted egg", + "archery_ticket_price": "0", + "id": "7544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Guiding milk.", + "durability": null, + "name": "Enchanted milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "7545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of special flour.", + "durability": null, + "name": "Enchanted flour", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7546" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "7547" + }, + { + "shop_price": "8", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7548" + }, + { + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7549" + }, + { + "shop_price": "10", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7550" + }, + { + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7551" + }, + { + "shop_price": "76", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "24", + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7552", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0" + }, + { + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7553" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7554" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7555" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7556" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7557" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7558" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7559" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7560" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7561" + }, + { + "shop_price": "10", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7562" + }, + { + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7563" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7564" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7565" + }, + { + "ge_buy_limit": "100", + "examine": "The uncooked meat of a Jubbly bird.", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7566" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7567" + }, + { + "ge_buy_limit": "100", + "examine": "Lovely jubbly!", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7568" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7569" + }, + { + "durability": null, + "name": "Burnt jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7571" + }, + { + "examine": "Like a banana only redder.", + "durability": null, + "name": "Red banana", + "archery_ticket_price": "0", + "id": "7572", + "equipment_slot": "5" + }, + { + "examine": "Like monkey nuts only tchikier.", + "durability": null, + "name": "Tchiki monkey nuts", + "archery_ticket_price": "0", + "id": "7573" + }, + { + "examine": "Perfect for stuffing snakes.", + "durability": null, + "name": "Sliced red banana", + "archery_ticket_price": "0", + "id": "7574" + }, + { + "examine": "Mixing this with jam would just be wrong.", + "durability": null, + "name": "Tchiki nut paste", + "archery_ticket_price": "0", + "id": "7575" + }, + { + "examine": "Like a snake only not alive.", + "durability": null, + "name": "Snake corpse", + "weight": "3", + "archery_ticket_price": "0", + "id": "7576" + }, + { + "examine": "This snake is stuffed right up.", + "durability": null, + "name": "Raw stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7577" + }, + { + "examine": "Is this really what you wanted to do?", + "durability": null, + "name": "Odd stuffed snake", + "archery_ticket_price": "0", + "id": "7578" + }, + { + "examine": "Fit for a Monkey King. (cooked)", + "durability": null, + "name": "Stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7579" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Overgrown hellcat", + "archery_ticket_price": "0", + "id": "7581" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell cat", + "archery_ticket_price": "0", + "id": "7582" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell-kitten", + "archery_ticket_price": "0", + "id": "7583" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Wily hellcat", + "archery_ticket_price": "0", + "id": "7585" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "7586" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7587" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7588" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7589" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7590" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7591" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "7592", + "equipment_slot": "4" + }, + { + "examine": "Good for a shamble about town.", + "durability": null, + "name": "Zombie trousers", + "archery_ticket_price": "0", + "id": "7593", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "I look 40,000 years old in this...", + "durability": null, + "name": "Zombie mask", + "archery_ticket_price": "0", + "id": "7594", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Smells pretty funky.", + "durability": null, + "name": "Zombie gloves", + "archery_ticket_price": "0", + "id": "7595", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Thrilling.", + "durability": null, + "name": "Zombie boots", + "archery_ticket_price": "0", + "id": "7596", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7597" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7598" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7599" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7600" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7601" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7602" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7603" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7604" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7605" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7606" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7607" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7608" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7609" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7610" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7611" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7612" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7613" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7614" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7615" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7616" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7617" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7618" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7620" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7622" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7624" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7626" + }, + { + "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.", + "examine": "A fragment of plaster with some impressions on it.", + "durability": null, + "name": "Plaster fragment", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7628" + }, + { + "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.", + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Dusty scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7629" + }, + { + "destroy_message": "You can get another temple key by talking to Drezel.", + "examine": "A key for the Temple Library. (In Aid of the Myreque)", + "durability": null, + "name": "Temple library key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7632" + }, + { + "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.", + "shop_price": "5000", + "examine": "The unholy book of a forgotten god.", + "durability": null, + "name": "Ancient book", + "weight": "1", + "archery_ticket_price": "0", + "id": "7633", + "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0" + }, + { + "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.", + "examine": "An ancient history book.", + "durability": null, + "name": "Battered tome", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7634" + }, + { + "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.", + "examine": "An ancient leather-bound tome.", + "durability": null, + "name": "Leather book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7635" + }, + { + "examine": "Rod of Ivandis dust.", + "durability": null, + "name": "Rod dust", + "archery_ticket_price": "0", + "id": "7636" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7637", + "equipment_slot": "3" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7638" + }, + { + "turn90cw_anim": "1207", + "examine": "A fully charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(10)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7639", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(9)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7640", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(8)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7641", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(7)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7642", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(6)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7643", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(5)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7644", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(4)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7645", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(3)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7646", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "2! 2 charges left! Ha Ha Ha.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(2)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7647", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(1)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7648", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", + "examine": "A mould of the Rod of Ivandis.", + "durability": null, + "name": "Rod clay mould", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7649" + }, + { + "ge_buy_limit": "1000", + "examine": "It's ground up silver.", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "7650" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7651" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7652" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7653" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7654" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7655" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7656" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7657" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7658" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7659" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7660" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7661" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7662" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7663" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7664" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7665" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7666" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7667" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1663", + "examine": "A specially crafted hammer with strange markings on it.", + "walk_anim": "1663", + "turn90ccw_anim": "1663", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1615", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "7668", + "stand_turn_anim": "823", + "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0", + "shop_price": "3000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "render_anim": "27", + "name": "Gadderhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1615", + "durability": null, + "name": "Gadderhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7669" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7671", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7673", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "A less-than razor sharp sword.", + "durability": null, + "name": "Wooden sword", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7675", + "weapon_interface": "5", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, "name": "Wooden shield", "archery_ticket_price": "0", - "durability": null, + "id": "7676", "equip_audio": "2250", "equipment_slot": "5" }, { - "id": "7677", - "name": "Treasure stone", "examine": "It knows where the treasure is.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.8" + "name": "Treasure stone", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "7677" }, { - "id": "7678", - "name": "Prize key", - "examine": "You can use this to open the prize chest!", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "1" + "examine": "You can use this to open the prize chest!", + "durability": null, + "name": "Prize key", + "weight": "1", + "archery_ticket_price": "0", + "id": "7678" }, { - "id": "7679", - "name": "Pugel", "examine": "A good tool for bashing someone.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "7680", "name": "Pugel", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7681", - "name": "Game book", - "examine": "Party Pete's Bumper Book Of Games", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "1" - }, - { - "id": "7682", - "name": "Hoop", - "archery_ticket_price": "0", - "durability": null, + "two_handed": "true", + "id": "7679", + "weapon_interface": "14", "equipment_slot": "3" }, { - "id": "7683", - "name": "Hoop", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Pugel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7680" }, { - "id": "7684", + "examine": "Party Pete's Bumper Book Of Games", + "durability": null, + "name": "Game book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7681" + }, + { + "durability": null, + "name": "Hoop", + "archery_ticket_price": "0", + "id": "7682", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Hoop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7683" + }, + { + "durability": null, "name": "Dart", "archery_ticket_price": "0", "attack_speed": "3", - "durability": null, + "id": "7684", "equip_audio": "2244", "equipment_slot": "3" }, { - "id": "7685", + "durability": null, "name": "Dart", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7685" }, { + "durability": null, + "name": "Bow and arrow", + "archery_ticket_price": "0", "id": "7686", - "name": "Bow and arrow", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "1" + "weapon_interface": "1", + "equipment_slot": "3" }, { - "id": "7687", - "name": "Bow and arrow", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Bow and arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7687" }, { - "id": "7688", - "name": "Kettle", + "bankable": "false", "examine": "The kettle is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7689", "name": "Kettle", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7688" }, { - "id": "7690", - "name": "Full kettle", + "bankable": "false", + "durability": null, + "name": "Kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7689" + }, + { + "bankable": "false", "examine": "It's full of cold water.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Full kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7690" }, { - "id": "7691", - "name": "Hot kettle", + "bankable": "false", "examine": "It's full of boiling water.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Hot kettle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7691" }, { - "id": "7692", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7692" }, { - "id": "7693", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7693" }, { - "id": "7694", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7694" }, { - "id": "7695", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7696", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7697", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7695" }, { - "id": "7698", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7696" }, { - "id": "7699", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7697" }, { - "id": "7700", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7698" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7699" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7701", "name": "Teapot with leaves", + "tradeable": "false", + "weight": "1.5", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7700" }, { - "id": "7702", - "name": "Teapot", + "bankable": "false", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7701" + }, + { + "bankable": "false", "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "7703", "name": "Teapot", + "tradeable": "false", + "weight": "0.4", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7702" }, { - "id": "7704", + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7703" + }, + { + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7704" }, { - "id": "7705", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7705" }, { - "id": "7706", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7706" }, { - "id": "7707", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7708", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7709", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7707" }, { - "id": "7710", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7708" }, { - "id": "7711", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7709" }, { - "id": "7712", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7710" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7711" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7713", "name": "Teapot with leaves", + "tradeable": "false", + "weight": "1.5", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7712" }, { - "id": "7714", - "name": "Teapot", + "bankable": "false", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7713" + }, + { + "bankable": "false", "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "7715", "name": "Teapot", + "tradeable": "false", + "weight": "0.4", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7714" }, { - "id": "7716", + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7715" + }, + { + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (4)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7716" }, { - "id": "7717", + "bankable": "false", + "durability": null, "name": "Pot of tea (4)", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7717" }, { - "id": "7718", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, "name": "Pot of tea (3)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7718" }, { - "id": "7719", + "bankable": "false", + "durability": null, "name": "Pot of tea (3)", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7720", - "name": "Pot of tea (2)", - "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7721", - "name": "Pot of tea (2)", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7719" }, { - "id": "7722", - "name": "Pot of tea (1)", + "bankable": "false", "examine": "I'd really like a nice cup of tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, + "name": "Pot of tea (2)", "tradeable": "false", - "weight": "1.5" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7720" }, { - "id": "7723", - "name": "Pot of tea (1)", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Pot of tea (2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7721" }, { - "id": "7724", - "name": "Teapot with leaves", + "bankable": "false", + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7722" + }, + { + "bankable": "false", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7723" + }, + { + "bankable": "false", "examine": "Add boiling water to make a tea.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false", - "weight": "1.5" - }, - { - "id": "7725", "name": "Teapot with leaves", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7726", - "name": "Teapot", - "examine": "This teapot is empty.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "0.4" + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7724" }, { - "id": "7727", - "name": "Teapot", - "archery_ticket_price": "0", "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Teapot with leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7725" }, { - "id": "7728", - "name": "Empty cup", + "bankable": "false", + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7726" + }, + { + "bankable": "false", + "durability": null, + "name": "Teapot", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7727" + }, + { + "bankable": "false", + "shop_price": "1", "examine": "An empty cup.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "7", "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "7729", "name": "Empty cup", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7728" }, { - "id": "7730", - "name": "Cup of tea", + "bankable": "false", + "durability": null, + "name": "Empty cup", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7729" + }, + { + "bankable": "false", + "shop_price": "10", "examine": "A nice cup of nettle tea.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", + "name": "Cup of tea", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7730" }, { - "id": "7731", - "name": "Cup of tea", + "bankable": "false", + "shop_price": "10", "examine": "A milky cup of nettle tea.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", + "name": "Cup of tea", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7731" }, { - "id": "7732", - "name": "Porcelain cup", + "bankable": "false", "examine": "A porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7733", - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7734", - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7735", "name": "Porcelain cup", - "examine": "A porcelain cup.", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7732" }, { - "id": "7736", - "name": "Cup of tea", + "bankable": "false", + "shop_price": "10", "examine": "Some nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "30", "durability": null, - "shop_price": "10", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "7737", "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "10", "tradeable": "false", - "weight": "0.1" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7733" }, { - "id": "7738", - "name": "Tea leaves", + "bankable": "false", + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7734" + }, + { + "bankable": "false", + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7735" + }, + { + "bankable": "false", + "shop_price": "10", + "examine": "Some nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7736" + }, + { + "bankable": "false", + "shop_price": "10", + "examine": "Some milky nettle tea in a porcelain cup.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7737" + }, + { + "bankable": "false", "examine": "Mmm, how about a nice cup of tea?", - "archery_ticket_price": "0", - "bankable": "false", "durability": null, - "tradeable": "false" - }, - { - "id": "7739", "name": "Tea leaves", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7740", - "name": "Beer", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, "tradeable": "false", - "weight": "1" + "archery_ticket_price": "0", + "id": "7738" }, { - "id": "7741", + "bankable": "false", + "durability": null, + "name": "Tea leaves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7739" + }, + { + "bankable": "false", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "151", + "durability": null, "name": "Beer", + "tradeable": "false", + "weight": "1", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7740" }, { - "id": "7742", - "name": "Beer glass", - "examine": "I need to fill this with beer.", - "archery_ticket_price": "0", "bankable": "false", "durability": null, + "name": "Beer", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7741" + }, + { + "bankable": "false", "shop_price": "1", - "tradeable": "false", - "weight": "0.05" - }, - { - "id": "7743", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, "name": "Beer glass", + "tradeable": "false", + "weight": "0.05", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7742" }, { - "id": "7744", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", "bankable": "false", "durability": null, + "name": "Beer glass", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7743" + }, + { + "bankable": "false", "shop_price": "3", - "tradeable": "false" - }, - { - "id": "7745", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, "name": "Asgarnian ale", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7744" }, { - "id": "7746", - "name": "Greenman's ale", + "bankable": "false", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7745" + }, + { + "bankable": "false", + "shop_price": "2", "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "569", "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "7747", "name": "Greenman's ale", + "tradeable": "false", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7746" }, { - "id": "7748", - "name": "Dragon bitter", + "bankable": "false", + "durability": null, + "name": "Greenman's ale", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7747" + }, + { + "bankable": "false", + "shop_price": "2", "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "523", "durability": null, - "shop_price": "2", - "tradeable": "false", - "weight": "1" - }, - { - "id": "7749", "name": "Dragon bitter", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" - }, - { - "id": "7750", - "name": "Moonlight mead", - "examine": "A foul smelling brew.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "7751", - "name": "Moonlight mead", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7752", - "name": "Cider", - "examine": "A glass of Cider", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "shop_price": "2", "tradeable": "false", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "7748" }, { - "id": "7753", + "bankable": "false", + "durability": null, + "name": "Dragon bitter", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7749" + }, + { + "shop_price": "5", + "examine": "A foul smelling brew.", + "grand_exchange_price": "14", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7750" + }, + { + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7751" + }, + { + "bankable": "false", + "shop_price": "2", + "examine": "A glass of Cider", + "grand_exchange_price": "1539", + "durability": null, "name": "Cider", + "tradeable": "false", + "weight": "1", "archery_ticket_price": "0", - "bankable": "false", - "durability": null, - "tradeable": "false" + "id": "7752" }, { - "id": "7754", - "name": "Chef's delight", + "bankable": "false", + "durability": null, + "name": "Cider", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7753" + }, + { + "bankable": "false", "examine": "A fruity, full-bodied ale.", - "archery_ticket_price": "0", - "bankable": "false", + "grand_exchange_price": "2371", "durability": null, - "tradeable": "false" - }, - { - "id": "7755", "name": "Chef's delight", + "tradeable": "false", "archery_ticket_price": "0", + "id": "7754" + }, + { "bankable": "false", "durability": null, - "tradeable": "false" + "name": "Chef's delight", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7755" }, { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", "id": "7756", - "name": "Paintbrush", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" + "equipment_slot": "3" }, { - "id": "7757", - "name": "Paintbrush", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7757" }, { - "id": "7758", - "name": "Rusty sword", "examine": "A decent-enough weapon gone rusty.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "weight": "2" + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "7758", + "equipment_slot": "3" }, { - "id": "7759", - "name": "Toy soldier", + "ge_buy_limit": "100", "examine": "Nice bit of crafting.", - "archery_ticket_price": "0", - "destroy": "true", + "grand_exchange_price": "3140", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7760", "name": "Toy soldier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7761", - "name": "Toy soldier (wound)", - "examine": "Nice bit of crafting.", - "archery_ticket_price": "0", + "tradeable": "true", "destroy": "true", - "durability": null, - "tradeable": "true" + "archery_ticket_price": "0", + "id": "7759" }, { - "id": "7762", + "ge_buy_limit": "100", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7760" + }, + { + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3123", + "durability": null, "name": "Toy soldier (wound)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7763", - "name": "Toy doll", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7764", - "name": "Toy doll", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7765", - "name": "Toy doll (wound)", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7766", - "name": "Toy doll (wound)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "7767", - "name": "Toy mouse", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1705", "tradeable": "true", - "weight": "1" + "destroy": "true", + "archery_ticket_price": "0", + "id": "7761" }, { - "id": "7768", - "name": "Toy mouse", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7769", - "name": "Toy mouse (wound)", - "examine": "Nice bit of crafting!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1705", + "name": "Toy soldier (wound)", "tradeable": "true", - "weight": "1" - }, - { - "id": "7770", - "name": "Toy mouse (wound)", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7762" }, { - "id": "7771", - "name": "Clockwork cat", + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7764" + }, + { + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3289", + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7765" + }, + { + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7766" + }, + { + "shop_price": "1705", + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7768" + }, + { + "shop_price": "1705", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3484", + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7769" + }, + { + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7770" + }, + { + "ge_buy_limit": "100", "examine": "Inventory: Nice bit of crafting!As a follower: An amazing piece of crafting.", - "archery_ticket_price": "0", - "destroy": "true", + "grand_exchange_price": "2930", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7772", "name": "Clockwork cat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "7773", - "name": "Branch", - "examine": "I can use this to make a lyre.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "7774", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7775", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7776", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "7777", - "name": "Long vine", - "examine": "A long section of vine made up of lots of shorter sections.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7778", - "name": "Short vine", - "examine": "A short section of vines.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7779", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7780", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7781", - "name": "Fishing tome", - "examine": "A tome of learning that focuses on the Fishing skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7782", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7783", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7784", - "name": "Agility tome", - "examine": "A tome of learning that focuses on Agility.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7785", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7786", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7787", - "name": "Thieving tome", - "examine": "A tome of learning that focuses on the Thieving skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7788", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7789", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7790", - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the Slayer skill.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7791", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7792", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7793", - "name": "Mining tome", - "examine": "A tome of learning that focuses on the Mining skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7794", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7795", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7796", - "name": "Firemaking tome", - "examine": "A tome of learning that focuses on Firemaking.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7797", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7798", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7799", - "name": "Woodcutting tome", - "examine": "A tome of learning that focuses on the Woodcutting skill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "160", - "weight": "1" - }, - { - "id": "7800", - "name": "Snail shell", - "examine": "A shell from a giant snail.", - "archery_ticket_price": "0", - "durability": null, - "weight": "7" - }, - { - "id": "7801", - "name": "Snake hide", - "examine": "Scaly but not slimy!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", "tradeable": "true", - "weight": "0.5" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7771" }, { - "id": "7802", - "name": "Snake hide", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "2930", "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7772" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "7773", + "equipment_slot": "3" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7774" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7775" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7776" + }, + { + "examine": "A long section of vine made up of lots of shorter sections.", + "durability": null, + "name": "Long vine", + "archery_ticket_price": "0", + "id": "7777" + }, + { + "examine": "A short section of vines.", + "durability": null, + "name": "Short vine", + "archery_ticket_price": "0", + "id": "7778" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7779" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7780" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7781" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7782" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7783" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7784" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7785" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7786" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7787" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7788" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7789" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7790" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7791" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7792" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7793" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7794" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7795" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7796" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7797" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7798" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7799" + }, + { + "examine": "A shell from a giant snail.", + "durability": null, + "name": "Snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "7800" + }, + { "ge_buy_limit": "10000", - "tradeable": "true" + "examine": "Scaly but not slimy!", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7801" }, { - "id": "7803", - "name": "Yin yang amulet", + "ge_buy_limit": "10000", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7802" + }, + { + "shop_price": "100", "examine": "A non-magical copy of the make-over mage's amulet.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "2", - "shop_price": "100" + "name": "Yin yang amulet", + "archery_ticket_price": "0", + "id": "7803", + "equipment_slot": "2" }, { - "id": "7804", - "name": "Picture", - "archery_ticket_price": "0", - "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", "turn90cw_anim": "1207", - "two_handed": "true", "walk_anim": "1205", - "weapon_interface": "3" - }, - { - "id": "7805", - "name": "Picture", - "archery_ticket_price": "0", "durability": null, - "tradeable": "true" + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Picture", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7804", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0" }, { - "id": "7806", - "name": "Anger sword", - "examine": "A heavy duty sword.", + "durability": null, + "name": "Picture", + "tradeable": "true", "archery_ticket_price": "0", + "id": "7805" + }, + { "attack_anims": "381,390,390,390", + "examine": "A heavy duty sword.", + "durability": null, + "name": "Anger sword", + "archery_ticket_price": "0", "attack_speed": "3", + "id": "7806", + "weapon_interface": "5", "bonuses": "20,20,20,0,0,0,2,1,0,0,0,5,0,0,0", "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "5" + "equipment_slot": "3" }, { - "id": "7807", - "name": "Anger battleaxe", - "examine": "A heavy duty axe.", - "archery_ticket_price": "0", "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0", - "defence_anim": "397", + "examine": "A heavy duty axe.", "durability": null, + "attack_audios": "2498,2498,2497,2498", + "name": "Anger battleaxe", + "archery_ticket_price": "0", + "id": "7807", + "weapon_interface": "2", + "bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0", "equip_audio": "2232", - "equipment_slot": "3", - "weapon_interface": "2" + "defence_anim": "397", + "equipment_slot": "3" }, { - "id": "7808", - "name": "Anger mace", - "examine": "A heavy duty mace.", - "archery_ticket_price": "0", "attack_anims": "390,390,381,390", + "examine": "A heavy duty mace.", + "durability": null, + "name": "Anger mace", + "archery_ticket_price": "0", + "id": "7808", + "weapon_interface": "8", "bonuses": "20,20,20,0,0,0,0,0,0,0,0,5,1,0,0", "defence_anim": "397", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "8" + "equipment_slot": "3" }, { - "id": "7809", - "name": "Anger spear", - "examine": "A heavy duty spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", "turn90cw_anim": "1207", - "two_handed": "true", + "examine": "A heavy duty spear.", "walk_anim": "1205", - "weapon_interface": "14" + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Anger spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7809", + "stand_turn_anim": "1209", + "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0" }, { - "id": "7810", - "name": "Jug of vinegar", - "examine": "This wine clearly did not age well.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "1", - "weight": "1" + "examine": "This wine clearly did not age well.", + "durability": null, + "name": "Jug of vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7810" }, { - "id": "7811", - "name": "Pot of vinegar", "examine": "Well, this pot is certainly full of vinegar and no mistake.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.3" - }, - { - "id": "7812", - "name": "Goblin skull", - "examine": "This needs a good polish.", + "name": "Pot of vinegar", + "weight": "1.3", "archery_ticket_price": "0", - "durability": null + "id": "7811" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7812" }, { - "id": "7813", - "name": "Bone in vinegar", "examine": "There is a goblin bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7813" }, { - "id": "7814", + "examine": "This belongs in a museum!", + "durability": null, "name": "Goblin skull", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7814" }, { - "id": "7815", - "name": "Bear ribs", "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", "archery_ticket_price": "0", - "durability": null + "id": "7815" }, { - "id": "7816", - "name": "Bone in vinegar", "examine": "There is a bear bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7816" }, { - "id": "7817", + "examine": "This belongs in a museum!", + "durability": null, "name": "Bear ribs", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7817" }, { - "id": "7818", - "name": "Ram skull", "examine": "This needs a good polish.", + "durability": null, + "name": "Ram skull", "archery_ticket_price": "0", - "durability": null + "id": "7818" }, { - "id": "7819", - "name": "Bone in vinegar", "examine": "There is a ram bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7819" }, { - "id": "7820", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ram skull", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7820" }, { - "id": "7821", - "name": "Unicorn bone", "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", "archery_ticket_price": "0", - "durability": null + "id": "7821" }, { - "id": "7822", - "name": "Bone in vinegar", "examine": "There is a unicorn bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7822" }, { - "id": "7823", + "examine": "This belongs in a museum!", + "durability": null, "name": "Unicorn bone", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7823" }, { - "id": "7824", - "name": "Giant rat bone", "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", "archery_ticket_price": "0", - "durability": null + "id": "7824" }, { - "id": "7825", - "name": "Bone in vinegar", "examine": "There is a giant rat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7825" }, { - "id": "7826", + "examine": "This belongs in a museum!", + "durability": null, "name": "Giant rat bone", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7826" }, { - "id": "7827", - "name": "Giant bat wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7827" }, { - "id": "7828", - "name": "Bone in vinegar", "examine": "There is a giant bat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7828" }, { - "id": "7829", + "examine": "This belongs in a museum!", + "durability": null, "name": "Giant bat wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7829" }, { - "id": "7830", - "name": "Wolf bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7830" }, { - "id": "7831", - "name": "Bone in vinegar", "examine": "There is a wolf bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7831" }, { - "id": "7832", + "examine": "This belongs in a museum!", + "durability": null, "name": "Wolf bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7832" }, { - "id": "7833", - "name": "Bat wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7833" }, { - "id": "7834", - "name": "Bone in vinegar", "examine": "There is a bat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7834" }, { - "id": "7835", + "examine": "This belongs in a museum!", + "durability": null, "name": "Bat wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7835" }, { - "id": "7836", - "name": "Rat bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7836" }, { - "id": "7837", - "name": "Bone in vinegar", "examine": "There is a rat bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7837" }, { - "id": "7838", + "examine": "This belongs in a museum!", + "durability": null, "name": "Rat bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7838" }, { - "id": "7839", - "name": "Baby dragon bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7839" }, { - "id": "7840", - "name": "Bone in vinegar", "examine": "There is a baby blue dragon bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7840" }, { - "id": "7841", + "examine": "This belongs in a museum!", + "durability": null, "name": "Baby dragon bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7841" }, { - "id": "7842", - "name": "Ogre ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7842" }, { - "id": "7843", - "name": "Bone in vinegar", "examine": "There is a ogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7843" }, { - "id": "7844", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ogre ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7844" }, { - "id": "7845", - "name": "Jogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7845" }, { - "id": "7846", - "name": "Bone in vinegar", "examine": "There is a jogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7846" }, { - "id": "7847", + "examine": "This belongs in a museum!", + "durability": null, "name": "Jogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7847" }, { - "id": "7848", - "name": "Zogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7848" }, { - "id": "7849", - "name": "Bone in vinegar", "examine": "There is a zogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7849" }, { - "id": "7850", + "examine": "This belongs in a museum!", + "durability": null, "name": "Zogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7850" }, { - "id": "7851", - "name": "Mogre bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7851" }, { - "id": "7852", - "name": "Bone in vinegar", "examine": "There is a mogre bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7852" }, { - "id": "7853", + "examine": "This belongs in a museum!", + "durability": null, "name": "Mogre bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7853" }, { - "id": "7854", - "name": "Monkey paw", "examine": "This needs a good polish.", + "durability": null, + "name": "Monkey paw", "archery_ticket_price": "0", - "durability": null + "id": "7854" }, { - "id": "7855", - "name": "Bone in vinegar", "examine": "There is a monkey bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7855" }, { - "id": "7856", + "examine": "This belongs in a museum!", + "durability": null, "name": "Monkey paw", - "examine": "This belongs in a museum!", "archery_ticket_price": "0", - "durability": null + "id": "7856" }, { - "id": "7857", - "name": "Dagannoth ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7857" }, { - "id": "7858", - "name": "Bone in vinegar", "examine": "There is a Dagannoth bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7858" }, { - "id": "7859", + "examine": "This belongs in a museum!", + "durability": null, "name": "Dagannoth ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7859" }, { - "id": "7860", - "name": "Snake spine", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7860" }, { - "id": "7861", - "name": "Bone in vinegar", "examine": "There is a snake bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7861" }, { - "id": "7862", + "examine": "This belongs in a museum!", + "durability": null, "name": "Snake spine", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7862" }, { - "id": "7863", - "name": "Zombie bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7863" }, { - "id": "7864", - "name": "Bone in vinegar", "examine": "There is a zombie bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7864" }, { - "id": "7865", + "examine": "This belongs in a museum!", + "durability": null, "name": "Zombie bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7865" }, { - "id": "7866", - "name": "Werewolf bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7866" }, { - "id": "7867", - "name": "Bone in vinegar", "examine": "There is a werewolf bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7867" }, { - "id": "7868", + "examine": "This belongs in a museum!", + "durability": null, "name": "Werewolf bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7868" }, { - "id": "7869", - "name": "Moss giant bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7869" }, { - "id": "7870", - "name": "Bone in vinegar", "examine": "There is a moss giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7870" }, { - "id": "7871", + "examine": "This belongs in a museum!", + "durability": null, "name": "Moss giant bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7871" }, { - "id": "7872", - "name": "Fire giant bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7872" }, { - "id": "7873", - "name": "Bone in vinegar", "examine": "There is a fire giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7873" }, { - "id": "7874", - "name": "Fire giant bone", "examine": "This bone belongs in a museum!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7874" }, { - "id": "7875", - "name": "Ice giant ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7875" }, { - "id": "7876", - "name": "Bone in vinegar", "examine": "There is an ice giant bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7876" }, { - "id": "7877", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ice giant ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7877" }, { - "id": "7878", - "name": "Terrorbird wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7878" }, { - "id": "7879", - "name": "Bone in vinegar", "examine": "There is a terrorbird bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7879" }, { - "id": "7880", + "examine": "This belongs in a museum!", + "durability": null, "name": "Terrorbird wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7880" }, { - "id": "7881", - "name": "Ghoul bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7881" }, { - "id": "7882", - "name": "Bone in vinegar", "examine": "There is a ghoul bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7882" }, { - "id": "7883", + "examine": "This belongs in a museum!", + "durability": null, "name": "Ghoul bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7883" }, { - "id": "7884", - "name": "Troll bone", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7884" }, { - "id": "7885", - "name": "Bone in vinegar", "examine": "There is a troll bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7885" }, { - "id": "7886", + "examine": "This belongs in a museum!", + "durability": null, "name": "Troll bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7886" }, { - "id": "7887", - "name": "Seagull wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7887" }, { - "id": "7888", - "name": "Bone in vinegar", "examine": "There is a seagull bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7888" }, { - "id": "7889", + "examine": "This belongs in a museum!", + "durability": null, "name": "Seagull wing", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7889" }, { - "id": "7890", - "name": "Undead cow ribs", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7890" }, { - "id": "7891", - "name": "Bone in vinegar", "examine": "There is an undead cow bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7891" }, { - "id": "7892", + "examine": "This belongs in a museum!", + "durability": null, "name": "Undead cow ribs", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7892" }, { - "id": "7893", - "name": "Experiment bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "0.9" + "examine": "This needs a good polish.", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7893" }, { - "id": "7894", - "name": "Bone in vinegar", "examine": "There is an experiment bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7894" }, { - "id": "7895", - "name": "Experiment bone", - "examine": "This belongs in a museum!", - "archery_ticket_price": "0", - "durability": null, "shop_price": "160", - "weight": "0.9" - }, - { - "id": "7896", - "name": "Rabbit bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", + "examine": "This belongs in a museum!", "durability": null, - "weight": "0.9" + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7895" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7896" }, { - "id": "7897", - "name": "Bone in vinegar", "examine": "There is a rabbit bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7897" }, { - "id": "7898", + "examine": "This belongs in a museum!", + "durability": null, "name": "Rabbit bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7898" }, { - "id": "7899", - "name": "Basilisk bone", "examine": "This bone needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" - }, - { - "id": "7900", - "name": "Bone in vinegar", - "examine": "There is a basilisk bone in here.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7901", "name": "Basilisk bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7899" }, { - "id": "7902", - "name": "Desert lizard bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", + "examine": "There is a basilisk bone in here.", "durability": null, - "weight": "0.9" - }, - { - "id": "7903", "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7900" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7901" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7902" + }, + { "examine": "There is a desert lizard bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7903" }, { - "id": "7904", + "examine": "This belongs in a museum!", + "durability": null, "name": "Desert lizard bone", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7904" }, { - "id": "7905", - "name": "Cave goblin skull", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7905" }, { - "id": "7906", - "name": "Bone in vinegar", "examine": "There is a cave goblin bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7906" }, { - "id": "7907", + "examine": "This belongs in a museum!", + "durability": null, "name": "Cave goblin skull", - "examine": "This belongs in a museum!", + "weight": "0.9", "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" + "id": "7907" }, { - "id": "7908", - "name": "Big frog leg", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7908" }, { - "id": "7909", - "name": "Bone in vinegar", "examine": "There is a big frog bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7909" }, { - "id": "7910", + "examine": "This belongs in a museum!", + "durability": null, "name": "Big frog leg", - "examine": "This belongs in a museum!", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "7910" }, { - "id": "7911", - "name": "Vulture wing", "examine": "This needs a good polish.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7911" }, { - "id": "7912", - "name": "Bone in vinegar", "examine": "There is a vulture bone in here.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" - }, - { - "id": "7913", - "name": "Vulture wing", - "examine": "This belongs in a museum!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7914", - "name": "Jackal bone", - "examine": "This needs a good polish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.9" - }, - { - "id": "7915", "name": "Bone in vinegar", - "examine": "There is a jackal bone in here.", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "weight": "1" + "id": "7912" }, { - "id": "7916", - "name": "Jackal bone", "examine": "This belongs in a museum!", - "archery_ticket_price": "0", "durability": null, - "weight": "0.9" + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7913" }, { - "id": "7917", - "name": "Ram skull helm", - "examine": "Makes me feel baaad to the bone.", + "examine": "This needs a good polish.", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0", + "id": "7914" + }, + { + "examine": "There is a jackal bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7915" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7916" + }, + { "destroy_message": "The ram skull helm looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "Makes me feel baaad to the bone.", "durability": null, - "equipment_slot": "0", - "weight": "3" + "name": "Ram skull helm", + "weight": "3", + "archery_ticket_price": "0", + "id": "7917", + "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0", + "equipment_slot": "0" }, { - "id": "7918", - "name": "Bonesack", - "examine": "The Bonesack is a little old item that protects like leather.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0", "destroy_message": "The bonesack looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "The Bonesack is a little old item that protects like leather.", "durability": null, - "equipment_slot": "1", - "weight": "9" + "name": "Bonesack", + "weight": "9", + "archery_ticket_price": "0", + "id": "7918", + "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0", + "equipment_slot": "1" }, { - "id": "7919", - "name": "Bottle of wine", - "examine": "A very good vintage.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "500", - "tradeable": "true", - "weight": "1" - }, - { - "id": "7920", + "examine": "A very good vintage.", + "durability": null, "name": "Bottle of wine", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7919" + }, + { + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7920" }, { - "id": "7921", - "name": "Empty wine bottle", "examine": "This one has clearly been taken down and passed around.", - "archery_ticket_price": "0", "durability": null, - "weight": "1" + "name": "Empty wine bottle", + "weight": "1", + "archery_ticket_price": "0", + "id": "7921" }, { - "id": "7922", - "name": "Al kharid flyer", "examine": "The money off voucher has expired.", + "durability": null, + "name": "Al kharid flyer", "archery_ticket_price": "0", - "durability": null + "id": "7922" }, { - "id": "7927", - "name": "Easter ring", "examine": "A ring given to you by the Easter Bunny.", - "archery_ticket_price": "0", - "attack_audios": "", "durability": null, + "attack_audios": "", + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "7927", "equip_audio": "", "equipment_slot": "12" }, { - "id": "7928", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7928" }, { - "id": "7929", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7929" }, { - "id": "7930", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7930" }, { - "id": "7931", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7931" }, { - "id": "7932", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7932" }, { - "id": "7933", - "name": "Easter egg", "examine": "Happy Easter.", - "archery_ticket_price": "0", + "grand_exchange_price": "64747137", "durability": null, - "tradeable": "true" + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7933" }, { - "id": "7934", - "name": "Field ration", - "examine": "A field ration to help your wounds go away.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "shop_price": "390", - "tradeable": "true" - }, - { - "id": "7935", - "name": "Field ration", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", - "tradeable": "true" + "examine": "A field ration to help your wounds go away.", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7934" }, { - "id": "7936", - "name": "Pure essence", - "examine": "An uncharged Rune Stone of extra capability.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "171", "durability": null, - "ge_buy_limit": "25000", + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7935" + }, + { "shop_price": "1", - "tradeable": "true" - }, - { - "id": "7937", - "name": "Pure essence", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "25000", - "tradeable": "true" + "examine": "An uncharged Rune Stone of extra capability.", + "grand_exchange_price": "180", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7936" }, { - "id": "7939", - "name": "Tortoise shell", + "ge_buy_limit": "25000", + "grand_exchange_price": "109", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7937" + }, + { + "ge_buy_limit": "5000", "examine": "A word in your shell-like.", - "archery_ticket_price": "0", + "grand_exchange_price": "13600", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "6.8" - }, - { - "id": "7940", "name": "Tortoise shell", + "tradeable": "true", + "weight": "6.8", "archery_ticket_price": "0", - "durability": null, + "id": "7939" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7940" }, { - "id": "7941", - "name": "Iron sheet", "examine": "A sturdy sheet of iron.", - "archery_ticket_price": "0", "durability": null, - "weight": "1.75" + "name": "Iron sheet", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "7941" }, { - "id": "7942", - "name": "Fresh monkfish", "examine": "Perfect for storing. Not so good for eating.", - "archery_ticket_price": "0", "durability": null, - "weight": "0.8" - }, - { - "id": "7943", "name": "Fresh monkfish", - "examine": "Perfect for storing. Not so good for eating.", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" + "id": "7942" }, { - "id": "7944", - "name": "Raw monkfish", + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7943" + }, + { + "ge_buy_limit": "20000", "examine": "I should try cooking this.", - "archery_ticket_price": "0", + "grand_exchange_price": "618", "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7945", "name": "Raw monkfish", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "7944" + }, + { "ge_buy_limit": "20000", - "tradeable": "true" + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7945" }, { - "id": "7946", - "name": "Monkfish", + "ge_buy_limit": "10000", "examine": "A tasty fish.", - "archery_ticket_price": "0", + "grand_exchange_price": "617", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "7947", "name": "Monkfish", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "7946" + }, + { "ge_buy_limit": "10000", - "tradeable": "true" + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7947" }, { - "id": "7949", + "durability": null, "name": "Burnt monkfish", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7949" }, { - "id": "7950", - "name": "Bone seeds", "examine": "A highly portable army of skeletal magic.", + "durability": null, + "name": "Bone seeds", "archery_ticket_price": "0", - "durability": null + "id": "7950" }, { - "id": "7951", - "name": "Herman's book", - "examine": "A book taken from the desk of Herman Caranos.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "shop_price": "160", + "examine": "A book taken from the desk of Herman Caranos.", + "durability": null, + "name": "Herman's book", "tradeable": "false", - "weight": "0.09" + "destroy": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "7951" }, { - "id": "7952", - "name": "Picture", "examine": "Useless without the head.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "7953", "name": "Picture", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7952", + "equipment_slot": "3" }, { - "id": "7955", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7953" + }, + { + "durability": null, "name": "Burnt shrimp", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "7955" }, { - "id": "7956", - "name": "Casket", "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", + "grand_exchange_price": "3726", "durability": null, + "name": "Casket", "tradeable": "true", - "weight": "5" + "weight": "5", + "archery_ticket_price": "0", + "id": "7956" }, { - "id": "7957", - "name": "White apron", - "examine": "A mostly clean apron.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "2", + "examine": "A mostly clean apron.", + "grand_exchange_price": "169", + "durability": null, + "name": "White apron", "tradeable": "true", - "weight": "0.45" + "weight": "0.45", + "archery_ticket_price": "0", + "id": "7957" }, { - "id": "7958", - "name": "Mining prop", - "examine": "A prop for holding up a tunnel roof.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A prop for holding up a tunnel roof.", "durability": null, - "tradeable": "false" + "name": "Mining prop", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7958" }, { - "id": "7959", - "name": "Heavy box", - "examine": "A box full of stolen Etceterian items.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can get your box back by talking to the guard by the dungeon entrance in Etceteria.", + "examine": "A box full of stolen Etceterian items.", "durability": null, - "tradeable": "false" + "name": "Heavy box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7959" }, { - "id": "7960", - "name": "Empty box", "examine": "It says 'To the dungeons' on the side.", + "durability": null, + "name": "Empty box", "archery_ticket_price": "0", - "durability": null + "id": "7960" }, { - "id": "7961", - "name": "Burnt diary", "examine": "A diary with one/two/three/four/five page(s).", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7962", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7961" }, { - "id": "7963", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7962" }, { - "id": "7964", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7963" }, { - "id": "7965", + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, "name": "Burnt diary", - "examine": "A diary with one/two/three/four/five page(s).", "archery_ticket_price": "0", - "durability": null + "id": "7964" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7965" }, { - "id": "7967", - "name": "Engine", "examine": "A dwarf-made coal engine. It looks very sturdy.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "tradeable": "false" + "name": "Engine", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7967" }, { - "id": "7969", - "name": "Pulley beam", "examine": "A beam with a pulley attached.", + "durability": null, + "name": "Pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7969" }, { - "id": "7970", - "name": "Long pulley beam", "examine": "A long beam with a pulley attached.", + "durability": null, + "name": "Long pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7970" }, { - "id": "7971", - "name": "Longer pulley beam", "examine": "A very long beam with a pulley attached.", + "durability": null, + "name": "Longer pulley beam", "archery_ticket_price": "0", - "durability": null + "id": "7971" }, { - "id": "7972", - "name": "Lift manual", "examine": "The manual for an AMCE Lift-In-A-Box.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "tradeable": "false" + "name": "Lift manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7972" }, { - "id": "7973", - "name": "Beam", "examine": "A wooden beam.", + "durability": null, + "name": "Beam", "archery_ticket_price": "0", - "durability": null + "id": "7973" }, { - "id": "7975", - "name": "Crawling hand", "examine": "I should get it stuffed!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "7975" }, { - "id": "7976", + "examine": "I should get it stuffed!", + "durability": null, "name": "Cockatrice head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7976" }, { - "id": "7977", + "examine": "I should get it stuffed!", + "durability": null, "name": "Basilisk head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7977" }, { - "id": "7978", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kurask head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7978" }, { - "id": "7979", + "examine": "I should get it stuffed!", + "durability": null, "name": "Abyssal head", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7979" }, { - "id": "7980", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kbd heads", - "examine": "I should get it stuffed!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7980" }, { - "id": "7981", + "examine": "I should get it stuffed!", + "durability": null, "name": "Kq head", - "examine": "I should get it stuffed!", "archery_ticket_price": "0", - "durability": null + "id": "7981" }, { - "id": "7982", - "name": "Crawling hand", "examine": "I could mount this on my wall!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "7982" }, { - "id": "7983", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Cockatrice head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7983" }, { - "id": "7984", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Basilisk head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7984" }, { - "id": "7985", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Kurask head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7985" }, { - "id": "7986", + "examine": "I could mount this on my wall!", + "durability": null, "name": "Abyssal head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7986" }, { - "id": "7987", - "name": "Kbd heads", "examine": "I could mount these on my wall!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Kbd heads", "tradeable": "false", - "weight": "10" - }, - { - "id": "7988", - "name": "Kq head", - "examine": "I could mount this on my wall!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7989", - "name": "Big bass", - "examine": "Whopper! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null, - "weight": "6" - }, - { - "id": "7990", - "name": "Big bass", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null, - "weight": "6" - }, - { - "id": "7991", - "name": "Big swordfish", - "examine": "Whopper! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7992", - "name": "Big swordfish", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "7993", - "name": "Big shark", - "examine": "It's a monster! I should get this stuffed!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "7994", - "name": "Big shark", - "examine": "I should mount this on my wall!", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.7" - }, - { - "id": "7995", - "name": "Arthur portrait", - "examine": "A portrait of King Arthur.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7996", - "name": "Elena portrait", - "examine": "A portrait of Elena.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "7997", - "name": "Keldagrim portrait", - "examine": "A painting of the staute of King Alvis of Keldagrim", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "7998", - "name": "Misc. portrait", - "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "8000", - "name": "Isafdar painting", - "examine": "The exotic land of the Elves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000" - }, - { - "id": "8001", - "name": "Karamja painting", - "examine": "The tropical coast of karamja.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000" - }, - { - "id": "8002", - "name": "Lumbridge painting", - "examine": "Oxtable's famous painting of the Lumbridge water mill.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "8003", - "name": "Morytania painting", - "examine": "A painting of the spooky forests of morytania.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "8007", - "name": "Varrock teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" - }, - { - "id": "8008", - "name": "Lumbridge teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" - }, - { - "id": "8009", - "name": "Falador teleport", - "examine": "A tablet containing a magic spell.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "weight": "10", + "archery_ticket_price": "0", + "id": "7987" }, { - "id": "8010", + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7988" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7989" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7990" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7991" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7992" + }, + { + "examine": "It's a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7993" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7994" + }, + { + "examine": "A portrait of King Arthur.", + "durability": null, + "name": "Arthur portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7995" + }, + { + "shop_price": "1000", + "examine": "A portrait of Elena.", + "durability": null, + "name": "Elena portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7996" + }, + { + "examine": "A painting of the staute of King Alvis of Keldagrim", + "durability": null, + "name": "Keldagrim portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7997" + }, + { + "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", + "durability": null, + "name": "Misc. portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7998" + }, + { + "shop_price": "2000", + "examine": "The exotic land of the Elves.", + "durability": null, + "name": "Isafdar painting", + "archery_ticket_price": "0", + "id": "8000" + }, + { + "shop_price": "2000", + "examine": "The tropical coast of karamja.", + "durability": null, + "name": "Karamja painting", + "archery_ticket_price": "0", + "id": "8001" + }, + { + "shop_price": "2000", + "examine": "Oxtable's famous painting of the Lumbridge water mill.", + "durability": null, + "name": "Lumbridge painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8002" + }, + { + "shop_price": "2000", + "examine": "A painting of the spooky forests of morytania.", + "durability": null, + "name": "Morytania painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8003" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1341", + "durability": null, + "name": "Varrock teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8007" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1371", + "durability": null, + "name": "Lumbridge teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8008" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1414", + "durability": null, + "name": "Falador teleport", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8009" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1369", + "durability": null, "name": "Camelot teleport", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8010" }, { - "id": "8011", + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1511", + "durability": null, "name": "Ardougne teleport", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8011" }, { - "id": "8012", + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1025", + "durability": null, "name": "Watchtower t'port", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "2500", - "tradeable": "true" + "id": "8012" }, { - "id": "8013", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1426", + "durability": null, "name": "Teleport to house", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8013" }, { - "id": "8014", + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "360", + "durability": null, "name": "Bones to bananas", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" + "id": "8014" }, { - "id": "8015", + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "620", + "durability": null, "name": "Bones to peaches", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "200", - "tradeable": "true" + "id": "8015" }, { - "id": "8016", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "343", + "durability": null, "name": "Enchant sapphire", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8016" }, { - "id": "8017", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "409", + "durability": null, "name": "Enchant emerald", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8017" }, { - "id": "8018", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "207", + "durability": null, "name": "Enchant ruby", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8018" }, { - "id": "8019", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "326", + "durability": null, "name": "Enchant diamond", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8019" }, { - "id": "8020", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "250", + "durability": null, "name": "Enchant dragonstn.", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8020" }, { - "id": "8021", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "31", + "durability": null, "name": "Enchant onyx", - "examine": "A tablet containing a magic spell.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "8021" }, { - "id": "8031", + "grand_exchange_price": "1918", + "durability": null, "name": "Wooden bed", "archery_ticket_price": "0", - "durability": null + "id": "8031" }, { - "id": "8032", + "grand_exchange_price": "1631", + "durability": null, "name": "Oak bed", "archery_ticket_price": "0", - "durability": null + "id": "8032" }, { - "id": "8033", + "grand_exchange_price": "1388", + "durability": null, "name": "Large oak bed", "archery_ticket_price": "0", - "durability": null + "id": "8033" }, { - "id": "8034", + "grand_exchange_price": "1376", + "durability": null, "name": "Teak bed", "archery_ticket_price": "0", - "durability": null + "id": "8034" }, { - "id": "8035", + "grand_exchange_price": "1996", + "durability": null, "name": "Large teak bed", "archery_ticket_price": "0", - "durability": null + "id": "8035" }, { - "id": "8036", + "grand_exchange_price": "1314", + "durability": null, "name": "4-poster", "archery_ticket_price": "0", - "durability": null + "id": "8036" }, { - "id": "8037", + "grand_exchange_price": "274779", + "durability": null, "name": "Gilded 4-poster", "archery_ticket_price": "0", - "durability": null + "id": "8037" }, { - "id": "8038", + "grand_exchange_price": "18", + "durability": null, "name": "Shoe box", "archery_ticket_price": "0", - "durability": null + "id": "8038" }, { - "id": "8039", + "grand_exchange_price": "42", + "durability": null, "name": "Oak drawers", "archery_ticket_price": "0", - "durability": null + "id": "8039" }, { - "id": "8040", + "grand_exchange_price": "1", + "durability": null, "name": "Oak wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8040" }, { - "id": "8041", + "grand_exchange_price": "126", + "durability": null, "name": "Teak drawers", "archery_ticket_price": "0", - "durability": null + "id": "8041" }, { - "id": "8042", + "grand_exchange_price": "12", + "durability": null, "name": "Teak wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8042" }, { - "id": "8043", + "grand_exchange_price": "102", + "durability": null, "name": "Mahogany 'drobe", "archery_ticket_price": "0", - "durability": null + "id": "8043" }, { - "id": "8044", + "grand_exchange_price": "139452", + "durability": null, "name": "Gilded wardrobe", "archery_ticket_price": "0", - "durability": null + "id": "8044" }, { - "id": "8045", + "grand_exchange_price": "510", + "durability": null, "name": "Shaving stand", "archery_ticket_price": "0", - "durability": null + "id": "8045" }, { - "id": "8046", + "grand_exchange_price": "449", + "durability": null, "name": "Oak shaving stand", "archery_ticket_price": "0", - "durability": null + "id": "8046" }, { - "id": "8047", + "grand_exchange_price": "147", + "durability": null, "name": "Oak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8047" }, { - "id": "8048", + "grand_exchange_price": "478", + "durability": null, "name": "Teak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8048" }, { - "id": "8049", + "grand_exchange_price": "456", + "durability": null, "name": "Fancy teak dresser", "archery_ticket_price": "0", - "durability": null + "id": "8049" }, { - "id": "8050", + "grand_exchange_price": "404", + "durability": null, "name": "Mahogany dresser", "archery_ticket_price": "0", - "durability": null + "id": "8050" }, { - "id": "8051", + "grand_exchange_price": "140594", + "durability": null, "name": "Gilded dresser", "archery_ticket_price": "0", - "durability": null + "id": "8051" }, { - "id": "8052", + "grand_exchange_price": "367", + "durability": null, "name": "Oak clock", "archery_ticket_price": "0", - "durability": null + "id": "8052" }, { - "id": "8053", + "grand_exchange_price": "552", + "durability": null, "name": "Teak clock", "archery_ticket_price": "0", - "durability": null + "id": "8053" }, { - "id": "8054", + "grand_exchange_price": "154310", + "durability": null, "name": "Gilded clock", "archery_ticket_price": "0", - "durability": null + "id": "8054" }, { - "id": "8085", - "name": "Suit of armour", "examine": "When unanimated: A dusty old suit of armour. When animated: Aaargh, it's alive!", + "durability": null, + "name": "Suit of armour", "archery_ticket_price": "0", - "durability": null + "id": "8085" }, { - "id": "8108", + "grand_exchange_price": "13", + "durability": null, "name": "Wooden bench", "archery_ticket_price": "0", - "durability": null + "id": "8108" }, { - "id": "8109", + "grand_exchange_price": "131", + "durability": null, "name": "Oak bench", "archery_ticket_price": "0", - "durability": null + "id": "8109" }, { - "id": "8110", + "grand_exchange_price": "1", + "durability": null, "name": "Carved oak bench", "archery_ticket_price": "0", - "durability": null + "id": "8110" }, { - "id": "8111", + "grand_exchange_price": "17", + "durability": null, "name": "Teak dining bench", "archery_ticket_price": "0", - "durability": null + "id": "8111" }, { - "id": "8112", + "grand_exchange_price": "2", + "durability": null, "name": "Carved teak bench", "archery_ticket_price": "0", - "durability": null + "id": "8112" }, { - "id": "8113", + "grand_exchange_price": "145", + "durability": null, "name": "Mahogany bench", "archery_ticket_price": "0", - "durability": null + "id": "8113" }, { - "id": "8114", + "grand_exchange_price": "531526", + "durability": null, "name": "Gilded bench", "archery_ticket_price": "0", - "durability": null + "id": "8114" }, { - "id": "8115", + "grand_exchange_price": "1", + "durability": null, "name": "Wood dining table", "archery_ticket_price": "0", - "durability": null + "id": "8115" }, { - "id": "8116", + "grand_exchange_price": "1", + "durability": null, "name": "Oak dining table", "archery_ticket_price": "0", - "durability": null + "id": "8116" }, { - "id": "8117", + "grand_exchange_price": "1", + "durability": null, "name": "Carved oak table", "archery_ticket_price": "0", - "durability": null + "id": "8117" }, { - "id": "8118", + "grand_exchange_price": "2", + "durability": null, "name": "Teak table", "archery_ticket_price": "0", - "durability": null + "id": "8118" }, { - "id": "8119", + "grand_exchange_price": "249", + "durability": null, "name": "Carved teak table", "archery_ticket_price": "0", - "durability": null + "id": "8119" }, { - "id": "8120", + "grand_exchange_price": "497", + "durability": null, "name": "Mahogany table", "archery_ticket_price": "0", - "durability": null + "id": "8120" }, { - "id": "8121", + "grand_exchange_price": "394177", + "durability": null, "name": "Opulent table", "archery_ticket_price": "0", - "durability": null + "id": "8121" }, { - "id": "8128", - "name": "Candles", - "examine": "A candle.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "24", - "tradeable": "true" + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Candles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8128" }, { - "id": "8131", + "durability": null, "name": "Skeleton guard", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8131" }, { - "id": "8132", - "name": "Guard dog", "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", + "durability": null, + "name": "Guard dog", "archery_ticket_price": "0", - "durability": null + "id": "8132" }, { - "id": "8133", - "name": "Hobgoblin guard", "examine": "He doesn't look very welcoming.", + "durability": null, + "name": "Hobgoblin guard", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8133" }, { - "id": "8134", - "name": "Baby red dragon", "examine": "Young but still dangerous.", + "durability": null, + "name": "Baby red dragon", "archery_ticket_price": "0", - "durability": null + "id": "8134" }, { - "id": "8135", - "name": "Huge spider", "examine": "No spider could grow that big! It's unrealistic!", + "durability": null, + "name": "Huge spider", "archery_ticket_price": "0", - "durability": null + "id": "8135" }, { - "id": "8137", - "name": "Hellhound", "examine": "(Level 122)", + "durability": null, + "name": "Hellhound", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8137" }, { - "id": "8139", - "name": "Kalphite soldier", "examine": "I don't think insect repellent will work...", + "durability": null, + "name": "Kalphite soldier", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8139" }, { - "id": "8140", - "name": "Tok-xil", "examine": "The Tok-Xil fires deadly spines out of its arm, projected by its own heat.", + "durability": null, + "name": "Tok-xil", "archery_ticket_price": "0", - "durability": null + "id": "8140" }, { - "id": "8142", - "name": "Steel dragon", "examine": "Its scales seem to be made of steel.", + "durability": null, + "name": "Steel dragon", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8142" }, { - "id": "8203", - "name": "Thorny hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "5000", - "tradeable": "true" - }, - { - "id": "8204", - "name": "Nice hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "10000", - "tradeable": "true" - }, - { - "id": "8205", - "name": "Small box hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "8206", - "name": "Topiary hedge", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "20000", + "name": "Thorny hedge", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "8203" }, { - "id": "8207", - "name": "Fancy hedge", + "shop_price": "10000", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8204" + }, + { + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8205" + }, + { + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8206" + }, + { "shop_price": "25000", - "weight": "10" - }, - { - "id": "8208", - "name": "Tall fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, - "shop_price": "50000" + "name": "Fancy hedge", + "weight": "10", + "archery_ticket_price": "0", + "id": "8207" + }, + { + "shop_price": "50000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "archery_ticket_price": "0", + "id": "8208" }, { - "id": "8210", - "name": "Rosemary", "examine": "Some rosemary.", - "archery_ticket_price": "0", + "grand_exchange_price": "20", "durability": null, - "tradeable": "true" + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8210" }, { - "id": "8214", - "name": "Marigolds", "examine": "A bunch of marigolds.", - "archery_ticket_price": "0", + "grand_exchange_price": "3862", "durability": null, - "tradeable": "true" + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8214" }, { - "id": "8239", + "grand_exchange_price": "1", + "durability": null, "name": "Beer barrel", "archery_ticket_price": "0", - "durability": null + "id": "8239" }, { - "id": "8240", + "grand_exchange_price": "16860", + "durability": null, "name": "Cider barrel", "archery_ticket_price": "0", - "durability": null + "id": "8240" }, { - "id": "8241", - "name": "Asgarnian ale", - "examine": "Probably the finest readily-available ale in Asgarnia.", - "archery_ticket_price": "0", - "durability": null, "shop_price": "3", - "tradeable": "true" - }, - { - "id": "8242", - "name": "Greenman's ale", - "examine": "A glass of frothy ale.", - "archery_ticket_price": "0", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", "durability": null, - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "8243", - "name": "Dragon bitter", - "examine": "A glass of bitter.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", + "name": "Asgarnian ale", "tradeable": "true", - "weight": "1" - }, - { - "id": "8244", - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale.", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8241" }, { - "id": "8246", + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8242" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8243" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8244" + }, + { + "grand_exchange_price": "1", + "durability": null, "name": "Wood kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8246" }, { - "id": "8247", + "grand_exchange_price": "1", + "durability": null, "name": "Oak kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8247" }, { - "id": "8248", + "grand_exchange_price": "1", + "durability": null, "name": "Teak kitchen table", "archery_ticket_price": "0", - "durability": null + "id": "8248" }, { - "id": "8260", - "name": "Crawling hand", "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Crawling hand", "archery_ticket_price": "0", "attack_speed": "4", - "durability": null + "id": "8260" }, { - "id": "8261", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Cockatrice head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8261" }, { - "id": "8262", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Basilisk head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8262" }, { - "id": "8263", + "examine": "A trophy of a mighty slayer!", + "durability": null, "name": "Kurask head", - "examine": "A trophy of a mighty slayer!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8263" }, { - "id": "8264", - "name": "Abyssal head", "examine": "A trophy of a mighty slayer!!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Abyssal head", "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8264" }, { - "id": "8265", - "name": "Kbd heads", "examine": "A trophy of a mighty dragon-slayer!", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, + "name": "Kbd heads", "tradeable": "false", - "weight": "10" + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8265" }, { - "id": "8266", - "name": "Kq head", "examine": "A trophy of a mighty kalphite slayer!", + "durability": null, + "name": "Kq head", "archery_ticket_price": "0", - "durability": null + "id": "8266" }, { - "id": "8272", + "durability": null, "name": "Runite armour", + "archery_ticket_price": "0", + "id": "8272", "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" }, { - "id": "8279", - "name": "Silverlight", "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "name": "Silverlight", + "weight": "1.8", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0", - "durability": null, - "weight": "1.8" + "id": "8279", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" }, { - "id": "8280", - "name": "Excalibur", "examine": "This used to belong to King Arthur.", + "durability": null, + "name": "Excalibur", + "weight": "2.2", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0", - "durability": null, - "weight": "2.2" + "id": "8280", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" }, { - "id": "8281", - "name": "Darklight", "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "durability": null, + "name": "Darklight", + "weight": "1.8", "archery_ticket_price": "0", "attack_speed": "5", - "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0", - "durability": null, - "weight": "1.8" + "id": "8281", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" }, { - "id": "8282", - "name": "Anti-dragon shield", "examine": "This provides partial protection from dragon-breath attacks.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", + "grand_exchange_price": "305", "durability": null, + "name": "Anti-dragon shield", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "8282", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" }, { - "id": "8283", - "name": "Amulet of glory", "examine": "A very powerful dragonstone amulet.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0", + "grand_exchange_price": "1", "durability": null, - "tradeable": "true" + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8283", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" }, { - "id": "8284", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", - "durability": null, "shop_price": "450", - "weight": "1.8" + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "8284", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" }, { - "id": "8285", - "name": "King arthur", "examine": "Legendary King of the Britons.", + "durability": null, + "name": "King arthur", "archery_ticket_price": "0", - "durability": null + "id": "8285" }, { - "id": "8286", - "name": "Elena", "examine": "She looks concerned.", + "durability": null, + "name": "Elena", "archery_ticket_price": "0", - "durability": null + "id": "8286" }, { - "id": "8305", - "name": "Rocnar", "examine": "It's full of pent-up aggression.", + "durability": null, + "name": "Rocnar", "archery_ticket_price": "0", - "durability": null + "id": "8305" }, { - "id": "8309", + "grand_exchange_price": "1", + "durability": null, "name": "Crude wooden chair", "archery_ticket_price": "0", - "durability": null + "id": "8309" }, { - "id": "8310", + "grand_exchange_price": "50", + "durability": null, "name": "Wooden chair", "archery_ticket_price": "0", - "durability": null + "id": "8310" }, { - "id": "8311", + "grand_exchange_price": "1", + "durability": null, "name": "Rocking chair", "archery_ticket_price": "0", - "durability": null + "id": "8311" }, { - "id": "8312", + "grand_exchange_price": "1", + "durability": null, "name": "Oak chair", "archery_ticket_price": "0", - "durability": null + "id": "8312" }, { - "id": "8313", + "grand_exchange_price": "2", + "durability": null, "name": "Oak armchair", "archery_ticket_price": "0", - "durability": null + "id": "8313" }, { - "id": "8314", + "grand_exchange_price": "1", + "durability": null, "name": "Teak armchair", "archery_ticket_price": "0", - "durability": null + "id": "8314" }, { - "id": "8315", + "grand_exchange_price": "8", + "durability": null, "name": "Mahogany armchair", "archery_ticket_price": "0", - "durability": null + "id": "8315" }, { - "id": "8319", + "grand_exchange_price": "1", + "durability": null, "name": "Wooden bookcase", "archery_ticket_price": "0", - "durability": null + "id": "8319" }, { - "id": "8320", + "grand_exchange_price": "1", + "durability": null, "name": "Oak bookcase", "archery_ticket_price": "0", - "durability": null + "id": "8320" }, { - "id": "8321", + "grand_exchange_price": "52", + "durability": null, "name": "Mahogany b'kcase", "archery_ticket_price": "0", - "durability": null + "id": "8321" }, { - "id": "8417", - "name": "Bagged dead tree", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, "requirements": "{5,22}", "shop_price": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8418", - "name": "Bagged dead tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8419", - "name": "Bagged nice tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8417" + }, + { + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8418" + }, + { "requirements": "{10,22}", "shop_price": "2000", - "tradeable": "true" - }, - { - "id": "8420", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged nice tree", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8419" }, { - "id": "8421", - "name": "Bagged oak tree", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8420" + }, + { "requirements": "{15,22}", - "tradeable": "true" - }, - { - "id": "8422", - "name": "Bagged oak tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8423", - "name": "Bagged willow tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8421" + }, + { + "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8422" + }, + { "requirements": "{22,30}", "shop_price": "10000", - "tradeable": "true" - }, - { - "id": "8424", - "name": "Bagged willow tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8425", - "name": "Bagged maple tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8423" + }, + { + "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8424" + }, + { "requirements": "{22,45}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8426", - "name": "Bagged maple tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8427", - "name": "Bagged yew tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8425" + }, + { + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8426" + }, + { "requirements": "{22,60}", "shop_price": "20000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8428", - "name": "Bagged yew tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8429", - "name": "Bagged magic tree", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8427" + }, + { + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8428" + }, + { "requirements": "{22,75}", "shop_price": "50000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8430", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged magic tree", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8431", - "name": "Bagged plant 1", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "1000", "tradeable": "true", - "weight": "10" + "weight": "10", + "archery_ticket_price": "0", + "id": "8429" }, { - "id": "8432", - "name": "Bagged plant 1", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8430" + }, + { + "shop_price": "1000", "ge_buy_limit": "5000", - "tradeable": "true" + "examine": "You can plant this in your garden.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8431" }, { - "id": "8433", - "name": "Bagged plant 2", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1345", "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8432" + }, + { "requirements": "{6,22}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8434", - "name": "Bagged plant 2", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8435", - "name": "Bagged plant 3", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8433" + }, + { + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8434" + }, + { "requirements": "{12,22}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8436", - "name": "Bagged plant 3", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8437", - "name": "Thorny hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8435" + }, + { + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8436" + }, + { "requirements": "{22,56}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8438", - "name": "Thorny hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8439", - "name": "Nice hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8437" + }, + { + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8438" + }, + { "requirements": "{22,60}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8440", - "name": "Nice hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8441", - "name": "Small box hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8439" + }, + { + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8440" + }, + { "requirements": "{22,64}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8442", - "name": "Small box hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8443", - "name": "Topiary hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8441" + }, + { + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8442" + }, + { "requirements": "{22,68}", "shop_price": "20000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8444", - "name": "Topiary hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8445", - "name": "Fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8443" + }, + { + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8444" + }, + { "requirements": "{22,72}", "shop_price": "25000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8446", - "name": "Fancy hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8447", - "name": "Tall fancy hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8445" + }, + { + "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8446" + }, + { "requirements": "{22,76}", "shop_price": "50000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8448", - "name": "Tall fancy hedge", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8449", - "name": "Tall box hedge", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8447" + }, + { + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8448" + }, + { "requirements": "{22,80}", "shop_price": "100000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8450", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Tall box hedge", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "weight": "10", + "id": "8449" }, { - "id": "8451", - "name": "Bagged rosemary", - "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8450" + }, + { "requirements": "{22,66}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8452", - "name": "Bagged rosemary", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8453", - "name": "Bagged daffodils", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8451" + }, + { + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8452" + }, + { "requirements": "{22,71}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8454", - "name": "Bagged daffodils", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8455", - "name": "Bagged bluebells", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8453" + }, + { + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8454" + }, + { "requirements": "{22,76}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8456", - "name": "Bagged bluebells", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8457", - "name": "Bagged sunflower", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8455" + }, + { + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8456" + }, + { "requirements": "{22,66}", "shop_price": "5000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8458", - "name": "Bagged sunflower", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8459", - "name": "Bagged marigolds", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8457" + }, + { + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8458" + }, + { "requirements": "{22,71}", "shop_price": "10000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8460", - "name": "Bagged marigolds", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8461", - "name": "Bagged roses", "examine": "You can plant this in your garden.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8459" + }, + { + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8460" + }, + { "requirements": "{22,76}", "shop_price": "15000", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8462", + "examine": "You can plant this in your garden.", + "durability": null, "name": "Bagged roses", + "tradeable": "true", + "weight": "10", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8461" }, { - "id": "8463", - "name": "Construction guide", - "examine": "How to build a house.", - "archery_ticket_price": "0", "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8462" + }, + { "shop_price": "160", + "examine": "How to build a house.", + "durability": null, + "name": "Construction guide", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "8463" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8464", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8466", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8468", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8470", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8472", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8474", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8476", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8478", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8480", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8482", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8484", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8486", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8488", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8490", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8492", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8494", - "name": "Rune heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "weight": "2.7" + "equipment_slot": "0" }, { - "id": "8496", - "name": "Crude wooden chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble crude chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "8497", "name": "Crude wooden chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8496" }, { - "id": "8498", - "name": "Wooden chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8497" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", "examine": "A ready-to-assemble wooden chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8499", "name": "Wooden chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8498" }, { - "id": "8500", - "name": "Rocking chair", + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8499" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble rocking chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8501", "name": "Rocking chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8500" }, { - "id": "8502", - "name": "Oak chair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8501" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble oak chair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8503", "name": "Oak chair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8502" }, { - "id": "8504", - "name": "Oak armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oak chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8503" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8505", "name": "Oak armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8504" }, { - "id": "8506", - "name": "Teak armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8505" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble teak armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8507", "name": "Teak armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8506" }, { - "id": "8508", - "name": "Mahogany armchair", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8507" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", "examine": "A ready-to-assemble mahogany armchair.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8509", "name": "Mahogany armchair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8508" }, { - "id": "8510", - "name": "Wooden bookcase", + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8509" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8511", "name": "Wooden bookcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8510" }, { - "id": "8512", - "name": "Oak bookcase", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8511" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8513", "name": "Oak bookcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8512" }, { - "id": "8514", - "name": "Mahogany b'kcase", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8513" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", "examine": "A ready-to-assemble mahogany bookcase.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8515", "name": "Mahogany b'kcase", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8514" }, { - "id": "8516", - "name": "Beer barrel", + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Mahogany b'kcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8515" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble beer barrel.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8517", "name": "Beer barrel", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8516" }, { - "id": "8518", - "name": "Cider barrel", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8517" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", "examine": "A ready-to-assemble cider barrel.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8519", "name": "Cider barrel", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8518" }, { - "id": "8520", - "name": "Asgarnian ale", - "examine": "A ready-to-assemble barrel of Asgarnian Ale.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8519" + }, + { "shop_price": "3", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8521", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Asgarnian Ale.", + "grand_exchange_price": "4586", + "durability": null, "name": "Asgarnian ale", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8520" }, { - "id": "8522", - "name": "Greenman's ale", + "ge_buy_limit": "100", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8521" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", "examine": "A ready-to-assemble barrel of Greenman's Ale.", - "archery_ticket_price": "0", + "grand_exchange_price": "8875", "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8523", "name": "Greenman's ale", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8522" }, { - "id": "8524", - "name": "Dragon bitter", - "examine": "A ready-to-assemble barrel of Dragon Bitter.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8523" + }, + { "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8525", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Dragon Bitter.", + "grand_exchange_price": "10300", + "durability": null, "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8524" }, { - "id": "8526", - "name": "Chef's delight", + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8525" + }, + { + "ge_buy_limit": "100", "examine": "A ready-to-assemble barrel of Chef's Delight.", - "archery_ticket_price": "0", + "grand_exchange_price": "48800", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8527", "name": "Chef's delight", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8526" }, { - "id": "8528", - "name": "Wood kitchen table", + "ge_buy_limit": "100", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden kitchen table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8529", "name": "Wood kitchen table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8528" }, { - "id": "8530", - "name": "Oak kitchen table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak kitchen table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8531", "name": "Oak kitchen table", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "8532", - "name": "Teak kitchen table", - "examine": "A ready-to-assemble teak kitchen table.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", "tradeable": "true", - "weight": "1" - }, - { - "id": "8533", - "name": "Teak kitchen table", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8530" }, { - "id": "8535", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8531" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble teak kitchen table.", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8532" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8533" + }, + { + "durability": null, "name": "Oak lectern", "archery_ticket_price": "0", - "durability": null + "id": "8535" }, { - "id": "8537", + "durability": null, "name": "Eagle lectern", "archery_ticket_price": "0", - "durability": null + "id": "8537" }, { - "id": "8539", + "durability": null, "name": "Demon lectern", "archery_ticket_price": "0", - "durability": null + "id": "8539" }, { - "id": "8541", + "durability": null, "name": "Teak eagle lectern", "archery_ticket_price": "0", - "durability": null + "id": "8541" }, { - "id": "8543", + "durability": null, "name": "Teak demon lectern", "archery_ticket_price": "0", - "durability": null + "id": "8543" }, { - "id": "8545", + "durability": null, "name": "Mahogany eagle", "archery_ticket_price": "0", - "durability": null + "id": "8545" }, { - "id": "8547", + "durability": null, "name": "Mahogany demon", "archery_ticket_price": "0", - "durability": null + "id": "8547" }, { - "id": "8548", - "name": "Wood dining table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble wooden dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8549", "name": "Wood dining table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8548" }, { - "id": "8550", - "name": "Oak dining table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8549" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8551", "name": "Oak dining table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8550" }, { - "id": "8552", - "name": "Carved oak table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8551" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble carved oak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8553", "name": "Carved oak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8552" }, { - "id": "8554", - "name": "Teak table", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8553" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble teak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8555", "name": "Teak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8554" }, { - "id": "8556", - "name": "Carved teak table", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8555" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", "examine": "A ready-to-assemble carved teak dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8557", "name": "Carved teak table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8556" }, { - "id": "8558", - "name": "Mahogany table", + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Carved teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8557" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", "examine": "A ready-to-assemble mahogany dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8559", "name": "Mahogany table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8558" }, { - "id": "8560", - "name": "Opulent table", + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Mahogany table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8559" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379100", "examine": "A ready-to-assemble opulent dining table.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8561", "name": "Opulent table", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8560" }, { - "id": "8562", - "name": "Wooden bench", + "ge_buy_limit": "100", + "grand_exchange_price": "379100", + "durability": null, + "name": "Opulent table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8561" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", "examine": "A ready-to-assemble wooden dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8563", "name": "Wooden bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8562" }, { - "id": "8564", - "name": "Oak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Wooden bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8563" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", "examine": "A ready-to-assemble oak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8565", "name": "Oak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8564" }, { - "id": "8566", - "name": "Carved oak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8565" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble carved oak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8567", "name": "Carved oak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8566" }, { - "id": "8568", - "name": "Teak dining bench", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8567" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", "examine": "A ready-to-assemble teak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8569", "name": "Teak dining bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8568" }, { - "id": "8570", - "name": "Carved teak bench", + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Teak dining bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8569" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", "examine": "A ready-to-assemble carved teak dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8571", "name": "Carved teak bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8570" }, { - "id": "8572", - "name": "Mahogany bench", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "126", "examine": "A ready-to-assemble mahogany dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8573", "name": "Mahogany bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8572" }, { - "id": "8574", - "name": "Gilded bench", + "ge_buy_limit": "100", + "grand_exchange_price": "126", + "durability": null, + "name": "Mahogany bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "517600", "examine": "A ready-to-assemble gilded mahogany dining bench.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8575", "name": "Gilded bench", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8574" }, { - "id": "8576", - "name": "Wooden bed", + "ge_buy_limit": "100", + "grand_exchange_price": "517600", + "durability": null, + "name": "Gilded bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8575" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1974", "examine": "A ready-to-assemble wooden bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8577", "name": "Wooden bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8576" }, { - "id": "8578", - "name": "Oak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1974", + "durability": null, + "name": "Wooden bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8577" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1775", "examine": "A ready-to-assemble oak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8579", "name": "Oak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8578" }, { - "id": "8580", - "name": "Large oak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1775", + "durability": null, + "name": "Oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8579" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1433", "examine": "A ready-to-assemble large oak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8581", "name": "Large oak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8580" }, { - "id": "8582", - "name": "Teak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1433", + "durability": null, + "name": "Large oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8581" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1442", "examine": "A ready-to-assemble teak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8583", "name": "Teak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8582" }, { - "id": "8584", - "name": "Large teak bed", + "ge_buy_limit": "100", + "grand_exchange_price": "1442", + "durability": null, + "name": "Teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8583" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2030", "examine": "A ready-to-assemble large teak bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8585", "name": "Large teak bed", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8584" }, { - "id": "8586", - "name": "4-poster", + "ge_buy_limit": "100", + "grand_exchange_price": "2030", + "durability": null, + "name": "Large teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8585" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1401", "examine": "A ready-to-assemble four-poster bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8587", "name": "4-poster", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8586" }, { - "id": "8588", - "name": "Gilded 4-poster", + "ge_buy_limit": "100", + "grand_exchange_price": "1401", + "durability": null, + "name": "4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8587" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286700", "examine": "A ready-to-assemble gilded four-poster bed.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8589", "name": "Gilded 4-poster", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8588" }, { - "id": "8590", - "name": "Oak clock", + "ge_buy_limit": "100", + "grand_exchange_price": "286700", + "durability": null, + "name": "Gilded 4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8589" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", "examine": "A ready-to-assemble oak clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8591", "name": "Oak clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8590" }, { - "id": "8592", - "name": "Teak clock", + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Oak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8591" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "595", "examine": "A ready-to-assemble teak clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8593", "name": "Teak clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8592" }, { - "id": "8594", - "name": "Gilded clock", + "ge_buy_limit": "100", + "grand_exchange_price": "595", + "durability": null, + "name": "Teak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8593" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156100", "examine": "A ready-to-assemble gilded mahogany clock.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8595", "name": "Gilded clock", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8594" }, { - "id": "8596", - "name": "Shaving stand", + "ge_buy_limit": "100", + "grand_exchange_price": "156100", + "durability": null, + "name": "Gilded clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "510", "examine": "A ready-to-assemble shaving stand.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8597", "name": "Shaving stand", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8596" }, { - "id": "8598", - "name": "Oak shaving stand", + "ge_buy_limit": "100", + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", "examine": "A ready-to-assemble oak shaving stand.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8599", "name": "Oak shaving stand", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8598" }, { - "id": "8600", - "name": "Oak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Oak shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", "examine": "A ready-to-assemble oak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8601", "name": "Oak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8600" }, { - "id": "8602", - "name": "Teak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8601" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "478", "examine": "A ready-to-assemble teak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8603", "name": "Teak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8602" }, { - "id": "8604", - "name": "Fancy teak dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8603" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", "examine": "A ready-to-assemble fancy teak dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8605", "name": "Fancy teak dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8604" }, { - "id": "8606", - "name": "Mahogany dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Fancy teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8605" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "399", "examine": "A ready-to-assemble mahogany dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8607", "name": "Mahogany dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8606" }, { - "id": "8608", - "name": "Gilded dresser", + "ge_buy_limit": "100", + "grand_exchange_price": "399", + "durability": null, + "name": "Mahogany dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8607" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "138800", "examine": "A ready-to-assemble gilded dresser.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8609", "name": "Gilded dresser", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8608" }, { - "id": "8610", - "name": "Shoe box", + "ge_buy_limit": "100", + "grand_exchange_price": "138800", + "durability": null, + "name": "Gilded dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8609" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", "examine": "A ready-to-assemble shoe box.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8611", "name": "Shoe box", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8610" }, { - "id": "8612", - "name": "Oak drawers", + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Shoe box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8611" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47", "examine": "A ready-to-assemble oak chest of drawers.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8613", "name": "Oak drawers", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8612" }, { - "id": "8614", - "name": "Oak wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "47", + "durability": null, + "name": "Oak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8613" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", "examine": "A ready-to-assemble oak bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8615", "name": "Oak wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8614" }, { - "id": "8616", - "name": "Teak drawers", + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "132", "examine": "A ready-to-assemble teak chest of drawers.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8617", "name": "Teak drawers", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8616" }, { - "id": "8618", - "name": "Teak wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "132", + "durability": null, + "name": "Teak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8617" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", "examine": "A ready-to-assemble teak bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8619", "name": "Teak wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8618" }, { - "id": "8620", - "name": "Mahogany 'drobe", + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Teak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8619" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", "examine": "A ready-to-assemble mahogany bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8621", "name": "Mahogany 'drobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8620" }, { - "id": "8622", - "name": "Gilded wardrobe", + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Mahogany 'drobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8621" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", "examine": "A ready-to-assemble gilded mahogany bedroom wardrobe.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8623", "name": "Gilded wardrobe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "weight": "1", + "id": "8622" }, { - "id": "8625", + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "durability": null, + "name": "Gilded wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8623" + }, + { + "durability": null, "name": "Crystal ball", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8625" }, { - "id": "8627", + "durability": null, "name": "Elemental sphere", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8627" }, { - "id": "8629", + "durability": null, "name": "Crystal of power", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8629" }, { - "id": "8631", + "durability": null, "name": "Globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8631" }, { - "id": "8633", + "durability": null, "name": "Ornamental globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8633" }, { - "id": "8635", + "durability": null, "name": "Lunar globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8635" }, { - "id": "8637", + "durability": null, "name": "Celestial globe", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8637" }, { - "id": "8639", + "durability": null, "name": "Armillary sphere", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8639" }, { - "id": "8641", + "durability": null, "name": "Small orrery", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8641" }, { - "id": "8643", + "durability": null, "name": "Large orrery", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8643" }, { - "id": "8645", + "durability": null, "name": "Wooden telescope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8645" }, { - "id": "8647", + "durability": null, "name": "Teak telescope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8647" }, { - "id": "8649", + "durability": null, "name": "Mahogany 'scope", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8649" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8650", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8652", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8654", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8656", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8658", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8660", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8662", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8664", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8666", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8668", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8670", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8672", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8674", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8676", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8678", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", "id": "8680", - "name": "Banner", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14" + "stand_turn_anim": "1426" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8682", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8684", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8686", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8688", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8690", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8692", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8694", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8696", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8698", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8700", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8702", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8704", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8706", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8708", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8710", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", "id": "8712", - "name": "Steel heraldic helm", - "examine": "The colours represent crest.", - "archery_ticket_price": "0", "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,5}", - "weight": "2.7" + "equipment_slot": "0" }, { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8714", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8716", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8718", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8720", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8722", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8724", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8726", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8728", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8730", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8732", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8734", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8736", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8738", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8740", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8742", - "name": "Rune kiteshield", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", "durability": null, + "weight": "5.4", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", "lendable": "true", - "requirements": "{1,40}", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", "tradeable": "true", - "weight": "5.4" - }, - { + "archery_ticket_price": "0", "id": "8744", - "name": "Rune kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "lendable": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8746", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8748", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8750", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8752", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8754", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8756", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8758", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8760", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8762", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8764", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8766", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8768", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8770", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8772", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8774", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8776", - "name": "Steel kiteshield", - "examine": "A large metal shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,5}", - "shop_price": "850", - "tradeable": "true", - "weight": "5.4" + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" }, { - "id": "8778", - "name": "Oak plank", + "ge_buy_limit": "10000", "examine": "A plank of sturdy oak.", - "archery_ticket_price": "0", + "grand_exchange_price": "660", "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8779", "name": "Oak plank", + "tradeable": "true", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "8778" }, { - "id": "8780", - "name": "Teak plank", - "examine": "A plank of fine teak.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8779" + }, + { "shop_price": "500", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8781", + "ge_buy_limit": "10000", + "examine": "A plank of fine teak.", + "grand_exchange_price": "959", + "durability": null, "name": "Teak plank", + "tradeable": "true", + "weight": "0.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" + "id": "8780" }, { - "id": "8782", - "name": "Mahogany plank", - "examine": "A plank of expensive mahogany.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8781" + }, + { "shop_price": "1500", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "8783", - "name": "Mahogany plank", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "10000", - "tradeable": "true" + "examine": "A plank of expensive mahogany.", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8782" }, { - "id": "8784", - "name": "Gold leaf", - "examine": "A very delicate sheet of gold.", - "archery_ticket_price": "0", + "ge_buy_limit": "10000", + "grand_exchange_price": "2286", "durability": null, - "ge_buy_limit": "100", + "name": "Mahogany plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8783" + }, + { "shop_price": "130000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8785", + "ge_buy_limit": "100", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "133800", + "durability": null, "name": "Gold leaf", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8784" }, { - "id": "8786", - "name": "Marble block", - "examine": "A beautifully carved marble block.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8785" + }, + { "shop_price": "325000", - "tradeable": "true", - "weight": "13.6" - }, - { - "id": "8787", + "ge_buy_limit": "100", + "examine": "A beautifully carved marble block.", + "grand_exchange_price": "324800", + "durability": null, "name": "Marble block", + "tradeable": "true", + "weight": "13.6", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8786" }, { - "id": "8788", - "name": "Magic stone", - "examine": "A magic stone to make high-level furniture.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8787" + }, + { "shop_price": "975000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8789", + "ge_buy_limit": "100", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "980300", + "durability": null, "name": "Magic stone", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8788" }, { - "id": "8790", - "name": "Bolt of cloth", - "examine": "A bolt of ordinary cloth.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "100", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8789" + }, + { "shop_price": "650", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8791", + "ge_buy_limit": "100", + "examine": "A bolt of ordinary cloth.", + "grand_exchange_price": "1090", + "durability": null, "name": "Bolt of cloth", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8790" }, { - "id": "8792", - "name": "Clockwork", + "ge_buy_limit": "100", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8791" + }, + { + "ge_buy_limit": "5000", "examine": "A clockwork mechanism.", - "archery_ticket_price": "0", + "grand_exchange_price": "1630", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8793", "name": "Clockwork", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "8794", - "name": "Saw", - "examine": "Good for cutting wood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "shop_price": "13", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "8792" }, { - "id": "8795", - "name": "Saw", - "archery_ticket_price": "0", + "ge_buy_limit": "5000", + "grand_exchange_price": "1630", "durability": null, + "name": "Clockwork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8793" + }, + { + "shop_price": "13", "ge_buy_limit": "100", - "tradeable": "true" + "examine": "Good for cutting wood.", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8794", + "equipment_slot": "3" }, { - "id": "8836", + "ge_buy_limit": "100", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8795" + }, + { + "durability": null, "name": "Mahogany logs", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" + "id": "8836" }, { - "id": "8837", - "name": "Timber beam", - "examine": "A hefty beam of timber, perfect for building temples.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", "shop_price": "1", - "tradeable": "true" - }, - { - "id": "8838", - "name": "Timber beam", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "A hefty beam of timber, perfect for building temples.", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8837" }, { - "id": "8839", - "name": "Void knight top", - "examine": "Torso armour from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "29", "durability": null, - "equipment_slot": "4", + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8838" + }, + { "remove_sleeves": "true", "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", "tradeable": "false", - "weight": "6.5" + "weight": "6.5", + "archery_ticket_price": "0", + "id": "8839", + "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0", + "equipment_slot": "4" }, { - "id": "8840", - "name": "Void knight robe", - "examine": "Leg armour of the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", "shop_price": "250", + "examine": "Leg armour of the order of the Void Knights.", + "durability": null, + "name": "Void knight robe", "tradeable": "false", - "weight": "8" + "weight": "8", + "archery_ticket_price": "0", + "id": "8840", + "bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0", + "equipment_slot": "7" }, { - "id": "8841", - "name": "Void knight mace", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", "examine": "A mace used by the order of the Void Knights.", - "archery_ticket_price": "0", + "durability": null, + "weight": "1", + "attack_speed": "5", + "weapon_interface": "1", + "equip_audio": "2246", + "render_anim": "2553", + "equipment_slot": "3", "attack_anims": "401,401,401,401", "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "render_anim": "2553", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "250", + "name": "Void knight mace", "tradeable": "false", - "weapon_interface": "1", - "weight": "1" + "archery_ticket_price": "0", + "id": "8841", + "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" }, { - "id": "8842", - "name": "Void knight gloves", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "150", "examine": "Gloves as used by the order of the Void Knights.", + "durability": null, + "name": "Void knight gloves", + "tradeable": "false", + "weight": "0.5", "archery_ticket_price": "0", + "id": "8842", "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.5" + "equipment_slot": "9" }, { - "id": "8844", + "examine": "A defensive weapon.", + "durability": null, "name": "Bronze defender", - "examine": "A defensive weapon.", + "weight": "0.4", "archery_ticket_price": "0", + "id": "8844", "bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0", - "defence_anim": "4177", - "durability": null, "equip_audio": "2238", - "equipment_slot": "5", - "weight": "0.4" + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8845", + "examine": "A defensive weapon.", + "durability": null, "name": "Iron defender", - "examine": "A defensive weapon.", + "weight": "0.4", "archery_ticket_price": "0", + "id": "8845", "bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0", - "defence_anim": "4177", - "durability": null, "equip_audio": "2238", - "equipment_slot": "5", - "weight": "0.4" + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8846", - "name": "Steel defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,5}-{1,5}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Steel defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8846", + "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8847", - "name": "Black defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,10}-{1,10}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Black defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8847", + "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8848", - "name": "Mithril defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,20}-{1,20}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Mithril defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8848", + "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8849", - "name": "Adamant defender", - "examine": "A defensive weapon.", - "archery_ticket_price": "0", - "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", - "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", "requirements": "{0,30}-{1,30}", - "weight": "0.4" - }, - { - "id": "8850", - "name": "Rune defender", "examine": "A defensive weapon.", + "durability": null, + "name": "Adamant defender", + "weight": "0.4", "archery_ticket_price": "0", - "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0", + "id": "8849", + "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", + "equip_audio": "2238", "defence_anim": "4177", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "5", + "equipment_slot": "5" + }, + { "requirements": "{0,40}-{1,40}", - "weight": "0.4" + "examine": "A defensive weapon.", + "durability": null, + "name": "Rune defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8850", + "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" }, { - "id": "8851", - "name": "Warrior guild token", "examine": "Warrior Guild Token.", + "durability": null, + "name": "Warrior guild token", "archery_ticket_price": "0", - "durability": null + "id": "8851" }, { - "id": "8856", - "name": "Defensive shield", "examine": "Large, round, heavy shield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", "durability": null, - "equipment_slot": "5", + "name": "Defensive shield", + "weight": "3.6", + "archery_ticket_price": "0", "two_handed": "false", - "weight": "3.6" + "id": "8856", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "8858", - "name": "18lb shot", "examine": "Just landed 18lb shot.", - "archery_ticket_price": "0", + "durability": null, + "name": "18lb shot", "destroy": "true", - "durability": null + "archery_ticket_price": "0", + "id": "8858" }, { - "id": "8859", - "name": "22lb shot", "examine": "Just landed 22lb shot.", - "archery_ticket_price": "0", + "durability": null, + "name": "22lb shot", "destroy": "true", - "durability": null + "archery_ticket_price": "0", + "id": "8859" }, { - "id": "8860", + "examine": "To put on your head.", + "durability": null, "name": "One barrel", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "4.5" + "weight": "4.5", + "archery_ticket_price": "0", + "id": "8860", + "equipment_slot": "0" }, { - "id": "8861", + "examine": "To put on your head.", + "durability": null, "name": "Two barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "9" + "weight": "9", + "archery_ticket_price": "0", + "id": "8861", + "equipment_slot": "0" }, { - "id": "8862", + "examine": "To put on your head.", + "durability": null, "name": "Three barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "13.5" + "weight": "13.5", + "archery_ticket_price": "0", + "id": "8862", + "equipment_slot": "0" }, { - "id": "8863", + "examine": "To put on your head.", + "durability": null, "name": "Four barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "18.1" + "weight": "18.1", + "archery_ticket_price": "0", + "id": "8863", + "equipment_slot": "0" }, { - "id": "8864", + "examine": "To put on your head.", + "durability": null, "name": "Five barrels", - "examine": "To put on your head.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "0", - "weight": "22.6" + "weight": "22.6", + "archery_ticket_price": "0", + "id": "8864", + "equipment_slot": "0" }, { - "id": "8865", - "name": "Ground ashes", "examine": "A heap of finely ground ashes.", + "durability": null, + "name": "Ground ashes", "archery_ticket_price": "0", - "durability": null + "id": "8865" }, { - "id": "8869", - "name": "Iron key", "examine": "A key made of solid iron.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8870", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8871", - "name": "Crate with zanik", - "examine": "It's got Zanik in it.", - "archery_ticket_price": "0", - "destroy": "true", "durability": null, - "equipment_slot": "3", - "render_anim": "822", - "run_anim": "4194", - "stand_anim": "4193", - "stand_turn_anim": "4194", - "tradeable": "false", - "turn180_anim": "4194", - "turn90ccw_anim": "4194", + "name": "Iron key", + "archery_ticket_price": "0", + "id": "8869" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8870" + }, + { "turn90cw_anim": "4194", + "examine": "It's got Zanik in it.", "walk_anim": "4194", - "weight": "32" + "durability": null, + "destroy": "true", + "weight": "32", + "turn90ccw_anim": "4194", + "turn180_anim": "4194", + "render_anim": "822", + "equipment_slot": "3", + "stand_anim": "4193", + "name": "Crate with zanik", + "tradeable": "false", + "run_anim": "4194", + "archery_ticket_price": "0", + "id": "8871", + "stand_turn_anim": "4194" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "2855", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8872", - "name": "Bone dagger", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8873", - "name": "Bone dagger", + "ge_buy_limit": "100", + "grand_exchange_price": "2855", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8873" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3033", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8874", - "name": "Bone dagger (p)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8875", - "name": "Bone dagger (p)", + "ge_buy_limit": "100", + "grand_exchange_price": "3033", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8875" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3523", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8876", - "name": "Bone dagger (p+)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8877", - "name": "Bone dagger (p+)", + "ge_buy_limit": "100", + "grand_exchange_price": "3523", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8877" }, { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "8337", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", "id": "8878", - "name": "Bone dagger (p++)", - "examine": "A powerful dagger.", - "archery_ticket_price": "0", - "attack_anims": "400,400,400,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0", - "defence_anim": "378", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "2584", - "shop_price": "2000", - "tradeable": "true", - "weapon_interface": "5", - "weight": "0.4" + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" }, { - "id": "8879", - "name": "Bone dagger (p++)", + "ge_buy_limit": "100", + "grand_exchange_price": "8337", "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8879" }, { - "id": "8880", - "name": "Dorgeshuun c'bow", + "ge_buy_limit": "100", + "turn90cw_anim": "821", "examine": "This fires crossbow bolts.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "render_anim": "175", - "requirements": "{4,28}", - "run_anim": "4228", - "shop_price": "2000", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", "walk_anim": "4226", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "1159", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "8880", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,28}", + "shop_price": "2000", + "durability": null, + "weight": "2.2", "weapon_interface": "17", - "weight": "2.2" + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Dorgeshuun c'bow" }, { - "id": "8881", + "ge_buy_limit": "100", + "grand_exchange_price": "1159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, "name": "Dorgeshuun c'bow", - "examine": "Swap this note at any bank for the equivalent item.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "8881" }, { - "id": "8882", - "name": "Bone bolts", - "examine": "Good if you have a bone crossbow!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", "requirements": "{4,28}", "shop_price": "4", - "tradeable": "true" - }, - { - "id": "8887", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8890", - "name": "Coins", - "examine": "Lovely money!", - "archery_ticket_price": "0", - "bankable": "false", - "durability": null - }, - { - "id": "8900", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8901", - "name": "Black mask (10)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8902", - "name": "Black mask (10)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "8903", - "name": "Black mask (9)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8904", - "name": "Black mask (9)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8905", - "name": "Black mask (8)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8906", - "name": "Black mask (8)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8907", - "name": "Black mask (7)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8908", - "name": "Black mask (7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8909", - "name": "Black mask (6)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8910", - "name": "Black mask (6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8911", - "name": "Black mask (5)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8912", - "name": "Black mask (5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8913", - "name": "Black mask (4)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8914", - "name": "Black mask (4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8915", - "name": "Black mask (3)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8916", - "name": "Black mask (3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8917", - "name": "Black mask (2)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8918", - "name": "Black mask (2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8919", - "name": "Black mask (1)", - "examine": "A magic cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8920", - "name": "Black mask (1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8921", - "name": "Black mask", - "examine": "An inert-seeming cave horror mask.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "requirements": "{1,20}-{2,10}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "8922", - "name": "Black mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "8923", - "name": "Witchwood icon", - "examine": "A stick on a string... pure style.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0", - "durability": null, - "equipment_slot": "2", - "requirements": "{18,35}", - "shop_price": "900" - }, - { - "id": "8924", - "name": "Bandana and eyepatch", - "examine": "A white bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8925", - "name": "Bandana and eyepatch", - "examine": "A red bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8926", - "name": "Bandana and eyepatch", - "examine": "A blue bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8927", - "name": "Bandana and eyepatch", - "examine": "A brown bandana and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8928", - "name": "Hat and eyepatch", - "examine": "A pirate hat and a patch for the right eye.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8929", - "name": "Crabclaw and hook", - "examine": "Tied together so they don't come apart.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "800", - "weight": "1" - }, - { - "id": "8930", - "name": "Pipe section", - "examine": "Crude wooden pipe section.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "8931", - "name": "Pipe section", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8932", - "name": "Lumber patch", - "examine": "Repairs made with this will be patchy at best.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8933", - "name": "Lumber patch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8934", - "name": "Scrapey tree logs", - "examine": "Slimy logs from the scrapey tree.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8935", - "name": "Scrapey tree logs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8936", - "name": "Blue flowers", - "examine": "Very blue.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8937", - "name": "Blue flowers", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8938", - "name": "Red flowers", - "examine": "Very red.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8939", - "name": "Red flowers", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8943", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8944", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8945", - "name": "Blue monkey", - "examine": "Bluuuuuuuue Monkeeeeeeey!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8946", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8947", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8948", - "name": "Red monkey", - "examine": "A well red monkey.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8949", - "name": "Pirate bandana", - "examine": "Essential pirate wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "8950", - "name": "Pirate hat", - "examine": "Shiver me timbers!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" - }, - { - "id": "8951", - "name": "Pieces of eight", - "examine": "Piratical currency.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8952", - "name": "Blue naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8953", - "name": "Green naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8954", - "name": "Red naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8955", - "name": "Brown naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8956", - "name": "Black naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8957", - "name": "Purple naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8958", - "name": "Grey naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "8959", - "name": "Blue tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8960", - "name": "Green tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8961", - "name": "Red tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8962", - "name": "Brown tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8963", - "name": "Black tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8964", - "name": "Purple tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8965", - "name": "Grey tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "shop_price": "50" - }, - { - "id": "8966", - "name": "Cutthroat flag", - "examine": "The flag of The Cutthroat.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "200", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8967", - "name": "Guilded smile flag", - "examine": "The flag of The Guilded Smile.", - "archery_ticket_price": "0", - "attack_speed": "2", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "200", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8968", - "name": "Bronze fist flag", - "examine": "The flag of The Bronze Fist.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "300", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8969", - "name": "Lucky shot flag", - "examine": "The flag of The Lucky Shot.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "400", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8970", - "name": "Treasure flag", - "examine": "The flag of The Treasure Trove.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "500", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8971", - "name": "Phasmatys flag", - "examine": "The flag of The Phasmatys Pride.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "131", - "run_anim": "1427", - "shop_price": "600", - "stand_anim": "1421", - "stand_turn_anim": "1426", - "turn180_anim": "1423", - "turn90ccw_anim": "1425", - "turn90cw_anim": "1424", - "two_handed": "true", - "walk_anim": "1422", - "weapon_interface": "14", - "weight": "6" - }, - { - "id": "8972", - "name": "Bowl of red water", - "examine": "A Bowl of red water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8973", - "name": "Bowl of red water", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8974", - "name": "Bowl of blue water", - "examine": "A Bowl of blue water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8975", - "name": "Bowl of blue water", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8976", - "name": "Bitternut", - "examine": "Monkeys seem to like throwing these.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8977", - "name": "Scrapey bark", - "examine": "Greasy bark from the scrapey tree.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.1" - }, - { - "id": "8978", - "name": "Scrapey bark", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8979", - "name": "Bridge section", - "examine": "Caution; not for use over troubled water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8980", - "name": "Bridge section", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8981", - "name": "Sweetgrubs", - "examine": "Better than sea slugs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8982", - "name": "Sweetgrubs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8986", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "8987", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "8988", - "name": "The stuff", - "examine": "Apparently good for brewing.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5", - "weight": "0.5" - }, - { - "id": "8989", - "name": "Brewin' guide", - "examine": "A how-to of brewing and arson.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8990", - "name": "Brewin' guide", - "examine": "A how-to of brewing and arson.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "8991", - "name": "Blue navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8992", - "name": "Green navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8993", - "name": "Red navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8994", - "name": "Brown navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8995", - "name": "Black navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8996", - "name": "Purple navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8997", - "name": "Grey navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "8998", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "8999", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9000", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9001", - "name": "Bandana and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9002", - "name": "Hat and eyepatch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9003", - "name": "Security book", - "examine": "WARNING: Contains information which could make your account secure!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "9004", - "name": "Stronghold notes", - "examine": "Information regarding the Stronghold of Security.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9005", - "name": "Fancy boots", - "examine": "Very nice boots from the Stronghold of Security.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "tradeable": "false" - }, - { - "id": "9006", - "name": "Fighting boots", - "examine": "Very nice boots from the Stronghold of Security.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false" - }, - { - "id": "9007", - "name": "Right skull half", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "9008", - "name": "Left skull half", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "4" - }, - { - "id": "9009", - "name": "Strange skull", - "examine": "Seems to be for use with a staff or sceptre of some sort.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1.2" - }, - { - "id": "9010", - "name": "Top of sceptre", - "examine": "Top half of a broken sceptre.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "9011", - "name": "Bottom of sceptre", - "examine": "Bottom half of a broken sceptre.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "1.8" - }, - { - "id": "9012", - "name": "Runed sceptre", - "examine": "Sceptre with runes on it, seems to be missing something.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false", - "weight": "3.5" - }, - { - "id": "9013", - "name": "Skull sceptre", - "examine": "A fragile magical Sceptre.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "1.8" - }, - { - "id": "9014", - "name": "Security book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9015", - "name": "Stronghold notes", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9016", - "name": "Gorak claws", - "examine": "Oversized nail clippings.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9017", - "name": "Star flower", - "examine": "A flower with magical properties.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9018", - "name": "Gorak claw powder", - "examine": "Ground-down gorak claws.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9020", - "name": "Queen's secateurs", - "examine": "Contains the Fairy Queen's magical essence.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9025", - "name": "Nuff's certificate", - "examine": "A scroll that says she's a healer, that's Fairy Nuff.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9026", - "name": "Ivory comb", - "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9027", - "name": "Ivory comb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9028", - "name": "Golden scarab", - "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9029", - "name": "Golden scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9030", - "name": "Stone scarab", - "examine": "Little ornament in the shape of a scarab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.07" - }, - { - "id": "9031", - "name": "Stone scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9032", - "name": "Pottery scarab", - "examine": "A small pottery scarab.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9033", - "name": "Pottery scarab", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9034", - "name": "Golden statuette", - "examine": "A small golden statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9035", - "name": "Golden statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9036", - "name": "Pottery statuette", - "examine": "A small pottery statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9037", - "name": "Pottery statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9038", - "name": "Stone statuette", - "examine": "A small stone statuette.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9039", - "name": "Stone statuette", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9040", - "name": "Gold seal", - "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9041", - "name": "Gold seal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9042", - "name": "Stone seal", - "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9043", - "name": "Stone seal", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9044", - "name": "Pharaoh's sceptre", - "examine": "This sceptre is fully charged.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9045", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9046", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has two charges left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9047", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9048", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has one charge left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9049", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9050", - "name": "Pharaoh's sceptre", - "examine": "This sceptre has no charges left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "3", - "weight": "2" - }, - { - "id": "9051", - "name": "Pharaoh's sceptre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9052", - "name": "Locust meat", - "examine": "Delicious and nutritious. Well, nutritious anyway.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9053", - "name": "Locust meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9054", - "name": "Red goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9055", - "name": "Black goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9056", - "name": "Yellow goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9057", - "name": "Green goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9058", - "name": "Purple goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9059", - "name": "Pink goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "9064", - "name": "Emerald lantern", - "examine": "A mystical lantern casting a green beam.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.3" - }, - { - "id": "9065", - "name": "Emerald lantern", - "examine": "A mystical lantern casting a green beam.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "1.3" - }, - { - "id": "9066", - "name": "Emerald lens", - "examine": "A roughly circular disc of glass.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9067", - "name": "Dream log", - "examine": "A log of my thoughts...", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9068", - "name": "Moonclan helm", - "examine": "Mystical headgear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "1000" - }, - { - "id": "9069", - "name": "Moonclan hat", - "examine": "A mystical hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "shop_price": "1000", - "weight": "1" - }, - { - "id": "9070", - "name": "Moonclan armour", - "examine": "Provides good protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "1000", - "weight": "4" - }, - { - "id": "9071", - "name": "Moonclan skirt", - "examine": "This should protect my legs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "1000", - "weight": "3" - }, - { - "id": "9072", - "name": "Moonclan gloves", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "900" - }, - { - "id": "9073", - "name": "Moonclan boots", - "examine": "Groovy foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "900" - }, - { - "id": "9074", - "name": "Moonclan cape", - "examine": "A mystical cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "200" - }, - { - "id": "9075", - "name": "Astral rune", - "examine": "Used for Lunar Spells", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "shop_price": "220", - "tradeable": "true" - }, - { - "id": "9076", - "name": "Lunar ore", - "examine": "This needs refining", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "7" - }, - { - "id": "9077", - "name": "Lunar bar", - "examine": "It's a bar of magic metal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to mine another lunar ore and smelt it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9078", - "name": "Moonclan manual", - "examine": "A book of Moonclan history.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9079", - "name": "Suqah tooth", - "examine": "The tooth, the whole tooth, and nothing but the tooth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9080", - "name": "Suqah hide", - "examine": "An untanned piece of suqah hide.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9081", - "name": "Suqah leather", - "examine": "A piece of Suqah hide that has been expertly tanned into leather.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "9082", - "name": "Ground tooth", - "examine": "A ground Suqah tooth.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9083", - "name": "Seal of passage", - "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "9084", - "name": "Lunar staff", - "examine": "A Moonclan staff.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "shop_price": "30000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" - }, - { - "id": "9085", - "name": "Empty vial", - "examine": "A vessel for holding liquid.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to get another from the Oneiromancer.", - "durability": null - }, - { - "id": "9086", - "name": "Vial of water", - "examine": "A glass vial containing water.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "9087", - "name": "Waking sleep vial", - "examine": "A vessel for dreaming while awake!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9088", - "name": "Guam vial", - "examine": "A vessel with water and Guam inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9089", - "name": "Marr vial", - "examine": "A vessel with water and Marrentill inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9090", - "name": "Guam-marr vial", - "examine": "A vessel with water, guam and marrentill inside.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9091", - "name": "Lunar staff - pt1", - "examine": "A staff enchanted by air.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9092", - "name": "Lunar staff - pt2", - "examine": "A staff enchanted by air and fire.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9093", - "name": "Lunar staff - pt3", - "examine": "A staff enchanted by air, fire and water.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,65}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "1" - }, - { - "id": "9094", - "name": "Kindling", - "examine": "Small bits of wood from the first magic tree!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9095", - "name": "Soaked kindling", - "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9096", - "name": "Lunar helm", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{6,65}", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9097", - "name": "Lunar torso", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,40}-{6,65}", - "shop_price": "120000", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "9098", - "name": "Lunar legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,40}-{6,65}", - "shop_price": "80000", - "tradeable": "false", - "weight": "3.65" - }, - { - "id": "9099", - "name": "Lunar gloves", - "examine": "These should keep my hands safe.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}-{6,65}", - "shop_price": "10000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9100", - "name": "Lunar boots", - "examine": "Mystical foot protection.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "10", - "requirements": "{1,40}-{6,65}", - "shop_price": "10000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9101", - "name": "Lunar cape", - "examine": "Oooo pretty!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,40}-{6,65}", - "shop_price": "12000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9102", - "name": "Lunar amulet", - "examine": "Awesome.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "2", - "requirements": "{1,40}-{6,65}", - "shop_price": "4000", - "tradeable": "false" - }, - { - "id": "9103", - "name": "A special tiara", - "examine": "I'll be the talk of the town with this... maybe.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9104", - "name": "Lunar ring", - "examine": "A mysterious ring that can fill the wearer with magical power.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "12", - "requirements": "{1,40}-{6,65}", - "shop_price": "2000", - "tradeable": "false" - }, - { - "id": "9106", - "name": "Astral tiara", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0" - }, - { - "id": "9139", - "name": "Blurite bolts", - "examine": "Blurite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9140", - "name": "Iron bolts", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9141", - "name": "Steel bolts", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", "ge_buy_limit": "10000", - "requirements": "{4,31}", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "9142", - "name": "Mithril bolts", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9143", - "name": "Adamant bolts", - "examine": "Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}", - "shop_price": "23", - "tradeable": "true" - }, - { - "id": "9144", - "name": "Rune bolts", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9145", - "name": "Silver bolts", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9174", - "name": "Bronze crossbow", - "examine": "A bronze crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "run_anim": "4228", - "shop_price": "92", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9175", - "name": "Bronze crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9176", - "name": "Blurite crossbow", - "examine": "A blurite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "requirements": "{4,16}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9177", - "name": "Iron crossbow", - "examine": "An iron crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,26}", - "run_anim": "4228", - "shop_price": "157", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "4" - }, - { - "id": "9178", - "name": "Iron crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9179", - "name": "Steel crossbow", - "examine": "A steel crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,31}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "9180", - "name": "Steel crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9181", - "name": "Mith crossbow", - "examine": "A mithril crossbow", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,36}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9182", - "name": "Mith crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9183", - "name": "Adamant crossbow", - "examine": "An adamantite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "render_anim": "175", - "requirements": "{4,46}", - "run_anim": "4228", - "shop_price": "2244", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9184", - "name": "Adamant crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9185", - "name": "Rune crossbow", - "examine": "A runite crossbow.", - "archery_ticket_price": "0", - "attack_anims": "4230,4230,4230,4230", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "500", - "lendable": "true", - "render_anim": "175", - "requirements": "{4,61}", - "run_anim": "4228", - "shop_price": "16200", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "6" - }, - { - "id": "9186", - "name": "Rune crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9187", - "name": "Jade bolt tips", - "examine": "Jade bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9188", - "name": "Topaz bolt tips", - "examine": "Red Topaz bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9189", - "name": "Sapphire bolt tips", - "examine": "Sapphire bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9190", - "name": "Emerald bolt tips", - "examine": "Emerald bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9191", - "name": "Ruby bolt tips", - "examine": "Ruby bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9192", - "name": "Diamond bolt tips", - "examine": "Diamond bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9193", - "name": "Dragon bolt tips", - "examine": "Dragonstone bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9194", - "name": "Onyx bolt tips", - "examine": "Onyx bolt tips.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "13500", - "tokkul_price": "1500", - "tradeable": "true" - }, - { - "id": "9236", - "name": "Opal bolts (e)", - "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "9237", - "name": "Jade bolts (e)", - "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,15}" - }, - { - "id": "9238", - "name": "Pearl bolts (e)", - "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "tradeable": "true" - }, - { - "id": "9239", - "name": "Topaz bolts (e)", - "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9240", - "name": "Sapphire bolts (e)", - "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "shop_price": "103", - "tradeable": "true" - }, - { - "id": "9241", - "name": "Emerald bolts (e)", - "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9242", - "name": "Ruby bolts (e)", - "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9243", - "name": "Diamond bolts (e)", - "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9244", - "name": "Dragon bolts (e)", - "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9245", - "name": "Onyx bolts (e)", - "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9286", - "name": "Blurite bolts(p)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9287", - "name": "Iron bolts (p)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9288", - "name": "Steel bolts (p)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9289", - "name": "Mithril bolts (p)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9290", - "name": "Adamant bolts (p)", - "examine": "Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}", - "shop_price": "23", - "tradeable": "true" - }, - { - "id": "9291", - "name": "Runite bolts (p)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9292", - "name": "Silver bolts (p)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9293", - "name": "Blurite bolts(p+)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9294", - "name": "Iron bolts(p+)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9295", - "name": "Steel bolts(p+)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9296", - "name": "Mithril bolts(p+)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9297", - "name": "Adamant bolts(p+)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}" - }, - { - "id": "9298", - "name": "Runite bolts(p+)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9299", - "name": "Silver bolts(p+)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9300", - "name": "Blurite bolts(p++)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9301", - "name": "Iron bolts(p++)", - "examine": "Iron crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,26}", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "9302", - "name": "Steel bolts(p++)", - "examine": "Steel crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,31}", - "tradeable": "true" - }, - { - "id": "9303", - "name": "Mithril bolts(p++)", - "examine": "Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,36}", - "shop_price": "32", - "tradeable": "true" - }, - { - "id": "9304", - "name": "Adamant bolts(p++)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,46}" - }, - { - "id": "9305", - "name": "Runite bolts(p++)", - "examine": "Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9306", - "name": "Silver bolts(p++)", - "examine": "Silver crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,26}", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "9335", - "name": "Jade bolts", - "examine": "Jade tipped blurite bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "durability": null, - "equipment_slot": "13", - "requirements": "{4,16}" - }, - { - "id": "9336", - "name": "Topaz bolts", - "examine": "Red Topaz tipped Steel Crossbow Bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,31}", - "shop_price": "62", - "tradeable": "true" - }, - { - "id": "9337", - "name": "Sapphire bolts", - "examine": "Sapphire tipped Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9338", - "name": "Emerald bolts", - "examine": "Emerald tipped Mithril crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,36}", - "tradeable": "true" - }, - { - "id": "9339", - "name": "Ruby bolts", - "examine": "Ruby tipped Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9340", - "name": "Diamond bolts", - "examine": "Diamond tipped Adamantite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,46}", - "tradeable": "true" - }, - { - "id": "9341", - "name": "Dragon bolts", - "examine": "Dragonstone tipped Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9342", - "name": "Onyx bolts", - "examine": "Onyx tipped Runite crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "25000", - "requirements": "{4,61}", - "tradeable": "true" - }, - { - "id": "9375", - "name": "Bronze bolts (unf)", - "examine": "Unfeathered bronze crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "9376", - "name": "Blurite bolts (unf)", - "examine": "Unfeathered blurite crossbow bolts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9377", - "name": "Iron bolts (unf)", - "examine": "Unfeathered iron crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "9378", - "name": "Steel bolts (unf)", - "examine": "Unfeathered steel crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9379", - "name": "Mithril bolts (unf)", - "examine": "Unfeathered mithril crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9380", - "name": "Adamant bolts(unf)", - "examine": "Unfeathered adamantite crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9381", - "name": "Runite bolts (unf)", - "examine": "Unfeathered runite crossbow bolts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9382", - "name": "Silver bolts (unf)", - "examine": "Unfeathered silver crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9415", - "name": "Grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9416", - "name": "Mith grapple tip", - "examine": "A mithril grapple tip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9417", - "name": "Mith grapple tip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9418", - "name": "Mith grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9419", - "name": "Mith grapple", - "examine": "A mithril grapple tipped bolt with a rope.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9420", - "name": "Bronze limbs", - "examine": "A pair of bronze crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,9}", - "shop_price": "20", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9421", - "name": "Bronze limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9422", - "name": "Blurite limbs", - "examine": "A pair of blurite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "requirements": "{24,9}", - "weight": "1" - }, - { - "id": "9423", - "name": "Iron limbs", - "examine": "A pair of iron crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,39}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9424", - "name": "Iron limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9425", - "name": "Steel limbs", - "examine": "A pair of steel crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,46}", - "shop_price": "900", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9426", - "name": "Steel limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9427", - "name": "Mithril limbs", - "examine": "A pair of mithril crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,54}", - "shop_price": "650", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9428", - "name": "Mithril limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9429", - "name": "Adamantite limbs", - "examine": "A pair of adamantite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,61}", - "shop_price": "4800", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9430", - "name": "Adamantite limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9431", - "name": "Runite limbs", - "examine": "A pair of runite crossbow limbs.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "5000", - "requirements": "{9,69}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9432", - "name": "Runite limbs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "9433", - "name": "Bolt pouch", - "examine": "A pouch for storing crossbow bolts.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "1500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "9434", - "name": "Bolt mould", - "examine": "A mould for creating silver crossbow bolts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9435", - "name": "Bolt mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9436", - "name": "Sinew", - "examine": "I can use this to make a crossbow string.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9437", - "name": "Sinew", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9438", - "name": "Crossbow string", - "examine": "A string for a crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9439", - "name": "Crossbow string", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9440", - "name": "Wooden stock", - "examine": "A wooden crossbow stock", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,9}", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "9441", - "name": "Wooden stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9442", - "name": "Oak stock", - "examine": "An oak crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{24,9}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9443", - "name": "Oak stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9444", - "name": "Willow stock", - "examine": "A willow crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,39}", - "shop_price": "21", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9445", - "name": "Willow stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9446", - "name": "Teak stock", - "examine": "A teak crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,46}", - "shop_price": "231", - "tradeable": "true" - }, - { - "id": "9447", - "name": "Teak stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9448", - "name": "Maple stock", - "examine": "A maple crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,54}", - "tradeable": "true" - }, - { - "id": "9449", - "name": "Maple stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9450", - "name": "Mahogany stock", - "examine": "A Mahogany crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,61}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9451", - "name": "Mahogany stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9452", - "name": "Yew stock", - "examine": "A yew crossbow stock.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "1000", - "requirements": "{9,69}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "9453", - "name": "Yew stock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9454", - "name": "Bronze c'bow (u)", - "examine": "An unstrung bronze crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9455", - "name": "Bronze c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9456", - "name": "Blurite c'bow (u)", - "examine": "An unstrung blurite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "27", - "weight": "8" - }, - { - "id": "9457", - "name": "Iron c'bow (u)", - "examine": "An unstrung iron crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9458", - "name": "Iron c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9459", - "name": "Steel c'bow (u)", - "examine": "An unstrung steel crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9460", - "name": "Steel c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9461", - "name": "Mithril c'bow (u)", - "examine": "An unstrung mithril crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "27", - "tradeable": "true" - }, - { - "id": "9462", - "name": "Mithril c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9463", - "name": "Adamant c'bow (u)", - "examine": "An unstrung adamantite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "693", - "tradeable": "true", - "weight": "8" - }, - { - "id": "9464", - "name": "Adamant c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9465", - "name": "Runite c'bow (u)", - "examine": "An unstrung runite crossbow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "shop_price": "4000", - "tradeable": "true" - }, - { - "id": "9466", - "name": "Runite c'bow (u)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "9467", - "name": "Blurite bar", - "examine": "It's a bar of blurite.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "9468", - "name": "Sawdust", - "examine": "What is left over when a log is made into a plank.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.5" - }, - { - "id": "9469", - "name": "Grand seed pod", - "examine": "A seed pod of the Grand Tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9470", - "name": "Gnome scarf", - "examine": "A scarf. You feel your upper lip stiffening.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9471", - "name": "Gnome scarf", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9472", - "name": "Gnome goggles", - "examine": "Tally Ho!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9473", - "name": "Gnome goggles", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "9474", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9475", - "name": "Mint cake", - "examine": "It looks very minty.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9476", - "name": "Mint cake", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9477", - "name": "Aluft aloft box", - "examine": "You can check on your delivery details here", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9478", - "name": "Half made batta", - "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9479", - "name": "Unfinished batta", - "examine": "This cheese & tomato batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9480", - "name": "Half made batta", - "examine": "This fruit batta needs baking (and garnishing with gnome spices).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9481", - "name": "Unfinished batta", - "examine": "This fruit batta needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9482", - "name": "Half made batta", - "examine": "This toad batta needs baking.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9483", - "name": "Half made batta", - "examine": "This veggie batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9484", - "name": "Unfinished batta", - "examine": "This veggie batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9485", - "name": "Half made batta", - "examine": "This worm batta needs baking (and garnishing with equa leaves).", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9486", - "name": "Unfinished batta", - "examine": "This worm batta needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1" - }, - { - "id": "9487", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9488", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9489", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9508", - "name": "Wizard blizzard", - "examine": "This looks like a strange mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9509", - "name": "Wizard blizzard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9510", - "name": "Short green guy", - "examine": "A Short Green Guy... looks good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9511", - "name": "Short green guy", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9512", - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9513", - "name": "Pineapple punch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9514", - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9515", - "name": "Fruit blast", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9516", - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true" - }, - { - "id": "9517", - "name": "Drunk dragon", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9518", - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "28", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9519", - "name": "Choc saturday", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9520", - "name": "Blurberry special", - "examine": "Looks good... smells strong.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "9521", - "name": "Blurberry special", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9522", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9523", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9524", - "name": "Batta tin", - "examine": "A deep tin used to make gnome battas in.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9525", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9527", - "name": "Fruit batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9528", - "name": "Fruit batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9529", - "name": "Toad batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "78", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9530", - "name": "Toad batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9531", - "name": "Worm batta", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9532", - "name": "Worm batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9533", - "name": "Vegetable batta", - "examine": "Well... It looks healthy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9534", - "name": "Vegetable batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9535", - "name": "Cheese+tom batta", - "examine": "This smells really good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9536", - "name": "Cheese+tom batta", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9538", - "name": "Toad crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9539", - "name": "Toad crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9540", - "name": "Spicy crunchies", - "examine": "Yum...smells spicy.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "9541", - "name": "Spicy crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9542", - "name": "Worm crunchies", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "80", - "tradeable": "true" - }, - { - "id": "9543", - "name": "Worm crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9544", - "name": "Chocchip crunchies", - "examine": "Yum... smells good.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "70", - "tradeable": "true" - }, - { - "id": "9545", - "name": "Chocchip crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9547", - "name": "Worm hole", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9548", - "name": "Worm hole", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9549", - "name": "Veg ball", - "examine": "This looks pretty healthy.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9550", - "name": "Veg ball", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9551", - "name": "Tangled toads' legs", - "examine": "It actually smells quite good.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "9552", - "name": "Tangled toads' legs", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9553", - "name": "Chocolate bomb", - "examine": "Full of creamy, chocolately goodness.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "450", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "9554", - "name": "Chocolate bomb", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9558", - "name": "Half made bowl", - "examine": "This unfinished choco bomb needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9559", - "name": "Half made bowl", - "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9560", - "name": "Unfinished bowl", - "examine": "This unfinished choc bomb needs cream and chocolate dust.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9561", - "name": "Half made bowl", - "examine": "This unfinished veggie ball needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9562", - "name": "Unfinished bowl", - "examine": "This unfinished veggie ball needs equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9563", - "name": "Half made bowl", - "examine": "This unfinished worm hole needs baking, and final ingredients", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.2" - }, - { - "id": "9564", - "name": "Unfinished bowl", - "examine": "This unfinished worm hole needs equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9565", - "name": "Cocktail shaker", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9566", - "name": "Mixed blizzard", - "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9567", - "name": "Mixed sgg", - "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9568", - "name": "Mixed blast", - "examine": "This fruit blast cocktail needs pouring and a lemon slice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9569", - "name": "Mixed punch", - "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9570", - "name": "Mixed blurberry special", - "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9577", - "name": "Half made crunchy", - "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9578", - "name": "Unfinished crunchy", - "examine": "This choco chip crunchy needs garnishing with chocolate dust.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9579", - "name": "Half made crunchy", - "examine": "This spicy crunchy needs baking and garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9580", - "name": "Unfinished crunchy", - "examine": "This spicy crunchy needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9581", - "name": "Half made crunchy", - "examine": "This toad crunchy needs baking and garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9582", - "name": "Unfinished crunchy", - "examine": "This toad crunchy needs garnishing with equa leaves.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9583", - "name": "Half made crunchy", - "examine": "This worm crunchy needs baking and garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9584", - "name": "Unfinished crunchy", - "examine": "This worm crunchy needs garnishing with gnome spices.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9585", - "name": "Batta tin", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9586", - "name": "Crunchy tray", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9587", - "name": "Gnomebowl mould", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9588", - "name": "Raw crunchies", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9589", - "name": "Dossier", - "examine": "A dossier containing info on the Black Knight plot.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9590", - "name": "Dossier", - "examine": "A dossier containing info on the Black Knight plot.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9592", - "name": "Magic glue", - "examine": "Glue made from tree sap and ground mud runes.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "9593", - "name": "Weird gloop", - "examine": "This doesn't look like it will do anything interesting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2.5" - }, - { - "id": "9594", - "name": "Ground mud runes", - "examine": "Mud runes ground into a powder.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "9597", - "name": "Red circle", - "examine": "A red circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9598", - "name": "Red triangle", - "examine": "A red triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9599", - "name": "Red square", - "examine": "A red square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9600", - "name": "Red pentagon", - "examine": "A red pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9601", - "name": "Orange circle", - "examine": "An orange circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9602", - "name": "Orange triangle", - "examine": "An orange triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9603", - "name": "Orange square", - "examine": "An orange square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9604", - "name": "Orange pentagon", - "examine": "An orange pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9605", - "name": "Yellow circle", - "examine": "A yellow circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9606", - "name": "Yellow triangle", - "examine": "A yellow triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9607", - "name": "Yellow square", - "examine": "A yellow square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9608", - "name": "Yellow pentagon", - "examine": "A yellow pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9609", - "name": "Green circle", - "examine": "A green circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9610", - "name": "Green triangle", - "examine": "A green triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9611", - "name": "Green square", - "examine": "A green square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9612", - "name": "Green pentagon", - "examine": "A green pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9613", - "name": "Blue circle", - "examine": "A blue circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9614", - "name": "Blue triangle", - "examine": "A blue triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9615", - "name": "Blue square", - "examine": "A blue square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9616", - "name": "Blue pentagon", - "examine": "A blue pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9617", - "name": "Indigo circle", - "examine": "An indigo circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9618", - "name": "Indigo triangle", - "examine": "An indigo triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9619", - "name": "Indigo square", - "examine": "An indigo square shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9620", - "name": "Indigo pentagon", - "examine": "An indigo pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9621", - "name": "Violet circle", - "examine": "A violet circular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9622", - "name": "Violet triangle", - "examine": "A violet triangular crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9623", - "name": "Violet square", - "examine": "A violet square-shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9624", - "name": "Violet pentagon", - "examine": "A violet pentagon shaped crystalline disc.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9625", - "name": "Crystal saw", - "examine": "A magical saw.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another...", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "9626", - "name": "Small crystal seed", - "examine": "This small crystal seed looks grey and dead.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another...", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "9629", - "name": "Tyras helm", - "examine": "As used by King Tyras personal guard.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,5}", - "shop_price": "1265", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9630", - "name": "Tyras helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9632", - "name": "Daeyalt ore", - "examine": "This needs refining.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "9634", - "name": "Vyrewatch top", - "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9635", - "name": "Vyrewatch top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9636", - "name": "Vyrewatch legs", - "examine": "Dress like a powerful Vyrewatch!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9637", - "name": "Vyrewatch legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9638", - "name": "Vyrewatch shoes", - "examine": "Dress like a powerful Vyrewatch!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "635", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9639", - "name": "Vyrewatch shoes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9640", - "name": "Citizen top", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9641", - "name": "Citizen top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9642", - "name": "Citizen trousers", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9643", - "name": "Citizen trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9644", - "name": "Citizen shoes", - "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "9645", - "name": "Citizen shoes", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9646", - "name": "Castle sketch 1", - "examine": "Northern approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9647", - "name": "Castle sketch 2", - "examine": "Western approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9648", - "name": "Castle sketch 3", - "examine": "Southern approach of the castle.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9651", - "name": "Large ornate key", - "examine": "A key to some large, strange door.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9652", - "name": "Haemalchemy", - "examine": "A book called Haemalchemy Volume 1.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Unknown You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9653", - "name": "Sealed message", - "examine": "A sealed message from Safalaan to Valiaf.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9654", - "name": "Door key", - "examine": "A key to the Witch's house's front door. (Witch's House)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9655", - "name": "Ladder top", - "examine": "The top part of a ladder.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9656", - "name": "Tome of xp (3)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9657", - "name": "Tome of xp (2)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9658", - "name": "Tome of xp (1)", - "examine": "A tome of experience that awards 2000 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9659", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "9660", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9662", - "name": "Shortcut key", - "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9665", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9666", - "name": "Pros'yte harness m", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9667", - "name": "Pros'yte harness m", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9668", - "name": "Initiate harness m", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "20000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9669", - "name": "Initiate harness m", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9670", - "name": "Pros'yte harness f", - "examine": "Unknown edit", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "25000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "9671", - "name": "Pros'yte harness f", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9672", - "name": "Proselyte sallet", - "examine": "A Proselyte Temple Knight's helm.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,30}-{5,20}", - "shop_price": "8000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9673", - "name": "Proselyte sallet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9674", - "name": "Proselyte hauberk", - "examine": "A Proselyte Temple Knight's armour.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,30}-{5,20}", - "shop_price": "12000", - "tradeable": "true", - "weight": "8.6" - }, - { - "id": "9675", - "name": "Proselyte hauberk", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9676", - "name": "Proselyte cuisse", - "examine": "A Proselyte Temple Knight's leg armour", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{5,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "7.7" - }, - { - "id": "9677", - "name": "Proselyte cuisse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9678", - "name": "Proselyte tasset", - "examine": "A Proselyte Temple Knight's leg armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,30}-{5,20}", - "shop_price": "10000", - "tradeable": "true", - "weight": "9" - }, - { - "id": "9679", - "name": "Proselyte tasset", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9680", - "name": "Sea slug glue", - "examine": "A rendered down baby sea slug.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9681", - "name": "Commorb v2", - "examine": "A Temple Knight Communication Orb. Top Secret!", - "archery_ticket_price": "0", - "destroy_message": "As a security precaution, your CommOrb will automatically self", - "durability": null - }, - { - "id": "9682", - "name": "Door transcription", - "examine": "A copy of the mysterious glyphs.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9683", - "name": "Dead sea slug", - "examine": "Dead sea slug, very sticky.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9684", - "name": "Page 1", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get this page from Mayor Hobb's Desk.", - "durability": null, - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "9685", - "name": "Page 2", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get this page from Ezekial Lovecraft.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9686", - "name": "Page 3", - "examine": "A page from Maledict's holy book.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to get the torn page from Col. O' Niall.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9687", - "name": "Fragment 1", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9688", - "name": "Fragment 2", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9689", - "name": "Fragment 3", - "examine": "A piece of torn page.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "9690", - "name": "Blank water rune", - "examine": "A blank water rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9691", - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9692", - "name": "Blank air rune", - "examine": "A blank air rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9693", - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9694", - "name": "Blank earth rune", - "examine": "A blank earth rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9695", - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9696", - "name": "Blank mind rune", - "examine": "A blank mind rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9697", - "name": "Mind rune", - "examine": "Used for basic missile spells.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9698", - "name": "Blank fire rune", - "examine": "A blank fire rune.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you wish to destroy this?", - "durability": null, - "tradeable": "false" - }, - { - "id": "9699", - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "17", - "tradeable": "true" - }, - { - "id": "9701", - "name": "Torch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9702", - "name": "Stick", - "examine": "A big, bad troll.", - "archery_ticket_price": "0", - "attack_speed": "6", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "5" - }, - { - "id": "9703", - "name": "Training sword", - "examine": "Basic training sword.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "4", - "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "2584", - "shop_price": "35", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "9704", - "name": "Training shield", - "examine": "Made of flimsy painted wood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "weight": "5.4" - }, - { - "id": "9705", - "name": "Training bow", - "examine": "Light and flexible, good for a beginner.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "two_handed": "true", - "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "9706", - "name": "Training arrows", - "examine": "Standard training arrows.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", - "destroy": "true", - "durability": null, - "equipment_slot": "13", - "tradeable": "false" - }, - { - "id": "9715", - "name": "Slashed book", - "examine": "Book of the elemental shield.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "9717", - "name": "Beaten book", - "examine": "Book of the elemental helm.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "9718", - "name": "Crane schematic", - "examine": "On the subject of lava dippers.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9719", - "name": "Lever schematic", - "examine": "A scroll with a lever schematic drawn on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9720", - "name": "Crane claw", - "examine": "A crane claw.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9721", - "name": "Scroll", - "examine": "A scroll with some writing on it." - }, - { - "id": "9722", - "name": "Key", - "examine": "Quite a small key." - }, - { - "id": "9723", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "9724", - "name": "Large cog", - "examine": "A large cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9725", - "name": "Medium cog", - "examine": "A medium cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9726", - "name": "Small cog", - "examine": "A small cog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9727", - "name": "Primed bar", - "examine": "A primed elemental ingot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1.8" - }, - { - "id": "9728", - "name": "Elemental mind bar", - "examine": "An elemental mind ingot.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "9729", - "name": "Elemental helmet", - "examine": "A helmet made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9730", - "name": "Elemental helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9731", - "name": "Mind shield", - "examine": "A shield made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9732", - "name": "Mind shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9733", - "name": "Mind helmet", - "examine": "A helmet made in the Elemental Workshop.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "shop_price": "1200", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "9734", - "name": "Mind helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9735", - "name": "Desert goat horn", - "examine": "Not much good for blowing.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9736", - "name": "Goat horn dust", - "examine": "Finely ground desert goat horn.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "9737", - "name": "Goat horn dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9738", - "name": "Desert goat horn", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9739", - "name": "Combat potion(4)", - "examine": "4 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9740", - "name": "Combat potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9741", - "name": "Combat potion(3)", - "examine": "3 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9742", - "name": "Combat potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9743", - "name": "Combat potion(2)", - "examine": "2 doses of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9744", - "name": "Combat potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9745", - "name": "Combat potion(1)", - "examine": "1 dose of combat potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "207", - "tradeable": "true" - }, - { - "id": "9746", - "name": "Combat potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9747", - "name": "Attack cape", - "examine": "The cape worn by masters of attack.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{0,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9748", - "name": "Attack cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{0,99}", - "tradeable": "false" - }, - { - "id": "9749", - "name": "Attack hood", - "examine": "Attack skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9750", - "name": "Strength cape", - "examine": "The cape only worn by the strongest people.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{2,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9751", - "name": "Strength cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{2,99}", - "tradeable": "false" - }, - { - "id": "9752", - "name": "Strength hood", - "examine": "Strength skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{2,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9753", - "name": "Defence cape", - "examine": "The cape worn by masters of the art of Defence.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9754", - "name": "Defence cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{1,99}", - "tradeable": "false" - }, - { - "id": "9755", - "name": "Defence hood", - "examine": "Defence skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9756", - "name": "Ranging cape", - "examine": "The cape worn by master archers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{4,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9757", - "name": "Ranging cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{4,99}", - "tradeable": "false" - }, - { - "id": "9758", - "name": "Ranging hood", - "examine": "Range skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{4,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9759", - "name": "Prayer cape", - "examine": "The cape worn by the most pious of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{5,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9760", - "name": "Prayer cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{5,99}", - "tradeable": "false" - }, - { - "id": "9761", - "name": "Prayer hood", - "examine": "Prayer skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{5,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9762", - "name": "Magic cape", - "examine": "The cape worn by the most powerful mages.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{6,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9763", - "name": "Magic cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{6,99}", - "tradeable": "false" - }, - { - "id": "9764", - "name": "Magic hood", - "examine": "Magic skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{6,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9765", - "name": "Runecraft cape", - "examine": "The cape worn by master runecrafters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{20,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9766", - "name": "Runecraft cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{20,99}", - "tradeable": "false" - }, - { - "id": "9767", - "name": "Runecrafting hood", - "examine": "Runecrafting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{20,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9768", - "name": "Hitpoints cape", - "examine": "The cape worn by well-constituted adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{3,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9769", - "name": "Hitpoints cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{3,99}", - "tradeable": "false" - }, - { - "id": "9770", - "name": "Hitpoints hood", - "examine": "Constitution skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{3,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9771", - "name": "Agility cape", - "examine": "The cape worn by the most agile of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{16,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9772", - "name": "Agility cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{16,99}", - "tradeable": "false" - }, - { - "id": "9773", - "name": "Agility hood", - "examine": "Agility skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{16,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9774", - "name": "Herblore cape", - "examine": "The cape worn by the most skilled at the art of herblore.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{15,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9775", - "name": "Herblore cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{15,99}", - "tradeable": "false" - }, - { - "id": "9776", - "name": "Herblore hood", - "examine": "Herblore skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{15,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9777", - "name": "Thieving cape", - "examine": "The cape worn by master thieves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{17,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9778", - "name": "Thieving cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{17,99}", - "tradeable": "false" - }, - { - "id": "9779", - "name": "Thieving hood", - "examine": "Thieving skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{17,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9780", - "name": "Crafting cape", - "examine": "The cape worn by master craftworkers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{12,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9781", - "name": "Crafting cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{12,99}", - "tradeable": "false" - }, - { - "id": "9782", - "name": "Crafting hood", - "examine": "Crafting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{12,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9783", - "name": "Fletching cape", - "examine": "The cape worn by the best of fletchers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{9,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9784", - "name": "Fletching cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{9,99}", - "tradeable": "false" - }, - { - "id": "9785", - "name": "Fletching hood", - "examine": "Fletching skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{9,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9786", - "name": "Slayer cape", - "examine": "The cape worn by slayer masters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{18,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9787", - "name": "Slayer cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{18,99}", - "tradeable": "false" - }, - { - "id": "9788", - "name": "Slayer hood", - "examine": "Slayer skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{18,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9789", - "name": "Construct. cape", - "examine": "The cape worn by master builders.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{22,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9790", - "name": "Construct. cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{22,99}", - "tradeable": "false" - }, - { - "id": "9791", - "name": "Construct. hood", - "examine": "Construction skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{22,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9792", - "name": "Mining cape", - "examine": "The cape worn by the most skilled miners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{14,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9793", - "name": "Mining cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{14,99}", - "tradeable": "false" - }, - { - "id": "9794", - "name": "Mining hood", - "examine": "Mining skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{14,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9795", - "name": "Smithing cape", - "examine": "The cape worn by master smiths.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{13,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9796", - "name": "Smithing cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{13,99}", - "tradeable": "false" - }, - { - "id": "9797", - "name": "Smithing hood", - "examine": "Smithing skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{13,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9798", - "name": "Fishing cape", - "examine": "The cape worn by the best fishermen.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{10,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9799", - "name": "Fishing cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{10,99}", - "tradeable": "false" - }, - { - "id": "9800", - "name": "Fishing hood", - "examine": "Fishing skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{10,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9801", - "name": "Cooking cape", - "examine": "The cape worn by the world's best chefs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{7,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9802", - "name": "Cooking cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{7,99}", - "tradeable": "false" - }, - { - "id": "9803", - "name": "Cooking hood", - "examine": "Cooking skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{7,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9804", - "name": "Firemaking cape", - "examine": "The cape worn by master firelighters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{11,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9805", - "name": "Firemaking cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{11,99}", - "tradeable": "false" - }, - { - "id": "9806", - "name": "Firemaking hood", - "examine": "Firemaking skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{11,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9807", - "name": "Woodcutting cape", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{8,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9808", - "name": "Woodcut. cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{8,99}", - "tradeable": "false" - }, - { - "id": "9809", - "name": "Woodcutting hood", - "examine": "Woodcutting skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{8,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9810", - "name": "Farming cape", - "examine": "The cape worn by master farmers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{19,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9811", - "name": "Farming cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{19,99}", - "tradeable": "false" - }, - { - "id": "9812", - "name": "Farming hood", - "examine": "Farming skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{19,99}", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9813", - "name": "Quest point cape", - "examine": "The cape worn by only the most experienced adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9814", - "name": "Quest point hood", - "examine": "Quest skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "99000", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "9815", - "name": "Bobble hat", - "examine": "A woolly bobble hat.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.25" - }, - { - "id": "9816", - "name": "Bobble scarf", - "examine": "A woolly scarf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.25" - }, - { - "id": "9817", - "name": "Oak cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9818", - "name": "Teak cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9819", - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9820", - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9821", - "name": "Marble cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9822", - "name": "Magical cape rack", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9823", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9824", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9825", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9826", - "name": "Oak armour case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9827", - "name": "Teak armour case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9828", - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9829", - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9830", - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9831", - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9832", - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9833", - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9834", - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9835", - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9836", - "name": "Oak toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9837", - "name": "Teak toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9838", - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9839", - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9840", - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9841", - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9843", - "name": "Oak cape rack", - "examine": "A ready-to-assemble oak cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9844", - "name": "Teak cape rack", - "examine": "A ready-to-assemble teak cape rack..", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9845", - "name": "M'gany cape rack", - "examine": "A ready-to-assemble mahogany cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9846", - "name": "Gilded cape rack", - "examine": "A ready-to-assemble gilded mahogany rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9847", - "name": "Marble cape rack", - "examine": "A ready-to-assemble marble cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9848", - "name": "Magical cape rack", - "examine": "A ready-to-assemble magic cape rack.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9849", - "name": "Oak toy box", - "examine": "A ready-to-assemble oak toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9850", - "name": "Teak toy box", - "examine": "A ready-to-assemble teak toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9851", - "name": "Mahogany toy box", - "examine": "A ready-to-assemble mahogany toy box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9852", - "name": "Oak magic wardrobe", - "examine": "A ready-to-assemble oak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9853", - "name": "Carved oak magic wardrobe", - "examine": "A ready-to-assemble oak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9854", - "name": "Teak magic wardrobe", - "examine": "A ready-to-assemble teak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9855", - "name": "Carved teak magic wardrobe", - "examine": "A ready-to-assemble carved teak magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9856", - "name": "Mahogany magic wardrobe", - "examine": "A ready-to-assemble mahogany magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9857", - "name": "Gilded magic wardrobe", - "examine": "A ready-to-assemble gilded mahogany magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9858", - "name": "Marble magic wardrobe", - "examine": "A ready-to-assemble marble magic wardrobe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9859", - "name": "Oak armour case", - "examine": "A ready-to-assemble oak armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9860", - "name": "Teak armour case", - "examine": "A ready-to-assemble teak armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9861", - "name": "M'gany arm'r case", - "examine": "A ready-to-assemble mahogany armour case.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9862", - "name": "Oak treasure chest", - "examine": "A ready-to-assemble oak treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9863", - "name": "Teak treas' chest", - "examine": "A ready-to-assemble teak treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9864", - "name": "M'gany treas' chest", - "examine": "A ready-to-assemble mahogany treasure chest.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9865", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9866", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9867", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9868", - "name": "Oak cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9869", - "name": "Teak cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9870", - "name": "M'gany cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9871", - "name": "Gilded cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9872", - "name": "Marble cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9873", - "name": "Magical cape rack", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9874", - "name": "Oak toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9875", - "name": "Teak toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9876", - "name": "Mahogany toy box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9877", - "name": "Oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9878", - "name": "Carved oak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9879", - "name": "Teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9880", - "name": "Carved teak magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9881", - "name": "Mahogany magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9882", - "name": "Gilded magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9883", - "name": "Marble magic wardrobe", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9884", - "name": "Oak armour case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9885", - "name": "Teak armour case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9886", - "name": "M'gany arm'r case", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9887", - "name": "Oak treasure chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9888", - "name": "Teak treas' chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9889", - "name": "M'gany treas' chest", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9890", - "name": "Oak costume box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9891", - "name": "Teak costume box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9892", - "name": "Mahogany cos box", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9901", - "name": "Goutweedy lump", - "examine": "A lump that at some point might have been a gout tuber.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9902", - "name": "Hardy gout tubers", - "examine": "A pile of gout tubers suitable for use in mountainous terrain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9903", - "name": "Farming manual", - "examine": "Farmer Gricoller's Farming Manual.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "My Arm will probably have a spare copy.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9904", - "name": "Sailing book", - "examine": "A book for sailors.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9906", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9907", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9908", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9909", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9910", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9911", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9912", - "name": "Ghost buster 500", - "examine": "See article", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "9913", - "name": "White destabiliser", - "examine": "A white destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9914", - "name": "Red destabiliser", - "examine": "A red destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5", - "tradeable": "false" - }, - { - "id": "9915", - "name": "Blue destabiliser", - "examine": "A blue destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9916", - "name": "Green destabiliser", - "examine": "A green destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9917", - "name": "Yellow destabiliser", - "examine": "A yellow destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9918", - "name": "Black destabiliser", - "examine": "A black destabiliser for use in a ghost buster.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "9919", - "name": "Evil root", - "examine": "An angry-looking tree root.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9920", - "name": "Jack lantern mask", - "examine": "Better not light it!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Players may get another from Diango in Draynor Village.", - "durability": null, - "equip_audio": "3227", - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "9921", - "name": "Skeleton boots", - "examine": "Skeleton feet.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "10", - "weight": "2" - }, - { - "id": "9922", - "name": "Skeleton gloves", - "examine": "Some skeletal gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "weight": "2" - }, - { - "id": "9923", - "name": "Skeleton leggings", - "examine": "Does my pelvis look big in this?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "7", - "weight": "2" - }, - { - "id": "9924", - "name": "Skeleton shirt", - "examine": "The shirt of a fully body skeleton costume.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" - }, - { - "id": "9925", - "name": "Skeleton mask", - "examine": "A scary skeleton mask.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "2" - }, - { - "id": "9932", - "name": "Auguste's sapling", - "examine": "This sapling is ready to be replanted in a tree patch.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to buy another one from Auguste on Entrana.", - "durability": null, - "shop_price": "30000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "9933", - "name": "Balloon structure", - "examine": "An incomplete origami balloon.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "9934", - "name": "Origami balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9935", - "name": "Yellow balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9936", - "name": "Blue balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9937", - "name": "Red balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9938", - "name": "Orange balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9939", - "name": "Green balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9940", - "name": "Purple balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9941", - "name": "Pink balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9942", - "name": "Black balloon", - "examine": "An origami balloon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9943", - "name": "Sandbag", - "examine": "A bag full of sand.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "9944", - "name": "Bomber jacket", - "examine": "For all your flying needs.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "9945", - "name": "Bomber cap", - "examine": "The red baron would be jealous.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "9946", - "name": "Cap and goggles", - "examine": "For better flying vision.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true" - }, - { - "id": "9947", - "name": "Old red disk", - "examine": "A red coloured disk that's seen better days.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "9948", - "name": "Hunter cape", - "examine": "The cape worn by master hunters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "9949", - "name": "Hunter cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}" - }, - { - "id": "9950", - "name": "Hunter hood", - "examine": "Hunter skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{21,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "9952", - "name": "Imp", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "9953", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9954", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9955", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9956", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9957", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9958", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9959", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9960", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9961", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9962", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9963", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9964", - "name": "Kebbit", - "examine": "A little bigger than usual...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9974", - "name": "Giant eagle", - "examine": "It appears to be protecting the nest.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9975", - "name": "Rabbit", - "examine": "Aww, how cute. ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "9977", - "name": "Red chinchompa", - "examine": "Even more volatile than its vegetarian counterpart.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0", - "destroy": "true", - "durability": null, - "tradeable": "true" - }, - { - "id": "9978", - "name": "Raw bird meat", - "examine": "This certainly needs cooking!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "63", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "9979", - "name": "Raw bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "9980", - "name": "Roast bird meat", - "examine": "A nicely roasted bird.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9981", - "name": "Roast bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9983", - "name": "Burnt bird meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9984", - "name": "Skewered bird meat", - "examine": "This certainly needs cooking!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "63", - "tradeable": "true", - "weight": "0.15" - }, - { - "id": "9985", - "name": "Skewered bird meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9986", - "name": "Raw beast meat", - "examine": "A slab of raw beast meat.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9987", - "name": "Raw beast meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9988", - "name": "Roast beast meat", - "examine": "A delicious looking slab of roast beast.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "9989", - "name": "Roast beast meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9991", - "name": "Burnt beast meat", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "9992", - "name": "Skewered beast", - "examine": "Beast meat on a spit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "3.5" - }, - { - "id": "9993", - "name": "Skewered beast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9994", - "name": "Spicy tomato", - "examine": "A bowl of chopped tomatoes with an extra kick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "9995", - "name": "Spicy tomato", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9996", - "name": "Spicy minced meat", - "examine": "A bowl of chopped beef with an extra kick.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "9997", - "name": "Spicy minced meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "9998", - "name": "Hunter potion(4)", - "examine": "4 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "9999", - "name": "Hunter potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10000", - "name": "Hunter potion(3)", - "examine": "3 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10001", - "name": "Hunter potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10002", - "name": "Hunter potion(2)", - "examine": "2 doses of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10003", - "name": "Hunter potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10004", - "name": "Hunter potion(1)", - "examine": "1 dose of hunter potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10005", - "name": "Hunter potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10006", - "name": "Bird snare", - "examine": "A simple bird catcher./There's something caught in it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "6", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10007", - "name": "Bird snare", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10008", - "name": "Box trap", - "examine": "If a creature goes inside, then the box should slam shut.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,27}", - "shop_price": "38", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10009", - "name": "Box trap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10010", - "name": "Butterfly net", - "examine": "For catching butterflies...", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{21,15}", - "run_anim": "1210", - "shop_price": "24", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "10", - "weight": "0.2" - }, - { - "id": "10011", - "name": "Butterfly net", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10012", - "name": "Butterfly jar", - "examine": "It's got little holes at the top.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,15}", - "shop_price": "1", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10013", - "name": "Butterfly jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10014", - "name": "Black warlock", - "examine": "There's a black warlock butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10015", - "name": "Black warlock", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10016", - "name": "Snowy knight", - "examine": "There's a snowy knight butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10017", - "name": "Snowy knight", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10018", - "name": "Sapphire glacialis", - "examine": "There's a sapphire glacialis butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10019", - "name": "Sapphire glacialis", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10020", - "name": "Ruby harvest", - "examine": "There's a ruby harvest butterfly in here.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10021", - "name": "Ruby harvest", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10023", - "name": "Falconer's glove", - "examine": "A very large, single leather glove", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "shop_price": "500", - "tradeable": "false", - "weight": "1.8" - }, - { - "id": "10024", - "name": "Falconer's glove", - "examine": "A very large, single leather glove", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "render_anim": "1283", - "run_anim": "5168", - "shop_price": "500", - "stand_anim": "5160", - "stand_turn_anim": "5161", - "tradeable": "false", - "turn180_anim": "5165", - "turn90ccw_anim": "5167", - "turn90cw_anim": "5166", - "walk_anim": "5164", - "weight": "1.8" - }, - { - "id": "10025", - "name": "Magic box", - "examine": "A magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,71}", - "shop_price": "720", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10026", - "name": "Magic box", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10027", - "name": "Imp-in-a-box(2)", - "examine": "A magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "720", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10028", - "name": "Imp-in-a-box(1)", - "examine": "A magical catching box.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "720", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10029", - "name": "Teasing stick", - "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", - "archery_ticket_price": "0", - "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{21,31}", - "shop_price": "1", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1" - }, - { - "id": "10030", - "name": "Teasing stick", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10031", - "name": "Rabbit snare", - "examine": "The snare will tighten around animals passing through.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{21,27}", - "shop_price": "18", - "tradeable": "true", - "weight": "0.02" - }, - { - "id": "10032", - "name": "Rabbit snare", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10033", - "name": "Chinchompa", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "20000", - "render_anim": "234", - "requirements": "{4,45}", - "run_anim": "3178", - "stand_anim": "3175", - "stand_turn_anim": "3177", - "turn180_anim": "3177", - "turn90ccw_anim": "3177", - "turn90cw_anim": "3177", - "walk_anim": "3177", - "weapon_interface": "19" - }, - { - "id": "10034", - "name": "Red chinchompa", - "examine": "Even more volatile than its vegetarian counterpart.", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "20000", - "render_anim": "234", - "requirements": "{4,55}", - "run_anim": "3178", - "stand_anim": "3175", - "stand_turn_anim": "3177", - "tradeable": "true", - "turn180_anim": "3177", - "turn90ccw_anim": "3177", - "turn90cw_anim": "3177", - "walk_anim": "3177", - "weapon_interface": "19" - }, - { - "id": "10035", - "name": "Kyatt legs", - "examine": "These should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10036", - "name": "Kyatt legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10037", - "name": "Kyatt top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10038", - "name": "Kyatt top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10039", - "name": "Kyatt hat", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,52}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10040", - "name": "Kyatt hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10041", - "name": "Larupia legs", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10042", - "name": "Larupia legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10043", - "name": "Larupia top", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10044", - "name": "Larupia top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10045", - "name": "Larupia hat", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,28}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10046", - "name": "Larupia hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10047", - "name": "Graahk legs", - "examine": "These should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,38}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10048", - "name": "Graahk legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10049", - "name": "Graahk top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,38}", - "shop_price": "300", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10050", - "name": "Graahk top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10051", - "name": "Graahk headdress", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{21,38}", - "shop_price": "1", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10052", - "name": "Graahk headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10053", - "name": "Wood camo top", - "examine": "This should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10054", - "name": "Wood camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10055", - "name": "Wood camo legs", - "examine": "These should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10056", - "name": "Wood camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10057", - "name": "Jungle camo top", - "examine": "This should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,4}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10058", - "name": "Jungle camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10059", - "name": "Jungle camo legs", - "examine": "These should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,4}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10060", - "name": "Jungle camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10061", - "name": "Desert camo top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{21,10}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10062", - "name": "Desert camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10063", - "name": "Desert camo legs", - "examine": "These should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{21,10}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10064", - "name": "Desert camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10065", - "name": "Polar camo top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10066", - "name": "Polar camo top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10067", - "name": "Polar camo legs", - "examine": "These should make me harder to spot in polar areas", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10068", - "name": "Polar camo legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10069", - "name": "Spotted cape", - "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "requirements": "{21,40}", - "tradeable": "true", - "weight": "-2.2" - }, - { - "id": "10070", - "name": "Spotted cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10071", - "name": "Spottier cape", - "examine": "A really surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "100", - "requirements": "{21,66}", - "tradeable": "true", - "weight": "-4.5" - }, - { - "id": "10072", - "name": "Spottier cape", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10073", - "name": "Spotted cape", - "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,40}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10074", - "name": "Spottier cape", - "examine": "A really surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{21,66}", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10075", - "name": "Gloves of silence", - "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{21,54}", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10076", - "name": "Gloves of silence", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10077", - "name": "Spiky vambraces", - "examine": "Attack at your own risk.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10078", - "name": "Spiky vambraces", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10079", - "name": "Green spiky vambs", - "examine": "Made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,40}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10080", - "name": "Green spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10081", - "name": "Blue spiky vambs", - "examine": "Made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10082", - "name": "Blue spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10083", - "name": "Red spiky vambs", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10084", - "name": "Red spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10085", - "name": "Black spiky vambs", - "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10086", - "name": "Black spiky vambs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10087", - "name": "Stripy feather", - "examine": "Attractive to other birds and hunters alike.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10088", - "name": "Red feather", - "examine": "A vivid red feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "3", - "tradeable": "true" - }, - { - "id": "10089", - "name": "Blue feather", - "examine": "A cool blue feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10090", - "name": "Yellow feather", - "examine": "A bright yellow feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10091", - "name": "Orange feather", - "examine": "A fairly plain feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "10093", - "name": "Tatty larupia fur", - "examine": "It's a shabby-looking larupia fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10094", - "name": "Tatty larupia fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10095", - "name": "Larupia fur", - "examine": "It's a perfect-looking larupia fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10096", - "name": "Larupia fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10097", - "name": "Tatty graahk fur", - "examine": "It's a shabby-looking graahk fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10098", - "name": "Tatty graahk fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10099", - "name": "Graahk fur", - "examine": "It's a perfect-looking graahk fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10100", - "name": "Graahk fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10101", - "name": "Tatty kyatt fur", - "examine": "It's a shabby-looking kyatt fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10102", - "name": "Tatty kyatt fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10103", - "name": "Kyatt fur", - "examine": "It's a perfect-looking kyatt fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "8000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10104", - "name": "Kyatt fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10105", - "name": "Kebbit spike", - "examine": "These bone spikes are both very tough and very sharp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10106", - "name": "Kebbit spike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10107", - "name": "Long kebbit spike", - "examine": "These bone spikes are both very tough and very sharp.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10108", - "name": "Long kebbit spike", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10109", - "name": "Kebbit teeth", - "examine": "A kebbit-sized set of dentures.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10110", - "name": "Kebbit teeth", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10111", - "name": "Kebbit teeth dust", - "examine": "Previously a kebbit-sized set of dentures.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10112", - "name": "Kebbit teeth dust", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10113", - "name": "Kebbit claws", - "examine": "More menacing when attached to the owner.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10114", - "name": "Kebbit claws", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10115", - "name": "Dark kebbit fur", - "examine": "Sleek, silent, and furry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10116", - "name": "Dark kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10117", - "name": "Polar kebbit fur", - "examine": "A thick fur for a cold climate.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "175", - "shop_price": "12", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10118", - "name": "Polar kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "175", - "tradeable": "true" - }, - { - "id": "10119", - "name": "Feldip weasel fur", - "examine": "Not actually from a weasel, but it is, at least, furry.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10120", - "name": "Feldip weasel fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10121", - "name": "Common kebbit fur", - "examine": "Common fur from a common kebbit.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10122", - "name": "Common kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10123", - "name": "Desert devil fur", - "examine": "Sandy coloured kebbit fur.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10124", - "name": "Desert devil fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10125", - "name": "Spotted kebbit fur", - "examine": "Maybe this is why people think furry dice make you go faster.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10126", - "name": "Spotted kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10127", - "name": "Dashing kebbit fur", - "examine": "Nature's equivalent of go-faster stripes.", - "archery_ticket_price": "0", + "examine": "Good if you have a bone crossbow!", + "grand_exchange_price": "12", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10128", - "name": "Dashing kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10129", - "name": "Barb-tail harpoon", - "examine": "A mighty Hunter weapon. One previous owner.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "requirements": "{10,35}", - "tradeable": "true", - "weapon_interface": "5", - "weight": "1.3" - }, - { - "id": "10130", - "name": "Barb-tail harpoon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10132", - "name": "Strung rabbit foot", - "examine": "Not so lucky for the rabbit.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "requirements": "{21,24}", - "tradeable": "true" - }, - { - "id": "10133", - "name": "Strung rabbit foot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10134", - "name": "Rabbit foot", - "examine": "This could be put on a string and worn for luck.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10135", - "name": "Rabbit foot", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10136", - "name": "Rainbow fish", - "examine": "Well, this would certainly add some colour to a meal.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "48", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10137", - "name": "Rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "10138", - "name": "Raw rainbow fish", - "examine": "A colourful fish, attracted to colourful flies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", + "name": "Bone bolts", "tradeable": "true", - "weight": "5" - }, - { - "id": "10139", - "name": "Raw rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "20000", - "tradeable": "true" - }, - { - "id": "10141", - "name": "Burnt rainbow fish", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10142", - "name": "Guam tar", - "examine": "A thick, foul-smelling, tar-like substance with a green tinge", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,30}-{4,30}-{6,30}", - "tradeable": "true" - }, - { - "id": "10143", - "name": "Marrentill tar", - "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,50}-{4,50}-{6,50}", - "tradeable": "true" - }, - { - "id": "10144", - "name": "Tarromin tar", - "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,60}-{4,60}-{6,60}", - "tradeable": "true" - }, - { - "id": "10145", - "name": "Harralander tar", - "examine": "A dark, thick, foul-smelling, tar-like substance.", "archery_ticket_price": "0", + "id": "8882", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{0,70}-{4,70}-{6,70}", - "tradeable": "true" + "equipment_slot": "13" }, { - "id": "10146", - "name": "Orange salamander", - "examine": "Slightly slimy, but kind of cute.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0", - "destroy": "true", + "examine": "See article", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,50}-{4,50}-{6,50}", - "run_anim": "824", - "shop_price": "127", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8887" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "8890" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "durability": null, + "name": "Cave horror", + "archery_ticket_price": "0", + "id": "8900" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "A magic cave horror mask.", + "durability": null, + "rare_item": "true", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "989400", + "name": "Black mask (10)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" + "archery_ticket_price": "0", + "id": "8901", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" }, { - "id": "10147", - "name": "Red salamander", - "examine": "Slightly slimy but certainly striking.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0", - "destroy": "true", + "ge_buy_limit": "10", + "grand_exchange_price": "989400", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,60}-{4,60}-{6,60}", - "run_anim": "824", - "shop_price": "190", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Black mask (10)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" + "archery_ticket_price": "0", + "id": "8902" }, { - "id": "10148", - "name": "Black salamander", - "examine": "Slightly slimy and somewhat menacing.", - "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0", - "destroy": "true", + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "1000", - "render_anim": "1277", - "requirements": "{0,70}-{4,70}-{6,70}", - "run_anim": "824", - "stand_anim": "5246", - "stand_turn_anim": "823", + "name": "Black mask (9)", "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" - }, - { - "id": "10149", - "name": "Swamp lizard", - "examine": "A very slimy and generally disgusting green lizard.", + "weight": "10", "archery_ticket_price": "0", - "attack_audios": "740,735,736,0", - "attack_speed": "5", - "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "732", - "equipment_slot": "3", - "ge_buy_limit": "2000", - "render_anim": "1277", - "requirements": "{0,30}-{4,30}-{6,30}", - "run_anim": "824", - "stand_anim": "5246", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "5245", - "turn90ccw_anim": "5245", - "turn90cw_anim": "5245", - "two_handed": "true", - "walk_anim": "5245", - "weapon_interface": "21", - "weight": "4" - }, - { - "id": "10150", - "name": "Noose wand", - "examine": "A noose on a stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1279", - "run_anim": "5253", - "shop_price": "4", - "stand_anim": "5254", - "stand_turn_anim": "5252", - "tradeable": "true", - "turn180_anim": "5251", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "5250", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "10151", - "name": "Noose wand", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10156", - "name": "Hunters' crossbow", - "examine": "A weapon made of bone and wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "4", - "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "requirements": "{4,50}", - "run_anim": "4228", - "shop_price": "1300", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "10157", - "name": "Hunters' crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10158", - "name": "Kebbit bolts", - "examine": "Bolts made from the spikes of a prickly kebbit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10159", - "name": "Long kebbit bolts", - "examine": "Bolts made from the spikes of a razor-backed kebbit.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "1000", - "requirements": "{4,50}", - "tradeable": "true" - }, - { - "id": "10160", - "name": "Orange salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10161", - "name": "Red salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10162", - "name": "Black salamander", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10163", - "name": "Swamp lizard", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10167", - "name": "Eagle feather", - "examine": "Probably a bit too big for fly fishing.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10171", - "name": "Eagle cape", - "examine": "A cape made from giant eagle feathers.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "weight": "0.2" - }, - { - "id": "10172", - "name": "Fake beak", - "examine": "A cheaply made fake beak.", - "archery_ticket_price": "0", - "durability": null, + "id": "8903", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "10173", - "name": "Bird book", - "examine": "The title reads 'William Oddity's Guide to the Avian.", + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "8904" }, { - "id": "10174", - "name": "Metal feather", - "examine": "A small feather made out of some sort of metal. The detail is exquisite.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain another metal feather from the camp", + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", "durability": null, - "tradeable": "false" + "name": "Black mask (8)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8905", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10176", - "name": "Silver feather", - "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another by inspecting the opening", "durability": null, + "name": "Black mask (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8906" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8907", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8908" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8909", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8910" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8911", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8912" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8913", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8914" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8915", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8916" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8917", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8918" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8919", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8920" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "An inert-seeming cave horror mask.", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8921", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8922" + }, + { + "requirements": "{18,35}", + "shop_price": "900", + "examine": "A stick on a string... pure style.", + "durability": null, + "name": "Witchwood icon", + "archery_ticket_price": "0", + "id": "8923", + "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "examine": "A white bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8924", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A red bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8925", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A blue bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8926", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A brown bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8927", + "equipment_slot": "0" + }, + { + "examine": "A pirate hat and a patch for the right eye.", + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8928", + "equipment_slot": "0" + }, + { + "shop_price": "800", + "examine": "Tied together so they don't come apart.", + "durability": null, + "name": "Crabclaw and hook", + "weight": "1", + "archery_ticket_price": "0", + "id": "8929", + "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Crude wooden pipe section.", + "durability": null, + "name": "Pipe section", + "weight": "1", + "archery_ticket_price": "0", + "id": "8930" + }, + { + "durability": null, + "name": "Pipe section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8931" + }, + { + "examine": "Repairs made with this will be patchy at best.", + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8932" + }, + { + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8933" + }, + { + "examine": "Slimy logs from the scrapey tree.", + "durability": null, + "name": "Scrapey tree logs", + "archery_ticket_price": "0", + "id": "8934" + }, + { + "durability": null, + "name": "Scrapey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8935" + }, + { + "examine": "Very blue.", + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8936" + }, + { + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8937" + }, + { + "examine": "Very red.", + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8938" + }, + { + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8939" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8943" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8944" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8945" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8946" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8947" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8948" + }, + { + "remove_head": "true", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8949", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8950", + "equipment_slot": "0" + }, + { + "examine": "Piratical currency.", + "durability": null, + "name": "Pieces of eight", + "archery_ticket_price": "0", + "id": "8951" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", "tradeable": "false", - "weight": "1" - }, - { - "id": "10177", - "name": "Bronze feather", - "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", - "archery_ticket_price": "0", "destroy": "true", - "destroy_message": "You can get another by taking from pedestal.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10178", - "name": "Odd bird seed", - "examine": "\"It looks like bird seed, but it's not quite right somehow.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10179", - "name": "Feathered journal", - "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10180", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10181", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10182", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10183", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10184", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10185", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10186", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10187", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10188", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10189", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10190", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10191", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10192", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10193", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10194", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10195", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10196", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10197", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10198", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10199", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10200", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10201", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10202", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10203", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10204", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10205", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10206", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10207", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10208", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10209", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10210", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10211", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10212", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10213", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10214", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10215", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10216", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10217", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10218", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10219", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10220", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10221", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10222", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10223", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10224", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10225", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10226", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10227", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10228", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10229", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10230", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10231", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10232", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10233", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10234", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10235", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10236", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10237", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10238", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10239", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10240", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10241", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10242", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10243", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10244", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10245", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10246", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10247", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10248", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10249", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10250", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10251", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10252", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10253", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10254", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10255", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10256", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10257", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10258", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10259", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10260", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10261", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10262", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10263", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10264", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10265", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10266", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10267", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10268", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10269", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10270", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10271", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10272", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10273", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10274", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10275", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10276", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10277", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10278", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "10279", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "10280", - "name": "Willow comp bow", - "examine": "A powerful bow made from willow.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "10281", - "name": "Willow comp bow", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "id": "8952", + "equipment_slot": "4" }, { - "id": "10282", - "name": "Yew comp bow", - "examine": "A powerful bow made from yew wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.8" - }, - { - "id": "10283", - "name": "Yew comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10284", - "name": "Magic comp bow", - "examine": "A powerful bow made from magic wood.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "requirements": "{4,50}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "16", - "weight": "1.3" - }, - { - "id": "10285", - "name": "Magic comp bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10286", - "name": "Rune helm (h1)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "10287", - "name": "Rune helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10288", - "name": "Rune helm (h2)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10289", - "name": "Rune helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10290", - "name": "Rune helm (h3)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10291", - "name": "Rune helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10292", - "name": "Rune helm (h4)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10293", - "name": "Rune helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10294", - "name": "Rune helm (h5)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10295", - "name": "Rune helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10296", - "name": "Adamant helm (h1)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10297", - "name": "Adamant helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10298", - "name": "Adamant helm (h2)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10299", - "name": "Adamant helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10300", - "name": "Adamant helm (h3)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10301", - "name": "Adamant helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10302", - "name": "Adamant helm (h4)", - "examine": "An Adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10303", - "name": "Adamant helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10304", - "name": "Adamant helm (h5)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10305", - "name": "Adamant helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10306", - "name": "Black helm (h1)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10307", - "name": "Black helm (h1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10308", - "name": "Black helm (h2)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10309", - "name": "Black helm (h2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10310", - "name": "Black helm (h3)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10311", - "name": "Black helm (h3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10312", - "name": "Black helm (h4)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10313", - "name": "Black helm (h4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10314", - "name": "Black helm (h5)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,10}", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10315", - "name": "Black helm (h5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10316", - "name": "Bob shirt", - "examine": "Bob says: 'Never give your password out to anyone.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10317", - "name": "Bob shirt", - "archery_ticket_price": "0", + "shop_price": "100", + "examine": "...You can sail the seven seas...", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10318", - "name": "Bob shirt", - "examine": "Bob says: 'Always check the second trade screen.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10319", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10320", - "name": "Bob shirt", - "examine": "Bob says: 'Never trade in the wilderness!'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10321", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10322", - "name": "Bob shirt", - "examine": "Bob says: 'A bank pin will keep your items secure.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10323", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10324", - "name": "Bob shirt", - "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10325", - "name": "Bob shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10326", - "name": "Purple firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10327", - "name": "White firelighter", - "examine": "Makes firelighting a lot easier.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10328", - "name": "White logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10329", - "name": "Purple logs", - "examine": "A number of chemical covered wooden logs.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10330", - "name": "3rd age range top", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10331", - "name": "3rd age range top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10332", - "name": "3rd age range legs", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10333", - "name": "3rd age range legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10334", - "name": "3rd age range coif", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "5000", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10335", - "name": "3rd age range coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10336", - "name": "3rd age vambraces", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10337", - "name": "3rd age vambraces", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10338", - "name": "3rd age robe top", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "10339", - "name": "3rd age robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10340", - "name": "3rd age robe", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10341", - "name": "3rd age robe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10342", - "name": "3rd age mage hat", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true" - }, - { - "id": "10343", - "name": "3rd age mage hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10344", - "name": "3rd age amulet", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,30}-{6,65}", - "tradeable": "true" - }, - { - "id": "10345", - "name": "3rd age amulet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10346", - "name": "3rd age platelegs", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10347", - "name": "3rd age platelegs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10348", - "name": "3rd age platebody", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0", - "durability": null, - "equip_audio": "2234", - "equipment_slot": "4", - "ge_buy_limit": "2", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "9" - }, - { - "id": "10349", - "name": "3rd age platebody", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10350", - "name": "3rd age full helmet", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10351", - "name": "3rd age full helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10352", - "name": "3rd age kiteshield", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10353", - "name": "3rd age kiteshield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10354", - "name": "Amulet of glory(t4)", - "examine": "A dragonstone amulet with 4 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10355", - "name": "Amulet of glory(t4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10356", - "name": "Amulet of glory(t3)", - "examine": "A dragonstone amulet with 3 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10357", - "name": "Amulet of glory(t3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10358", - "name": "Amulet of glory(t2)", - "examine": "A dragonstone amulet with 2 magic charges.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10359", - "name": "Amulet of glory(t2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10360", - "name": "Amulet of glory(t1)", - "examine": "A dragonstone amulet with 1 magic charge.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "10361", - "name": "Amulet of glory(t1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10362", - "name": "Amulet of glory(t)", - "examine": "A very powerful dragonstone amulet with a nice trim.", - "archery_ticket_price": "0", - "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10363", - "name": "Amulet of glory(t)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10364", - "name": "Strength amulet(t)", - "examine": "An enchanted ruby amulet with a nice trim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10365", - "name": "Strength amulet(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10366", - "name": "Amulet of magic(t)", - "examine": "An enchanted sapphire amulet of magic.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10367", - "name": "Amulet of magic(t)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "10368", - "name": "Zamorak bracers", - "examine": "Zamorak blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10369", - "name": "Zamorak bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10370", - "name": "Zamorak d'hide", - "examine": "Zamorak blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10371", - "name": "Zamorak d'hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10372", - "name": "Zamorak chaps", - "examine": "Zamorak blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "10373", - "name": "Zamorak chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10374", - "name": "Zamorak coif", - "examine": "Zamorak blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10375", - "name": "Zamorak coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10376", - "name": "Guthix bracers", - "examine": "Guthix blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10377", - "name": "Guthix bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10378", - "name": "Guthix dragonhide", - "examine": "Guthix blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "13", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10379", - "name": "Guthix dragonhide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10380", - "name": "Guthix chaps", - "examine": "Guthix blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "5" - }, - { - "id": "10381", - "name": "Guthix chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10382", - "name": "Guthix coif", - "examine": "Guthix blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "0.85" - }, - { - "id": "10383", - "name": "Guthix coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10384", - "name": "Saradomin bracers", - "examine": "Saradomin blessed dragonhide vambraces.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "9", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10385", - "name": "Saradomin bracers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10386", - "name": "Saradomin d'hide", - "examine": "Saradomin blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", + "name": "Green naval shirt", + "tradeable": "false", "destroy": "true", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "4", - "ge_buy_limit": "2", + "archery_ticket_price": "0", + "id": "8953", + "equipment_slot": "4" + }, + { "remove_sleeves": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "13000", - "tradeable": "true", - "weight": "6" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8954", + "equipment_slot": "4" }, { - "id": "10387", - "name": "Saradomin d'hide", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10388", - "name": "Saradomin chaps", - "examine": "Saradomin blessed dragonhide chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "durability": null, - "equip_audio": "2241", - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10389", - "name": "Saradomin chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10390", - "name": "Saradomin coif", - "examine": "Saradomin blessed dragonhide coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "tradeable": "true" - }, - { - "id": "10391", - "name": "Saradomin coif", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10392", - "name": "A powdered wig", - "examine": "A big 'do about nothing.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10393", - "name": "A powdered wig", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10394", - "name": "Flared trousers", - "examine": "These'll help me stay alive.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10395", - "name": "Flared trousers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10396", - "name": "Pantaloons", - "examine": "Alas, someone has slashed my pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10397", - "name": "Pantaloons", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10398", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10399", - "name": "Sleeping cap", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10400", - "name": "Black ele' shirt", - "examine": "A well made elegant mans' black shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8955", + "equipment_slot": "4" }, { - "id": "10401", - "name": "Black ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10402", - "name": "Black ele' legs", - "examine": "A rather elegant black pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10403", - "name": "Black ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10404", - "name": "Red ele' shirt", - "examine": "A well made elegant men's red shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8956", + "equipment_slot": "4" }, { - "id": "10405", - "name": "Red ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10406", - "name": "Red ele' legs", - "examine": "A rather elegant red pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10407", - "name": "Red ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10408", - "name": "Blue ele' shirt", - "examine": "A well made elegant mans' blue shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8957", + "equipment_slot": "4" }, { - "id": "10409", - "name": "Blue ele' shirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10410", - "name": "Blue ele' legs", - "examine": "A rather elegant pair of men's blue pantaloons", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10411", - "name": "Blue ele' legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10412", - "name": "Green ele' shirt", - "examine": "A well made elegant men's green shirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8958", + "equipment_slot": "4" }, { - "id": "10413", - "name": "Green ele' shirt", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "8959", + "equipment_slot": "0" }, { - "id": "10414", - "name": "Green ele' legs", - "examine": "A rather elegant green pair of men's pantaloons.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "8960", + "equipment_slot": "0" }, { - "id": "10415", - "name": "Green ele' legs", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "8961", + "equipment_slot": "0" }, { - "id": "10416", - "name": "Purple ele' shirt", - "examine": "A well made elegant men's purple shirt.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "8962", + "equipment_slot": "0" }, { - "id": "10417", - "name": "Purple ele' shirt", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "8963", + "equipment_slot": "0" }, { - "id": "10418", - "name": "Purple ele' legs", - "examine": "A rather elegant purple pair of pantaloons.", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "8964", + "equipment_slot": "0" }, { - "id": "10419", - "name": "Purple ele' legs", - "archery_ticket_price": "0", + "shop_price": "50", + "examine": "I could never look square in this.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "8965", + "equipment_slot": "0" }, { - "id": "10420", - "name": "White ele' blouse", - "examine": "A well made ladies' elegant white blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10421", - "name": "White ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10422", - "name": "White ele' skirt", - "examine": "A rather elegant white skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10423", - "name": "White ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10424", - "name": "Red ele' blouse", - "examine": "A well made elegant ladies' red blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10425", - "name": "Red ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10426", - "name": "Red ele' skirt", - "examine": "A rather elegant Red skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10427", - "name": "Red ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10428", - "name": "Blue ele' blouse", - "examine": "A well made ladies' elegant blue blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10429", - "name": "Blue ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10430", - "name": "Blue ele' skirt", - "examine": "A rather elegant blue skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10431", - "name": "Blue ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10432", - "name": "Green ele' blouse", - "examine": "A well made ladies' elegant green blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10433", - "name": "Green ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10434", - "name": "Green ele' skirt", - "examine": "A rather elegant green skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10435", - "name": "Green ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10436", - "name": "Purple ele' blouse", - "examine": "A well made elegant ladies' purple blouse.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10437", - "name": "Purple ele' blouse", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10438", - "name": "Purple ele' skirt", - "examine": "A rather elegant purple skirt.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10439", - "name": "Purple ele' skirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10440", - "name": "Saradomin crozier", - "examine": "A Saradomin crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Cutthroat.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "stand_anim": "1421", + "name": "Cutthroat flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8966", + "stand_turn_anim": "1426" }, { - "id": "10441", - "name": "Saradomin crozier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10442", - "name": "Guthix crozier", - "examine": "A Guthix crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Guilded Smile.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "attack_speed": "2", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "stand_anim": "1421", + "name": "Guilded smile flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8967", + "stand_turn_anim": "1426" }, { - "id": "10443", - "name": "Guthix crozier", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10444", - "name": "Zamorak crozier", - "examine": "A Zamorak crozier.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", - "defence_anim": "420", + "shop_price": "300", + "turn90cw_anim": "1424", + "examine": "The flag of The Bronze Fist.", + "walk_anim": "1422", "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", "equipment_slot": "3", - "ge_buy_limit": "2", - "render_anim": "28", - "requirements": "{5,60}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", + "stand_anim": "1421", + "name": "Bronze fist flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8968", + "stand_turn_anim": "1426" + }, + { + "shop_price": "400", + "turn90cw_anim": "1424", + "examine": "The flag of The Lucky Shot.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Lucky shot flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8969", + "stand_turn_anim": "1426" + }, + { + "shop_price": "500", + "turn90cw_anim": "1424", + "examine": "The flag of The Treasure Trove.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Treasure flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8970", + "stand_turn_anim": "1426" + }, + { + "shop_price": "600", + "turn90cw_anim": "1424", + "examine": "The flag of The Phasmatys Pride.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Phasmatys flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8971", + "stand_turn_anim": "1426" + }, + { + "examine": "A Bowl of red water.", + "durability": null, + "name": "Bowl of red water", "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" + "archery_ticket_price": "0", + "id": "8972" }, { - "id": "10445", - "name": "Zamorak crozier", - "archery_ticket_price": "0", - "attack_anims": "", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10446", - "name": "Saradomin cloak", - "examine": "A Saradomin cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of red water", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8973" }, { - "id": "10447", - "name": "Saradomin cloak", - "archery_ticket_price": "0", + "examine": "A Bowl of blue water.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10448", - "name": "Guthix cloak", - "examine": "A Guthix cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of blue water", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8974" }, { - "id": "10449", - "name": "Guthix cloak", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10450", - "name": "Zamorak cloak", - "examine": "A Zamorak cloak.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "2", - "requirements": "{5,40}", + "name": "Bowl of blue water", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8975" }, { - "id": "10451", - "name": "Zamorak cloak", - "archery_ticket_price": "0", + "examine": "Monkeys seem to like throwing these.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Bitternut", + "archery_ticket_price": "0", + "id": "8976" }, { - "id": "10452", - "name": "Saradomin mitre", - "examine": "A Saradomin mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "examine": "Greasy bark from the scrapey tree.", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", - "tradeable": "true" + "name": "Scrapey bark", + "weight": "1.1", + "archery_ticket_price": "0", + "id": "8977" }, { - "id": "10453", - "name": "Saradomin mitre", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10454", - "name": "Guthix mitre", - "examine": "A Guthix mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", - "tradeable": "true" - }, - { - "id": "10455", - "name": "Guthix mitre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10456", - "name": "Zamorak mitre", - "examine": "A Zamorak mitre.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{5,40}-{6,40}", + "name": "Scrapey bark", "tradeable": "true", - "weight": "0.3" + "archery_ticket_price": "0", + "id": "8978" }, { - "id": "10457", - "name": "Zamorak mitre", - "archery_ticket_price": "0", + "examine": "Caution; not for use over troubled water.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10458", - "name": "Saradomin robe top", - "examine": "Blessed vestments of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true" - }, - { - "id": "10459", - "name": "Saradomin robe top", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10460", - "name": "Zamorak robe top", - "examine": "Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Bridge section", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8979" }, { - "id": "10461", - "name": "Zamorak robe top", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10462", - "name": "Guthix robe top", - "examine": "Blessed vestments of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "2", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Bridge section", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "8980" }, { - "id": "10463", - "name": "Guthix robe top", - "archery_ticket_price": "0", + "examine": "Better than sea slugs.", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" + "name": "Sweetgrubs", + "archery_ticket_price": "0", + "id": "8981" }, { - "id": "10464", - "name": "Saradomin robe legs", - "examine": "Leggings from the Saradomin Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", - "tradeable": "true" - }, - { - "id": "10465", - "name": "Saradomin robe legs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10466", - "name": "Guthix robe legs", - "examine": "Leggings from the Guthix Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", + "name": "Sweetgrubs", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "8982" }, { - "id": "10467", - "name": "Guthix robe legs", - "archery_ticket_price": "0", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10468", - "name": "Zamorak robe legs", - "examine": "Legs of the Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "2", - "requirements": "{5,20}", + "name": "Bucket", "tradeable": "true", - "weight": "2.7" + "weight": "1", + "archery_ticket_price": "0", + "id": "8986" }, { - "id": "10469", - "name": "Zamorak robe legs", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10470", - "name": "Saradomin stole", - "examine": "A Saradomin stole.", + "name": "Torch", "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10471", - "name": "Saradomin stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10472", - "name": "Guthix stole", - "examine": "A blessed stole.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10473", - "name": "Guthix stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10474", - "name": "Zamorak stole", - "examine": "A Zamorak stole.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "2", - "requirements": "{5,60}", - "tradeable": "true" - }, - { - "id": "10475", - "name": "Zamorak stole", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "10476", - "name": "Purple sweets", - "examine": "Remember to brush after eating!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10485", - "name": "Scroll", - "archery_ticket_price": "0", - "durability": null, + "id": "8987", "equipment_slot": "3" }, { - "id": "10486", - "name": "Empty sack", - "examine": "An empty sack.", - "archery_ticket_price": "0", + "shop_price": "5", + "examine": "Apparently good for brewing.", "durability": null, - "shop_price": "1", + "name": "The stuff", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "8988" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8989" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8990" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "8991", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "8992", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "8993", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "8994", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "8995", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "8996", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "8997", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Bandana and eyepatch", "tradeable": "true", - "weight": "0.4" + "archery_ticket_price": "0", + "id": "8998" }, { - "id": "10487", - "name": "Undead chicken", - "examine": "Yup, definitely a chicken...an undead chicken.", - "archery_ticket_price": "0", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", "durability": null, - "equip_audio": "3277", - "equipment_slot": "3", - "render_anim": "1171", - "run_anim": "824", - "stand_anim": "5363", - "stand_turn_anim": "823", - "turn180_anim": "5438", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "5364", - "weapon_interface": "12" - }, - { - "id": "10488", - "name": "Selected iron", - "examine": "An iron bar supplied by an insane old crone.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Witch in Draynor supplies these bars.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "10489", - "name": "Bar magnet", - "examine": "A magnet designed for undead chicken use.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10490", - "name": "Undead twigs", - "examine": "Were they trying to escape just then?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can chop more wood from undead trees using my blessed axe.", - "durability": null, - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "10491", - "name": "Blessed axe", - "examine": "It radiates purity but can still lop off heads.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "5", - "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", - "durability": null, - "equip_audio": "2229", - "equipment_slot": "3", - "render_anim": "2586", - "tradeable": "false", - "weapon_interface": "2", - "weight": "1.1" - }, - { - "id": "10492", - "name": "Research notes", - "examine": "These make no sense at all.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10493", - "name": "Translated notes", - "examine": "They still make no sense, but look more meaningful now.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10494", - "name": "A pattern", - "examine": "Attach tab A to button B then fold along line C...", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10495", - "name": "A container", - "examine": "A desirable residence for discerning, undead chickens.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10496", - "name": "Polished buttons", - "examine": "Shiny!", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10498", - "name": "Ava's attractor", - "examine": "A bagged chicken ready to serve you, magnet in claw.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.", - "durability": null, - "equip_audio": "3284", - "equipment_slot": "1", - "shop_price": "999", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "10499", - "name": "Ava's accumulator", - "examine": "A superior bagged chicken ready to serve you, magnet in claw.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", - "durability": null, - "equip_audio": "3284", - "equipment_slot": "1", - "shop_price": "999", - "tradeable": "false", - "weight": "4.5" - }, - { - "id": "10500", - "name": "Crone-made amulet", - "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.", - "durability": null, - "equipment_slot": "2", - "tradeable": "false", - "weight": "5" - }, - { - "id": "10501", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" - }, - { - "id": "10506", - "name": "Gublinch shards", - "examine": "A gublinch frozen and crumbled into shards.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "10507", - "name": "Reindeer hat", - "examine": "A reindeer hat and a matching flashing nose.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it. this item", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "2" - }, - { - "id": "10508", - "name": "Wintumber tree", - "examine": "A wintumber tree for your player-owned house.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "tradeable": "false", - "weight": "10" - }, - { - "id": "10509", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "10510", - "name": "Snowball", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "10511", - "name": "Zanaris choir", - "examine": "They're going to sing to you!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10513", - "name": "Crackers", - "examine": "Some dry crackers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Unknown You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10514", - "name": "Tofu", - "examine": "A block of tofu.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10515", - "name": "Worms", - "examine": "Some meaty worms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10516", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10517", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10518", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10519", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10520", - "name": "Attacker horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10521", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10522", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10523", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10524", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10525", - "name": "Collection bag", - "examine": "A very small/small/medium-sized/large/very large collection bag.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10526", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10527", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10528", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10529", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10530", - "name": "Healer horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10531", - "name": "Green egg", - "examine": "Used to poison your enemies!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10532", - "name": "Red egg", - "examine": "Will explode when fired.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10533", - "name": "Blue egg", - "examine": "Stun your foes!", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10534", - "name": "Yellow egg", - "examine": "A yellow egg; it needs passing to the Healer to be poisoned!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10535", - "name": "Poisoned egg", - "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10536", - "name": "Spiked/pois. egg", - "examine": "A poisoned, spiky egg; pass to the defender for heating!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10537", - "name": "Omega egg", - "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10538", - "name": "Defender horn", - "examine": "A horn to call others.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10539", - "name": "Poisoned tofu", - "examine": "Some poisoned tofu.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10540", - "name": "Poisoned worms", - "examine": "Some poisoned worms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10541", - "name": "Poisoned meat", - "examine": "A poisoned leg of meat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10542", - "name": "Healing vial(4)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10543", - "name": "Healing vial(3)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10544", - "name": "Healing vial(2)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10545", - "name": "Healing vial(1)", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "10546", - "name": "Healing vial", - "examine": "A full healing vial.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10547", - "name": "Healer hat", - "examine": "A Penance Healer hat.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10548", - "name": "Fighter hat", - "examine": "A Penance Fighter hat.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10549", - "name": "Runner hat", - "examine": "A Penance Runner hat.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "1" - }, - { - "id": "10550", - "name": "Ranger hat", - "examine": "A Penance ranger hat.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,40}", - "shop_price": "275", - "weight": "2" - }, - { - "id": "10551", - "name": "Fighter torso", - "examine": "Penance Fighter torso armour.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,40}", - "shop_price": "375", - "tradeable": "false", - "weight": "4" - }, - { - "id": "10552", - "name": "Runner boots", - "examine": "Boots made from a Penance Runner.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "durability": null, - "equipment_slot": "10", - "requirements": "{1,40}", - "shop_price": "100" - }, - { - "id": "10553", - "name": "Penance gloves", - "examine": "These gloves seem unbelievably light!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "150", - "weight": "-7" - }, - { - "id": "10554", - "name": "Penance gloves", - "examine": "These gloves seem unbelievably light!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "150", - "weight": "0.3" - }, - { - "id": "10555", - "name": "Penance skirt", - "examine": "A skirt made from the skin of a Penance Ranger.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,40}", - "shop_price": "375", - "weight": "3" - }, - { - "id": "10556", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10557", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10558", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10559", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "10560", - "name": "Collector horn", - "examine": "A horn for communication with your team members.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10562", - "name": "Queen help book", - "examine": "A book about the Barbarian Assault Queen.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to ask Captain Cain for another.", - "durability": null, - "shop_price": "160", - "tradeable": "false" - }, - { - "id": "10564", - "name": "Granite body", - "examine": "Provides excellent protection.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,50}-{2,50}", - "shop_price": "95000", + "name": "Bandana and eyepatch", "tradeable": "true", - "weight": "22.6" + "archery_ticket_price": "0", + "id": "8999" }, { - "id": "10565", - "name": "Granite body", - "archery_ticket_price": "0", "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9000" }, { - "id": "10566", - "name": "Fire cape", - "examine": "A cape of fire.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", "durability": null, - "equipment_slot": "1", + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9001" + }, + { + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9002" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "WARNING: Contains information which could make your account secure!", + "grand_exchange_price": "100", + "durability": null, + "name": "Security book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9003" + }, + { + "ge_buy_limit": "100", + "examine": "Information regarding the Stronghold of Security.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9004" + }, + { + "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security", + "examine": "Very nice boots from the Stronghold of Security.", + "durability": null, + "name": "Fancy boots", "tradeable": "false", - "weight": "1.8" - }, - { - "id": "10567", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10568", - "name": "Picture", "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10569", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10570", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10571", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10572", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10573", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10574", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10575", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10576", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10577", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10578", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10579", - "name": "Picture", - "examine": "Mabob.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "10580", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "10581", - "name": "Keris", - "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "attack_speed": "4", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy": "true", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "tradeable": "false", - "weapon_interface": "5", - "weight": "0.4" - }, - { - "id": "10582", - "name": "Keris(p)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10583", - "name": "Keris(p+)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10584", - "name": "Keris(p++)", - "archery_ticket_price": "0", - "attack_anims": "376,376,377,376", - "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", - "defence_anim": "378", - "destroy_message": "You can obtain another from Osman. You will then need to poison it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "2584", - "weapon_interface": "5" - }, - { - "id": "10586", - "name": "Combat lamp", - "examine": "A mystical lamp, engraved with scenes of carnage.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10587", - "name": "Tarn's diary", - "examine": "Tarn Razorlor's diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10588", - "name": "Salve amulet(e)", - "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", - "durability": null, - "equipment_slot": "2", - "weight": "1" - }, - { - "id": "10589", - "name": "Granite helm", - "examine": "A stone helmet.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,50}-{2,50}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "10590", - "name": "Granite helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "10591", - "name": "Terror dog", - "examine": "A terrifying dog beast.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "10592", - "name": "Penguin bongos", - "examine": "Small drums.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can make another with tanned leather and a mahogany plank.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10593", - "name": "Cowbells", - "examine": "Every song needs a cowbell.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "2" - }, - { - "id": "10594", - "name": "Clockwork book", - "examine": "A book about clockwork mechanisms.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10595", - "name": "Clockwork suit", - "examine": "A clockwork penguin suit.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "10596", - "name": "Clockwork suit", - "examine": "A clockwork penguin suit.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "10600", - "name": "Kgp id card", - "examine": "So you can be a penguin too!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Noodle to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10601", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10602", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10603", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "shop_price": "15000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10604", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "10605", - "name": "Infinity top", - "examine": "Mystical robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "10606", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "10607", - "name": "Ghostly boots", - "examine": "They seem to be not quite of this world...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "durability": null, + "id": "9005", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equip_audio": "2237", "equipment_slot": "10" }, { - "id": "10608", - "name": "Moonclan hat", - "examine": "A mystical hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.", + "examine": "Very nice boots from the Stronghold of Security.", "durability": null, - "equipment_slot": "0", - "shop_price": "1000", - "weight": "1" - }, - { - "id": "10609", - "name": "Lunar helm", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0", + "name": "Fighting boots", + "tradeable": "false", "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", + "archery_ticket_price": "0", + "id": "9006", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Ooooh spooky!", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", + "name": "Right skull half", "tradeable": "false", - "weight": "0.9" + "weight": "1", + "archery_ticket_price": "0", + "id": "9007" }, { - "id": "10610", - "name": "Decorative armour", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "examine": "Ooooh spooky!", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "10611", - "name": "Void knight top", - "examine": "Torso armour from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "250", + "name": "Left skull half", "tradeable": "false", - "weight": "6.5" + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "9008" }, { - "id": "10612", - "name": "Rogue mask", - "examine": "Black banded leather armour, a rogue's dream!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "examine": "Seems to be for use with a staff or sceptre of some sort.", "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "weight": "0.5" + "name": "Strange skull", + "tradeable": "false", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "9009" }, { - "id": "10613", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", + "examine": "Top half of a broken sceptre.", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "requirements": "{1,40}", + "name": "Top of sceptre", + "tradeable": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "9010" + }, + { + "examine": "Bottom half of a broken sceptre.", + "durability": null, + "name": "Bottom of sceptre", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9011" + }, + { + "examine": "Sceptre with runes on it, seems to be missing something.", + "durability": null, + "name": "Runed sceptre", + "tradeable": "false", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9012" + }, + { + "turn90cw_anim": "1207", + "examine": "A fragile magical Sceptre.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "3", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.", + "stand_anim": "813", + "name": "Skull sceptre", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9013", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "durability": null, + "name": "Security book", "tradeable": "true", - "weight": "2.7" + "archery_ticket_price": "0", + "id": "9014" }, { - "id": "10614", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", + "name": "Stronghold notes", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "9015" }, { - "id": "10615", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "examine": "Oversized nail clippings.", "durability": null, - "equipment_slot": "0", + "name": "Gorak claws", + "archery_ticket_price": "0", + "id": "9016" + }, + { + "examine": "A flower with magical properties.", + "durability": null, + "name": "Star flower", + "archery_ticket_price": "0", + "id": "9017" + }, + { + "examine": "Ground-down gorak claws.", + "durability": null, + "name": "Gorak claw powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "9018" + }, + { + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "9020", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.", + "examine": "A scroll that says she's a healer, that's Fairy Nuff.", + "durability": null, + "name": "Nuff's certificate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9025" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9026" }, { - "id": "10616", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "187", "durability": null, - "equipment_slot": "0", + "name": "Ivory comb", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9027" }, { - "id": "10617", - "name": "Tribal mask", - "examine": "A ceremonial wooden mask.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", + "grand_exchange_price": "513", "durability": null, - "equipment_slot": "0", + "name": "Golden scarab", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "9028" }, { - "id": "10618", - "name": "White platebody", - "examine": "Provides excellent protection.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "513", "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "3840", + "name": "Golden scarab", "tradeable": "true", - "weight": "9.9" + "archery_ticket_price": "0", + "id": "9029" }, { - "id": "10619", - "name": "Initiate hauberk", - "examine": "An initiate Temple Knight's Armour.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0", + "ge_buy_limit": "100", + "examine": "Little ornament in the shape of a scarab.", + "grand_exchange_price": "168", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10000", + "name": "Stone scarab", "tradeable": "true", - "weight": "8" + "weight": "0.07", + "archery_ticket_price": "0", + "id": "9030" }, { - "id": "10620", - "name": "Proselyte hauberk", - "examine": "A Proselyte Temple Knight's armour.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "168", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "12000", + "name": "Stone scarab", "tradeable": "true", - "weight": "8.6" + "archery_ticket_price": "0", + "id": "9031" }, { - "id": "10621", - "name": "Mourner top", - "examine": "A thick heavy leather top.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "examine": "A small pottery scarab.", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "10622", - "name": "Kyatt top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery scarab", "tradeable": "true", - "weight": "0.2" + "weight": "1", + "archery_ticket_price": "0", + "id": "9032" }, { - "id": "10623", - "name": "Larupia top", - "examine": "This should make me harder to spot in woodland and jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "74", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery scarab", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9033" }, { - "id": "10624", - "name": "Graahk top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small golden statuette.", + "grand_exchange_price": "740", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "300", + "name": "Golden statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9034" }, { - "id": "10625", - "name": "Wood camo top", - "examine": "This should make me harder to spot in wooded areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "740", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Golden statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9035" }, { - "id": "10626", - "name": "Jungle camo top", - "examine": "This should make me harder to spot in jungle areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small pottery statuette.", + "grand_exchange_price": "97", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery statuette", "tradeable": "true", - "weight": "0.2" + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9036" }, { - "id": "10627", - "name": "Desert camo top", - "examine": "This should make me harder to spot in desert areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "97", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Pottery statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9037" }, { - "id": "10628", - "name": "Polar camo top", - "examine": "This should make me harder to spot in polar areas.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "ge_buy_limit": "100", + "examine": "A small stone statuette.", + "grand_exchange_price": "193", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Stone statuette", "tradeable": "true", - "weight": "0.2" + "archery_ticket_price": "0", + "id": "9038" }, { - "id": "10629", - "name": "Mime mask", - "examine": "A mime would wear this.", - "archery_ticket_price": "0", + "ge_buy_limit": "100", + "grand_exchange_price": "193", "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9039" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9041" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9043" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre is fully charged.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1000000", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9044", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9045" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has two charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9046", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9047" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has one charge left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9048", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9049" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre has no charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "985800", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9050", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "985800", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9051" + }, + { + "ge_buy_limit": "1000", + "examine": "Delicious and nutritious. Well, nutritious anyway.", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9052" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9053" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Red goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9054", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Black goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9055", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Yellow goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9056", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Green goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9057", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Purple goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9058", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Pink goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9059", + "equipment_slot": "4" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9064" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9065", + "equipment_slot": "5" + }, + { + "examine": "A roughly circular disc of glass.", + "durability": null, + "name": "Emerald lens", + "archery_ticket_price": "0", + "id": "9066" + }, + { + "examine": "A log of my thoughts...", + "durability": null, + "name": "Dream log", + "weight": "1", + "archery_ticket_price": "0", + "id": "9067" + }, + { + "shop_price": "1000", + "examine": "Mystical headgear.", + "durability": null, + "name": "Moonclan helm", + "archery_ticket_price": "0", + "id": "9068", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "10630", - "name": "Princess blouse", - "examine": "Very posh!", - "archery_ticket_price": "0", + "shop_price": "1000", + "examine": "A mystical hat.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "9069", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10631", - "name": "Zombie shirt", - "examine": "Aside from the braaaains on the lapel, it's still quite good.", - "archery_ticket_price": "0", + "remove_sleeves": "true", + "shop_price": "1000", + "examine": "Provides good protection.", "durability": null, + "name": "Moonclan armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "9070", + "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0", "equipment_slot": "4" }, { - "id": "10632", - "name": "Camo top", - "examine": "Examine what?", - "archery_ticket_price": "0", + "shop_price": "1000", + "examine": "This should protect my legs.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.7" + "name": "Moonclan skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "9071", + "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "10633", - "name": "Lederhosen top", - "examine": "A leather strapped top.", - "archery_ticket_price": "0", + "shop_price": "900", + "examine": "These should keep my hands safe.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2.2" + "name": "Moonclan gloves", + "archery_ticket_price": "0", + "id": "9072", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0", + "equipment_slot": "9" }, { - "id": "10634", - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "shop_price": "900", + "examine": "Groovy foot protection.", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "2" + "name": "Moonclan boots", + "archery_ticket_price": "0", + "id": "9073", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0", + "equipment_slot": "10" }, { - "id": "10635", - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "shop_price": "200", + "examine": "A mystical cape.", "durability": null, - "equipment_slot": "1", - "shop_price": "450", + "name": "Moonclan cape", + "archery_ticket_price": "0", + "id": "9074", + "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "220", + "ge_buy_limit": "25000", + "examine": "Used for Lunar Spells", + "grand_exchange_price": "231", + "durability": null, + "name": "Astral rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9075" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This needs refining", + "durability": null, + "name": "Lunar ore", + "weight": "7", + "archery_ticket_price": "0", + "id": "9076" + }, + { + "destroy_message": "You'll have to mine another lunar ore and smelt it.", + "examine": "It's a bar of magic metal.", + "durability": null, + "name": "Lunar bar", "tradeable": "false", - "weight": "1.8" + "destroy": "true", + "archery_ticket_price": "0", + "id": "9077" }, { - "id": "10636", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "examine": "A book of Moonclan history.", "durability": null, + "name": "Moonclan manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "9078" + }, + { + "examine": "The tooth, the whole tooth, and nothing but the tooth.", + "durability": null, + "name": "Suqah tooth", + "archery_ticket_price": "0", + "id": "9079" + }, + { + "examine": "An untanned piece of suqah hide.", + "durability": null, + "name": "Suqah hide", + "archery_ticket_price": "0", + "id": "9080" + }, + { + "examine": "A piece of Suqah hide that has been expertly tanned into leather.", + "durability": null, + "name": "Suqah leather", + "weight": "3", + "archery_ticket_price": "0", + "id": "9081" + }, + { + "examine": "A ground Suqah tooth.", + "durability": null, + "name": "Ground tooth", + "archery_ticket_price": "0", + "id": "9082" + }, + { + "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...", + "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", + "durability": null, + "name": "Seal of passage", + "tradeable": "false", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "9083", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "examine": "A Moonclan staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9084", + "stand_turn_anim": "1209", + "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0", + "requirements": "{6,65}", + "shop_price": "30000", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff" + }, + { + "destroy_message": "You'll have to get another from the Oneiromancer.", + "examine": "A vessel for holding liquid.", + "durability": null, + "name": "Empty vial", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9085" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "10", + "examine": "A glass vial containing water.", + "grand_exchange_price": "21", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "9086" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel for dreaming while awake!", + "durability": null, + "name": "Waking sleep vial", + "archery_ticket_price": "0", + "id": "9087" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Guam inside.", + "durability": null, + "name": "Guam vial", + "archery_ticket_price": "0", + "id": "9088" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Marrentill inside.", + "durability": null, + "name": "Marr vial", + "archery_ticket_price": "0", + "id": "9089" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water, guam and marrentill inside.", + "durability": null, + "name": "Guam-marr vial", + "archery_ticket_price": "0", + "id": "9090" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt1", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9091", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air and fire.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt2", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9092", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air, fire and water.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt3", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9093", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "Small bits of wood from the first magic tree!", + "durability": null, + "name": "Kindling", + "archery_ticket_price": "0", + "id": "9094" + }, + { + "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", + "durability": null, + "name": "Soaked kindling", + "archery_ticket_price": "0", + "id": "9095" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,65}", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9096", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "120000", + "examine": "Provides good protection.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "remove_sleeves": "true", + "name": "Lunar torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9097", + "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "80000", + "examine": "These should protect my legs.", + "durability": null, + "destroy": "true", + "weight": "3.65", + "absorb": "4,2,0", + "equipment_slot": "7", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar legs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9098", + "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "These should keep my hands safe.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "9", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9099", + "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "Mystical foot protection.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "10", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar boots", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9100", + "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "12000", + "examine": "Oooo pretty!", + "durability": null, + "destroy": "true", + "weight": "0.4", "equipment_slot": "1", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar cape", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9101", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "4000", + "examine": "Awesome.", + "durability": null, + "name": "Lunar amulet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9102", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "examine": "I'll be the talk of the town with this... maybe.", + "durability": null, + "name": "A special tiara", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9103" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "2000", + "examine": "A mysterious ring that can fill the wearer with magical power.", + "durability": null, + "name": "Lunar ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9104", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Astral tiara", + "archery_ticket_price": "0", + "id": "9106", + "equipment_slot": "0" + }, + { + "requirements": "{4,16}", + "examine": "Blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts", + "archery_ticket_price": "0", + "id": "9139", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "41", + "durability": null, + "name": "Iron bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9140", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "150", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "90", + "durability": null, + "name": "Steel bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9141", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "108", + "durability": null, + "name": "Mithril bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Adamant bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "627", + "durability": null, + "name": "Rune bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "8", + "durability": null, + "name": "Silver bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A bronze crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "29", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9174", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0", + "shop_price": "92", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Bronze crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "29", + "durability": null, + "name": "Bronze crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9175" + }, + { + "requirements": "{4,16}", + "turn90cw_anim": "821", + "examine": "A blurite crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "4", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Blurite crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9176", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An iron crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "20", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9177", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,26}", + "shop_price": "157", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Iron crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9178" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A steel crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "99", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9179", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,31}", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Steel crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "99", + "durability": null, + "name": "Steel crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9180" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A mithril crossbow", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "355", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9181", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,36}", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Mith crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "355", + "durability": null, + "name": "Mith crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9182" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An adamantite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "905", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9183", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,46}", + "shop_price": "2244", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Adamant crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "905", + "durability": null, + "name": "Adamant crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9184" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A runite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "9706", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9185", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,61}", + "shop_price": "16200", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", "lendable": "true", - "shop_price": "90000", - "tradeable": "true", - "weight": "1.8" + "attack_audios": "2700,0,0,0", + "name": "Rune crossbow" }, { - "id": "10637", - "name": "Fire cape", - "examine": "A cape of fire.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0", + "ge_buy_limit": "500", + "grand_exchange_price": "9706", "durability": null, - "equipment_slot": "1", + "name": "Rune crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9186" + }, + { + "ge_buy_limit": "10000", + "examine": "Jade bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jade bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9187" + }, + { + "ge_buy_limit": "10000", + "examine": "Red Topaz bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Topaz bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9188" + }, + { + "ge_buy_limit": "10000", + "examine": "Sapphire bolt tips.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sapphire bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9189" + }, + { + "ge_buy_limit": "10000", + "examine": "Emerald bolt tips.", + "grand_exchange_price": "84", + "durability": null, + "name": "Emerald bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9190" + }, + { + "ge_buy_limit": "10000", + "examine": "Ruby bolt tips.", + "grand_exchange_price": "159", + "durability": null, + "name": "Ruby bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9191" + }, + { + "ge_buy_limit": "10000", + "examine": "Diamond bolt tips.", + "grand_exchange_price": "1289", + "durability": null, + "name": "Diamond bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9192" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragonstone bolt tips.", + "grand_exchange_price": "2477", + "durability": null, + "name": "Dragon bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9193" + }, + { + "shop_price": "13500", + "ge_buy_limit": "10000", + "examine": "Onyx bolt tips.", + "grand_exchange_price": "8096", + "tokkul_price": "1500", + "durability": null, + "name": "Onyx bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9194" + }, + { + "ge_buy_limit": "25000", + "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", + "grand_exchange_price": "10", + "durability": null, + "name": "Opal bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9236", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,15}", + "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", + "durability": null, + "name": "Jade bolts (e)", + "archery_ticket_price": "0", + "id": "9237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", + "grand_exchange_price": "36", + "durability": null, + "name": "Pearl bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9238", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "25000", + "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "44", + "durability": null, + "name": "Topaz bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "103", + "ge_buy_limit": "25000", + "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "95", + "durability": null, + "name": "Sapphire bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9240", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "304", + "durability": null, + "name": "Emerald bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "450", + "durability": null, + "name": "Ruby bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9242", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "1631", + "durability": null, + "name": "Diamond bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", + "grand_exchange_price": "3217", + "durability": null, + "name": "Dragon bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9244", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", + "grand_exchange_price": "8870", + "durability": null, + "name": "Onyx bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p)", + "archery_ticket_price": "0", + "id": "9286", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "88", + "durability": null, + "name": "Iron bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9287", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "132", + "durability": null, + "name": "Steel bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9288", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "146", + "durability": null, + "name": "Mithril bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9289", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "302", + "durability": null, + "name": "Adamant bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9290", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "734", + "durability": null, + "name": "Runite bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9291", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "34", + "durability": null, + "name": "Silver bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9292", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p+)", + "archery_ticket_price": "0", + "id": "9293", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "185", + "durability": null, + "name": "Iron bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9294", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "215", + "durability": null, + "name": "Steel bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9295", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "296", + "durability": null, + "name": "Mithril bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9296", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "472", + "durability": null, + "name": "Adamant bolts(p+)", + "archery_ticket_price": "0", + "id": "9297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1130", + "durability": null, + "name": "Runite bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9298", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "129", + "durability": null, + "name": "Silver bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9299", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p++)", + "archery_ticket_price": "0", + "id": "9300", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "1136", + "durability": null, + "name": "Iron bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9301", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "1088", + "durability": null, + "name": "Steel bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9302", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "903", + "durability": null, + "name": "Mithril bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9303", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1043", + "durability": null, + "name": "Adamant bolts(p++)", + "archery_ticket_price": "0", + "id": "9304", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1581", + "durability": null, + "name": "Runite bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9305", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "1211", + "durability": null, + "name": "Silver bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9306", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "examine": "Jade tipped blurite bolts.", + "durability": null, + "name": "Jade bolts", + "archery_ticket_price": "0", + "id": "9335", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "62", + "ge_buy_limit": "25000", + "examine": "Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "60", + "durability": null, + "name": "Topaz bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9336", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Sapphire tipped Mithril crossbow bolts.", + "grand_exchange_price": "89", + "durability": null, + "name": "Sapphire bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Emerald tipped Mithril crossbow bolts.", + "grand_exchange_price": "177", + "durability": null, + "name": "Emerald bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9338", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Ruby tipped Adamantite crossbow bolts.", + "grand_exchange_price": "408", + "durability": null, + "name": "Ruby bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9339", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Diamond tipped Adamantite crossbow bolts.", + "grand_exchange_price": "1545", + "durability": null, + "name": "Diamond bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9340", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Dragonstone tipped Runite crossbow bolts.", + "grand_exchange_price": "3201", + "durability": null, + "name": "Dragon bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9341", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Onyx tipped Runite crossbow bolts.", + "grand_exchange_price": "8752", + "durability": null, + "name": "Onyx bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9342", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "Unfeathered bronze crossbow bolts.", + "grand_exchange_price": "3", + "durability": null, + "name": "Bronze bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9375" + }, + { + "examine": "Unfeathered blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts (unf)", + "archery_ticket_price": "0", + "id": "9376" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Unfeathered iron crossbow bolts.", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9377" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered steel crossbow bolts.", + "grand_exchange_price": "61", + "durability": null, + "name": "Steel bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9378" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered mithril crossbow bolts.", + "grand_exchange_price": "115", + "durability": null, + "name": "Mithril bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9379" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered adamantite crossbow bolts.", + "grand_exchange_price": "266", + "durability": null, + "name": "Adamant bolts(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9380" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered runite crossbow bolts", + "grand_exchange_price": "1235", + "durability": null, + "name": "Runite bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9381" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered silver crossbow bolts.", + "grand_exchange_price": "2", + "durability": null, + "name": "Silver bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9382" + }, + { + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1447", + "durability": null, + "name": "Grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9415" + }, + { + "ge_buy_limit": "100", + "examine": "A mithril grapple tip.", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9416" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9417" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "858", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9418" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1470", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9419", + "equipment_slot": "13" + }, + { + "requirements": "{9,9}", + "shop_price": "20", + "ge_buy_limit": "5000", + "examine": "A pair of bronze crossbow limbs.", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9420", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9421" + }, + { + "requirements": "{24,9}", + "examine": "A pair of blurite crossbow limbs.", + "durability": null, + "name": "Blurite limbs", + "weight": "1", + "archery_ticket_price": "0", + "id": "9422", + "equipment_slot": "5" + }, + { + "requirements": "{9,39}", + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "A pair of iron crossbow limbs.", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9423", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9424" + }, + { + "requirements": "{9,46}", + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "A pair of steel crossbow limbs.", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9425", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9426" + }, + { + "requirements": "{9,54}", + "shop_price": "650", + "ge_buy_limit": "5000", + "examine": "A pair of mithril crossbow limbs.", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9427", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9428" + }, + { + "requirements": "{9,61}", + "shop_price": "4800", + "ge_buy_limit": "5000", + "examine": "A pair of adamantite crossbow limbs.", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9429", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9430" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "5000", + "examine": "A pair of runite crossbow limbs.", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9431", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9432" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1500", + "examine": "A pouch for storing crossbow bolts.", + "durability": null, + "name": "Bolt pouch", "tradeable": "false", - "weight": "1.8" + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9433" }, { - "id": "10638", - "name": "Team-1 cape", - "examine": "Ooohhh look at the pretty colours...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A mould for creating silver crossbow bolts.", + "grand_exchange_price": "409", "durability": null, - "equipment_slot": "1", - "shop_price": "50", + "name": "Bolt mould", "tradeable": "true", - "weight": "0.4" + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9434" }, { - "id": "10639", - "name": "Attack cape", - "examine": "The cape worn by masters of attack.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "409", "durability": null, - "equipment_slot": "1", + "name": "Bolt mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9435" + }, + { + "ge_buy_limit": "1000", + "examine": "I can use this to make a crossbow string.", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9437" + }, + { + "ge_buy_limit": "1000", + "examine": "A string for a crossbow.", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9439" + }, + { + "requirements": "{9,9}", + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "A wooden crossbow stock", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9440", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9441" + }, + { + "requirements": "{24,9}", + "ge_buy_limit": "1000", + "examine": "An oak crossbow stock.", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9442", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9443" + }, + { + "requirements": "{9,39}", + "shop_price": "21", + "ge_buy_limit": "1000", + "examine": "A willow crossbow stock.", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9444", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9445" + }, + { + "requirements": "{9,46}", + "shop_price": "231", + "ge_buy_limit": "1000", + "examine": "A teak crossbow stock.", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9446", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9447" + }, + { + "requirements": "{9,54}", + "ge_buy_limit": "1000", + "examine": "A maple crossbow stock.", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9448", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9449" + }, + { + "requirements": "{9,61}", + "ge_buy_limit": "1000", + "examine": "A Mahogany crossbow stock.", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9450", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9451" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "1000", + "examine": "A yew crossbow stock.", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9452", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9453" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung bronze crossbow.", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9455" + }, + { + "shop_price": "27", + "examine": "An unstrung blurite crossbow.", + "durability": null, + "name": "Blurite c'bow (u)", + "weight": "8", + "archery_ticket_price": "0", + "id": "9456" + }, + { + "ge_buy_limit": "500", + "examine": "An unstrung iron crossbow.", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9457" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9458" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung steel crossbow.", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9459" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9460" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung mithril crossbow.", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9461" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9462" + }, + { + "shop_price": "693", + "ge_buy_limit": "500", + "examine": "An unstrung adamantite crossbow.", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9463" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9464" + }, + { + "shop_price": "4000", + "ge_buy_limit": "500", + "examine": "An unstrung runite crossbow.", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9465" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9466" + }, + { + "examine": "It's a bar of blurite.", + "durability": null, + "name": "Blurite bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9467" + }, + { + "examine": "What is left over when a log is made into a plank.", + "durability": null, + "name": "Sawdust", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "9468" + }, + { + "ge_buy_limit": "100", + "examine": "A seed pod of the Grand Tree.", + "grand_exchange_price": "16200", + "durability": null, + "name": "Grand seed pod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9469" + }, + { + "ge_buy_limit": "10", + "examine": "A scarf. You feel your upper lip stiffening.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9470", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9471" + }, + { + "ge_buy_limit": "10", + "examine": "Tally Ho!", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9472", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9473" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9474" + }, + { + "ge_buy_limit": "100", + "examine": "It looks very minty.", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9475" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9476" + }, + { + "examine": "You can check on your delivery details here", + "durability": null, + "name": "Aluft aloft box", + "archery_ticket_price": "0", + "id": "9477" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9478" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9479" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs baking (and garnishing with gnome spices).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9480" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9481" + }, + { + "shop_price": "1", + "examine": "This toad batta needs baking.", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9482" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9483" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9484" + }, + { + "shop_price": "1", + "examine": "This worm batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9485" + }, + { + "shop_price": "1", + "examine": "This worm batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9486" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9487" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9488" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9489" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9508" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9509" + }, + { + "shop_price": "28", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "954", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9510" + }, + { + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9511" + }, + { + "shop_price": "28", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "287", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9512" + }, + { + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9513" + }, + { + "shop_price": "28", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "2276", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9514" + }, + { + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9515" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "577", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9516" + }, + { + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9517" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "281", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9518" + }, + { + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9519" + }, + { + "shop_price": "30", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9520" + }, + { + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9521" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9522" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9523" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9524" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9525" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "310", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9527" + }, + { + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9528" + }, + { + "shop_price": "78", + "examine": "It actually smells quite good.", + "grand_exchange_price": "280", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9529" + }, + { + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9530" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "148", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9531" + }, + { + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9532" + }, + { + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9533" + }, + { + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9534" + }, + { + "examine": "This smells really good.", + "grand_exchange_price": "266", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9535" + }, + { + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9536" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9538" + }, + { + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9539" + }, + { + "shop_price": "70", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "99", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9540" + }, + { + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9541" + }, + { + "shop_price": "80", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9542" + }, + { + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9543" + }, + { + "shop_price": "70", + "examine": "Yum... smells good.", + "grand_exchange_price": "889", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9544" + }, + { + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9545" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "475", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9547" + }, + { + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9548" + }, + { + "examine": "This looks pretty healthy.", + "grand_exchange_price": "514", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9549" + }, + { + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9550" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2650", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9551" + }, + { + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9552" + }, + { + "shop_price": "450", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4704", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9553" + }, + { + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9554" + }, + { + "examine": "This unfinished choco bomb needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9558" + }, + { + "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9559" + }, + { + "examine": "This unfinished choc bomb needs cream and chocolate dust.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9560" + }, + { + "examine": "This unfinished veggie ball needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9561" + }, + { + "examine": "This unfinished veggie ball needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9562" + }, + { + "examine": "This unfinished worm hole needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9563" + }, + { + "examine": "This unfinished worm hole needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9564" + }, + { + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9565" + }, + { + "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.", + "durability": null, + "name": "Mixed blizzard", + "archery_ticket_price": "0", + "id": "9566" + }, + { + "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed sgg", + "archery_ticket_price": "0", + "id": "9567" + }, + { + "examine": "This fruit blast cocktail needs pouring and a lemon slice.", + "durability": null, + "name": "Mixed blast", + "archery_ticket_price": "0", + "id": "9568" + }, + { + "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.", + "durability": null, + "name": "Mixed punch", + "archery_ticket_price": "0", + "id": "9569" + }, + { + "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed blurberry special", + "archery_ticket_price": "0", + "id": "9570" + }, + { + "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9577" + }, + { + "examine": "This choco chip crunchy needs garnishing with chocolate dust.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9578" + }, + { + "examine": "This spicy crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9579" + }, + { + "examine": "This spicy crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9580" + }, + { + "examine": "This toad crunchy needs baking and garnishing with equa leaves.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9581" + }, + { + "examine": "This toad crunchy needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9582" + }, + { + "examine": "This worm crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9583" + }, + { + "examine": "This worm crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9584" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9585" + }, + { + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9586" + }, + { + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9587" + }, + { + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9588" + }, + { + "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.", + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9589" + }, + { + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9590" + }, + { + "examine": "Glue made from tree sap and ground mud runes.", + "durability": null, + "name": "Magic glue", + "weight": "3", + "archery_ticket_price": "0", + "id": "9592" + }, + { + "examine": "This doesn't look like it will do anything interesting.", + "durability": null, + "name": "Weird gloop", + "tradeable": "false", + "destroy": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "9593" + }, + { + "examine": "Mud runes ground into a powder.", + "durability": null, + "name": "Ground mud runes", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9594" + }, + { + "examine": "A red circular crystalline disc.", + "durability": null, + "name": "Red circle", + "archery_ticket_price": "0", + "id": "9597" + }, + { + "examine": "A red triangular crystalline disc.", + "durability": null, + "name": "Red triangle", + "archery_ticket_price": "0", + "id": "9598" + }, + { + "examine": "A red square-shaped crystalline disc.", + "durability": null, + "name": "Red square", + "archery_ticket_price": "0", + "id": "9599" + }, + { + "examine": "A red pentagon shaped crystalline disc.", + "durability": null, + "name": "Red pentagon", + "archery_ticket_price": "0", + "id": "9600" + }, + { + "examine": "An orange circular crystalline disc.", + "durability": null, + "name": "Orange circle", + "archery_ticket_price": "0", + "id": "9601" + }, + { + "examine": "An orange triangular crystalline disc.", + "durability": null, + "name": "Orange triangle", + "archery_ticket_price": "0", + "id": "9602" + }, + { + "examine": "An orange square-shaped crystalline disc.", + "durability": null, + "name": "Orange square", + "archery_ticket_price": "0", + "id": "9603" + }, + { + "examine": "An orange pentagon shaped crystalline disc.", + "durability": null, + "name": "Orange pentagon", + "archery_ticket_price": "0", + "id": "9604" + }, + { + "examine": "A yellow circular crystalline disc.", + "durability": null, + "name": "Yellow circle", + "archery_ticket_price": "0", + "id": "9605" + }, + { + "examine": "A yellow triangular crystalline disc.", + "durability": null, + "name": "Yellow triangle", + "archery_ticket_price": "0", + "id": "9606" + }, + { + "examine": "A yellow square-shaped crystalline disc.", + "durability": null, + "name": "Yellow square", + "archery_ticket_price": "0", + "id": "9607" + }, + { + "examine": "A yellow pentagon shaped crystalline disc.", + "durability": null, + "name": "Yellow pentagon", + "archery_ticket_price": "0", + "id": "9608" + }, + { + "examine": "A green circular crystalline disc.", + "durability": null, + "name": "Green circle", + "archery_ticket_price": "0", + "id": "9609" + }, + { + "examine": "A green triangular crystalline disc.", + "durability": null, + "name": "Green triangle", + "archery_ticket_price": "0", + "id": "9610" + }, + { + "examine": "A green square shaped crystalline disc.", + "durability": null, + "name": "Green square", + "archery_ticket_price": "0", + "id": "9611" + }, + { + "examine": "A green pentagon shaped crystalline disc.", + "durability": null, + "name": "Green pentagon", + "archery_ticket_price": "0", + "id": "9612" + }, + { + "examine": "A blue circular crystalline disc.", + "durability": null, + "name": "Blue circle", + "archery_ticket_price": "0", + "id": "9613" + }, + { + "examine": "A blue triangular crystalline disc.", + "durability": null, + "name": "Blue triangle", + "archery_ticket_price": "0", + "id": "9614" + }, + { + "examine": "A blue square shaped crystalline disc.", + "durability": null, + "name": "Blue square", + "archery_ticket_price": "0", + "id": "9615" + }, + { + "examine": "A blue pentagon shaped crystalline disc.", + "durability": null, + "name": "Blue pentagon", + "archery_ticket_price": "0", + "id": "9616" + }, + { + "examine": "An indigo circular crystalline disc.", + "durability": null, + "name": "Indigo circle", + "archery_ticket_price": "0", + "id": "9617" + }, + { + "examine": "An indigo triangular crystalline disc.", + "durability": null, + "name": "Indigo triangle", + "archery_ticket_price": "0", + "id": "9618" + }, + { + "examine": "An indigo square shaped crystalline disc.", + "durability": null, + "name": "Indigo square", + "archery_ticket_price": "0", + "id": "9619" + }, + { + "examine": "An indigo pentagon shaped crystalline disc.", + "durability": null, + "name": "Indigo pentagon", + "archery_ticket_price": "0", + "id": "9620" + }, + { + "examine": "A violet circular crystalline disc.", + "durability": null, + "name": "Violet circle", + "archery_ticket_price": "0", + "id": "9621" + }, + { + "examine": "A violet triangular crystalline disc.", + "durability": null, + "name": "Violet triangle", + "archery_ticket_price": "0", + "id": "9622" + }, + { + "examine": "A violet square-shaped crystalline disc.", + "durability": null, + "name": "Violet square", + "archery_ticket_price": "0", + "id": "9623" + }, + { + "examine": "A violet pentagon shaped crystalline disc.", + "durability": null, + "name": "Violet pentagon", + "archery_ticket_price": "0", + "id": "9624" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "A magical saw.", + "durability": null, + "name": "Crystal saw", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9625", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "This small crystal seed looks grey and dead.", + "durability": null, + "name": "Small crystal seed", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9626" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "1265", + "ge_buy_limit": "100", + "examine": "As used by King Tyras personal guard.", + "durability": null, + "weight": "0.9", + "equipment_slot": "0", + "grand_exchange_price": "1406", + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9629", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1406", + "durability": null, + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9630" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Daeyalt ore", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9632" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2160", + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9634", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2160", + "durability": null, + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9635" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9637" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9639" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "588", + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "588", + "durability": null, + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9641" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9643" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9645" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Northern approach of the castle.", + "durability": null, + "name": "Castle sketch 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9646" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Western approach of the castle.", + "durability": null, + "name": "Castle sketch 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9647" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Southern approach of the castle.", + "durability": null, + "name": "Castle sketch 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9648" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to some large, strange door.", + "durability": null, + "name": "Large ornate key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9651" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "A book called Haemalchemy Volume 1.", + "durability": null, + "name": "Haemalchemy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9652" + }, + { + "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.", + "examine": "A sealed message from Safalaan to Valiaf.", + "durability": null, + "name": "Sealed message", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9653" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "9654" + }, + { + "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.", + "examine": "The top part of a ladder.", + "durability": null, + "name": "Ladder top", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9655" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (3)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9656" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (2)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9657" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (1)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9658" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9659" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9660" + }, + { + "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.", + "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)", + "durability": null, + "name": "Shortcut key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9662" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "9665", + "equipment_slot": "3" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9666" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9667" + }, + { + "shop_price": "20000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9668" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9669" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9670" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9671" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{5,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's helm.", + "durability": null, + "weight": "2", + "absorb": "1,0,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "4619", + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9672", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4619", + "durability": null, + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9673" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "7076", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9674", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7076", + "durability": null, + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9675" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour", + "durability": null, + "weight": "7.7", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5923", + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9676", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5923", + "durability": null, + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9677" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5730", + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9678", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5730", + "durability": null, + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9679" + }, + { + "examine": "A rendered down baby sea slug.", + "durability": null, + "name": "Sea slug glue", + "archery_ticket_price": "0", + "id": "9680" + }, + { + "destroy_message": "As a security precaution, your CommOrb will automatically self", + "examine": "A Temple Knight Communication Orb. Top Secret!", + "durability": null, + "name": "Commorb v2", + "archery_ticket_price": "0", + "id": "9681" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A copy of the mysterious glyphs.", + "durability": null, + "name": "Door transcription", + "archery_ticket_price": "0", + "id": "9682" + }, + { + "examine": "Dead sea slug, very sticky.", + "durability": null, + "name": "Dead sea slug", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9683" + }, + { + "destroy_message": "You can get this page from Mayor Hobb's Desk.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 1", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9684" + }, + { + "destroy_message": "You can get this page from Ezekial Lovecraft.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9685" + }, + { + "destroy_message": "You will have to get the torn page from Col. O' Niall.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9686" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 1", + "archery_ticket_price": "0", + "id": "9687" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 2", + "archery_ticket_price": "0", + "id": "9688" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 3", + "archery_ticket_price": "0", + "id": "9689" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank water rune.", + "durability": null, + "name": "Blank water rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9690" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9691" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank air rune.", + "durability": null, + "name": "Blank air rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9692" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9693" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank earth rune.", + "durability": null, + "name": "Blank earth rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9694" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9695" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank mind rune.", + "durability": null, + "name": "Blank mind rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9696" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9697" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank fire rune.", + "durability": null, + "name": "Blank fire rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9698" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9699" + }, + { + "durability": null, + "name": "Torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9701" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "9702", + "weapon_interface": "5", + "equipment_slot": "3" + }, + { + "shop_price": "35", + "examine": "Basic training sword.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Training sword", + "archery_ticket_price": "0", + "id": "9703", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0" + }, + { + "examine": "Made of flimsy painted wood.", + "durability": null, + "name": "Training shield", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "9704", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Light and flexible, good for a beginner.", + "durability": null, + "destroy": "true", + "weight": "1.3", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "attack_audios": "2700,0,0,0", + "name": "Training bow", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9705", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Standard training arrows.", + "durability": null, + "name": "Training arrows", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9706", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Slashed book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9715" + }, + { + "examine": "Book of the elemental helm.", + "durability": null, + "name": "Beaten book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9717" + }, + { + "examine": "On the subject of lava dippers.", + "durability": null, + "name": "Crane schematic", + "archery_ticket_price": "0", + "id": "9718" + }, + { + "examine": "A scroll with a lever schematic drawn on it.", + "durability": null, + "name": "Lever schematic", + "archery_ticket_price": "0", + "id": "9719" + }, + { + "examine": "A crane claw.", + "durability": null, + "name": "Crane claw", + "weight": "1", + "archery_ticket_price": "0", + "id": "9720" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9723" + }, + { + "examine": "A large cog.", + "durability": null, + "name": "Large cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9724" + }, + { + "examine": "A medium cog.", + "durability": null, + "name": "Medium cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9725" + }, + { + "examine": "A small cog.", + "durability": null, + "name": "Small cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9726" + }, + { + "examine": "A primed elemental ingot.", + "durability": null, + "name": "Primed bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9727" + }, + { + "examine": "An elemental mind ingot.", + "durability": null, + "name": "Elemental mind bar", + "weight": "1", + "archery_ticket_price": "0", + "id": "9728" + }, + { + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9729", + "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9730" + }, + { + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9731", + "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9732" + }, + { + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9733", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9734" + }, + { + "ge_buy_limit": "10000", + "examine": "Not much good for blowing.", + "grand_exchange_price": "902", + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9735" + }, + { + "ge_buy_limit": "10000", + "examine": "Finely ground desert goat horn.", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9736" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9737" + }, + { + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9738" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "4 doses of combat potion.", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9740" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "3 doses of combat potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9742" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "2 doses of combat potion.", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9744" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "1 dose of combat potion.", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9746" + }, + { "requirements": "{0,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9747", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10640", - "name": "Strength cape", - "examine": "The cape only worn by the strongest people.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{0,99}", "durability": null, - "equipment_slot": "1", + "name": "Attack cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9748", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "Attack skillcape hood.", + "durability": null, + "name": "Attack hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9749", + "equipment_slot": "0" + }, + { "requirements": "{2,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9750", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10641", - "name": "Defence cape", - "examine": "The cape worn by masters of the art of Defence.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{2,99}", "durability": null, - "equipment_slot": "1", + "name": "Strength cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9751", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "Strength skillcape hood.", + "durability": null, + "name": "Strength hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9752", + "equipment_slot": "0" + }, + { "requirements": "{1,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9753", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10642", - "name": "Ranging cape", - "examine": "The cape worn by master archers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{1,99}", "durability": null, - "equipment_slot": "1", + "name": "Defence cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9754", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "Defence skillcape hood.", + "durability": null, + "name": "Defence hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9755", + "equipment_slot": "0" + }, + { "requirements": "{4,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9756", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10643", - "name": "Prayer cape", - "examine": "The cape worn by the most pious of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{4,99}", "durability": null, - "equipment_slot": "1", + "name": "Ranging cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9757", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "Range skillcape hood.", + "durability": null, + "name": "Ranging hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9758", + "equipment_slot": "0" + }, + { "requirements": "{5,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9759", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10644", - "name": "Magic cape", - "examine": "The cape worn by the most powerful mages.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{5,99}", "durability": null, - "equipment_slot": "1", + "name": "Prayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9760", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "Prayer skillcape hood.", + "durability": null, + "name": "Prayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9761", + "equipment_slot": "0" + }, + { "requirements": "{6,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9762", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10645", - "name": "Runecraft cape", - "examine": "The cape worn by master runecrafters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{6,99}", "durability": null, - "equipment_slot": "1", + "name": "Magic cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9763", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "Magic skillcape hood.", + "durability": null, + "name": "Magic hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9764", + "equipment_slot": "0" + }, + { "requirements": "{20,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9765", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10646", - "name": "Hunter cape", - "examine": "The cape worn by master hunters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{20,99}", "durability": null, - "equipment_slot": "1", - "requirements": "{21,99}", + "name": "Runecraft cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9766", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{20,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "Runecrafting skillcape hood.", + "durability": null, + "name": "Runecrafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9767", + "equipment_slot": "0" }, { - "id": "10647", - "name": "Hitpoints cape", - "examine": "The cape worn by well-constituted adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", "requirements": "{3,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9768", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10648", - "name": "Agility cape", - "examine": "The cape worn by the most agile of heroes.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{3,99}", "durability": null, - "equipment_slot": "1", + "name": "Hitpoints cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9769", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "Constitution skillcape hood.", + "durability": null, + "name": "Hitpoints hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9770", + "equipment_slot": "0" + }, + { "requirements": "{16,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9771", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10649", - "name": "Herblore cape", - "examine": "The cape worn by the most skilled at the art of herblore.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{16,99}", "durability": null, - "equipment_slot": "1", + "name": "Agility cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9772", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "Agility skillcape hood.", + "durability": null, + "name": "Agility hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9773", + "equipment_slot": "0" + }, + { "requirements": "{15,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9774", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10650", - "name": "Thieving cape", - "examine": "The cape worn by master thieves.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{15,99}", "durability": null, - "equipment_slot": "1", + "name": "Herblore cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9775", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "Herblore skillcape hood.", + "durability": null, + "name": "Herblore hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9776", + "equipment_slot": "0" + }, + { "requirements": "{17,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9777", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10651", - "name": "Crafting cape", - "examine": "The cape worn by master craftworkers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{17,99}", "durability": null, - "equipment_slot": "1", + "name": "Thieving cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9778", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "Thieving skillcape hood.", + "durability": null, + "name": "Thieving hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9779", + "equipment_slot": "0" + }, + { "requirements": "{12,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9780", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10652", - "name": "Fletching cape", - "examine": "The cape worn by the best of fletchers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{12,99}", "durability": null, - "equipment_slot": "1", + "name": "Crafting cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9781", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "Crafting skillcape hood.", + "durability": null, + "name": "Crafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9782", + "equipment_slot": "0" + }, + { "requirements": "{9,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9783", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10653", - "name": "Slayer cape", - "examine": "The cape worn by slayer masters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{9,99}", "durability": null, - "equipment_slot": "1", + "name": "Fletching cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9784", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "Fletching skillcape hood.", + "durability": null, + "name": "Fletching hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9785", + "equipment_slot": "0" + }, + { "requirements": "{18,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9786", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10654", - "name": "Construct. cape", - "examine": "The cape worn by master builders.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{18,99}", "durability": null, - "equipment_slot": "1", + "name": "Slayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9787", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "Slayer skillcape hood.", + "durability": null, + "name": "Slayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9788", + "equipment_slot": "0" + }, + { "requirements": "{22,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9789", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10655", - "name": "Mining cape", - "examine": "The cape worn by the most skilled miners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{22,99}", "durability": null, - "equipment_slot": "1", + "name": "Construct. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9790", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "Construction skillcape hood.", + "durability": null, + "name": "Construct. hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9791", + "equipment_slot": "0" + }, + { "requirements": "{14,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9792", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10656", - "name": "Smithing cape", - "examine": "The cape worn by master smiths.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{14,99}", "durability": null, - "equipment_slot": "1", + "name": "Mining cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9793", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "Mining skillcape hood.", + "durability": null, + "name": "Mining hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9794", + "equipment_slot": "0" + }, + { "requirements": "{13,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9795", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10657", - "name": "Fishing cape", - "examine": "The cape worn by the best fishermen.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{13,99}", "durability": null, - "equipment_slot": "1", + "name": "Smithing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9796", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "Smithing skillcape hood.", + "durability": null, + "name": "Smithing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9797", + "equipment_slot": "0" + }, + { "requirements": "{10,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9798", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10658", - "name": "Cooking cape", - "examine": "The cape worn by the world's best chefs.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{10,99}", "durability": null, - "equipment_slot": "1", + "name": "Fishing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9799", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "Fishing skillcape hood.", + "durability": null, + "name": "Fishing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9800", + "equipment_slot": "0" + }, + { "requirements": "{7,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9801", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10659", - "name": "Firemaking cape", - "examine": "The cape worn by master firelighters.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{7,99}", "durability": null, - "equipment_slot": "1", + "name": "Cooking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9802", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "Cooking skillcape hood.", + "durability": null, + "name": "Cooking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9803", + "equipment_slot": "0" + }, + { "requirements": "{11,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9804", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10660", - "name": "Woodcutting cape", - "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{11,99}", "durability": null, - "equipment_slot": "1", + "name": "Firemaking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9805", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "Firemaking skillcape hood.", + "durability": null, + "name": "Firemaking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9806", + "equipment_slot": "0" + }, + { "requirements": "{8,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9807", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10661", - "name": "Farming cape", - "examine": "The cape worn by master farmers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{8,99}", "durability": null, - "equipment_slot": "1", + "name": "Woodcut. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9808", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "Woodcutting skillcape hood.", + "durability": null, + "name": "Woodcutting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9809", + "equipment_slot": "0" + }, + { "requirements": "{19,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9810", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10662", - "name": "Quest point cape", - "examine": "The cape worn by only the most experienced adventurers.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "requirements": "{19,99}", "durability": null, - "equipment_slot": "1", + "name": "Farming cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9811", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{19,99}", "shop_price": "99000", - "weight": "0.4" + "examine": "Farming skillcape hood.", + "durability": null, + "name": "Farming hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9812", + "equipment_slot": "0" }, { - "id": "10663", - "name": "Spotted cape", + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9813", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "99000", + "examine": "Quest skillcape hood.", + "durability": null, + "name": "Quest point hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9814", + "equipment_slot": "0" + }, + { + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9815", + "equipment_slot": "0" + }, + { + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9816", + "equipment_slot": "2" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak cape rack", + "archery_ticket_price": "0", + "id": "9817" + }, + { + "grand_exchange_price": "88", + "durability": null, + "name": "Teak cape rack", + "archery_ticket_price": "0", + "id": "9818" + }, + { + "grand_exchange_price": "120", + "durability": null, + "name": "M'gany cape rack", + "archery_ticket_price": "0", + "id": "9819" + }, + { + "grand_exchange_price": "136025", + "durability": null, + "name": "Gilded cape rack", + "archery_ticket_price": "0", + "id": "9820" + }, + { + "grand_exchange_price": "328598", + "durability": null, + "name": "Marble cape rack", + "archery_ticket_price": "0", + "id": "9821" + }, + { + "grand_exchange_price": "979747", + "durability": null, + "name": "Magical cape rack", + "archery_ticket_price": "0", + "id": "9822" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Oak costume box", + "archery_ticket_price": "0", + "id": "9823" + }, + { + "grand_exchange_price": "122", + "durability": null, + "name": "Teak costume box", + "archery_ticket_price": "0", + "id": "9824" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Mahogany cos box", + "archery_ticket_price": "0", + "id": "9825" + }, + { + "grand_exchange_price": "15", + "durability": null, + "name": "Oak armour case", + "archery_ticket_price": "0", + "id": "9826" + }, + { + "grand_exchange_price": "27", + "durability": null, + "name": "Teak armour case", + "archery_ticket_price": "0", + "id": "9827" + }, + { + "grand_exchange_price": "90", + "durability": null, + "name": "M'gany arm'r case", + "archery_ticket_price": "0", + "id": "9828" + }, + { + "grand_exchange_price": "103", + "durability": null, + "name": "Oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9829" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9830" + }, + { + "grand_exchange_price": "127", + "durability": null, + "name": "Teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9831" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Carved teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9832" + }, + { + "grand_exchange_price": "135", + "durability": null, + "name": "Mahogany magic wardrobe", + "archery_ticket_price": "0", + "id": "9833" + }, + { + "grand_exchange_price": "137267", + "durability": null, + "name": "Gilded magic wardrobe", + "archery_ticket_price": "0", + "id": "9834" + }, + { + "grand_exchange_price": "341567", + "durability": null, + "name": "Marble magic wardrobe", + "archery_ticket_price": "0", + "id": "9835" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak toy box", + "archery_ticket_price": "0", + "id": "9836" + }, + { + "grand_exchange_price": "151", + "durability": null, + "name": "Teak toy box", + "archery_ticket_price": "0", + "id": "9837" + }, + { + "grand_exchange_price": "20", + "durability": null, + "name": "Mahogany toy box", + "archery_ticket_price": "0", + "id": "9838" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak treasure chest", + "archery_ticket_price": "0", + "id": "9839" + }, + { + "grand_exchange_price": "157", + "durability": null, + "name": "Teak treas' chest", + "archery_ticket_price": "0", + "id": "9840" + }, + { + "grand_exchange_price": "39", + "durability": null, + "name": "M'gany treas' chest", + "archery_ticket_price": "0", + "id": "9841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "examine": "A ready-to-assemble oak cape rack.", + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "examine": "A ready-to-assemble teak cape rack..", + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9844" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble mahogany cape rack.", + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "130900", + "examine": "A ready-to-assemble gilded mahogany rack.", + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9846" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329500", + "examine": "A ready-to-assemble marble cape rack.", + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1000000", + "examine": "A ready-to-assemble magic cape rack.", + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9848" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "examine": "A ready-to-assemble oak toy box.", + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "165", + "examine": "A ready-to-assemble teak toy box.", + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "examine": "A ready-to-assemble mahogany toy box.", + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9852" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133", + "examine": "A ready-to-assemble teak magic wardrobe.", + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9854" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "examine": "A ready-to-assemble carved teak magic wardrobe.", + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "examine": "A ready-to-assemble mahogany magic wardrobe.", + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9856" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "examine": "A ready-to-assemble gilded mahogany magic wardrobe.", + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335800", + "examine": "A ready-to-assemble marble magic wardrobe.", + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9858" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "examine": "A ready-to-assemble oak armour case.", + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29", + "examine": "A ready-to-assemble teak armour case.", + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9860" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "examine": "A ready-to-assemble mahogany armour case.", + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "examine": "A ready-to-assemble oak treasure chest.", + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9862" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "164", + "examine": "A ready-to-assemble teak treasure chest.", + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "examine": "A ready-to-assemble mahogany treasure chest.", + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9864" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "135", + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9867" + }, + { + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9868" + }, + { + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9869" + }, + { + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9870" + }, + { + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9871" + }, + { + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9872" + }, + { + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9873" + }, + { + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9874" + }, + { + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9875" + }, + { + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9876" + }, + { + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9877" + }, + { + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9878" + }, + { + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9879" + }, + { + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9880" + }, + { + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9881" + }, + { + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9882" + }, + { + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9883" + }, + { + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9884" + }, + { + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9885" + }, + { + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9886" + }, + { + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9887" + }, + { + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9888" + }, + { + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9889" + }, + { + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9890" + }, + { + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9891" + }, + { + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9892" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lump that at some point might have been a gout tuber.", + "durability": null, + "name": "Goutweedy lump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9901" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tubers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9902" + }, + { + "destroy_message": "My Arm will probably have a spare copy.", + "examine": "Farmer Gricoller's Farming Manual.", + "durability": null, + "name": "Farming manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9903" + }, + { + "examine": "A book for sailors.", + "durability": null, + "name": "Sailing book", + "archery_ticket_price": "0", + "id": "9904" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9906", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9907", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9908", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9909", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9910", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9911", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9912", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white destabiliser for use in a ghost buster.", + "durability": null, + "name": "White destabiliser", + "archery_ticket_price": "0", + "id": "9913", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red destabiliser for use in a ghost buster.", + "durability": null, + "name": "Red destabiliser", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9914", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A blue destabiliser for use in a ghost buster.", + "durability": null, + "name": "Blue destabiliser", + "archery_ticket_price": "0", + "id": "9915", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A green destabiliser for use in a ghost buster.", + "durability": null, + "name": "Green destabiliser", + "archery_ticket_price": "0", + "id": "9916", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A yellow destabiliser for use in a ghost buster.", + "durability": null, + "name": "Yellow destabiliser", + "archery_ticket_price": "0", + "id": "9917", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A black destabiliser for use in a ghost buster.", + "durability": null, + "name": "Black destabiliser", + "archery_ticket_price": "0", + "id": "9918", + "equipment_slot": "5" + }, + { + "examine": "An angry-looking tree root.", + "durability": null, + "name": "Evil root", + "archery_ticket_price": "0", + "id": "9919" + }, + { + "remove_head": "true", + "destroy_message": "Players may get another from Diango in Draynor Village.", + "examine": "Better not light it!", + "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9920", + "equip_audio": "3227", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Skeleton feet.", + "durability": null, + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "9921", + "equipment_slot": "10" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some skeletal gloves.", + "durability": null, + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "9922", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Does my pelvis look big in this?", + "durability": null, + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "9923", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "remove_sleeves": "true", + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "9924", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "9925", + "equipment_slot": "0" + }, + { + "destroy_message": "You'll have to buy another one from Auguste on Entrana.", + "shop_price": "30000", + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Auguste's sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9932" + }, + { + "examine": "An incomplete origami balloon.", + "durability": null, + "name": "Balloon structure", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9933" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Origami balloon", + "archery_ticket_price": "0", + "id": "9934" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Yellow balloon", + "archery_ticket_price": "0", + "id": "9935" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Blue balloon", + "archery_ticket_price": "0", + "id": "9936" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Red balloon", + "archery_ticket_price": "0", + "id": "9937" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Orange balloon", + "archery_ticket_price": "0", + "id": "9938" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Green balloon", + "archery_ticket_price": "0", + "id": "9939" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Purple balloon", + "archery_ticket_price": "0", + "id": "9940" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Pink balloon", + "archery_ticket_price": "0", + "id": "9941" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Black balloon", + "archery_ticket_price": "0", + "id": "9942" + }, + { + "examine": "A bag full of sand.", + "durability": null, + "name": "Sandbag", + "weight": "1", + "archery_ticket_price": "0", + "id": "9943", + "equipment_slot": "3" + }, + { + "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.", + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9944", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.", + "examine": "The red baron would be jealous.", + "durability": null, + "name": "Bomber cap", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9945", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "For better flying vision.", + "durability": null, + "name": "Cap and goggles", + "archery_ticket_price": "0", + "id": "9946", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red coloured disk that's seen better days.", + "durability": null, + "name": "Old red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9947" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9948", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "durability": null, + "name": "Hunter cape(t)", + "archery_ticket_price": "0", + "id": "9949", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "Hunter skillcape hood.", + "durability": null, + "name": "Hunter hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9950", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Imp", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9952" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9953" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9954" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9955" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9956" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9957" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9958" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9959" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9960" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9961" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9962" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9963" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9964" + }, + { + "examine": "It appears to be protecting the nest.", + "durability": null, + "name": "Giant eagle", + "archery_ticket_price": "0", + "id": "9974" + }, + { + "examine": "Aww, how cute. ", + "durability": null, + "name": "Rabbit", + "archery_ticket_price": "0", + "id": "9975" + }, + { + "examine": "Even more volatile than its vegetarian counterpart.", + "grand_exchange_price": "796", + "durability": null, + "name": "Red chinchompa", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9977", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0" + }, + { + "shop_price": "63", + "ge_buy_limit": "10000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9979" + }, + { + "ge_buy_limit": "1000", + "examine": "A nicely roasted bird.", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9980" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9981" + }, + { + "durability": null, + "name": "Burnt bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9983" + }, + { + "shop_price": "63", + "ge_buy_limit": "1000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9985" + }, + { + "ge_buy_limit": "1000", + "examine": "A slab of raw beast meat.", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9986" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9987" + }, + { + "ge_buy_limit": "1000", + "examine": "A delicious looking slab of roast beast.", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9988" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9989" + }, + { + "durability": null, + "name": "Burnt beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9991" + }, + { + "ge_buy_limit": "1000", + "examine": "Beast meat on a spit.", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9992" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9993" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped tomatoes with an extra kick.", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9995" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped beef with an extra kick.", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9997" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of hunter potion.", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9998" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9999" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of hunter potion.", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10000" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10001" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of hunter potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10003" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of hunter potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10005" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A simple bird catcher./There's something caught in it.", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10006" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10007" + }, + { + "requirements": "{21,27}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "If a creature goes inside, then the box should slam shut.", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10009" + }, + { + "requirements": "{21,15}", + "shop_price": "24", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "For catching butterflies...", + "walk_anim": "1205", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "10", + "turn180_anim": "1206", + "render_anim": "28", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1", + "stand_anim": "813", + "name": "Butterfly net", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10010", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Butterfly net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10011" + }, + { + "requirements": "{21,15}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "It's got little holes at the top.", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "examine": "There's a black warlock butterfly in here.", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10014" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "examine": "There's a snowy knight butterfly in here.", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10016" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "There's a sapphire glacialis butterfly in here.", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10018" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "examine": "There's a ruby harvest butterfly in here.", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10020" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10021" + }, + { + "shop_price": "500", + "examine": "A very large, single leather glove", + "durability": null, + "name": "Falconer's glove", + "tradeable": "false", + "destroy": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10023", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "500", + "turn90cw_anim": "5166", + "examine": "A very large, single leather glove", + "walk_anim": "5164", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "5167", + "attack_speed": "4", + "turn180_anim": "5165", + "render_anim": "1283", + "equipment_slot": "3", + "stand_anim": "5160", + "name": "Falconer's glove", + "tradeable": "false", + "run_anim": "5168", + "archery_ticket_price": "0", + "id": "10024", + "stand_turn_anim": "5161", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "requirements": "{21,71}", + "shop_price": "720", + "ge_buy_limit": "100", + "examine": "A magical catching box.", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10025" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10026" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10027" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10028" + }, + { + "requirements": "{21,31}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10029", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10030" + }, + { + "requirements": "{21,27}", + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "The snare will tighten around animals passing through.", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "10031" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10032" + }, + { + "requirements": "{4,45}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "walk_anim": "3177", + "durability": null, + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "973", + "stand_anim": "3175", + "name": "Chinchompa", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10033", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,55}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "examine": "Even more volatile than its vegetarian counterpart.", + "walk_anim": "3177", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "1382", + "stand_anim": "3175", + "name": "Red chinchompa", + "tradeable": "true", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10034", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas.", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10035", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10036" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "272", + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10037", + "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10038" + }, + { + "remove_head": "true", + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8338", + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10039", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8338", + "durability": null, + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10040" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10041", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10042" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3232", + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10043", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3232", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10044" + }, + { + "remove_head": "true", + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "7237", + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10045", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7237", + "durability": null, + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10046" + }, + { + "requirements": "{21,38}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "266", + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10047", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "266", + "durability": null, + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10048" + }, + { + "requirements": "{21,38}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "252", + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10049", + "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "252", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10050" + }, + { + "remove_head": "true", + "requirements": "{21,38}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8445", + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10051", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10052" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10053", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10054" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in wooded areas.", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10055", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10056" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "315", + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10057", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10058" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in jungle areas.", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10059", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10060" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "541", + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10061", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "541", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10062" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10063", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10064" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10065", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10066" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10067", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10068" + }, + { + "requirements": "{21,40}", + "ge_buy_limit": "100", "examine": "A surprisingly aerodynamic cape.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "grand_exchange_price": "1140", "durability": null, - "equipment_slot": "1", + "name": "Spotted cape", "tradeable": "true", - "weight": "0.4" + "weight": "-2.2", + "archery_ticket_price": "0", + "id": "10069", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" }, { - "id": "10664", - "name": "Spottier cape", + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10070" + }, + { + "requirements": "{21,66}", + "ge_buy_limit": "100", "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "1262", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "-4.5", "archery_ticket_price": "0", + "id": "10071", "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1262", "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10072" + }, + { + "requirements": "{21,40}", + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10073", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,66}", + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10074", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,54}", + "ge_buy_limit": "100", + "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10075", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10076" + }, + { + "ge_buy_limit": "100", + "examine": "Attack at your own risk.", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10077", + "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0", + "equip_audio": "2241", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10078" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1353", + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10079", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10080" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10081", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0", + "equip_audio": "2241", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10082" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1978", + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10083", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1978", + "durability": null, + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10084" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "2727", + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10085", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2727", + "durability": null, + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10086" + }, + { + "ge_buy_limit": "5000", + "examine": "Attractive to other birds and hunters alike.", + "grand_exchange_price": "20", + "durability": null, + "name": "Stripy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10087" + }, + { + "shop_price": "3", + "ge_buy_limit": "5000", + "examine": "A vivid red feather.", + "grand_exchange_price": "23", + "durability": null, + "name": "Red feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10088" + }, + { + "ge_buy_limit": "5000", + "examine": "A cool blue feather.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blue feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10089" + }, + { + "ge_buy_limit": "5000", + "examine": "A bright yellow feather.", + "grand_exchange_price": "36", + "durability": null, + "name": "Yellow feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10090" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "A fairly plain feather.", + "grand_exchange_price": "25", + "durability": null, + "name": "Orange feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10091" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking larupia fur.", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10093" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10094" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking larupia fur.", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10095" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10096" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking graahk fur.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10097" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10098" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking graahk fur.", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10099" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10100" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking kyatt fur.", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10101" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10102" + }, + { + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "It's a perfect-looking kyatt fur.", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10103" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10104" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10106" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10108" + }, + { + "ge_buy_limit": "5000", + "examine": "A kebbit-sized set of dentures.", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10109" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10110" + }, + { + "ge_buy_limit": "5000", + "examine": "Previously a kebbit-sized set of dentures.", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10112" + }, + { + "ge_buy_limit": "5000", + "examine": "More menacing when attached to the owner.", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10114" + }, + { + "ge_buy_limit": "100", + "examine": "Sleek, silent, and furry.", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10115" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10116" + }, + { + "shop_price": "12", + "ge_buy_limit": "175", + "examine": "A thick fur for a cold climate.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10117" + }, + { + "ge_buy_limit": "175", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10118" + }, + { + "ge_buy_limit": "100", + "examine": "Not actually from a weasel, but it is, at least, furry.", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10119" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10120" + }, + { + "ge_buy_limit": "100", + "examine": "Common fur from a common kebbit.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10121" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10122" + }, + { + "ge_buy_limit": "100", + "examine": "Sandy coloured kebbit fur.", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10123" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10124" + }, + { + "ge_buy_limit": "100", + "examine": "Maybe this is why people think furry dice make you go faster.", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10126" + }, + { + "ge_buy_limit": "100", + "examine": "Nature's equivalent of go-faster stripes.", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10128" + }, + { + "requirements": "{10,35}", + "ge_buy_limit": "100", + "examine": "A mighty Hunter weapon. One previous owner.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "19", + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10129", + "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10130" + }, + { + "requirements": "{21,24}", + "ge_buy_limit": "100", + "examine": "Not so lucky for the rabbit.", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10132", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10133" + }, + { + "ge_buy_limit": "100", + "examine": "This could be put on a string and worn for luck.", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10134" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10135" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "Well, this would certainly add some colour to a meal.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10136" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10137" + }, + { + "ge_buy_limit": "20000", + "examine": "A colourful fish, attracted to colourful flies.", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10138" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10139" + }, + { + "durability": null, + "name": "Burnt rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10141" + }, + { + "requirements": "{0,30}-{4,30}-{6,30}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a green tinge", + "grand_exchange_price": "28", + "durability": null, + "name": "Guam tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{0,50}-{4,50}-{6,50}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", + "grand_exchange_price": "12", + "durability": null, + "name": "Marrentill tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{0,60}-{4,60}-{6,60}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tarromin tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{0,70}-{4,70}-{6,70}", + "ge_buy_limit": "10000", + "examine": "A dark, thick, foul-smelling, tar-like substance.", + "grand_exchange_price": "47", + "durability": null, + "name": "Harralander tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy, but kind of cute.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "6", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10146", + "stand_turn_anim": "823", + "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,50}-{4,50}-{6,50}", + "shop_price": "127", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Orange salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy but certainly striking.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10147", + "stand_turn_anim": "823", + "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0", + "requirements": "{0,60}-{4,60}-{6,60}", + "shop_price": "190", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Red salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy and somewhat menacing.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "124", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10148", + "stand_turn_anim": "823", + "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0", + "requirements": "{0,70}-{4,70}-{6,70}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Black salamander" + }, + { + "ge_buy_limit": "2000", + "turn90cw_anim": "5245", + "examine": "A very slimy and generally disgusting green lizard.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "1802", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10149", + "stand_turn_anim": "823", + "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0", + "requirements": "{0,30}-{4,30}-{6,30}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Swamp lizard" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A noose on a stick.", + "walk_anim": "5250", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "5251", + "render_anim": "1279", + "equipment_slot": "3", + "grand_exchange_price": "1", + "stand_anim": "5254", + "name": "Noose wand", + "tradeable": "true", + "run_anim": "5253", + "archery_ticket_price": "0", + "id": "10150", + "stand_turn_anim": "5252" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Noose wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10151" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A weapon made of bone and wood.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "4227", + "equipment_slot": "3", + "grand_exchange_price": "2496", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "10156", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "shop_price": "1300", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Hunters' crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2496", + "durability": null, + "name": "Hunters' crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10157" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a prickly kebbit.", + "grand_exchange_price": "28", + "durability": null, + "name": "Kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10158", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a razor-backed kebbit.", + "grand_exchange_price": "352", + "durability": null, + "name": "Long kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10159", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38", + "equipment_slot": "13" + }, + { + "durability": null, + "name": "Orange salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10160" + }, + { + "durability": null, + "name": "Red salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10161" + }, + { + "durability": null, + "name": "Black salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10162" + }, + { + "durability": null, + "name": "Swamp lizard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10163" + }, + { + "examine": "Probably a bit too big for fly fishing.", + "durability": null, + "name": "Eagle feather", + "archery_ticket_price": "0", + "id": "10167" + }, + { + "examine": "A cape made from giant eagle feathers.", + "durability": null, + "name": "Eagle cape", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10171", + "equipment_slot": "1" + }, + { + "examine": "A cheaply made fake beak.", + "durability": null, + "name": "Fake beak", + "archery_ticket_price": "0", + "id": "10172", + "equipment_slot": "0" + }, + { + "examine": "The title reads 'William Oddity's Guide to the Avian.", + "durability": null, + "name": "Bird book", + "archery_ticket_price": "0", + "id": "10173" + }, + { + "destroy_message": "You can obtain another metal feather from the camp", + "examine": "A small feather made out of some sort of metal. The detail is exquisite.", + "durability": null, + "name": "Metal feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10174" + }, + { + "destroy_message": "You can get another by inspecting the opening", + "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", + "durability": null, + "name": "Silver feather", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10176" + }, + { + "destroy_message": "You can get another by taking from pedestal.", + "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", + "durability": null, + "name": "Bronze feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10177" + }, + { + "examine": "\"It looks like bird seed, but it's not quite right somehow.", + "durability": null, + "name": "Odd bird seed", + "archery_ticket_price": "0", + "id": "10178" + }, + { + "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".", + "durability": null, + "name": "Feathered journal", + "archery_ticket_price": "0", + "id": "10179" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10180" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10181" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10182" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10183" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10184" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10185" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10186" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10187" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10188" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10189" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10190" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10191" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10192" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10193" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10194" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10195" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10196" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10197" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10198" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10199" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10200" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10201" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10202" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10203" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10204" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10205" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10206" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10207" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10208" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10209" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10210" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10211" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10212" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10213" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10214" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10215" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10216" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10217" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10218" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10219" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10220" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10221" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10222" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10223" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10224" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10225" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10226" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10227" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10228" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10229" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10230" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10231" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10232" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10233" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10234" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10238" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10239" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10240" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10241" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10242" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10243" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10244" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10245" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10246" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10248" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10250" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10252" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10254" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10268" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10270" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10272" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10274" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10276" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10278" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10279" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from willow.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10280", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Willow comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "136", + "durability": null, + "name": "Willow comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10281" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from yew wood.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "876", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10282", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Yew comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "876", + "durability": null, + "name": "Yew comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10283" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from magic wood.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1268", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10284", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "durability": null, + "weight": "1.3", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Magic comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1268", + "durability": null, + "name": "Magic comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10285" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "23600", + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10286", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10287" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10288", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10289" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10290", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10291" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "21100", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10292", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21100", + "durability": null, + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10293" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "24900", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10294", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "24900", + "durability": null, + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10295" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "31500", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10296", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500", + "durability": null, + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10297" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10298", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10299" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8797", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10300", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8797", + "durability": null, + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10301" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10900", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10302", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10900", + "durability": null, + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10303" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17100", + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10304", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17100", + "durability": null, + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10305" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20400", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10306", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20400", + "durability": null, + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10307" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "7033", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10308", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7033", + "durability": null, + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10309" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7574", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10310", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7574", + "durability": null, + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10311" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10312", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10313" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10400", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10314", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10400", + "durability": null, + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10315" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never give your password out to anyone.'", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10316", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10317" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Always check the second trade screen.'", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10318", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10319" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never trade in the wilderness!'", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10320", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10321" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'A bank pin will keep your items secure.'", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10322", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10323" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10324", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10325" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "112", + "durability": null, + "name": "Purple firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10326" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "167", + "durability": null, + "name": "White firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10327" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "White logs", + "archery_ticket_price": "0", + "id": "10328" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Purple logs", + "archery_ticket_price": "0", + "id": "10329" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "4", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "33900000", + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10330", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "33900000", + "durability": null, + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10331" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "6", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "20800000", + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10332", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800000", + "durability": null, + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10333" + }, + { + "remove_head": "true", + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "5000", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "6100000", + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10334", + "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6100000", + "durability": null, + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10335" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "7100000", + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10336", + "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7100000", + "durability": null, + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10337" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "2.5", + "absorb": "4,2,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "66500000", + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10338", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "66500000", + "durability": null, + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10339" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "1", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "31500000", + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10340", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500000", + "durability": null, + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10341" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "absorb": "2,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000000", + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10342", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21000000", + "durability": null, + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10343" + }, + { + "lendable": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10344", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10345" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "92800000", + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10346", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "92800000", + "durability": null, + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10347" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "9", + "absorb": "4,0,9", + "equip_audio": "2234", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "86200000", + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10348", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "86200000", + "durability": null, + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10349" + }, + { + "remove_head": "true", + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "1", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41600000", + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10350", + "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41600000", + "durability": null, + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10351" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "65100000", + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10352", + "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "65100000", + "durability": null, + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10353" + }, + { + "ge_buy_limit": "100", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "233100", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10354", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10355" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10356", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10357" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10358", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10359" + }, + { + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10360", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10361" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet with a nice trim.", + "grand_exchange_price": "223000", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10362", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10363" + }, + { + "ge_buy_limit": "2", + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10364", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10365" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10366", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10367" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "116200", + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10368", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10369" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "155200", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10370", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "155200", + "durability": null, + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10371" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "35100", + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10372", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35100", + "durability": null, + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10373" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "35900", + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10374", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35900", + "durability": null, + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10375" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "3181", + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10376", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3181", + "durability": null, + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10377" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "39800", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10378", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39800", + "durability": null, + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10379" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "7346", + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10380", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7346", + "durability": null, + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10381" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide coif.", + "durability": null, + "weight": "0.85", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "27500", + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10382", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27500", + "durability": null, + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10383" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "70800", + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10384", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "70800", + "durability": null, + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10385" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13000", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "164100", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10386", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "164100", + "durability": null, + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10387" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide chaps.", + "durability": null, + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "36600", + "name": "Saradomin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10388", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Saradomin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10389" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "28000", + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10390", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "28000", + "durability": null, + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10391" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10393" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10394", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10395" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10397" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10398", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10399" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' black shirt.", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10400", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10401" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant black pair of pantaloons.", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10402", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10403" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's red shirt.", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10404", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10405" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant red pair of pantaloons.", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10407" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' blue shirt.", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10408", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10409" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant pair of men's blue pantaloons", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10410", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10411" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's green shirt.", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10412", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10413" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green pair of men's pantaloons.", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10414", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10415" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's purple shirt.", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10416", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10417" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple pair of pantaloons.", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10418", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10419" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant white blouse.", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10420", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10421" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant white skirt.", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10422", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10423" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' red blouse.", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10424", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10425" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant Red skirt.", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10426", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10427" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant blue blouse.", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10428", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10429" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant blue skirt.", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10430", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10431" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant green blouse.", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10432", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10433" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green skirt.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10434", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10435" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' purple blouse.", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10436", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10437" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple skirt.", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10438", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10439" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Saradomin crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8611", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10440", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Saradomin crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8611", + "durability": null, + "name": "Saradomin crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10441" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Guthix crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2925", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10442", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Guthix crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2925", + "durability": null, + "name": "Guthix crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10443" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Zamorak crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2794", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10444", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zamorak crozier" + }, + { + "attack_anims": "", + "ge_buy_limit": "2", + "grand_exchange_price": "2794", + "durability": null, + "name": "Zamorak crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10445" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin cloak.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10446", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10447" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Guthix cloak.", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10448", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10449" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak cloak.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10450", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10451" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin mitre.", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10452", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10453" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Guthix mitre.", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10454", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10455" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak mitre.", + "durability": null, + "weight": "0.3", + "equipment_slot": "0", + "grand_exchange_price": "346500", + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10456", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "346500", + "durability": null, + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10457" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10458", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10459" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Zamorak Vestments.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "154700", + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10460", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154700", + "durability": null, + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10461" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Guthix.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75200", + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10462", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "75200", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10463" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Saradomin Vestments.", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10464", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10465" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Guthix Vestments.", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10466", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10467" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Legs of the Zamorak Vestments.", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10468", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10469" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Saradomin stole.", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10470", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10471" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A blessed stole.", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10472", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10473" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Zamorak stole.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10474", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10475" + }, + { + "ge_buy_limit": "1000", + "examine": "Remember to brush after eating!", + "grand_exchange_price": "22700", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10476" + }, + { + "durability": null, + "name": "Scroll", + "archery_ticket_price": "0", + "id": "10485", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "An empty sack.", + "grand_exchange_price": "30", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10486" + }, + { + "turn90cw_anim": "821", + "examine": "Yup, definitely a chicken...an undead chicken.", + "walk_anim": "5364", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "5438", + "equip_audio": "3277", + "render_anim": "1171", + "equipment_slot": "3", + "stand_anim": "5363", + "name": "Undead chicken", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10487", + "stand_turn_anim": "823", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "destroy_message": "The Witch in Draynor supplies these bars.", + "examine": "An iron bar supplied by an insane old crone.", + "durability": null, + "name": "Selected iron", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10488", + "equipment_slot": "3" + }, + { + "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.", + "examine": "A magnet designed for undead chicken use.", + "durability": null, + "name": "Bar magnet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10489" + }, + { + "destroy_message": "I can chop more wood from undead trees using my blessed axe.", + "examine": "Were they trying to escape just then?", + "durability": null, + "name": "Undead twigs", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10490" + }, + { + "examine": "It radiates purity but can still lop off heads.", + "durability": null, + "destroy": "true", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", + "attack_audios": "2498,2498,2497,2498", + "name": "Blessed axe", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10491", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These make no sense at all.", + "durability": null, + "name": "Research notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10492" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "They still make no sense, but look more meaningful now.", + "durability": null, + "name": "Translated notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10493" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Attach tab A to button B then fold along line C...", + "durability": null, + "name": "A pattern", + "archery_ticket_price": "0", + "id": "10494" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A desirable residence for discerning, undead chickens.", + "durability": null, + "name": "A container", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10495" + }, + { + "examine": "Shiny!", + "durability": null, + "name": "Polished buttons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10496" + }, + { + "shop_price": "999", + "examine": "A bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", "equipment_slot": "1", - "tradeable": "true", - "weight": "0.4" + "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.", + "name": "Ava's attractor", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10498", + "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0" }, { - "id": "10665", - "name": "Black shield(h1)", + "shop_price": "999", + "examine": "A superior bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", + "equipment_slot": "1", + "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", + "name": "Ava's accumulator", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10499", + "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0" + }, + { + "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.", + "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!", + "durability": null, + "name": "Crone-made amulet", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10500", + "equipment_slot": "2" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "id": "10501", + "weapon_interface": "18", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1", + "equipment_slot": "3" + }, + { + "examine": "A gublinch frozen and crumbled into shards.", + "durability": null, + "name": "Gublinch shards", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10506" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it. this item", + "examine": "A reindeer hat and a matching flashing nose.", + "durability": null, + "name": "Reindeer hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10507", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A wintumber tree for your player-owned house.", + "durability": null, + "name": "Wintumber tree", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10508" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10509" + }, + { + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10510" + }, + { + "examine": "They're going to sing to you!", + "durability": null, + "name": "Zanaris choir", + "archery_ticket_price": "0", + "id": "10511" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "Some dry crackers.", + "durability": null, + "name": "Crackers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10513" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A block of tofu.", + "durability": null, + "name": "Tofu", + "archery_ticket_price": "0", + "id": "10514" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some meaty worms.", + "durability": null, + "name": "Worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10515" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10516" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10517" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10518" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10519" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10520" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10521" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10522" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10523" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10524" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10525" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10526" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10527" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10528" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10529" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10530" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used to poison your enemies!", + "durability": null, + "name": "Green egg", + "archery_ticket_price": "0", + "id": "10531" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Will explode when fired.", + "durability": null, + "name": "Red egg", + "archery_ticket_price": "0", + "id": "10532" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Stun your foes!", + "durability": null, + "name": "Blue egg", + "archery_ticket_price": "0", + "id": "10533" + }, + { + "examine": "A yellow egg; it needs passing to the Healer to be poisoned!", + "durability": null, + "name": "Yellow egg", + "archery_ticket_price": "0", + "id": "10534" + }, + { + "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!", + "durability": null, + "name": "Poisoned egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10535" + }, + { + "examine": "A poisoned, spiky egg; pass to the defender for heating!", + "durability": null, + "name": "Spiked/pois. egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10536" + }, + { + "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.", + "durability": null, + "name": "Omega egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10537" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Defender horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10538" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned tofu.", + "durability": null, + "name": "Poisoned tofu", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10539" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned worms.", + "durability": null, + "name": "Poisoned worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10540" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A poisoned leg of meat.", + "durability": null, + "name": "Poisoned meat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10541" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(4)", + "archery_ticket_price": "0", + "id": "10542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(3)", + "archery_ticket_price": "0", + "id": "10543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(2)", + "archery_ticket_price": "0", + "id": "10544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(1)", + "archery_ticket_price": "0", + "id": "10545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full healing vial.", + "durability": null, + "name": "Healing vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10546" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Healer hat.", + "durability": null, + "name": "Healer hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10547", + "absorb": "3,1,0", + "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Fighter hat.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "name": "Fighter hat", + "archery_ticket_price": "0", + "id": "10548", + "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Runner hat.", + "durability": null, + "name": "Runner hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10549", + "absorb": "1,0,3", + "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance ranger hat.", + "durability": null, + "name": "Ranger hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10550", + "absorb": "0,3,1", + "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "Penance Fighter torso armour.", + "durability": null, + "destroy": "true", + "weight": "4", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Fighter torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10551", + "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "100", + "examine": "Boots made from a Penance Runner.", + "durability": null, + "name": "Runner boots", + "archery_ticket_price": "0", + "id": "10552", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", + "equipment_slot": "10" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "-7", + "archery_ticket_price": "0", + "id": "10553", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "10554", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "A skirt made from the skin of a Penance Ranger.", + "durability": null, + "name": "Penance skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "10555", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10556", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10557", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10558", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10559", + "equipment_slot": "1" + }, + { + "examine": "A horn for communication with your team members.", + "durability": null, + "name": "Collector horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10560" + }, + { + "destroy_message": "You will have to ask Captain Cain for another.", + "shop_price": "160", + "examine": "A book about the Barbarian Assault Queen.", + "durability": null, + "name": "Queen help book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10562" + }, + { + "requirements": "{1,50}-{2,50}", + "shop_price": "95000", + "ge_buy_limit": "10", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "22.6", + "absorb": "4,0,8", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "126800", + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10564", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "126800", + "durability": null, + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10565" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10566", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10567", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10568" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10569", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10570" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10571", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10572" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10573", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10574" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10575", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10576" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10577", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10578" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10579", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10580" + }, + { + "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "name": "Keris", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10581", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p)", + "archery_ticket_price": "0", + "id": "10582", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p+)", + "archery_ticket_price": "0", + "id": "10583", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p++)", + "archery_ticket_price": "0", + "id": "10584", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.", + "examine": "A mystical lamp, engraved with scenes of carnage.", + "durability": null, + "name": "Combat lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10586" + }, + { + "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.", + "examine": "Tarn Razorlor's diary.", + "durability": null, + "name": "Tarn's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10587" + }, + { + "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.", + "durability": null, + "name": "Salve amulet(e)", + "weight": "1", + "archery_ticket_price": "0", + "id": "10588", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A stone helmet.", + "durability": null, + "weight": "4", + "absorb": "2,0,4", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "28000", + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10589", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000", + "durability": null, + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10590" + }, + { + "examine": "A terrifying dog beast.", + "durability": null, + "name": "Terror dog", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10591" + }, + { + "destroy_message": "You can make another with tanned leather and a mahogany plank.", + "examine": "Small drums.", + "durability": null, + "name": "Penguin bongos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10592" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Every song needs a cowbell.", + "durability": null, + "name": "Cowbells", + "weight": "2", + "archery_ticket_price": "0", + "id": "10593" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book about clockwork mechanisms.", + "durability": null, + "name": "Clockwork book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10594" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10595" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10596" + }, + { + "destroy_message": "You will need to speak to Noodle to get another.", + "examine": "So you can be a penguin too!", + "durability": null, + "name": "Kgp id card", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10600" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10601", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10602", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10603", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "25569", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10604", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "Mystical robes.", + "grand_exchange_price": "3932123", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10605", + "absorb": "3,1,0", + "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "lendable": "true", + "examine": "A wooden helmet.", + "grand_exchange_price": "5623", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10606", + "absorb": "3,1,0", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "10607", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10608", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10609", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "10610", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", + "tradeable": "false", + "weight": "6.5", + "archery_ticket_price": "0", + "id": "10611", + "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10612", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "24661", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10613", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35640", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10614", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10615", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10616", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10617", + "equipment_slot": "0" + }, + { + "shop_price": "3840", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "4595", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10618", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0" + }, + { + "shop_price": "10000", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5821", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10619", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0" + }, + { + "shop_price": "12000", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "6960", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10620", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "10621", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "216", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10622", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "1793", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10623", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "246", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10624", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3883", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10625", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in jungle areas.", + "grand_exchange_price": "325", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10626", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "606", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10627", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "5614", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10628", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "10629", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "10630", + "equipment_slot": "4" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "10631", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10632", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10633", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "10634", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10635", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "lendable": "true", + "shop_price": "90000", + "examine": "A cape woven of obsidian plates.", + "grand_exchange_price": "38500", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10636", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10637", + "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "50", + "examine": "Ooohhh look at the pretty colours...", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10638", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10639", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10640", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10641", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10642", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10643", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10644", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{20,99}", + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10645", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10646", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10647", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10648", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10649", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10650", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10651", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10652", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10653", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10654", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10655", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10656", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10657", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10658", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10659", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10660", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{19,99}", + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10661", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10662", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10663", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10664", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,10}", "examine": "A black kitesheild with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "grand_exchange_price": "15249", "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", + "name": "Black shield(h1)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10665", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10666", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16339", "name": "Adamant shield(h1)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10666", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10667", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "35300", "name": "Rune shield(h1)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "10667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10668", - "name": "Black shield(h2)", + "requirements": "{1,10}", "examine": "A black kiteshield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "grand_exchange_price": "9751", "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", + "name": "Black shield(h2)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10668", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10669", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3353", "name": "Adamant shield(h2)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10669", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10670", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "31903", "name": "Rune shield(h2)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5.4" + "archery_ticket_price": "0", + "id": "10670", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10671", + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "6791", + "durability": null, "name": "Black shield(h3)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10671", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10672", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5566", "name": "Adamant shield(h3)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10672", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10673", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32082", "name": "Rune shield(h3)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10673", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10674", + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "5159", + "durability": null, "name": "Black shield(h4)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,10}", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10674", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10675", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3219", "name": "Adamant shield(h4)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", - "requirements": "{1,30}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10675", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10676", + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32351", "name": "Rune shield(h4)", - "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,40}", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10676", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10677", - "name": "Black shield(h5)", - "examine": "A black shield with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "8451", + "durability": null, + "name": "Black shield(h5)", "tradeable": "true", - "weight": "4" + "weight": "4", + "archery_ticket_price": "0", + "id": "10677", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" }, { - "id": "10678", - "name": "Adamant shield(h5)", - "examine": "A shield with a heraldic design.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "2", "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5905", + "name": "Adamant shield(h5)", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10678", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" }, { - "id": "10679", - "name": "Rune shield(h5)", + "requirements": "{1,40}", "examine": "A rune kiteshield with a heraldic design.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0", "durability": null, + "weight": "5", + "absorb": "3,0,7", "equip_audio": "2245", "equipment_slot": "5", - "requirements": "{1,40}", + "grand_exchange_price": "35200", + "name": "Rune shield(h5)", "tradeable": "true", - "weight": "5" + "archery_ticket_price": "0", + "id": "10679", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" }, { - "id": "10680", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "67430", + "durability": null, "name": "Studded body (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10680", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10681", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "22400", + "durability": null, "name": "Studded body (t)", - "examine": "Those studs should provide a bit more protection. Nice trim too!", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", "tradeable": "true", - "weight": "5.4" + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10681", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10682", + "durability": null, "name": "D'hide body(g)", "archery_ticket_price": "0", + "id": "10682", "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10683", + "durability": null, "name": "D'hide body (t)", "archery_ticket_price": "0", + "id": "10683", "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10684", + "durability": null, "name": "D'hide body (g)", "archery_ticket_price": "0", + "id": "10684", "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10685", + "durability": null, "name": "D'hide body (t)", "archery_ticket_price": "0", + "id": "10685", "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", - "durability": null, "equip_audio": "2241", "equipment_slot": "4" }, { - "id": "10686", - "name": "Wizard robe (g)", + "remove_sleeves": "true", "examine": "I can practise magic better in this.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", + "name": "Wizard robe (g)", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10686", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" }, { - "id": "10687", - "name": "Wizard robe (t)", + "remove_sleeves": "true", "examine": "I can do magic better in this.", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10687", "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10688", - "name": "Enchanted top", - "examine": "Enchanted Wizards robes.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", "requirements": "{1,20}-{6,40}", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "72800", + "name": "Enchanted top", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "10688", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" }, { - "id": "10689", - "name": "Wizard boots", + "lendable": "true", "examine": "Slightly magical boots.", + "grand_exchange_price": "763602", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10689", "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "lendable": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "10" }, { - "id": "10690", - "name": "Black platebody (t)", + "requirements": "{1,10}", "examine": "Black platebody with trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", "remove_sleeves": "true", - "requirements": "{1,10}", + "grand_exchange_price": "90744", + "name": "Black platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10690", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" }, { - "id": "10691", - "name": "Black platebody (g)", + "requirements": "{1,10}", "examine": "Black platebody with gold trim.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "1,0,2", "equip_audio": "2239", "equipment_slot": "4", "remove_sleeves": "true", - "requirements": "{1,10}", + "grand_exchange_price": "230800", + "name": "Black platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10691", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" }, { - "id": "10692", - "name": "Highwayman mask", + "lendable": "true", "examine": "Your money or your life!", - "archery_ticket_price": "0", + "grand_exchange_price": "92519", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10692", + "equipment_slot": "0" }, { - "id": "10693", + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "64066", + "durability": null, "name": "Blue beret", - "examine": "Parlez-vous francais? (Do you speak French?)", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10693", + "equipment_slot": "0" }, { - "id": "10694", - "name": "Black beret", + "lendable": "true", "examine": "Parlez-vous francais?(Do you speak French?)", - "archery_ticket_price": "0", + "grand_exchange_price": "158274", "durability": null, - "equipment_slot": "0", + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10694", + "equipment_slot": "0" }, { - "id": "10695", - "name": "White beret", + "lendable": "true", "examine": "Parlez-vous francais? (Do you speak French?)", - "archery_ticket_price": "0", + "grand_exchange_price": "281900", "durability": null, - "equipment_slot": "0", + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", "hat": true, - "lendable": "true", - "tradeable": "true" + "id": "10695", + "equipment_slot": "0" }, { - "id": "10696", - "name": "Ranger boots", + "lendable": "true", "examine": "Lightweight boots ideal for rangers.", + "grand_exchange_price": "11781186", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "weight": "0.2", "archery_ticket_price": "0", + "id": "10696", "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "lendable": "true", - "tradeable": "true", - "weight": "0.2" + "equipment_slot": "10" }, { - "id": "10697", - "name": "Adam platebody (t)", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "Adamant platebody with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "requirements": "{1,30}", + "grand_exchange_price": "79300", + "name": "Adam platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10697", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" }, { - "id": "10698", - "name": "Adam platebody (g)", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "Adamant platebody with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "2,0,4", "equip_audio": "2239", "equipment_slot": "4", - "ge_buy_limit": "2", "remove_sleeves": "true", - "requirements": "{1,30}", + "grand_exchange_price": "207912", + "name": "Adam platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10698", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" }, { - "id": "10699", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "22022", "name": "Black helm (h1)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10699", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10700", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "11700", "name": "Black helm (h2)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10700", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10701", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10424", "name": "Black helm (h3)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10701", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10702", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "12717", "name": "Black helm (h4)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10702", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10703", + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17852", "name": "Black helm (h5)", - "examine": "A black helmet with a heraldic design.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}", "tradeable": "true", - "weight": "1.8" + "archery_ticket_price": "0", + "id": "10703", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" }, { - "id": "10704", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "30298", "name": "Rune helm (h1)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", + "tradeable": "true", "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", - "tradeable": "true" + "id": "10704", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10705", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "26127", "name": "Rune helm (h2)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10705", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10706", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "37333", "name": "Rune helm (h3)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "4" + "archery_ticket_price": "0", + "id": "10706", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10707", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "29600", "name": "Rune helm (h4)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "10707", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10708", + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "41325", "name": "Rune helm (h5)", - "examine": "A rune helmet with a heraldic design.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}", "tradeable": "true", - "weight": "2" + "archery_ticket_price": "0", + "id": "10708", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" }, { - "id": "10709", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "28407", "name": "Adamant helm (h1)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10709", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10710", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "9839", "name": "Adamant helm (h2)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10710", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10711", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8485", "name": "Adamant helm (h3)", - "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10711", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10712", - "name": "Adamant helm (h4)", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "An Adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", "durability": null, + "weight": "3", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", + "grand_exchange_price": "10774", + "name": "Adamant helm (h4)", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10712", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { - "id": "10713", - "name": "Adamant helm (h5)", + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", "examine": "An adamant helmet with a heraldic design.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0", "durability": null, + "weight": "3", + "absorb": "1,0,2", "equip_audio": "2240", "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,30}", + "grand_exchange_price": "17390", + "name": "Adamant helm (h5)", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "id": "10713", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10714", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10715", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10716", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10717", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", "id": "10718", - "name": "Bob shirt", - "examine": "See table", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "2" + "equipment_slot": "4" }, { - "id": "10719", - "name": "Amulet of glory(t)", "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10719", "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10720", - "name": "Guthix cape", "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "weight": "0.4", "archery_ticket_price": "0", + "id": "10720", "bonuses": "0,0,0,10,0,1,1,2,10,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "weight": "0.4" + "equipment_slot": "1" }, { - "id": "10721", - "name": "Frog mask", + "remove_head": "true", "examine": "Now that's just silly.", - "archery_ticket_price": "0", "durability": null, - "equipment_slot": "0", + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10721", "remove_beard": "true", - "remove_head": "true", - "weight": "0.4" + "equipment_slot": "0" }, { - "id": "10722", - "name": "Reindeer hat", - "examine": "A reindeer hat and a matching flashing nose.", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A reindeer hat and a matching flashing nose.", "durability": null, + "name": "Reindeer hat", "tradeable": "false", - "weight": "2" - }, - { - "id": "10723", - "name": "Jack lantern mask", - "examine": "Better not light it!", - "archery_ticket_price": "0", "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10722" + }, + { + "remove_head": "true", "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "Better not light it!", "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10723", "equip_audio": "3227", - "equipment_slot": "0", "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" + "equipment_slot": "0" }, { - "id": "10724", - "name": "Skeleton boots", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Skeleton feet.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "10", - "weight": "2" + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "10724", + "equipment_slot": "10" }, { - "id": "10725", - "name": "Skeleton gloves", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Some skeletal gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "9", - "weight": "2" + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "10725", + "equipment_slot": "9" }, { - "id": "10726", - "name": "Skeleton leggings", + "destroy_message": "You can reclaim this item from the place you found it.", "examine": "Does my pelvis look big in this?", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", "durability": null, - "equipment_slot": "7", - "weight": "2" + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "10726", + "equipment_slot": "7" }, { - "id": "10727", - "name": "Skeleton shirt", - "examine": "The shirt of a fully body skeleton costume.", - "archery_ticket_price": "0", "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "4", "remove_sleeves": "true", - "weight": "2" + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "10727", + "equipment_slot": "4" }, { - "id": "10728", - "name": "Skeleton mask", - "examine": "A scary skeleton mask.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "0", "remove_head": "true", - "weight": "2" + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "10728", + "equipment_slot": "0" }, { - "id": "10729", - "name": "Easter ring", "examine": "A ring given to you by the Easter Bunny.", - "archery_ticket_price": "0", "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "10729", "equip_audio": "", "equipment_slot": "" }, { - "id": "10730", - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!", - "archery_ticket_price": "0", - "destroy": "true", "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", "durability": null, - "tradeable": "false" + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10730" }, { - "id": "10731", - "name": "Zombie head", "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", "archery_ticket_price": "0", - "durability": null + "id": "10731" }, { - "id": "10732", - "name": "Rubber chicken", + "turn90cw_anim": "821", "examine": "Perhaps not the most powerful weapon in 2009Scape.", - "archery_ticket_price": "0", - "attack_audios": "2257,2257,2257", - "attack_speed": "4", - "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "walk_anim": "1830", "durability": null, + "weight": "0.4", + "turn90ccw_anim": "822", + "attack_speed": "4", + "weapon_interface": "12", + "turn180_anim": "1830", "equip_audio": "2238", + "render_anim": "182", "equipment_slot": "3", "fun_weapon": "true", - "render_anim": "182", - "run_anim": "824", "stand_anim": "1832", - "stand_turn_anim": "823", - "turn180_anim": "1830", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "1830", - "weapon_interface": "12", - "weight": "0.4" - }, - { - "id": "10733", - "name": "Yo-yo", - "examine": "A gift from Santa.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10734", - "name": "Bunny ears", - "examine": "A rabbit-like adornment.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "0.2" - }, - { - "id": "10735", - "name": "Scythe", - "examine": "It's a Scythe.", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "1383", + "attack_audios": "2257,2257,2257", + "name": "Rubber chicken", "run_anim": "824", - "stand_anim": "847", + "archery_ticket_price": "0", + "id": "10732", "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "10733" + }, + { + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10734", + "equipment_slot": "0" + }, + { "turn90cw_anim": "821", - "two_handed": "true", + "examine": "It's a Scythe.", "walk_anim": "819", - "weight": "3" + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "equipment_slot": "3", + "stand_anim": "847", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10735", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" }, { - "id": "10736", - "name": "Strength amulet(t)", "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "443800", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10736", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10738", - "name": "Amulet of magic(t)", "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "67158", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", "archery_ticket_price": "0", + "id": "10738", "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" + "equipment_slot": "2" }, { - "id": "10740", - "name": "A powdered wig", + "remove_head": "true", + "lendable": "true", "examine": "A big 'do about nothing.", - "archery_ticket_price": "0", + "grand_exchange_price": "36879", "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", + "name": "A powdered wig", "tradeable": "true", - "weight": "2" + "weight": "2", + "archery_ticket_price": "0", + "id": "10740", + "equipment_slot": "0" }, { - "id": "10742", - "name": "Flared trousers", + "lendable": "true", "examine": "These'll help me stay alive.", - "archery_ticket_price": "0", + "grand_exchange_price": "559284", "durability": null, - "equipment_slot": "7", - "lendable": "true", + "name": "Flared trousers", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10742", + "equipment_slot": "7" }, { - "id": "10744", - "name": "Pantaloons", + "lendable": "true", "examine": "Alas, someone has slashed my pantaloons.", - "archery_ticket_price": "0", + "grand_exchange_price": "12022", "durability": null, - "equipment_slot": "7", - "lendable": "true", + "name": "Pantaloons", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10744", + "equipment_slot": "7" }, { - "id": "10746", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", "remove_head": "true", + "lendable": "true", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "376084", + "durability": null, + "name": "Sleeping cap", "tradeable": "true", - "weight": "2" + "weight": "2", + "archery_ticket_price": "0", + "id": "10746", + "equipment_slot": "0" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10748", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10750", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10752", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10754", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", "id": "10756", - "name": "Elegant shirt", - "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10758", + "examine": "Stylish!", + "grand_exchange_price": "56600", + "durability": null, "name": "Red boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10758", + "equipment_slot": "0" }, { - "id": "10760", + "examine": "Stylish!", + "grand_exchange_price": "20300", + "durability": null, "name": "Orange boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10760", + "equipment_slot": "0" }, { - "id": "10762", + "examine": "Stylish!", + "grand_exchange_price": "59940", + "durability": null, "name": "Green boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10762", + "equipment_slot": "0" }, { - "id": "10764", + "examine": "Stylish!", + "grand_exchange_price": "54236", + "durability": null, "name": "Blue boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10764", + "equipment_slot": "0" }, { - "id": "10766", + "examine": "Stylish!", + "grand_exchange_price": "56495", + "durability": null, "name": "Black boater", - "examine": "Stylish!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "id": "10766", + "equipment_slot": "0" }, { - "id": "10768", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "114319", + "durability": null, "name": "Red headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10768", + "equipment_slot": "0" }, { - "id": "10770", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "41778", + "durability": null, "name": "Black headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10770", + "equipment_slot": "0" }, { - "id": "10772", + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "21764", + "durability": null, "name": "Brown headband", - "examine": "A minimalist's hat.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10772", + "equipment_slot": "0" }, { - "id": "10774", - "name": "Pirate's hat", "examine": "Shiver me timbers!", - "archery_ticket_price": "0", + "grand_exchange_price": "83200", "durability": null, - "equipment_slot": "0", - "tradeable": "true" + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10774", + "equipment_slot": "0" }, { - "id": "10776", - "name": "Zamorak platebody", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "647800", + "name": "Zamorak platebody", "tradeable": "true", - "weight": "9" + "archery_ticket_price": "0", + "id": "10776", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10778", - "name": "Saradomin plate", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "1097689", + "name": "Saradomin plate", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10778", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10780", - "name": "Guthix platebody", + "requirements": "{1,40}", "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "241600", + "name": "Guthix platebody", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10780", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10782", - "name": "Gilded platebody", + "requirements": "{1,40}", "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "10", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "1653821", + "name": "Gilded platebody", "tradeable": "true", - "weight": "10" + "archery_ticket_price": "0", + "id": "10782", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10784", - "name": "Saradomin robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Blessed vestments of Saradomin.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "grand_exchange_price": "106389", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true" + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10784", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" }, { - "id": "10786", - "name": "Zamorak robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Zamorak Vestments.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "grand_exchange_price": "151000", "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", + "name": "Zamorak robe top", "tradeable": "true", - "weight": "1" + "weight": "1", + "archery_ticket_price": "0", + "id": "10786", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" }, { - "id": "10788", - "name": "Guthix robe top", + "requirements": "{5,20}", + "remove_sleeves": "true", "examine": "Blessed vestments of Guthix.", + "grand_exchange_price": "80181", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "weight": "1", "archery_ticket_price": "0", + "id": "10788", "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{5,20}", - "tradeable": "true", - "weight": "1" + "equipment_slot": "4" }, { - "id": "10790", - "name": "Zamorak d'hide", - "examine": "Zamorak blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10792", - "name": "Saradomin d'hide", - "examine": "Saradomin blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", - "destroy": "true", + "examine": "Zamorak blessed dragonhide body armour.", "durability": null, + "weight": "6", + "absorb": "0,6,3", "equipment_slot": "4", "remove_sleeves": "true", + "grand_exchange_price": "84966", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10790", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { "requirements": "{1,40}-{4,70}", "shop_price": "13000", - "tradeable": "true", - "weight": "6" - }, - { - "id": "10794", - "name": "Guthix dragonhide", - "examine": "Guthix blessed dragonhide body armour.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0", + "examine": "Saradomin blessed dragonhide body armour.", "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", "equipment_slot": "4", "remove_sleeves": "true", + "grand_exchange_price": "92762", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10792", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { "requirements": "{1,40}-{4,70}", "shop_price": "13", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22384", + "name": "Guthix dragonhide", "tradeable": "true", - "weight": "6" + "archery_ticket_price": "0", + "id": "10794", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" }, { - "id": "10796", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", "lendable": "true", "requirements": "{4,40}", + "examine": "Endorsed by Robin Hood.", + "grand_exchange_price": "3070557", + "durability": null, + "name": "Robin hood hat", "tradeable": "true", - "weight": "0.2" + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10796", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0", + "equipment_slot": "0" }, { - "id": "10798", - "name": "Rune platebody (g)", + "requirements": "{1,40}", "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "231400", + "name": "Rune platebody (g)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10798", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10800", - "name": "Rune platebody (t)", + "requirements": "{1,40}", "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0", "durability": null, + "weight": "9.07", + "absorb": "3,0,6", "equip_audio": "2239", "equipment_slot": "4", "lendable": "true", "remove_sleeves": "true", - "requirements": "{1,40}", + "grand_exchange_price": "61100", + "name": "Rune platebody (t)", "tradeable": "true", - "weight": "9.07" + "archery_ticket_price": "0", + "id": "10800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" }, { - "id": "10802", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "56677", + "durability": null, "name": "Tan cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10802", + "equipment_slot": "0" }, { - "id": "10804", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "18942", + "durability": null, "name": "Dark cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10804", + "equipment_slot": "0" }, { - "id": "10806", + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "421305", + "durability": null, "name": "Black cavalier", - "examine": "All for one and one for all!", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true" + "id": "10806", + "equipment_slot": "0" }, { - "id": "10808", - "name": "Arctic pyre logs", + "ge_buy_limit": "1000", "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", - "archery_ticket_price": "0", + "grand_exchange_price": "3453", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10809", "name": "Arctic pyre logs", + "tradeable": "true", + "weight": "2", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10808" }, { - "id": "10810", - "name": "Arctic pine logs", + "ge_buy_limit": "1000", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10809" + }, + { + "ge_buy_limit": "25000", "examine": "Log cut from an arctic pine.", - "archery_ticket_price": "0", + "grand_exchange_price": "90", "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "25000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10811", "name": "Arctic pine logs", + "tradeable": "true", + "weight": "2", "archery_ticket_price": "0", - "durability": null, + "id": "10810", + "equipment_slot": "5" + }, + { "ge_buy_limit": "25000", - "tradeable": "true" + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10811" }, { - "id": "10812", - "name": "Split log", + "ge_buy_limit": "1000", "examine": "Used to repair bridges.", - "archery_ticket_price": "0", + "grand_exchange_price": "18", "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "10813", "name": "Split log", + "tradeable": "true", + "weight": "1.8", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10812" }, { - "id": "10814", - "name": "Hair", - "examine": "I can spin this into rope.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10813" + }, + { "shop_price": "120", - "tradeable": "true" - }, - { - "id": "10815", + "ge_buy_limit": "1000", + "examine": "I can spin this into rope.", + "grand_exchange_price": "113", + "durability": null, "name": "Hair", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" + "id": "10814" }, { - "id": "10816", - "name": "Raw yak meat", - "examine": "I need to cook this.", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10815" + }, + { "shop_price": "2", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10817", - "name": "Raw yak meat", - "archery_ticket_price": "0", - "durability": null, "ge_buy_limit": "1000", - "tradeable": "true" + "examine": "I need to cook this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10816" }, { - "id": "10818", - "name": "Yak-hide", - "examine": "Thakkrad, of Neitiznot, can cure this.", - "archery_ticket_price": "0", + "ge_buy_limit": "1000", + "grand_exchange_price": "14", "durability": null, - "ge_buy_limit": "5000", + "name": "Raw yak meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10817" + }, + { "shop_price": "50", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10819", + "ge_buy_limit": "5000", + "examine": "Thakkrad, of Neitiznot, can cure this.", + "grand_exchange_price": "301", + "durability": null, "name": "Yak-hide", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" + "id": "10818" }, { - "id": "10820", - "name": "Cured yak-hide", + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10819" + }, + { + "ge_buy_limit": "5000", "examine": "Ready to be cut and sewn into armour.", - "archery_ticket_price": "0", + "grand_exchange_price": "396", "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "10821", "name": "Cured yak-hide", + "tradeable": "true", + "weight": "0.4", "archery_ticket_price": "0", - "durability": null, + "id": "10820" + }, + { "ge_buy_limit": "5000", - "tradeable": "true" + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10821" }, { - "id": "10822", - "name": "Yak-hide armour", + "requirements": "{1,20}", + "ge_buy_limit": "100", "examine": "Smelly yak body armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0", "durability": null, + "weight": "3", "equipment_slot": "4", - "ge_buy_limit": "100", "remove_sleeves": "true", - "requirements": "{1,20}", + "grand_exchange_price": "122", + "name": "Yak-hide armour", "tradeable": "true", - "weight": "3" - }, - { - "id": "10823", - "name": "Yak-hide armour", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "10822", + "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0" }, { - "id": "10824", + "ge_buy_limit": "100", + "grand_exchange_price": "122", + "durability": null, "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10823" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "grand_exchange_price": "83", "examine": "Leg protection, made from smelly yak-hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "10825", "name": "Yak-hide armour", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10826", - "name": "Fremennik round shield", - "examine": "A wooden shield with a rope rim.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,25}", "tradeable": "true", - "weight": "3" + "archery_ticket_price": "0", + "weight": "2", + "id": "10824", + "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", + "equipment_slot": "7" }, { - "id": "10827", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10825" + }, + { + "requirements": "{1,25}", + "ge_buy_limit": "100", + "examine": "A wooden shield with a rope rim.", + "durability": null, + "destroy": "true", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "402", "name": "Fremennik round shield", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "id": "10826", + "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0" }, { - "id": "10828", - "name": "Helm of neitiznot", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", "ge_buy_limit": "100", + "grand_exchange_price": "402", + "durability": null, + "name": "Fremennik round shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10827" + }, + { "remove_head": "true", "requirements": "{1,55}", "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "10830", - "name": "Royal decree", - "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10831", - "name": "Empty tax bag", - "examine": "An empty tax bag.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10836", - "name": "Silly jester hat", - "examine": "A silly hat with bells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "ge_buy_limit": "100", + "examine": "A gift from Neitiznot's Burgher.", "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", "equipment_slot": "0", - "tradeable": "false", - "weight": "2.7" - }, - { - "id": "10837", - "name": "Silly jester top", - "examine": "A jester's jangly top.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "6.8" - }, - { - "id": "10838", - "name": "Silly jester tights", - "examine": "Silly jester tights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "10839", - "name": "Silly jester boots", - "examine": "Silly jester boots.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "1.3" - }, - { - "id": "10840", - "name": "A jester stick", - "alchemizable": "true", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "10842", - "name": "Decapitated head", - "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "weight": "3" - }, - { - "id": "10843", + "grand_exchange_price": "44800", "name": "Helm of neitiznot", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10844", - "name": "Spring sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10845", - "name": "Summer sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10846", - "name": "Autumn sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10847", - "name": "Winter sq'irk", - "examine": "A slightly sq'irky, I mean quirky, fruit.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10848", - "name": "Spring sq'irkjuice", - "examine": "Made from 4 spring sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10849", - "name": "Summer sq'irkjuice", - "examine": "Made from 2 summer sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10850", - "name": "Autumn sq'irkjuice", - "examine": "Made from 3 autumn sq'irks.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10851", - "name": "Winter sq'irkjuice", - "examine": "Made from 5 winter sq'irks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10856", - "name": "Sin seer's note", - "examine": "Her writing is too scrawled to make out what it says.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.", - "durability": null, - "shop_price": "40", - "tradeable": "false" - }, - { - "id": "10857", - "name": "Severed leg", - "examine": "A severed human leg.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.", - "durability": null, - "tradeable": "false", - "weight": "12" - }, - { - "id": "10858", - "name": "Shadow sword", - "examine": "A shadow sword.", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "124", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "false", - "turn180_anim": "7045", - "turn90ccw_anim": "7043", - "turn90cw_anim": "7044", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3.6" - }, - { - "id": "10859", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10860", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10861", - "name": "Tea flask", - "examine": "You can put nice, hot tea in it.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "10862", - "name": "Hard hat", - "examine": "Can't get any safer than this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "2" - }, - { - "id": "10863", - "name": "Builder's shirt", - "examine": "Very fetching.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "10864", - "name": "Builder's trousers", - "examine": "Slightly tatty in my opinion.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "1" - }, - { - "id": "10865", - "name": "Builder's boots", - "examine": "They'll offer good protection for my toes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "10866", - "name": "Rivets", - "examine": "Used to bolt things together.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10870", - "name": "Binding fluid", - "examine": "Some magical fluid to bind surfaces.", + "tradeable": "true", "archery_ticket_price": "0", - "durability": null + "id": "10828", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" }, { - "id": "10871", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "archery_ticket_price": "0", - "destroy": "true", + "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.", + "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", "durability": null, + "name": "Royal decree", "tradeable": "false", - "weight": "0.2" - }, - { - "id": "10872", - "name": "Pipe ring", - "examine": "A ring used to join two pipes together.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10873", - "name": "Metal sheet", - "examine": "A sheet of metal.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10874", - "name": "Coloured ball", - "examine": "Bound to have some use.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10875", - "name": "Valve wheel", - "examine": "A wheel used to control valves.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10876", - "name": "Metal bar", - "examine": "Some unknown metal substance.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10877", - "name": "Plain satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "128", - "weight": "0.1" - }, - { - "id": "10878", - "name": "Green satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10879", - "name": "Red satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "shop_price": "128", - "weight": "0.1" - }, - { - "id": "10880", - "name": "Black satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10881", - "name": "Gold satchel", - "examine": "I can keep my grub in here.", "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" - }, - { - "id": "10882", - "name": "Rune satchel", - "examine": "I can keep my grub in here.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "weight": "0.1" + "id": "10830" }, { - "id": "10883", - "name": "Hard hat", - "examine": "Can't get any safer than this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another within the Tower of Life!", + "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", + "examine": "An empty tax bag.", "durability": null, - "equipment_slot": "0", + "name": "Empty tax bag", "tradeable": "false", - "weight": "2" - }, - { - "id": "10884", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10885", - "name": "Keg", - "examine": "A small keg of gunpowder.", - "archery_ticket_price": "0", - "durability": null, - "weight": "12" - }, - { - "id": "10886", - "name": "Prayer book", - "examine": "Used to cure poison through prayer.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10887", - "name": "Barrelchest anchor", - "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", - "archery_ticket_price": "0", - "attack_anims": "5865,5865,5865,5865", - "attack_speed": "6", - "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0", - "defence_anim": "5866", - "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "985", - "run_anim": "5868", - "stand_anim": "5869", - "stand_turn_anim": "823", - "turn180_anim": "5867", - "turn90ccw_anim": "5867", - "turn90cw_anim": "5867", - "two_handed": "true", - "walk_anim": "5867", - "weapon_interface": "8", - "weight": "30" - }, - { - "id": "10888", - "name": "Barrelchest anchor", - "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0", - "durability": null, - "weight": "30" - }, - { - "id": "10889", - "name": "Blessed lamp", - "examine": "This will answer my prayers.", "archery_ticket_price": "0", - "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.", - "durability": null + "id": "10831" }, { - "id": "10890", - "name": "Prayer book", - "examine": "Used to cure poison through prayer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "A silly hat with bells.", "durability": null, + "name": "Silly jester hat", "tradeable": "false", - "weight": "1" - }, - { - "id": "10891", - "name": "Wooden cat", - "examine": "A wooden cat toy.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10892", - "name": "Wooden cat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10893", - "name": "Cranial clamp", - "examine": "A cranial clamp.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10894", - "name": "Brain tongs", - "examine": "Some tongs for use with brains.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10895", - "name": "Bell jar", - "examine": "A bell jar for covering things.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10896", - "name": "Wolf whistle", - "examine": "A silver whistle.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10897", - "name": "Shipping order", - "examine": "A shipping order list.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10898", - "name": "Keg", - "examine": "A small keg of gunpowder.", - "archery_ticket_price": "0", - "durability": null, - "weight": "12" - }, - { - "id": "10899", - "name": "Crate part", - "examine": "Part of a crate.", - "archery_ticket_price": "0", "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "10904", - "name": "Skull staple", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10909", - "name": "Mixture - step 1(4)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10910", - "name": "Mixture - step 1(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10911", - "name": "Mixture - step 1(3)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10912", - "name": "Mixture - step 1(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10913", - "name": "Mixture - step 1(2)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10914", - "name": "Mixture - step 1(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10915", - "name": "Mixture - step 1(1)", - "examine": "This super restore and unicorn dust potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10916", - "name": "Mixture - step 1(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10917", - "name": "Mixture - step 2(4)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10918", - "name": "Mixture - step 2(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10919", - "name": "Mixture - step 2(3)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10920", - "name": "Mixture - step 2(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10921", - "name": "Mixture - step 2(2)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10922", - "name": "Mixture - step 2(2)", + "weight": "2.7", "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10923", - "name": "Mixture - step 2(1)", - "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10924", - "name": "Mixture - step 2(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10925", - "name": "Sanfew serum(4)", - "examine": "A \"X\" dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10926", - "name": "Sanfew serum(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10927", - "name": "Sanfew serum(3)", - "examine": "A \"X\" dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10928", - "name": "Sanfew serum(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10929", - "name": "Sanfew serum(2)", - "examine": "A \"X\" dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10930", - "name": "Sanfew serum(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10931", - "name": "Sanfew serum(1)", - "examine": "A \"X\" dose Sanfew Serum.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10932", - "name": "Sanfew serum(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10933", - "name": "Lumberjack boots", - "examine": "You certainly will be alright wearing these.", - "archery_ticket_price": "0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "weight": "0.9" - }, - { - "id": "10934", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10935", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10936", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10937", - "name": "Nail beast nails", - "examine": "The claws from a nail beast", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10938", - "name": "Nail beast nails", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10939", - "name": "Lumberjack top", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1.3" - }, - { - "id": "10940", - "name": "Lumberjack legs", - "examine": "You certainly will be alright wearing these.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "weight": "0.9" - }, - { - "id": "10941", - "name": "Lumberjack hat", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "0.4" - }, - { - "id": "10942", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10943", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10944", - "name": "Reward token", - "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10945", - "name": "Lumberjack top", - "examine": "You certainly will be alright wearing this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "weight": "1.3" - }, - { - "id": "10950", - "name": "Skull staples", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10951", - "name": "Skull staples", - "examine": "One skull staple.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10952", - "name": "Slayer bell", - "examine": "Don't make anyone jump when you ring this!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{18,39}", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "10953", - "name": "Slayer bell", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10954", - "name": "Frog-leather body", - "examine": "Armour made out of Frog hide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "requirements": "{1,25}-{4,25}", - "shop_price": "1000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10955", - "name": "Frog-leather body", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10956", - "name": "Frog-leather chaps", - "examine": "Chaps made out of Frog hide.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "requirements": "{1,25}-{4,25}", - "shop_price": "900", - "tradeable": "true", - "weight": "3" - }, - { - "id": "10957", - "name": "Frog-leather chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10958", - "name": "Frog-leather boots", - "examine": "Boots made out of Frog hide.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "ge_buy_limit": "100", - "requirements": "{1,25}-{4,25}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10959", - "name": "Frog-leather boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "10960", - "name": "Green gloop soup", - "examine": "Thick and tasty soup.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10961", - "name": "Frogspawn gumbo", - "examine": "A big bowl of frogspawn gumbo.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10962", - "name": "Frogburger", - "examine": "A juicy frogburger.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "weight": "1" - }, - { - "id": "10963", - "name": "Coated frogs' legs", - "examine": "Nice and crunchy.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10964", - "name": "Bat shish", - "examine": "Bat shish kebab.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10965", - "name": "Fingers", - "examine": "Wall beast fingers in a white fern sauce.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10" - }, - { - "id": "10967", - "name": "Roast frog", - "examine": "A whole roasted frog.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10968", - "name": "Mushrooms", - "examine": "Tasty saut??ed mushrooms.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10969", - "name": "Fillets", - "examine": "Chunky cave-crawler fillets.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10970", - "name": "Loach", - "examine": "Steamed cave pond loach.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10971", - "name": "Eel sushi", - "examine": "Cave-eel sushi.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10972", - "name": "Dorgesh-kaan sphere", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "weight": "0.5" - }, - { - "id": "10973", - "name": "Light orb", - "examine": "A component of cave goblin Magic.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "requirements": "{11,52}", - "tradeable": "true" - }, - { - "id": "10974", - "name": "Light orb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10975", - "name": "Spanner", - "examine": "A goblin wrench.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "10976", - "name": "Long bone", - "examine": "A Construction bone.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1000", - "weight": "1" - }, - { - "id": "10977", - "name": "Curved bone", - "examine": "A curved Construction bone.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2000", - "weight": "1" - }, - { - "id": "10978", - "name": "Swamp weed", - "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "10979", - "name": "Swamp weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "10980", - "name": "Empty light orb", - "examine": "Add a wire to complete it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10981", - "name": "Cave goblin wire", - "examine": "Wire found in Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "10982", - "name": "Cave goblin wire", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "10983", - "name": "Cog", - "examine": "A cog. Broken: A broken cog.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another cog from the old power station.", - "durability": null, - "shop_price": "160", - "tradeable": "false", - "weight": "3" - }, - { - "id": "10984", - "name": "Cog", - "examine": "A cog. Broken: A broken cog.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another cog from the old power station.", - "durability": null, - "shop_price": "160", - "tradeable": "false", - "weight": "3" - }, - { - "id": "10985", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10986", - "name": "Fuse", - "examine": "A fuse.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10987", - "name": "Meter", - "examine": "A meter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10988", - "name": "Meter", - "examine": "A meter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "10989", - "name": "Capacitor", - "examine": "A capacitor.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10990", - "name": "Capacitor", - "examine": "A capacitor.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "10993", - "name": "Powerbox", - "examine": "A powerbox. Broken: A broken powerbox.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another power box from the old power station.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "10994", - "name": "Powerbox", - "examine": "A powerbox. Broken: A broken powerbox.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another power box from the old power station.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "10995", - "name": "Perfect shell", - "examine": "A perfect example of a tortoise shell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "6.8" - }, - { - "id": "10996", - "name": "Perfect snail shell", - "examine": "A perfect example of a snail shell.", - "archery_ticket_price": "0", - "durability": null, - "weight": "7" - }, - { - "id": "10997", - "name": "Molanisk", - "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "10998", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "10999", - "name": "Goblin book", - "examine": "A tattered goblin holy book.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "11001", - "name": "Dagon'hai history", - "examine": "The History of Dagon'hai.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11002", - "name": "Sin'keth's diary", - "examine": "The diary of Sin'keth Magis.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11003", - "name": "An empty folder", - "examine": "A folder for Rat's papers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11006", - "name": "Used folder", - "examine": "A folder for rat's papers. It needs more pages.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11007", - "name": "Full folder", - "examine": "A full folder. You should take this back to Rat.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11008", - "name": "Rat's paper", - "examine": "A page of Rat's document.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find more papers about the outlaws if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11009", - "name": "Rat's letter", - "examine": "A letter in a strange language.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.", - "durability": null, - "shop_price": "160", - "tradeable": "false" - }, - { - "id": "11010", - "name": "Surok's letter", - "examine": "A letter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.", - "durability": null, - "shop_price": "27", - "tradeable": "false" - }, - { - "id": "11011", - "name": "Zaff's instructions", - "examine": "Instructions for the beacon ring.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11012", - "name": "Wand", - "examine": "A wand.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11013", - "name": "Infused wand", - "examine": "This wand is glowing with chaos magic.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11014", - "name": "Beacon ring", - "examine": "A magical ring.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get another ring from Zaff if you destroy this one.", - "durability": null, - "equipment_slot": "12", - "tradeable": "false" - }, - { - "id": "11015", - "name": "Chicken head", - "examine": "Cock-a-doodle-do!", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11016", - "name": "Chicken feet", - "examine": "Perfect for crossing the road.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11017", - "name": "Chicken wings", - "examine": "I look fowl in this.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11018", - "name": "Chicken legs", - "examine": "What's the matter, are you chicken?", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11019", - "name": "Chicken feet", - "examine": "Perfect for crossing the road.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.", - "durability": null, - "equipment_slot": "10", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11020", - "name": "Chicken wings", - "examine": "I look fowl in this.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another set of chicken wings.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11021", - "name": "Chicken head", - "examine": "Cock-a-doodle-do!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another chicken head.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11022", - "name": "Chicken legs", - "examine": "What's the matter, are you chicken?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to speak to Diango to get another set of chicken legs.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "11023", - "name": "Magic egg", - "examine": "Let's see how far the rabbit hole goes.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11024", - "name": "Rabbit mould", - "examine": "Used for making chocolate rabbits.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11025", - "name": "Chocolate chunks", - "examine": "Some chocolate chunks.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11026", - "name": "Chocolate kebbit", - "examine": "Chocolatey kebbit goodness.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11027", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11028", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11029", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11030", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "tradeable": "true" - }, - { - "id": "11031", - "name": "Damp planks", - "examine": "A number of dripping, waterlogged planks.", - "archery_ticket_price": "0", - "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.", - "durability": null - }, - { - "id": "11032", - "name": "Crude carving", - "examine": "A log with some squiggles carved into it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11033", - "name": "Cruder carving", - "examine": "Another log with some sort of bird hacked into it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11034", - "name": "Sven's last map", - "examine": "A faded map marking a cross next to a section of the landscape.", - "archery_ticket_price": "0", - "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.", - "durability": null - }, - { - "id": "11035", - "name": "Windswept logs", - "examine": "Logs taken from the exotic-looking windswept tree.", - "archery_ticket_price": "0", - "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.", - "durability": null - }, - { - "id": "11037", - "name": "Brine sabre", - "examine": "A salty sword.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "requirements": "{0,40}", - "tradeable": "true", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "11038", - "name": "Brine sabre", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11044", - "name": "Rotten barrel", - "examine": "Looks like it might still float.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11045", - "name": "Rotten barrel", - "examine": "Looks like it might still float.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11046", - "name": "Rope", - "examine": "A coil of rope.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "18", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "11047", - "name": "Brine rat", - "examine": "Eww, a bald rat!", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null - }, - { - "id": "11048", - "name": "Armour shard", - "examine": "A piece of ancient goblin armour.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11049", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11050", - "name": "Axe head", - "examine": "It's missing a handle.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "11051", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11052", - "name": "Helmet fragment", - "examine": "A piece of ancient goblin helmet.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11053", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11054", - "name": "Shield fragment", - "examine": "A piece of an ancient goblin shield.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11055", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11056", - "name": "Sword fragment", - "examine": "A piece of an ancient goblin sword.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11057", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11058", - "name": "Mace", - "archery_ticket_price": "0", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "durability": null - }, - { - "id": "11059", - "name": "Artefact", - "examine": "An ancient goblin object encrusted in dirt.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11060", - "name": "Goblin village sphere", - "examine": "Oldak's marvellous Moving-over-distance Sphere", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "weight": "0.05" - }, - { - "id": "11061", - "name": "Ancient mace", - "examine": "It has ancient goblin symbols on it.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0", - "defence_anim": "397", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "ge_buy_limit": "100", - "has_special": "true", - "requirements": "{0,25}-{5,15}", - "shop_price": "1000", - "tradeable": "true", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "11064", - "name": "Ancient mace", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11065", - "name": "Bracelet mould", - "examine": "Used to make gold bracelets.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "5", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "11066", - "name": "Bracelet mould", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11069", - "name": "Gold bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "165", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11070", - "name": "Gold bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11072", - "name": "Sapphire bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "1035", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11073", - "name": "Sapphire bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11074", - "name": "Bracelet of clay", - "examine": "Now I can become a potter.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "506", - "tradeable": "true" - }, - { - "id": "11075", - "name": "Bracelet of clay", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11076", - "name": "Emerald bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11077", - "name": "Emerald bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11079", - "name": "Castlewar brace(3)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "34464", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11080", - "name": "Castlewar brace(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11081", - "name": "Castlewar brace(2)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11082", - "name": "Castlewar brace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11083", - "name": "Castlewar brace(1)", - "examine": "Must be worn as you enter the game to receive the bonus for that game.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11084", - "name": "Castlewar brace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11085", - "name": "Ruby bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "2325", - "tradeable": "true" - }, - { - "id": "11086", - "name": "Ruby bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11088", - "name": "Inoculation brace", - "examine": "It eases diseases!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.25" - }, - { - "id": "11089", - "name": "Inoculation brace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11090", - "name": "Phoenix necklace", - "examine": "In case of emergency, wear necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11091", - "name": "Phoenix necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11092", - "name": "Diamond bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "shop_price": "3422", - "tradeable": "true" - }, - { - "id": "11093", - "name": "Diamond bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11095", - "name": "Forinthry brace(5)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11096", - "name": "Forinthry brace(5)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11097", - "name": "Forinthry brace(4)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11098", - "name": "Forinthry brace(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11099", - "name": "Forinthry brace(3)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11100", - "name": "Forinthry brace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11101", - "name": "Forinthry brace(2)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11102", - "name": "Forinthry brace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11103", - "name": "Forinthry brace(1)", - "examine": "It repels revenants and helps you enter the Abyss.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11104", - "name": "Forinthry brace(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11105", - "name": "Skills necklace(4)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11106", - "name": "Skills necklace(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11107", - "name": "Skills necklace(3)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11108", - "name": "Skills necklace(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11109", - "name": "Skills necklace(2)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11110", - "name": "Skills necklace(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11111", - "name": "Skills necklace(1)", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "tradeable": "true" - }, - { - "id": "11112", - "name": "Skills necklace(1)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11113", - "name": "Skills necklace", - "examine": "This will help me travel.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11114", - "name": "Skills necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11115", - "name": "Dragon bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11116", - "name": "Dragon bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11118", - "name": "Combat bracelet(4)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11119", - "name": "Combat bracelet(4)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11120", - "name": "Combat bracelet(3)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11121", - "name": "Combat bracelet(3)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11122", - "name": "Combat bracelet(2)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11123", - "name": "Combat bracelet(2)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11124", - "name": "Combat bracelet(1)", - "examine": "A handy way to get around.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11125", - "name": "Combat bracelet(1)", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11126", - "name": "Combat bracelet", - "examine": "You will need to recharge the bracelet at the Legends Guild.", - "archery_ticket_price": "0", - "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.3" - }, - { - "id": "11127", - "name": "Combat bracelet", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11128", - "name": "Berserker necklace", - "examine": "Makes obsidian weapons even stronger!", - "archery_ticket_price": "0", - "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11129", - "name": "Berserker necklace", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11130", - "name": "Onyx bracelet", - "examine": "I wonder if this is valuable.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "80400", - "tradeable": "true" - }, - { - "id": "11131", - "name": "Onyx bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11133", - "name": "Regen bracelet", - "examine": "Helps to restore your life points.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "11134", - "name": "Regen bracelet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11135", - "name": "Bomber jacket", - "examine": "For all your flying needs.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11136", - "name": "Karamja gloves 1", - "examine": "A pair of pale green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11137", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11138", - "name": "Karamja gloves 2", - "examine": "A pair of green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11139", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11140", - "name": "Karamja gloves 3", - "examine": "A pair of dark green Karamja gloves.", - "archery_ticket_price": "0", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false" - }, - { - "id": "11141", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11151", - "name": "Dream vial (empty)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11152", - "name": "Dream vial (water)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11153", - "name": "Dream vial (herb)", - "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11154", - "name": "Dream potion", - "examine": "Potion of Shared Dreaming. One dream for two!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11155", - "name": "Ground astral rune", - "examine": "A ground astral rune.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11156", - "name": "Astral rune shards", - "examine": "An astral rune that has been broken into shards.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11157", - "name": "Dreamy lamp", - "examine": "A lunar-styled lamp. I wonder what's inside?", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11158", - "name": "Cyrisus's chest", - "examine": "Perfect for storing heavy things.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "6" - }, - { - "id": "11159", - "name": "Hunter kit", - "examine": "A box of Hunter goodies.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to create another using the Lunar Spellbook.", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "11164", - "name": "Restored shield", - "examine": "Complete Shield of Arrav.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll need to get it back from Captain Rovin.", - "durability": null, - "weight": "5" - }, - { - "id": "11165", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "11166", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11167", - "name": "Phoenix crossbow", - "examine": "Second-rate crossbow, former property of the Phoenix Gang.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "175", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "3" - }, - { - "id": "11168", - "name": "Phoenix crossbow", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11169", - "name": "Newspaper", - "examine": "A collection of written news on paper!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "11170", - "name": "Newspaper", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11171", - "name": "Newspaper", - "examine": "A collection of written news on paper!", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "11172", - "name": "Newspaper", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11173", - "name": "Half certificate", - "examine": "I can use this to claim a reward from the King, if I get the other half.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", - "durability": null, - "tradeable": "true" - }, - { - "id": "11174", - "name": "Half certificate", - "examine": "I can use this to claim a reward from the King, if I get the other half.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", - "durability": null, - "tradeable": "true" - }, - { - "id": "11175", - "name": "Uncleaned find", - "examine": "A roughly-prepared archaeological find ready for cleaning.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11179", - "name": "Old coin", - "examine": "An old looking coin.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11180", - "name": "Ancient coin", - "examine": "A cracked and rusty looking coin.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11181", - "name": "Ancient symbol", - "examine": "A very old symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11182", - "name": "Old symbol", - "examine": "An old symbol of Saradomin.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11183", - "name": "Old chipped vase", - "examine": "An old vase with Saradominist markings - it has been chipped.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11184", - "name": "Museum map", - "examine": "A map of Varrock Museum.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11185", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11186", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11187", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11188", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11189", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11190", - "name": "Digsite pendant (1)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11191", - "name": "Digsite pendant (2)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11192", - "name": "Digsite pendant (3)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11193", - "name": "Digsite pendant (4)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11194", - "name": "Digsite pendant (5)", - "examine": "An enchanted necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "weight": "0.5" - }, - { - "id": "11195", - "name": "Clean necklace", - "examine": "A recently-cleaned necklace.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "11196", - "name": "Griffin feather", - "examine": "One of Grimgnash's feathers.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11197", - "name": "Miazrqa's pendant", - "examine": "The pendant belonging to Miazrqa.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11198", - "name": "Music sheet", - "examine": "A sheet of music.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11199", - "name": "Rupert's helmet", - "examine": "A sturdy helmet that belonged to Rupert the beard.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this", - "durability": null, - "shop_price": "60000", - "tradeable": "false", - "weight": "2" - }, - { - "id": "11200", - "name": "Dwarven helmet", - "examine": "A sturdy helmet that belonged to Rupert the beard.", - "archery_ticket_price": "0", - "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,50}", - "shop_price": "60000", - "tradeable": "true", - "weight": "1.9" - }, - { - "id": "11201", - "name": "Dwarven helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11202", - "name": "Shrinking recipe", - "examine": "A recipe for a shrinking potion.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11203", - "name": "To-do list", - "examine": "A list of tasks for the day.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11204", - "name": "Shrink-me-quick", - "examine": "Apparently it shrinks you. Very fast.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to make another shrinking potion if you destroy this.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11205", - "name": "Shrunk ogleroot", - "examine": "A shrunk ogleroot! How odd...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "4", - "tradeable": "false" - }, - { - "id": "11210", - "name": "Golden goblin", - "examine": "A shiny golden goblin. Strange!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "11211", - "name": "Magic beans", - "examine": "A bag of magic beans.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11212", - "name": "Dragon arrow", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11217", - "name": "Dragon fire arrows", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11222", - "name": "Dragon fire arrows", - "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11227", - "name": "Dragon arrow(p)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11228", - "name": "Dragon arrow(p+)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11229", - "name": "Dragon arrow(p++)", - "examine": "An arrow made using a dragon's talon.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true" - }, - { - "id": "11230", - "name": "Dragon dart", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11231", - "name": "Dragon dart(p)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11232", - "name": "Dragon dart tip", - "examine": "A deadly looking dragon dart tip - needs feathers for flight.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11233", - "name": "Dragon dart(p+)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11234", - "name": "Dragon dart(p++)", - "examine": "A deadly throwing dart with a dragon tip.", - "archery_ticket_price": "0", - "attack_audios": "2547,0,0,0", - "attack_speed": "3", - "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "10000", - "requirements": "{4,60}", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "11235", - "name": "Dark bow", - "examine": "A bow from a darker dimension.", - "archery_ticket_price": "0", - "attack_anims": "426,426,426,426", - "attack_audios": "3731,0,0,0", - "attack_speed": "9", - "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "424", - "durability": null, - "equip_audio": "3738", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "1", - "requirements": "{4,60}", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "two_handed": "true", - "walk_anim": "819", - "weapon_interface": "16", - "weight": "1.9" - }, - { - "id": "11236", - "name": "Dark bow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11237", - "name": "Dragon arrowtips", - "examine": "Dragon talons, usable as arrowheads.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11238", - "name": "Baby impling jar", - "examine": "A baby impling in a jar. That's a bit cruel.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11239", - "name": "Baby impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11240", - "name": "Young impling jar", - "examine": "A young impling in a jar. Don't trap me, man.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11241", - "name": "Young impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11242", - "name": "Gourm' impling jar", - "examine": "A gourmet impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11243", - "name": "Gourm' impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11244", - "name": "Earth impling jar", - "examine": "Earth impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11245", - "name": "Earth impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11246", - "name": "Ess' impling jar", - "examine": "Essence impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11247", - "name": "Ess' impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11248", - "name": "Eclectic impling jar", - "examine": "Eclectic impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11249", - "name": "Eclectic impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11250", - "name": "Nature impling jar", - "examine": "Nature impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11251", - "name": "Nature impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11252", - "name": "Magpie impling jar", - "examine": "Magpie impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11253", - "name": "Magpie impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11254", - "name": "Ninja impling jar", - "examine": "Ninja impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11255", - "name": "Ninja impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11256", - "name": "Dragon impling jar", - "examine": "Dragon impling in a jar.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "11257", - "name": "Dragon impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "500", - "tradeable": "true" - }, - { - "id": "11258", - "name": "Jar generator", - "examine": "Creates butterfly and impling jars.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11259", - "name": "Magic butterfly net", - "examine": "For catching butterflies.", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", - "durability": null, - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{21,17}", - "run_anim": "6603", - "shop_price": "3", - "stand_anim": "6604", - "stand_turn_anim": "6611", - "tradeable": "false", - "turn180_anim": "6608", - "turn90ccw_anim": "6609", - "turn90cw_anim": "6610", - "two_handed": "", - "walk_anim": "6607", - "weapon_interface": "14", - "weight": "0.2" - }, - { - "id": "11260", - "name": "Impling jar", - "examine": "It's got little holes in the top.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "11261", - "name": "Impling jar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11262", - "name": "Imp repellent", - "examine": "Imps seem to hate this stuff. Can't say I blame them.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "3", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11263", - "name": "Imp repellent", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11264", - "name": "Anchovy oil", - "examine": "Omega 3 oil. Good for the brain, not so for the nose.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11265", - "name": "Anchovy oil", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11266", - "name": "Anchovy paste", - "examine": "Fish paste. Urk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11267", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11268", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11269", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11270", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11271", - "name": "Picture", - "examine": "I can train on this", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11272", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11273", - "name": "Impling scroll", - "examine": "Lets you easily identify your prey.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will have to ask Elnock for another one of these.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11274", - "name": "Ham shirt", - "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "11275", - "name": "Mith grapple", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11276", - "name": "Mith grapple", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11277", - "name": "Cavalier mask", - "examine": "I hope I don't meet any roundheads...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "8", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11278", - "name": "Beret mask", - "examine": "Essential mime wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "11279", - "name": "Elvarg's head", - "examine": "The severed head of the great dragon Elvarg!", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11280", - "name": "Cavalier and mask", - "examine": "I hope I don't meet any roundheads...", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11281", - "name": "Cavalier and mask", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11282", - "name": "Beret and mask", - "examine": "Essential mime wear.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "weight": "1" - }, - { - "id": "11283", - "name": "Dragonfire shield", - "examine": "A heavy shield with a snarling, draconic visage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,75}", - "weight": "7.2" - }, - { - "id": "11284", - "name": "Dragonfire shield", - "examine": "A heavy shield with a snarling, draconic visage.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "ge_buy_limit": "10", - "rare_item": "true", - "requirements": "{1,75}", - "tradeable": "true", - "weight": "7.2" - }, - { - "id": "11285", - "name": "Dragonfire shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11286", - "name": "Draconic visage", - "examine": "It looks like this could be attached to a shield somehow.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "11287", - "name": "Draconic visage", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11323", - "name": "Barbarian rod", - "examine": "A heavy barbarian Fishing rod.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "11324", - "name": "Roe", - "examine": "Roe, or cheap fishy eggs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "6", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "11325", - "name": "Roe", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11326", - "name": "Caviar", - "examine": "Caviar, or expensive fishy eggs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true", - "weight": "0.05" - }, - { - "id": "11327", - "name": "Caviar", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11328", - "name": "Leaping trout", - "examine": "A sad-looking trout.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "shop_price": "11", - "tradeable": "true" - }, - { - "id": "11329", - "name": "Leaping trout", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11330", - "name": "Leaping salmon", - "examine": "Some non-tasty salmon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11331", - "name": "Leaping salmon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11332", - "name": "Leaping sturgeon", - "examine": "A bloated sturgeon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11333", - "name": "Leaping sturgeon", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11334", - "name": "Fish offcuts", - "examine": "Slices of inedible fish.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11335", - "name": "Dragon full helm", - "examine": "Protects your head and looks impressive too.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11336", - "name": "Dragon full helm", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11337", - "name": "Mangled bones", - "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", - "durability": null, - "weight": "1" - }, - { - "id": "11338", - "name": "Chewed bones", - "examine": "The bones of a barbarian warrior, slain by vile dragons.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", - "durability": null, - "weight": "9.6" - }, - { - "id": "11339", - "name": "My notes", - "examine": "Records from my discoveries beneath the lake.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another from Otto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11340", - "name": "Barbarian skills", - "examine": "A record of Otto's instructions to me.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another from Otto.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11341", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11342", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11343", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11344", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11345", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11346", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11347", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11348", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11349", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11350", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11351", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11352", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11353", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11354", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11355", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11356", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11357", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11358", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11359", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11360", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11361", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11362", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11363", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11364", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11365", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11366", - "name": "Ancient page", - "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11367", - "name": "Bronze hasta", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11368", - "name": "Bronze hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11369", - "name": "Iron hasta", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11370", - "name": "Iron hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11371", - "name": "Steel hasta", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11372", - "name": "Steel hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11373", - "name": "Mithril hasta", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11374", - "name": "Mithril hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11375", - "name": "Adamant hasta", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11376", - "name": "Adamant hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11377", - "name": "Rune hasta", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11378", - "name": "Rune hasta", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11379", - "name": "Bronze hasta(p)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11380", - "name": "Bronze hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11381", - "name": "Bronze hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed bronze hasta.", - "archery_ticket_price": "0", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11382", - "name": "Bronze hasta(p+)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11383", - "name": "Bronze hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11384", - "name": "Bronze hasta(p++)", - "examine": "A bronze-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11385", - "name": "Bronze hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11386", - "name": "Iron hasta(p)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11387", - "name": "Iron hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11388", - "name": "Iron hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed iron hasta.", - "archery_ticket_price": "0", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11389", - "name": "Iron hasta(p+)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11390", - "name": "Iron hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11391", - "name": "Iron hasta(p++)", - "examine": "An iron-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11392", - "name": "Iron hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11393", - "name": "Steel hasta(p)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11394", - "name": "Steel hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11395", - "name": "Steel hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed steel hasta.", - "archery_ticket_price": "0", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11396", - "name": "Steel hasta(p+)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11397", - "name": "Steel hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11398", - "name": "Steel hasta(p++)", - "examine": "A steel-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,5}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11399", - "name": "Steel hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11400", - "name": "Mithril hasta(p)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11401", - "name": "Mithril hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11402", - "name": "Mithril hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed mithril hasta", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11403", - "name": "Mithril hasta(p+)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11404", - "name": "Mithril hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11405", - "name": "Mithril hasta(p++)", - "examine": "A mithril-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,20}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "1.8" - }, - { - "id": "11406", - "name": "Mithril hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11407", - "name": "Adamant hasta(p)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11408", - "name": "Adamant hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11409", - "name": "Adamant hasta(kp)", - "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11410", - "name": "Adamant hasta(p+)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11411", - "name": "Adamant hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11412", - "name": "Adamant hasta(p++)", - "examine": "An adamant-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11413", - "name": "Adamant hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11414", - "name": "Rune hasta(p)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11415", - "name": "Rune hasta(p)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11416", - "name": "Rune hasta(kp)", - "examine": "A karambwan poison-tipped, one-handed rune hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11417", - "name": "Rune hasta(p+)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11418", - "name": "Rune hasta(p+)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11419", - "name": "Rune hasta(p++)", - "examine": "A rune-tipped, one-handed hasta.", - "archery_ticket_price": "0", - "attack_audios": "2562,2556,2555,2562", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "28", - "requirements": "{0,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "2.2" - }, - { - "id": "11420", - "name": "Rune hasta(p++)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11429", - "name": "Attack mix(2)", - "examine": "One/Two dose(s) of fishy attack potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11430", - "name": "Attack mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11431", - "name": "Attack mix(1)", - "examine": "One/Two dose(s) of fishy attack potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11432", - "name": "Attack mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11433", - "name": "Antipoison mix(2)", - "examine": "Two doses of fishy antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11434", - "name": "Antipoison mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11435", - "name": "Antipoison mix(1)", - "examine": "Two doses of fishy antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11436", - "name": "Antipoison mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11437", - "name": "Relicym's mix(2)", - "examine": "2 dose: Two doses of fishy Relicym's balm.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11438", - "name": "Relicym's mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11439", - "name": "Relicym's mix(1)", - "examine": "2 dose: Two doses of fishy Relicym's balm.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11440", - "name": "Relicym's mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11441", - "name": "Strength mix(1)", - "examine": "One/two doses of fishy strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11442", - "name": "Strength mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11443", - "name": "Strength mix(2)", - "examine": "One/two doses of fishy strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11444", - "name": "Strength mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11445", - "name": "Combat mix(2)", - "examine": "One/two doses of a fishy Combat potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11446", - "name": "Combat mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11447", - "name": "Combat mix(1)", - "examine": "One/two doses of a fishy Combat potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11448", - "name": "Combat mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11449", - "name": "Restore mix(2)", - "examine": "One/two dose(s) of fishy restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11450", - "name": "Restore mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11451", - "name": "Restore mix(1)", - "examine": "One/two dose(s) of fishy restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11452", - "name": "Restore mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11453", - "name": "Energy mix(2)", - "examine": "One/two doses of fishy energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11454", - "name": "Energy mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11455", - "name": "Energy mix(1)", - "examine": "One/two doses of fishy energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11456", - "name": "Energy mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11457", - "name": "Defence mix(2)", - "examine": "One/two doses of a fishy defence potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11458", - "name": "Defence mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11459", - "name": "Defence mix(1)", - "examine": "One/two doses of a fishy defence potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11460", - "name": "Defence mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11461", - "name": "Agility mix(2)", - "examine": "2 doses of a fishy agility potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11462", - "name": "Agility mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11463", - "name": "Agility mix(1)", - "examine": "1 dose of a fishy agility potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11464", - "name": "Agility mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11465", - "name": "Prayer mix(2)", - "examine": "One/two dose(s) of a fishy Prayer potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11466", - "name": "Prayer mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11467", - "name": "Prayer mix(1)", - "examine": "One/two dose(s) of a fishy Prayer potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11468", - "name": "Prayer mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11469", - "name": "Superattack mix(2)", - "examine": "one/two doses of fishy super attack potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11470", - "name": "Superattack mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11471", - "name": "Superattack mix(1)", - "examine": "one/two doses of fishy super attack potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11472", - "name": "Superattack mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11473", - "name": "Anti-p supermix(2)", - "examine": "One/Two dose(s) of fishy super antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11474", - "name": "Anti-p supermix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11475", - "name": "Anti-p supermix(1)", - "examine": "One/Two dose(s) of fishy super antipoison potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11476", - "name": "Anti-p supermix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11477", - "name": "Fishing mix(2)", - "examine": "One/Two Doses of fishy fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11478", - "name": "Fishing mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11479", - "name": "Fishing mix(1)", - "examine": "One/Two Doses of fishy fishing potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11480", - "name": "Fishing mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11481", - "name": "Super energy mix(2)", - "examine": "One/Two doses of fishy super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11482", - "name": "Super energy mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11483", - "name": "Super energy mix(1)", - "examine": "One/Two doses of fishy super energy potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11484", - "name": "Super energy mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11485", - "name": "Super strength mix(2)", - "examine": "One/Two doses of fishy Super strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11486", - "name": "Super strength mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11487", - "name": "Super strength mix(1)", - "examine": "One/Two doses of fishy Super strength potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11488", - "name": "Super strength mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11489", - "name": "Magic ess. mix(2)", - "examine": "One/Two doses of fishy Magic essence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11490", - "name": "Magic ess. mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11491", - "name": "Magic ess. mix(1)", - "examine": "One/Two doses of fishy Magic essence potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11492", - "name": "Magic ess. mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11493", - "name": "Super restore mix(2)", - "examine": "One/Two doses of fishy super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11494", - "name": "Super restore mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11495", - "name": "Super restore mix(1)", - "examine": "One/Two doses of fishy super restore potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11496", - "name": "Super restore mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11497", - "name": "Super defence mix(2)", - "examine": "One/two doses of fishy super defence potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11498", - "name": "Super defence mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11499", - "name": "Super defence mix(1)", - "examine": "One/two doses of fishy super defence potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11500", - "name": "Super defence mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11501", - "name": "Antidote+ mix(2)", - "examine": "One/Two doses of fishy extra strength antidote potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11502", - "name": "Antidote+ mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11503", - "name": "Antidote+ mix(1)", - "examine": "One/Two doses of fishy extra strength antidote potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11504", - "name": "Antidote+ mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11505", - "name": "Antifire mix(2)", - "examine": "One/Two dose(s) of fishy anti-fire breath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11506", - "name": "Antifire mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11507", - "name": "Antifire mix(1)", - "examine": "One/Two dose(s) of fishy anti-fire breath potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11508", - "name": "Antifire mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11509", - "name": "Ranging mix(2)", - "examine": "One/Two doses of fishy ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11510", - "name": "Ranging mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11511", - "name": "Ranging mix(1)", - "examine": "One/Two doses of fishy ranging potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11512", - "name": "Ranging mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11513", - "name": "Magic mix(2)", - "examine": "One/Two doses of fishy magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11514", - "name": "Magic mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11515", - "name": "Magic mix(1)", - "examine": "One/Two doses of fishy magic potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11516", - "name": "Magic mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11517", - "name": "Hunting mix(2)", - "examine": "Doses of fishy hunting potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11518", - "name": "Hunting mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11519", - "name": "Hunting mix(1)", - "examine": "Doses of fishy hunting potion", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11520", - "name": "Hunting mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11521", - "name": "Zamorak mix(2)", - "examine": "One/Two doses of fishy Zamorak potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11522", - "name": "Zamorak mix(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11523", - "name": "Zamorak mix(1)", - "examine": "One/Two doses of fishy Zamorak potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "11524", - "name": "Zamorak mix(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "11525", - "name": "Wimpy feather", - "examine": "More fluff than feather.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "11640", - "name": "Book of knowledge", - "examine": "Educate yourself.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.", - "durability": null, - "weight": "1" - }, - { - "id": "11655", - "name": "Astronomy book", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11656", - "name": "Glassblowing book", - "examine": "A book that explains the art of crafting items from glass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11657", - "name": "Glassblowing book", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11663", - "name": "Void mage helm", - "examine": "A mage helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "11664", - "name": "Void ranger helm", - "examine": "A ranger helm from the order of the Void Knights", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "3.6" - }, - { - "id": "11665", - "name": "Void melee helm", - "examine": "A melee helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11666", - "name": "Void seal(8)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11667", - "name": "Void seal(7)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11668", - "name": "Void seal(6)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11669", - "name": "Void seal(5)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11670", - "name": "Void seal(4)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11671", - "name": "Void seal(3)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11672", - "name": "Void seal(2)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11673", - "name": "Void seal(1)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "2", - "tradeable": "false" - }, - { - "id": "11674", - "name": "Void mage helm", - "examine": "A mage helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "11675", - "name": "Void ranger helm", - "examine": "A ranger helm from the order of the Void Knights", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "3.6" - }, - { - "id": "11676", - "name": "Void melee helm", - "examine": "A melee helm from the order of the Void Knights.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11677", - "name": "Explorer's notes", - "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can find another book in the Keldagrim library.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11678", - "name": "Black knight helm", - "examine": "A black helm, too small for your head", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.", - "durability": null, - "tradeable": "false", - "weight": "3" - }, - { - "id": "11679", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11680", - "name": "Address form", - "examine": "A change of address form.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11681", - "name": "Scrap paper", - "examine": "It has something written on it.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11682", - "name": "Hair clip", - "examine": "I could use this to pick the lock.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11686", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11687", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11688", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11689", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11690", - "name": "Godsword blade", - "examine": "The blade for the ultimate weapon.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true", - "weight": "7.5" - }, - { - "id": "11691", - "name": "Godsword blade", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11692", - "name": "Godsword shards", - "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11693", - "name": "Godsword shards", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11694", - "name": "Armadyl godsword", - "examine": "A beautiful, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11695", - "name": "Armadyl godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11696", - "name": "Bandos godsword", - "examine": "A brutally heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11697", - "name": "Bandos godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11698", - "name": "Saradomin godsword", - "examine": "A gracious, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11699", - "name": "Saradomin godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11700", - "name": "Zamorak godsword", - "examine": "A terrifying, heavy sword.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "render_anim": "124", - "requirements": "{0,75}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "10" - }, - { - "id": "11701", - "name": "Zamorak godsword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11702", - "name": "Armadyl hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11703", - "name": "Armadyl hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11704", - "name": "Bandos hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11705", - "name": "Bandos hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11706", - "name": "Saradomin hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11707", - "name": "Saradomin hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11708", - "name": "Zamorak hilt", - "examine": "Brimming with potential.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2.5" - }, - { - "id": "11709", - "name": "Zamorak hilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11710", - "name": "Godsword shard 1", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11711", - "name": "Godsword shard 1", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11712", - "name": "Godsword shard 2", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11713", - "name": "Godsword shard 2", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11714", - "name": "Godsword shard 3", - "examine": "Part of the Godsword blade.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "rare_item": "true", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11715", - "name": "Godsword shard 3", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11716", - "name": "Zamorakian spear", - "examine": "An evil spear.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "4", - "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0", - "defence_anim": "2079", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,70}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "3" - }, - { - "id": "11717", - "name": "Zamorakian spear", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11718", - "name": "Armadyl helmet", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_head": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "11719", - "name": "Armadyl helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11720", - "name": "Armadyl chestplate", - "examine": "A chestplate of great craftsmanship", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "4" - }, - { - "id": "11721", - "name": "Armadyl chestplate", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11722", - "name": "Armadyl plateskirt", - "examine": "A plateskirt of great craftsmanship.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "ge_buy_limit": "2", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "11723", - "name": "Armadyl plateskirt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11724", - "name": "Bandos chestplate", - "examine": "A sturdy chestplate.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "remove_sleeves": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "12" - }, - { - "id": "11725", - "name": "Bandos chestplate", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11726", - "name": "Bandos tassets", - "examine": "A sturdy pair of tassets.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "8" - }, - { - "id": "11727", - "name": "Bandos tassets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11728", - "name": "Bandos boots", - "examine": "Some sturdy boots", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "1", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "6" - }, - { - "id": "11729", - "name": "Bandos boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1", - "tradeable": "true" - }, - { - "id": "11730", - "name": "Saradomin sword", - "examine": "The incredible blade of an Icyene.", - "archery_ticket_price": "0", - "attack_anims": "7041,7041,7048,7049", - "attack_audios": "3846,0,0,0", - "attack_speed": "4", - "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0", - "defence_anim": "7050", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "124", - "requirements": "{0,70}", - "run_anim": "7039", - "stand_anim": "7047", - "stand_turn_anim": "7040", - "tradeable": "true", - "turn180_anim": "7045", - "turn90ccw_anim": "7044", - "turn90cw_anim": "7043", - "two_handed": "true", - "walk_anim": "7046", - "weapon_interface": "7", - "weight": "3" - }, - { - "id": "11731", - "name": "Saradomin sword", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11732", - "name": "Dragon boots", - "examine": "These will protect my feet.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "10", - "lendable": "true", - "rare_item": "true", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "1" - }, - { - "id": "11733", - "name": "Dragon boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11734", - "name": "Knight's notes", - "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11735", - "name": "Knight's notes", - "examine": "A scroll for Sir Tiffy. The wax seal is broken.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11736", - "name": "Steam battlestaff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2230", - "equipment_slot": "3", - "ge_buy_limit": "10", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,30}-{6,30}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "11737", - "name": "Steam battlestaff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11738", - "name": "Mystic steam staff", - "examine": "It's a slightly magical stick.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", - "defence_anim": "420", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "28", - "requirements": "{0,40}-{6,40}", - "run_anim": "1210", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2" - }, - { - "id": "11739", - "name": "Mystic steam staff", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11741", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11743", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11745", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11747", - "name": "A key to a chest", - "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11748", - "name": "Strongroom key", - "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11749", - "name": "Crystal chime", - "examine": "It makes a sound.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11750", - "name": "Yewnock's notes", - "examine": "Notes written by Yewnock while copying Oaknock's machine.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "There may be another in the chest where you found this.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11753", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11754", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11755", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11756", - "name": "Varrock armour 1", - "examine": "Varrock Smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11757", - "name": "Varrock armour 2", - "examine": "Varrock smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11758", - "name": "Varrock armour 3", - "examine": "Varrock smithing armour.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false", - "weight": "1" - }, - { - "id": "11760", - "name": "Logs", - "examine": "A number of wooden logs.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "4", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11761", - "name": "Locked diary", - "examine": "A locked/unlocked diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the diary again from Sandy's desk.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11762", - "name": "Unlocked diary", - "examine": "A locked/unlocked diary.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the diary again from Sandy's desk.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11764", - "name": "Foot", - "examine": "A wizard's severed foot. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the foot again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11766", - "name": "Left arm", - "examine": "\"A wizard's severed arm. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11767", - "name": "Right arm", - "examine": "A wizard's severed arm. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11768", - "name": "Left leg", - "examine": "A wizard's severed leg. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11769", - "name": "Right leg", - "examine": "A wizard's severed leg. You can tell by the robes.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11770", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11771", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11772", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11773", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11774", - "name": "Root cutting", - "examine": "A root cutting.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11775", - "name": "Wilted cutting", - "examine": "A floppy root cutting. Quite dead.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11776", - "name": "Potted root", - "examine": "A potted root.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11777", - "name": "Sealed pot", - "examine": "This sealed pot contains your vine cutting - hopefully still alive.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.", - "durability": null, - "tradeable": "false", - "weight": "2.2" - }, - { - "id": "11778", - "name": "Jade vine seed", - "examine": "A large seed.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11780", - "name": "The grim reaper's diary", - "examine": "Surely this holds many a dark tale...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11781", - "name": "Grim's robe", - "examine": "Some of the Grim Reaper's garb.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "Another can be found in the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11782", - "name": "Last will and testament", - "examine": "Someone's Last Will and Testament.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11783", - "name": "Human bones", - "examine": "A tasty treat for Muncher.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11784", - "name": "Servant's skull", - "examine": "Ooooh spooky!", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11785", - "name": "Hourglass", - "examine": "There's not much sand left in the top half...", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get a replacement from Diango in Draynor Village.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11786", - "name": "Scythe sharpener", - "examine": "Used to sharpen the blade of a scythe.", - "archery_ticket_price": "0", - "attack_audios": "2524,2524,2522,2524", - "bankable": "false", - "destroy": "true", - "destroy_message": "Another can be found in the Grim Reaper's house.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11787", - "name": "Human eye", - "examine": "That's gross. Why am I carrying it around?", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11788", - "name": "'voice of doom' potion", - "examine": "A 'Voice of Doom' potion, used to deepen your voice.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You'll have to find another from the Grim Reaper's house.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11789", - "name": "Grim reaper hood", - "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You should be able to get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "11790", - "name": "Grim reaper hood", - "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You should be able to get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "11791", - "name": "White goblin mail", - "examine": "Armour designed to fit goblins.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "weight": "3" - }, - { - "id": "11792", - "name": "Grubfoot", - "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11793", - "name": "Zanik", - "examine": "See article", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11794", - "name": "Plain of mud sphere", - "examine": "Oldak's Marvellous Moving-Over-Distance Sphere", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "32" - }, - { - "id": "11795", - "name": "Ekeleshuun key", - "examine": "The key you stole from the Ekeleshuun priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Ekeleshuun priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11796", - "name": "Narogoshuun key", - "examine": "The key you stole from the Narogoshuun priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Narogoshuun priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11797", - "name": "Huzamogaarb key", - "examine": "The key you stole from the Huzamogaarb priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Huzamogaarb priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11798", - "name": "Saragorgak key", - "examine": "The key you stole from the Saragorgak priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Saragorgak priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11799", - "name": "Horogothgar key", - "examine": "The key you stole from the Horogothgar priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Horogothgar priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11800", - "name": "Yurkolgokh key", - "examine": "The key you stole from the Yurkolgokh priest.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "The Yurkolgokh priest probably has a spare.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11802", - "name": "Snothead's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11803", - "name": "Snailfeet's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11804", - "name": "Mosschin's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11805", - "name": "Redeyes's bone", - "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11806", - "name": "Strongbones's bone", - "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11807", - "name": "Pharmakos berries", - "examine": "You can combine these with a toadflax to make a goblin transformation potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11808", - "name": "Whitefish", - "examine": "An ugly albino fish.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.25" - }, - { - "id": "11809", - "name": "Goblin potion (4)", - "examine": "4 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "11810", - "name": "Goblin potion (3)", - "examine": "3 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11811", - "name": "Goblin potion (2)", - "examine": "2 doses of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11812", - "name": "Goblin potion (1)", - "examine": "1 dose of goblin transmogrification potion.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11814", - "name": "Bronze armour set (l)", - "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "177", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11815", - "name": "Bronze armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11816", - "name": "Bronze armour set (sk)", - "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "177", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11817", - "name": "Bronze armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11818", - "name": "Iron armour set (l)", - "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1022", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11819", - "name": "Iron armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11820", - "name": "Iron armour set (sk)", - "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "1022", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11821", - "name": "Iron armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11822", - "name": "Steel armour set (l)", - "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,1}", - "shop_price": "2365", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11823", - "name": "Steel armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11824", - "name": "Steel armour set (sk)", - "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{5,1}", - "shop_price": "2365", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11825", - "name": "Steel armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11826", - "name": "Black armour set (l)", - "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,1}", - "shop_price": "11286", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11827", - "name": "Black armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11828", - "name": "Black armour set (sk)", - "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{10,1}", - "shop_price": "11286", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11829", - "name": "Black armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11830", - "name": "Mithril armour set (l)", - "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.", - "absorb": "2,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}", - "shop_price": "15232", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11831", - "name": "Mithril armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11832", - "name": "Mithril armour set (sk)", - "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}", - "shop_price": "15232", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11833", - "name": "Mithril armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11834", - "name": "Adamant armour set (l)", - "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.", - "absorb": "7,0,15", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "28276", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11835", - "name": "Adamant armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11836", - "name": "Adamant armour set (sk)", - "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.", - "absorb": "7,0,15", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "28276", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11837", - "name": "Adamant armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11838", - "name": "Rune armour set (l)", - "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "136112", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11839", - "name": "Rune armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11840", - "name": "Rune armour set (sk)", - "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "136112", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11841", - "name": "Rune armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11842", - "name": "Dragon chain armour set (l)", - "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11843", - "name": "Dragon chain armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11844", - "name": "Dragon chain armour set (sk)", - "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,60}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11845", - "name": "Dragon chain armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11846", - "name": "Barrows - ahrim's set", - "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{6,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11847", - "name": "Barrows - ahrim's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11848", - "name": "Barrows - dharok's set", - "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{2,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11849", - "name": "Barrows - dharok's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11850", - "name": "Barrows - guthan's set", - "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11851", - "name": "Barrows - guthan's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11852", - "name": "Barrows - karil's set", - "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,70}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11853", - "name": "Barrows - karil's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11854", - "name": "Barrows - torag's set", - "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}-{2,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11855", - "name": "Barrows - torag's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11856", - "name": "Barrows - verac's set", - "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{0,70}-{1,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11857", - "name": "Barrows - verac's set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11858", - "name": "Third age melee set", - "examine": "Grand Exchange set containing a helm, body, legs and shield", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,65}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11859", - "name": "Third age melee set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11860", - "name": "Third age ranger set", - "examine": "Grand Exchange set containing coif, body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,45}-{4,65}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11861", - "name": "Third age ranger set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11862", - "name": "Third age mage set", - "examine": "Grand Exchange set containing a body, legs, amulet and hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}-{6,65}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11863", - "name": "Third age mage set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11864", - "name": "Green dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,40}", - "shop_price": "9000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11865", - "name": "Green dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11866", - "name": "Blue dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,50}", - "shop_price": "12000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11867", - "name": "Blue dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11868", - "name": "Red dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,60}", - "shop_price": "15000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11869", - "name": "Red dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11870", - "name": "Black dragonhide set", - "examine": "Grand Exchange set containing body, chaps and vambraces.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,70}", - "shop_price": "40000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11871", - "name": "Black dragonhide set", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "11872", - "name": "Mystic robes set", - "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "169143", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11873", - "name": "Mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11874", - "name": "Infinity robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "requirements": "{1,25}-{6,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11875", - "name": "Infinity robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11876", - "name": "Splitbark armour set", - "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.", - "absorb": "13,6,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11877", - "name": "Splitbark armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11878", - "name": "Black trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11879", - "name": "Black trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11880", - "name": "Black trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11881", - "name": "Black trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11882", - "name": "Black gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11883", - "name": "Black gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11884", - "name": "Black gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{10,1}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11885", - "name": "Black gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11886", - "name": "Adamant trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11887", - "name": "Adamant trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11888", - "name": "Adamant trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11889", - "name": "Adamant trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11890", - "name": "Adamant gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11891", - "name": "Adamant gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11892", - "name": "Adamant gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,30}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11893", - "name": "Adamant gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11894", - "name": "Rune trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11895", - "name": "Rune trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11896", - "name": "Rune trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true" - }, - { - "id": "11897", - "name": "Rune trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11898", - "name": "Rune gold-trimmed armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11899", - "name": "Rune gold-trimmed armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11900", - "name": "Rune gold-trimmed armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11901", - "name": "Rune gold-trimmed armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11902", - "name": "Enchanted set", - "examine": "Grand Exchange set containing hat, robetops and bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{20,1}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11903", - "name": "Enchanted set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11904", - "name": "Trimmed blue wizard set", - "examine": "Grand Exchange set containing hat, robetops and bottoms", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "2" - }, - { - "id": "11905", - "name": "Trimmed blue wizard set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11906", - "name": "Gold-trimmed blue wizard set", - "examine": "Grand Exchange set containing hat, robe top and bottom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11907", - "name": "Gold-trimmed blue wizard set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11908", - "name": "Trimmed leather armour set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{20,4}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11909", - "name": "Trimmed leather armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11910", - "name": "Gold-trimmed leather armour set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{20,4}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11911", - "name": "Gold-trimmed leather armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "11912", - "name": "Green d'hide trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11913", - "name": "Green d'hide trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11914", - "name": "Green d'hide gold-trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11915", - "name": "Green d'hide gold-trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11916", - "name": "Blue d'hide trimmed set", - "examine": "Grand Exchange set containing body and chaps", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11917", - "name": "Blue d'hide trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11918", - "name": "Blue d'hide gold-trimmed set", - "examine": "Grand Exchange set containing body and chaps.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,50}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11919", - "name": "Blue d'hide gold-trimmed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11920", - "name": "Green d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11921", - "name": "Green d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11922", - "name": "Blue d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11923", - "name": "Blue d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11924", - "name": "Red d'hide blessed set", - "examine": "Grand Exchange set containing body, chaps, bracers and coif.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}-{4,70}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11925", - "name": "Red d'hide blessed set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11926", - "name": "Guthix armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and shield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11927", - "name": "Guthix armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11928", - "name": "Saradomin armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11929", - "name": "Saradomin armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11930", - "name": "Zamorak armour set (l)", - "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11931", - "name": "Zamorak armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11932", - "name": "Guthix armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11933", - "name": "Guthix armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11934", - "name": "Saradomin armour set (sk)", - "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11935", - "name": "Saradomin armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11936", - "name": "Zamorak armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield", - "absorb": "9,0,20", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11937", - "name": "Zamorak armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11938", - "name": "Gilded armour set (l)", - "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11939", - "name": "Gilded armour set (l)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11940", - "name": "Gilded armour set (sk)", - "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11941", - "name": "Gilded armour set (sk)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "11942", - "name": "Rockshell armour set", - "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11943", - "name": "Rockshell armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11944", - "name": "Spined armour set", - "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves", - "absorb": "0,13,6", - "archery_ticket_price": "0", - "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{4,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11945", - "name": "Spined armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11946", - "name": "Skeletal armour set", - "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{1,40}-{6,40}", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11947", - "name": "Skeletal armour set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11949", - "name": "Snow globe", - "examine": "A tiny model of Lumbridge Castle inside a glass dome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11950", - "name": "Snow globe", - "examine": "A tiny model of Lumbridge Castle inside a glass dome.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "11951", - "name": "Snowball", - "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", - "archery_ticket_price": "0", - "attack_anims": "5063", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "weapon_interface": "18" - }, - { - "id": "11952", - "name": "Ice sword", - "examine": "Add this to a snowman to make a snow warrior.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11953", - "name": "Winter staff", - "examine": "Add this to a snowman to make a snow mage.", - "archery_ticket_price": "0", - "attack_audios": "2555,0,0,0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11954", - "name": "Holly bow", - "examine": "Add this to a snowman to make a snow ranger.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11955", - "name": "Barbarian snowman hat", - "examine": "Add this to a snowman to make a barbarian snowman.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11956", - "name": "Dragon snowman hat", - "examine": "It's actually made of cardboard, but it looks like a dragon full helm.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11957", - "name": "Dwarf snowman hat", - "examine": "Use this to make your snowman look like a dwarf.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11958", - "name": "Pirate snowman hat", - "examine": "Arr! Shiver me snowman!", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "Talk to a snow imp to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11959", - "name": "Snowman top hat", - "examine": "The most traditional snowman hat.", - "archery_ticket_price": "0", - "bankable": "false", - "destroy": "true", - "destroy_message": "You can get another from a snow imp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11960", - "name": "Light mystic robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "215431", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11961", - "name": "Light mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11962", - "name": "Dark mystic robes set", - "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{20,1}-{6,40}", - "shop_price": "228541", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11963", - "name": "Dark mystic robes set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "11964", - "name": "Raven egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11965", - "name": "Vulture egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11966", - "name": "Bird's nest", - "examine": "Full: ", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "11967", - "name": "Dwarf cannon set", - "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "shop_price": "750000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "11968", - "name": "Dwarf cannon set", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "11969", - "name": "Enchanted water tiara", - "examine": "A water tiara infused with water runes. Protects from the hot desert sun.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0", - "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.", - "durability": null, - "equipment_slot": "0", - "weight": "1" - }, - { - "id": "11970", - "name": "Smelly crate", - "examine": "A crate full of distressed gear.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "11972", - "name": "Empty crate", - "examine": "An empty crate, ready for bronze gear.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "11973", - "name": "Scabaras research", - "examine": "A book of research on Scabarite history.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from the archaeologist near Sophanem.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "11974", - "name": "Artefact receipt", - "examine": "Issued by Simon Templeton.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from Simon Templeton.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11975", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11976", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11977", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11978", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11979", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11980", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11981", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11982", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11983", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11984", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11985", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11986", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11987", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11988", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11989", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11990", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11991", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11992", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11993", - "name": "Scabarite notes", - "examine": "See article", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11994", - "name": "Scabarite key", - "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can obtain another one from the archaeologists near Sophanem.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11995", - "name": "Oxidised dagger", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "attack_audios": "2517,2517,2500,2517", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze dagger.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11996", - "name": "Oxidised medium helm", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "11997", - "name": "Oxidised sword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze sword.", - "durability": null, - "tradeable": "false" - }, - { - "id": "11998", - "name": "Oxidised scimitar", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "attack_audios": "2500,0,2517,0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze scimitar.", - "durability": null, - "render_anim": "1", - "run_anim": "824", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "false", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819" - }, - { - "id": "11999", - "name": "Oxidised longsword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze longsword.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12000", - "name": "Oxidised full helm", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze full helmet.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12001", - "name": "Oxidised square shield", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze square shield.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12002", - "name": "Oxidised chainbody", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze chainbody.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12003", - "name": "Oxidised kiteshield", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.", - "durability": null, - "equip_audio": "2245", - "tradeable": "false" - }, - { - "id": "12004", - "name": "Oxidised two-handed sword", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze two", - "durability": null, - "tradeable": "false", - "weight": "4" - }, - { - "id": "12005", - "name": "Oxidised platelegs", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on some bronze platelegs.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12006", - "name": "Oxidised plateskirt", - "examine": "It has been oxidised.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12007", - "name": "Spirit terrorbird pouch", - "examine": "I can summon a spirit terrorbird familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,52}", - "tradeable": "true" - }, - { - "id": "12008", - "name": "Spirit terrorbird pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12009", - "name": "Granite crab pouch", - "examine": "I can summon a granite crab familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{16,23}", - "tradeable": "true" - }, - { - "id": "12010", - "name": "Granite crab pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12011", - "name": "Praying mantis pouch", - "examine": "I can summon a praying mantis familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,75}", - "tradeable": "true" - }, - { - "id": "12012", - "name": "Praying mantis pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12013", - "name": "Giant ent pouch", - "examine": "I can summon a giant ent familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,78}", - "tradeable": "true" - }, - { - "id": "12014", - "name": "Giant ent pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12015", - "name": "Spirit cobra pouch", - "examine": "I can summon a spirit cobra familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,63}", - "tradeable": "true" - }, - { - "id": "12016", - "name": "Spirit cobra pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12017", - "name": "Spirit dagannoth pouch", - "examine": "I can summon a spirit dagannoth familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12018", - "name": "Spirit dagannoth pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12019", - "name": "Thorny snail pouch", - "examine": "I can summon a thorny snail familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{13,23}", - "tradeable": "true" - }, - { - "id": "12020", - "name": "Thorny snail pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12021", - "name": "Beaver pouch", - "examine": "I can summon a beaver familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,33}", - "tradeable": "true" - }, - { - "id": "12022", - "name": "Beaver pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12023", - "name": "Karam. overlord pouch", - "examine": "I can summon a karamthulhu overlord familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,58}", - "tradeable": "true" - }, - { - "id": "12024", - "name": "Karam. overlord pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12025", - "name": "Hydra pouch", - "examine": "I can summon a hydra familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,80}", - "tradeable": "true" - }, - { - "id": "12026", - "name": "Hydra pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12027", - "name": "Spirit jelly pouch", - "examine": "I can summon a spirit jelly familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,55}", - "tradeable": "true" - }, - { - "id": "12028", - "name": "Spirit jelly pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12029", - "name": "Bunyip pouch", - "examine": "I can summon a bunyip familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,68}", - "tradeable": "true" - }, - { - "id": "12030", - "name": "Bunyip pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12031", - "name": "War tortoise pouch", - "examine": "I can summon a war tortoise familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,67}", - "tradeable": "true" - }, - { - "id": "12032", - "name": "War tortoise pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12033", - "name": "Fruit bat pouch", - "examine": "I can summon a fruit bat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,69}", - "tradeable": "true" - }, - { - "id": "12034", - "name": "Fruit bat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12035", - "name": "Abyssal parasite pouch", - "examine": "I can summon an abyssal parasite familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,54}", - "tradeable": "true" - }, - { - "id": "12036", - "name": "Abyssal parasite pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12037", - "name": "Abyssal lurker pouch", - "examine": "I can summon an abyssal lurker familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,62}", - "tradeable": "true" - }, - { - "id": "12038", - "name": "Abyssal lurker pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12039", - "name": "Unicorn stallion pouch", - "examine": "I can summon a unicorn stallion familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,88}", - "tradeable": "true" - }, - { - "id": "12040", - "name": "Unicorn stallion pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12041", - "name": "Magpie pouch", - "examine": "I can summon a magpie familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,47}", - "tradeable": "true" - }, - { - "id": "12042", - "name": "Magpie pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12043", - "name": "Dreadfowl pouch", - "examine": "I can summon a dreadfowl familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{4,23}", - "tradeable": "true" - }, - { - "id": "12044", - "name": "Dreadfowl pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12045", - "name": "Stranger plant pouch", - "examine": "I can summon a stranger plant familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,64}", - "tradeable": "true" - }, - { - "id": "12046", - "name": "Stranger plant pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12047", - "name": "Spirit wolf pouch", - "examine": "I can summon a spirit wolf familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12048", - "name": "Spirit wolf pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12049", - "name": "Desert wyrm pouch", - "examine": "I can summon a desert wyrm familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{18,23}", - "tradeable": "true" - }, - { - "id": "12050", - "name": "Desert wyrm pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12051", - "name": "Evil turnip pouch", - "examine": "I can summon an evil turnip familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,42}", - "tradeable": "true" - }, - { - "id": "12052", - "name": "Evil turnip pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12053", - "name": "Vampire bat pouch", - "examine": "I can summon a vampire bat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{23,31}", - "tradeable": "true" - }, - { - "id": "12054", - "name": "Vampire bat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12055", - "name": "Spirit scorpion pouch", - "examine": "I can summon a spirit scorpion familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{19,23}", - "tradeable": "true" - }, - { - "id": "12056", - "name": "Spirit scorpion pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12057", - "name": "Arctic bear pouch", - "examine": "I can summon an arctic bear familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,71}", - "tradeable": "true" - }, - { - "id": "12058", - "name": "Arctic bear pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12059", - "name": "Spirit spider pouch", - "examine": "I can summon a spirit spider familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{10,23}", - "tradeable": "true" - }, - { - "id": "12060", - "name": "Spirit spider pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12061", - "name": "Bloated leech pouch", - "examine": "I can summon a bloated leech familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,49}", - "tradeable": "true" - }, - { - "id": "12062", - "name": "Bloated leech pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12063", - "name": "Spirit kalphite pouch", - "examine": "I can summon a spirit kalphite familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,25}", - "tradeable": "true" - }, - { - "id": "12064", - "name": "Spirit kalphite pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12065", - "name": "Honey badger pouch", - "examine": "I can summon a honey badger familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,32}", - "tradeable": "true" - }, - { - "id": "12066", - "name": "Honey badger pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12067", - "name": "Albino rat pouch", - "examine": "I can summon an albino rat familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,23}", - "tradeable": "true" - }, - { - "id": "12068", - "name": "Albino rat pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12069", - "name": "Granite lobster pouch", - "examine": "I can summon a granite lobster familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,74}", - "tradeable": "true" - }, - { - "id": "12070", - "name": "Granite lobster pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12071", - "name": "Macaw pouch", - "examine": "I can summon a macaw familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,41}", - "tradeable": "true" - }, - { - "id": "12072", - "name": "Macaw pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12073", - "name": "Bronze minotaur pouch", - "examine": "I can summon a bronze minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,36}", - "tradeable": "true" - }, - { - "id": "12074", - "name": "Bronze minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12075", - "name": "Iron minotaur pouch", - "examine": "I can summon an iron minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12076", - "name": "Iron minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12077", - "name": "Steel minotaur pouch", - "examine": "I can summon a steel minotaur familiar with this", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12078", - "name": "Steel minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12079", - "name": "Mithril minotaur pouch", - "examine": "I can summon a mithril minotaur with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12080", - "name": "Mithril minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12081", - "name": "Adamant minotaur pouch", - "examine": "I can summon an adamant minotaur familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12082", - "name": "Adamant minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12083", - "name": "Rune minotaur pouch", - "examine": "I can summon a rune minotaur with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,86}", - "tradeable": "true" - }, - { - "id": "12084", - "name": "Rune minotaur pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12085", - "name": "Smoke devil pouch", - "examine": "I can summon a smoke devil familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,61}", - "tradeable": "true" - }, - { - "id": "12086", - "name": "Smoke devil pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12087", - "name": "Bull ant pouch", - "examine": "I can summon a bull ant familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,40}", - "tradeable": "true" - }, - { - "id": "12088", - "name": "Bull ant pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12089", - "name": "Wolpertinger pouch", - "examine": "I can summon a wolpertinger familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,92}", - "tradeable": "true" - }, - { - "id": "12090", - "name": "Wolpertinger pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12091", - "name": "Compost mound pouch", - "examine": "I can summon a compost mound familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,28}", - "tradeable": "true" - }, - { - "id": "12092", - "name": "Compost mound pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12093", - "name": "Pack yak pouch", - "examine": "I can summon a pack yak familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,96}", - "tradeable": "true" - }, - { - "id": "12094", - "name": "Pack yak pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12095", - "name": "Sp. cockatrice pouch", - "examine": "I can summon a spirit cockatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12096", - "name": "Sp. cockatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12097", - "name": "Sp. guthatrice pouch", - "examine": "I can summon a spirit guthatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12098", - "name": "Sp. guthatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12099", - "name": "Sp. saratrice pouch", - "examine": "I can summon a spirit saratrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12100", - "name": "Sp. saratrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12101", - "name": "Sp. zamatrice pouch", - "examine": "I can summon a spirit zamatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12102", - "name": "Sp. zamatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12103", - "name": "Sp. pengatrice pouch", - "examine": "I can summon a spirit pengatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12104", - "name": "Sp. pengatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12105", - "name": "Sp. coraxatrice pouch", - "examine": "I can summon a spirit coraxatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12106", - "name": "Sp. coraxatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12107", - "name": "Sp. vulatrice pouch", - "examine": "I can summon a spirit vulatrice familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12108", - "name": "Sp. vulatrice pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12109", - "name": "Cockatrice egg", - "examine": "A stripy brown egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12110", - "name": "Cockatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12111", - "name": "Guthatrice egg", - "examine": "A stripy green egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12112", - "name": "Guthatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12113", - "name": "Saratrice egg", - "examine": "A stripy blue egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12114", - "name": "Saratrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12115", - "name": "Zamatrice egg", - "examine": "A stripy red egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12116", - "name": "Zamatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12117", - "name": "Pengatrice egg", - "examine": "A stripy grey egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12118", - "name": "Pengatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12119", - "name": "Coraxatrice egg", - "examine": "A stripy black egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12120", - "name": "Coraxatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12121", - "name": "Vulatrice egg", - "examine": "A stripy pink egg.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12122", - "name": "Vulatrice egg", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12123", - "name": "Barker toad pouch", - "examine": "I can summon a barker toad familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12124", - "name": "Barker toad pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12125", - "name": "Flies", - "examine": "A swarm of little flies.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12126", - "name": "Flies", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12127", - "name": "Beetle bits", - "examine": "Some beetle bits.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12128", - "name": "Beetle bits", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12129", - "name": "Ground fishing bait", - "examine": "Good for feeding birds.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12130", - "name": "Nuts", - "examine": "Mmmm...nuts.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "12131", - "name": "Nuts", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12132", - "name": "Truffle", - "examine": "Makes me want to do a truffle shuffle.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "tradeable": "false", - "weight": "28.928" - }, - { - "id": "12133", - "name": "Truffle", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "12134", - "name": "Evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12135", - "name": "Evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12136", - "name": "2/3 evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12137", - "name": "2/3 evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12138", - "name": "1/3 evil turnip", - "examine": "An evil turnip.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12139", - "name": "1/3 evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12140", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12141", - "name": "Summoning potion(4)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12142", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12143", - "name": "Summoning potion(3)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12144", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12145", - "name": "Summoning potion(2)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12146", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12147", - "name": "Summoning potion(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12148", - "name": "Evil turnip seed", - "examine": "Grows into the root-vegetable of all evil.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12153", - "name": "Carved evil turnip", - "examine": "Utterly terrifying!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12154", - "name": "Carved evil turnip", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12155", - "name": "Pouch", - "examine": "Can be used to create Summoning pouches.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12156", - "name": "Honeycomb", - "examine": "This is what bees craft.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12157", - "name": "Honeycomb", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12158", - "name": "Gold charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "12159", - "name": "Green charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12160", - "name": "Crimson charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12161", - "name": "Abyssal charm", - "examine": "A charm used to summon familiars", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12162", - "name": "Talon beast charm", - "examine": "A charm used to summon talon beasts.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12163", - "name": "Blue charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12164", - "name": "Ravager charm", - "examine": "A charm needed to summon a Void ravager.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12165", - "name": "Shifter charm", - "examine": "A charm needed to summon a Void shifter.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12166", - "name": "Spinner charm", - "examine": "A charm needed to summon a Void Spinner.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12167", - "name": "Torcher charm", - "examine": "A charm needed to summon a Void torcher.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "false" - }, - { - "id": "12168", - "name": "Obsidian charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12169", - "name": "Summoning cape", - "examine": "The cape worn by master summoners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12170", - "name": "Summoning cape(t)", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}" - }, - { - "id": "12171", - "name": "Summoning hood", - "examine": "Summoning skillcape hood.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12172", - "name": "Clean spirit weed", - "examine": "A fresh herb.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12173", - "name": "Clean spirit weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12174", - "name": "Grimy spirit weed", - "examine": "I need to clean this herb before I can use it.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "requirements": "{15,35}", - "tradeable": "true" - }, - { - "id": "12175", - "name": "Grimy spirit weed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "tradeable": "true" - }, - { - "id": "12176", - "name": "Spirit weed seed", - "examine": "A seed for spirit weed.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "requirements": "{19,36}", - "tradeable": "true" - }, - { - "id": "12181", - "name": "Spirit weed potion(unf)", - "examine": "I need another ingredient to finish this spirit weed potion.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12182", - "name": "Spirit weed potion(unf)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12183", - "name": "Spirit shards", - "examine": "Shards of an obelisk.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10000", - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "12184", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12185", - "name": "Saradomin owl", - "examine": "A fantastic saradomin owl.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12186", - "name": "Zamorak hawk", - "examine": "A stately zamorak hawk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12187", - "name": "Guthix raptor", - "examine": "An impressive Guthix raptor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12190", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12191", - "name": "Terrier puppy", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12192", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12193", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12194", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12195", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12196", - "name": "Bulldog puppy", - "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12197", - "name": "Dragon hatchling", - "examine": "A hatchling green dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12198", - "name": "Baby giant crab", - "examine": "Little Nipper.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12199", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12200", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12203", - "name": "Chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12204", - "name": "Antlers", - "examine": "Doors could be a problem, wearing these...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{23,10}", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12205", - "name": "Antlers", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12206", - "name": "Antlers (charged)", - "examine": "Doors could be a problem, wearing these...", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12207", - "name": "Lizard skull", - "examine": "It's a little smelly in there.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{23,30}", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12208", - "name": "Lizard skull", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12209", - "name": "Lizard skull (charged)", - "examine": "It's a little smelly in there.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12210", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12211", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12212", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12213", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12214", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12215", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12216", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12217", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12218", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12219", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12220", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12221", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12222", - "name": "Feather headdress", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "requirements": "{4,50}-{23,20}", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12223", - "name": "Feather headdress", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12224", - "name": "Feather headdress (charged)", - "examine": "It's fun to go to the O-B-E-L-I-S-K!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12294", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12296", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12298", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12300", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12302", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12304", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12306", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12308", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12310", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12312", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12314", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12316", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12318", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12320", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12322", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12324", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12326", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12328", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12330", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12332", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12334", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12336", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12338", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12340", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12342", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12344", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12346", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12348", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12350", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12352", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12354", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12356", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12358", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12360", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12362", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12364", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12366", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12368", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12370", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12372", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12374", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12376", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12378", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12380", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12382", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12384", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12386", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12388", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12390", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12392", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12394", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12396", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12398", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12400", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12402", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12404", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12406", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12408", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12410", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12412", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12414", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12416", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12418", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12420", - "name": "Pouch", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12422", - "name": "Herbcall scroll", - "examine": "A scroll for a macaw familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,41}", - "tradeable": "true" - }, - { - "id": "12423", - "name": "Fruitfall scroll", - "examine": "A scroll for a fruit bat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,69}", - "tradeable": "true" - }, - { - "id": "12424", - "name": "Fish rain scroll", - "examine": "A scroll for an ibis familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12425", - "name": "Howl scroll", - "examine": "A scroll for a spirit wolf familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12426", - "name": "Thieving fingers scroll", - "examine": "A scroll for a magpie familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,47}", - "tradeable": "true" - }, - { - "id": "12427", - "name": "Abyssal stealth scroll", - "examine": "A scroll for an abyssal lurker familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,62}", - "tradeable": "true" - }, - { - "id": "12428", - "name": "Egg spawn scroll", - "examine": "A scroll for a spirit spider familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,10}", - "tradeable": "true" - }, - { - "id": "12429", - "name": "Multichop scroll", - "examine": "A scroll for a beaver familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,33}", - "tradeable": "true" - }, - { - "id": "12430", - "name": "Cheese feast scroll", - "examine": "A scroll for an albino rat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,23}", - "tradeable": "true" - }, - { - "id": "12431", - "name": "Unburden scroll", - "examine": "A scroll for a bull ant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,40}", - "tradeable": "true" - }, - { - "id": "12432", - "name": "Venom shot scroll", - "examine": "A scroll for a spirit scorpion familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,19}", - "tradeable": "true" - }, - { - "id": "12433", - "name": "Insane ferocity scroll", - "examine": "A scroll for a honey badger familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,32}", - "tradeable": "true" - }, - { - "id": "12434", - "name": "Healing aura scroll", - "examine": "A scroll for a unicorn stallion familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,88}", - "tradeable": "true" - }, - { - "id": "12435", - "name": "Winter storage scroll", - "examine": "A scroll for a pack yak familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,96}", - "tradeable": "true" - }, - { - "id": "12436", - "name": "Oph. incubation scroll", - "examine": "A scroll for a spirit cobra familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,63}", - "tradeable": "true" - }, - { - "id": "12437", - "name": "Magic focus scroll", - "examine": "A scroll for a wolpertinger familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,92}", - "tradeable": "true" - }, - { - "id": "12438", - "name": "Swallow whole scroll", - "examine": "A scroll for a bunyip familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,68}", - "tradeable": "true" - }, - { - "id": "12439", - "name": "Testudo scroll", - "examine": "A scroll for a war tortoise familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,67}", - "tradeable": "true" - }, - { - "id": "12440", - "name": "Generate compost scroll", - "examine": "A scroll for a compost mound familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,28}", - "tradeable": "true" - }, - { - "id": "12441", - "name": "Tireless run scroll", - "examine": "A scroll for a spirit terrorbird familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,52}", - "tradeable": "true" - }, - { - "id": "12442", - "name": "Regrowth scroll", - "examine": "A scroll for a hydra familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,80}", - "tradeable": "true" - }, - { - "id": "12443", - "name": "Call to arms scroll", - "examine": "A scroll for a Pest Control familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12444", - "name": "Blood drain scroll", - "examine": "A scroll for a bloated leech familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,49}", - "tradeable": "true" - }, - { - "id": "12445", - "name": "Dreadfowl strike scroll", - "examine": "A scroll for a dreadfowl familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,4}", - "tradeable": "true" - }, - { - "id": "12446", - "name": "Sandstorm scroll", - "examine": "A scroll for a spirit kalphite familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,25}", - "tradeable": "true" - }, - { - "id": "12447", - "name": "Vampire touch scroll", - "examine": "A scroll for a vampire bat familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "requirements": "{23,31}", - "tradeable": "true" - }, - { - "id": "12448", - "name": "Evil flames scroll", - "examine": "A scroll for an evil turnip familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,42}", - "tradeable": "true" - }, - { - "id": "12449", - "name": "Crushing claw scroll", - "examine": "A scroll for a granite lobster familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,74}", - "tradeable": "true" - }, - { - "id": "12450", - "name": "Mantis strike scroll", - "examine": "A scroll for a praying mantis familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,75}", - "tradeable": "true" - }, - { - "id": "12451", - "name": "Arctic blast scroll", - "examine": "A scroll for an arctic bear familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,71}", - "tradeable": "true" - }, - { - "id": "12452", - "name": "Toad bark scroll", - "examine": "A scroll for a barker toad familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12453", - "name": "Dissolve scroll", - "examine": "A scroll for a spirit jelly familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,55}", - "tradeable": "true" - }, - { - "id": "12454", - "name": "Abyssal drain scroll", - "examine": "A scroll for an abyssal parasite familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,54}", - "tradeable": "true" - }, - { - "id": "12455", - "name": "Doomsphere scroll", - "examine": "A scroll for a karamthulhu overlord familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,58}", - "tradeable": "true" - }, - { - "id": "12456", - "name": "Spike shot scroll", - "examine": "A scroll for a spirit dagannoth familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12457", - "name": "Acorn missile scroll", - "examine": "A scroll for a giant ent familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,78}", - "tradeable": "true" - }, - { - "id": "12458", - "name": "Petrifying gaze scroll", - "examine": "A scroll for a cockatrice variant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,43}", - "tradeable": "true" - }, - { - "id": "12459", - "name": "Slime spray scroll", - "examine": "A scroll for a thorny snail familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,13}", - "tradeable": "true" - }, - { - "id": "12460", - "name": "Electric lash scroll", - "examine": "A scroll for a desert wyrm familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,18}", - "tradeable": "true" - }, - { - "id": "12461", - "name": "Bronze bull rush scroll", - "examine": "A scroll for a bronze minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,36}", - "tradeable": "true" - }, - { - "id": "12462", - "name": "Iron bull rush scroll", - "examine": "A scroll for an iron minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12463", - "name": "Steel bull rush scroll", - "examine": "A scroll for a steel minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12464", - "name": "Mith bull rush scroll", - "examine": "A scroll for a mithril minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,66}", - "tradeable": "true" - }, - { - "id": "12465", - "name": "Addy bull rush scroll", - "examine": "A scroll for an adamant minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12466", - "name": "Rune bull rush scroll", - "examine": "A scroll for a rune minotaur familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,86}", - "tradeable": "true" - }, - { - "id": "12467", - "name": "Poisonous blast scroll", - "examine": "A scroll for a stranger plant familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,64}", - "tradeable": "true" - }, - { - "id": "12468", - "name": "Dust cloud scroll", - "examine": "A scroll for a smoke devil familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,61}", - "tradeable": "true" - }, - { - "id": "12469", - "name": "Dragon hatchling", - "examine": "A hatchling red dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12471", - "name": "Hatchling dragon", - "examine": "A hatchling blue dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12473", - "name": "Hatchling dragon", - "examine": "A hatchling green dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12475", - "name": "Hatchling dragon", - "examine": "A hatchling black dragon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12477", - "name": "Red dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12478", - "name": "Blue dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12479", - "name": "Green dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12480", - "name": "Black dragon egg", - "examine": "This will hatch into a mighty dragon.", - "archery_ticket_price": "0", - "destroy": "false", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "12481", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12482", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12483", - "name": "Penguin egg", - "examine": "I can hatch this in an incubator.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "false" - }, - { - "id": "12484", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12485", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12486", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12487", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12488", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12489", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12490", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12491", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12492", - "name": "Baby chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12493", - "name": "Chameleon", - "examine": "It's a colour-coordinated lizard!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12494", - "name": "Chameleon egg", - "examine": "A lizard's egg.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "12495", - "name": "Chameleon egg", - "examine": "A lizard's egg.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "12496", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12497", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12498", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12499", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12500", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12501", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12502", - "name": "Crunchy claw token", - "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12503", - "name": "Saradomin chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12504", - "name": "Saradomin bird", - "examine": "Lovely blue plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12505", - "name": "Saradomin owl", - "examine": "A fantastic saradomin owl.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12506", - "name": "Zamorak chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12507", - "name": "Zamorak bird", - "examine": "Lovely red plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12508", - "name": "Zamorak hawk", - "examine": "A stately zamorak hawk.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12509", - "name": "Guthix chick", - "examine": "A fluffy chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12510", - "name": "Guthix bird", - "examine": "Lovely green plumage.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12511", - "name": "Guthix raptor", - "examine": "An impressive Guthix raptor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12512", - "name": "Terrier puppy", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12513", - "name": "Terrier", - "examine": "It's lively and energetic.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12514", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12515", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12516", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12517", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12518", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12519", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12520", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12521", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12522", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12523", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12524", - "name": "Summoning cape", - "examine": "The cape worn by master summoners.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", - "durability": null, - "equipment_slot": "1", - "requirements": "{23,99}", - "shop_price": "99000", - "weight": "0.4" - }, - { - "id": "12527", - "name": "Gold charm", - "examine": "A charm used to summon familiars.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "1", - "tradeable": "false" - }, - { - "id": "12528", - "name": "Trapdoor key", - "examine": "A key to Pikkupstix's trapdoor.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12530", - "name": "Spirit shards", - "examine": "Shards of an obelisk.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "25", - "tradeable": "true" - }, - { - "id": "12531", - "name": "Ibis pouch", - "examine": "I can summon an ibis familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,56}", - "tradeable": "true" - }, - { - "id": "12532", - "name": "Ibis pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12533", - "name": "Stony shell scroll", - "examine": "A scroll for a granite crab familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,16}", - "tradeable": "true" - }, - { - "id": "12535", - "name": "Raw pawya meat", - "examine": "Meat from a creature that can be hunted in Isafdar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "0.33" - }, - { - "id": "12536", - "name": "Raw pawya meat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "12538", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12539", - "name": "Grenwall spikes", - "examine": "Spikes from a grenwall.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12545", - "name": "Picture", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12547", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12548", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12549", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12550", - "name": "Platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12551", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12552", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12553", - "name": "Baby platypus", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12554", - "name": "Patrick", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12555", - "name": "Penelope", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12556", - "name": "Peter", - "examine": "I bet he can't wait until it's cooked.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12557", - "name": "Peanut", - "examine": "A most unlikely creature.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12558", - "name": "Mud", - "examine": "Marginally better than egg on your face.", - "archery_ticket_price": "0", - "durability": null, + "id": "10836", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", "equipment_slot": "0" }, { - "id": "12559", - "name": "Ogre wig", - "examine": "The height of style?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "shop_price": "50", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12560", - "name": "Ogre wig", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12561", - "name": "Ogre kilt", - "examine": "It's a little big on me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12562", - "name": "Ogre kilt", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12563", - "name": "Ogre top", - "examine": "It's a little big on me.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", "remove_sleeves": "true", - "shop_price": "60", + "examine": "A jester's jangly top.", + "durability": null, + "name": "Silly jester top", + "tradeable": "false", + "destroy": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10837", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester tights.", + "durability": null, + "name": "Silly jester tights", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10838", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester boots.", + "durability": null, + "name": "Silly jester boots", + "tradeable": "false", + "destroy": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10839", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "A jester stick", + "archery_ticket_price": "0", + "id": "10840", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "10842" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Helm of neitiznot", "tradeable": "true", - "weight": "1" + "archery_ticket_price": "0", + "id": "10843" }, { - "id": "12564", - "name": "Ogre top", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Spring sq'irk", + "archery_ticket_price": "0", + "id": "10844" }, { - "id": "12565", - "name": "Ogre boots", - "examine": "Good for stomping.", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "equip_audio": "2237", - "equipment_slot": "10", - "ge_buy_limit": "100", - "shop_price": "60", - "tradeable": "true", - "weight": "3" + "name": "Summer sq'irk", + "archery_ticket_price": "0", + "id": "10845" }, { - "id": "12566", - "name": "Ogre boots", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Autumn sq'irk", + "archery_ticket_price": "0", + "id": "10846" }, { - "id": "12567", - "name": "Diseased kebbit fur", - "examine": "It's a slightly sickly-looking fur.", - "archery_ticket_price": "0", + "examine": "A slightly sq'irky, I mean quirky, fruit.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" + "name": "Winter sq'irk", + "archery_ticket_price": "0", + "id": "10847" }, { - "id": "12568", - "name": "Davy kebbit hat", - "examine": "A furry hat with an unnerving tail.", - "archery_ticket_price": "0", + "examine": "Made from 4 spring sq'irks.", "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "tradeable": "true", - "weight": "1" + "name": "Spring sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10848" }, { - "id": "12569", - "name": "Davy kebbit hat", - "archery_ticket_price": "0", + "examine": "Made from 2 summer sq'irks.", "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" + "name": "Summer sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10849" }, { - "id": "12570", - "name": "Ogre club", - "examine": "A big piece of tree.", + "examine": "Made from 3 autumn sq'irks.", + "durability": null, + "name": "Autumn sq'irkjuice", + "weight": "1", "archery_ticket_price": "0", - "attack_anims": "401,401,401,401", + "id": "10850" + }, + { + "examine": "Made from 5 winter sq'irks.", + "durability": null, + "name": "Winter sq'irkjuice", + "archery_ticket_price": "0", + "id": "10851" + }, + { + "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.", + "shop_price": "40", + "examine": "Her writing is too scrawled to make out what it says.", + "durability": null, + "name": "Sin seer's note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10856" + }, + { + "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.", + "examine": "A severed human leg.", + "durability": null, + "name": "Severed leg", + "tradeable": "false", + "destroy": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "10857" + }, + { + "turn90cw_anim": "7044", + "examine": "A shadow sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3.6", + "turn90ccw_anim": "7043", "attack_speed": "7", - "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0", - "defence_anim": "403", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "1157", - "requirements": "{0,5}", - "run_anim": "8685", - "stand_anim": "8683", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "8684", - "turn90ccw_anim": "8684", - "turn90cw_anim": "8684", - "walk_anim": "8684", - "weapon_interface": "10", - "weight": "10" - }, - { - "id": "12571", - "name": "Ogre club", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12572", - "name": "Lavender", - "examine": "A delicate, sweet-smelling flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12573", - "name": "Lavender", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12574", - "name": "Fever grass", - "examine": "A stiff, pungent grass.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12575", - "name": "Fever grass", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12576", - "name": "Tansymum", - "examine": "A cheerful, aromatic flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12577", - "name": "Tansymum", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12578", - "name": "Smouldering fever grass", - "examine": "A stiff, pungent grass.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12579", - "name": "Smouldering lavender", - "examine": "A delicate, sweet-smelling flower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12580", - "name": "Smouldering tansymum", - "examine": "A cheerful, aromatic flower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "render_anim": "294", - "run_anim": "8690", - "stand_anim": "8682", - "stand_turn_anim": "8682", - "tradeable": "true", - "turn180_anim": "8681", - "turn90ccw_anim": "8681", - "turn90cw_anim": "8681", - "walk_anim": "8681" - }, - { - "id": "12581", - "name": "Eucalyptus logs", - "examine": "Logs cut from a eucalyptus tree.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "12582", - "name": "Eucalyptus logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "25000", - "tradeable": "true" - }, - { - "id": "12583", - "name": "Eucalyptus pyre logs", - "examine": "Logs cut from a eucalyptus tree.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12584", - "name": "Eucalyptus pyre logs", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "1000", - "tradeable": "true" - }, - { - "id": "12588", - "name": "Primweed", - "examine": "A modest and mild plant.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12589", - "name": "Primweed", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12590", - "name": "Stinkbloom", - "examine": "A pretty but putrid flower.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true", - "weight": "0.01" - }, - { - "id": "12591", - "name": "Stinkbloom", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12592", - "name": "Diseased kebbit fur", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12593", - "name": "Catapult schematics", - "examine": "The plans for repairing the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12594", - "name": "Engineer's letter", - "examine": "General Hining wants me to deliver this to the Catapult Engineer.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12595", - "name": "Sailor's hat", - "examine": "Taken from a drunken sailor in Port Sarim.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can always get another from the drunken sailor in Port Sarim.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "12596", - "name": "Metal catapult parts", - "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12597", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12598", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12599", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12600", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12601", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12602", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12603", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12604", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12605", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12606", - "name": "Mahogany catapult part", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", - "durability": null, - "tradeable": "false", - "weight": "2" - }, - { - "id": "12607", - "name": "Picture", - "examine": "Used to repair the Tyras Camp catapult.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "5", - "tradeable": "false", - "weight": "2" - }, - { - "id": "12608", - "name": "Amulet of farming(1)", - "examine": "An amulet of Farming with 1 charge.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12609", - "name": "Amulet of farming(1)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12610", - "name": "Amulet of farming(2)", - "examine": "An amulet of Farming with 2 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12611", - "name": "Amulet of farming(2)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12612", - "name": "Amulet of farming(3)", - "examine": "An amulet of Farming with 3 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12613", - "name": "Amulet of farming(3)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12614", - "name": "Amulet of farming(4)", - "examine": "An amulet of Farming with 4 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12615", - "name": "Amulet of farming(4)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12616", - "name": "Amulet of farming(5)", - "examine": "An amulet of Farming with 5 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12617", - "name": "Amulet of farming(5)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12618", - "name": "Amulet of farming(6)", - "examine": "An amulet of Farming with 6 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12619", - "name": "Amulet of farming(6)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12620", - "name": "Amulet of farming(7)", - "examine": "An amulet of Farming with 7 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12621", - "name": "Amulet of farming(7)", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "12622", - "name": "Amulet of farming(8)", - "examine": "An amulet of Farming with 8 charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "2", - "ge_buy_limit": "100", - "shop_price": "200", - "tradeable": "true" - }, - { - "id": "12623", - "name": "Amulet of farming(8)", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12624", - "name": "Ogleroot", - "examine": "An ogleroot. How odd.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "10", - "tradeable": "true", - "weight": "0" - }, - { - "id": "12625", - "name": "Flag", - "examine": "A flag to put in the ground.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.", - "durability": null, - "shop_price": "500", - "tradeable": "false", - "weight": "0" - }, - { - "id": "12626", - "name": "Test paper", - "examine": "Player Safety test", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You will need to get another exam paper from Professor Henry", - "durability": null, - "tradeable": "false" - }, - { - "id": "12627", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12628", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12629", - "name": "Safety gloves", - "examine": "Gloves from the Stronghold of Player Safety.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.", - "durability": null, - "equipment_slot": "9", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12630", - "name": "Rubium", - "examine": "Be careful with this near water.", - "archery_ticket_price": "0", - "destroy_message": "Rubium is very unstable", - "durability": null, - "shop_price": "10", - "weight": "1" - }, - { - "id": "12631", - "name": "Toy train", - "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.", - "archery_ticket_price": "0", - "destroy_message": "The train is tiny", - "durability": null - }, - { - "id": "12632", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "160", - "tradeable": "true" - }, - { - "id": "12633", - "name": "Super fishing explosive", - "examine": "The jar is shaking violently!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12634", - "name": "Chocatrice cape", - "examine": "A thick, orange cape.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12635", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12636", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12637", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12638", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12639", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12640", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12641", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12642", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12643", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12644", - "name": "Easter egg", - "examine": "Happy Easter.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12645", - "name": "Chocatrice cape", - "examine": "A thick, orange cape.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "1", - "tradeable": "false", - "weight": "0.4" - }, - { - "id": "12646", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12647", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12648", - "name": "Chocolate egg", - "examine": "A chocolate egg wrapped in coloured foil.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12649", - "name": "Bucket", - "examine": "It's an empty bucket.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "2", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12650", - "name": "Bucket of water", - "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "12651", - "name": "Bucket of water", - "examine": "It's a bucket of water.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "3" - }, - { - "id": "12652", - "name": "Bucket of coal", - "examine": "It's a bucket of coal from the Easter Bunny's warren.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "12653", - "name": "Bucket of coal", - "examine": "It's a bucket of coal from the Easter Bunny's warren.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "12654", - "name": "Cockatrice egg", - "examine": "A stripy brown egg.", - "archery_ticket_price": "0", - "destroy_message": "Are you sure you want to destroy this object?
You can get another in the Easter Bunny's warren.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12655", - "name": "Chocatrice egg", - "examine": "A cockatrice egg that has been dipped in molten chocolate.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "Are you sure you want to destroy this object?
You can make another at the Easter Bunny's warren.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "12657", - "name": "Chocolate chunks", - "examine": "Some chocolate chunks.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "12658", - "name": "Adamant full helm (e)", - "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12659", - "name": "Adamant full helm (charged)", - "examine": "A full face helmet.", - "absorb": "1,0,2", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "3520", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12660", - "name": "Snakeskin bandana (e)", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12661", - "name": "Snakeskin bandana (charged)", - "examine": "Lightweight head protection.", - "absorb": "0,2,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12662", - "name": "Splitbark helm (e)", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12663", - "name": "Splitbark helm (charged)", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12664", - "name": "Rune full helm (e)", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12665", - "name": "Rune full helm (charged)", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12666", - "name": "Dragon med helm (e)", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "12667", - "name": "Dragon med helm (charged)", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1.3" - }, - { - "id": "12668", - "name": "Lunar helm (e)", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12669", - "name": "Lunar helm (charged)", - "examine": "A mystical helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "The Oneiromancer might be able to help you get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "15000", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12670", - "name": "Armadyl helmet (e)", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "12671", - "name": "Armadyl helmet (charged)", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "12672", - "name": "Archer helm (e)", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12673", - "name": "Archer helm (charged)", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2" - }, - { - "id": "12674", - "name": "Berserker helm (e)", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12675", - "name": "Berserker helm (charged)", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12676", - "name": "Warrior helm (e)", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12677", - "name": "Warrior helm (charged)", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12678", - "name": "Farseer helm (e)", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12679", - "name": "Farseer helm (charged)", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "shop_price": "78000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "12680", - "name": "Helm of neitiznot (e)", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "12681", - "name": "Helm of neitiznot (charged)", - "examine": "A gift from Neitiznot's Burgher.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50000", - "tradeable": "true", - "weight": "2.2" - }, - { - "id": "12682", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12683", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12684", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12685", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12686", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12687", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12688", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12689", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12690", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12691", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12692", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12693", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12694", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12695", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12696", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12697", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12698", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12699", - "name": "Monkey", - "examine": "Hide the bananas!" - }, - { - "id": "12700", - "name": "Terrier puppy", - "examine": "A hyperactive little pup.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12701", - "name": "Terrier", - "examine": "A hyperactive little pup.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12702", - "name": "Terrier puppy", - "examine": "Such a brave doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12703", - "name": "Terrier", - "examine": "Such a brave doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12704", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12705", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12706", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12707", - "name": "Greyhound", - "examine": "An aerodynamic doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12708", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12709", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12710", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12711", - "name": "Labrador", - "examine": "My most faithful friend.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12712", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12713", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12714", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred...", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12715", - "name": "Dalmatian", - "examine": "A purebred doggy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12716", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12717", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12718", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12719", - "name": "Sheepdog", - "examine": "Come by! Come by!", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12720", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12721", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12722", - "name": "Bulldog puppy", - "examine": "One proud little puppy.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12723", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{4,23}" - }, - { - "id": "12724", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12725", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12726", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12727", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12728", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12729", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12730", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12731", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12732", - "name": "Raven chick", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12733", - "name": "Raven", - "examine": "Chick: A raven chick.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12734", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12735", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12736", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12737", - "name": "Raccoon", - "examine": "He can run with us.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12738", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12739", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12740", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12741", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12742", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12743", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12744", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12745", - "name": "Gecko", - "examine": "How cute!", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12746", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12747", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12748", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12749", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12750", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12751", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12752", - "name": "Baby giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12753", - "name": "Giant crab", - "examine": "Baby: Little NipperAdult: Bigger Nipper.", - "archery_ticket_price": "0", - "durability": null, - "requirements": "{23,40}" - }, - { - "id": "12754", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12755", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12756", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12757", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12758", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12759", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12760", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12761", - "name": "Squirrel", - "examine": "An experienced nut-thief.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12762", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12763", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12764", - "name": "Penguin", - "examine": "Emperor of all he surveys." - }, - { - "id": "12765", - "name": "Baby penguin", - "examine": "Can't fly and can barely walk, but adorable nonetheless.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12766", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12767", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12768", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12769", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12770", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12771", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12772", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12773", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12774", - "name": "Vulture chick", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12775", - "name": "Vulture", - "examine": "If you see them circling: run.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12776", - "name": "Swamp titan pouch", - "examine": "I can summon a swamp titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,85}", - "tradeable": "true" - }, - { - "id": "12777", - "name": "Swamp titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12778", - "name": "Spirit mosquito pouch", - "examine": "I can summon a spirit mosquito familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{17,23}", - "tradeable": "true" - }, - { - "id": "12779", - "name": "Spirit mosquito pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12780", - "name": "Void spinner pouch", - "examine": "I can summon a void spinner familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12781", - "name": "Void spinner pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12782", - "name": "Forge regent pouch", - "examine": "I can summon a forge regent familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12783", - "name": "Forge regent pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12784", - "name": "Spirit larupia pouch", - "examine": "I can summon a spirit larupia familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12785", - "name": "Spirit larupia pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12786", - "name": "Geyser titan pouch", - "examine": "I can summon a geyser titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,89}", - "tradeable": "true" - }, - { - "id": "12787", - "name": "Geyser titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12788", - "name": "Lava titan pouch", - "examine": "I can summon a lava titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12789", - "name": "Lava titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12790", - "name": "Steel titan pouch", - "examine": "I can summon a steel titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,99}", - "tradeable": "true" - }, - { - "id": "12791", - "name": "Steel titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12792", - "name": "Obsidian golem pouch", - "examine": "I can summon an obsidian golem familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,73}", - "tradeable": "true" - }, - { - "id": "12793", - "name": "Obsidian golem pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12794", - "name": "Talon beast pouch", - "examine": "I can summon a talon beast familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,77}", - "tradeable": "true" - }, - { - "id": "12795", - "name": "Talon beast pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12796", - "name": "Abyssal titan pouch", - "examine": "I can summon an abyssal titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,93}", - "tradeable": "true" - }, - { - "id": "12797", - "name": "Abyssal titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12798", - "name": "Void torcher pouch", - "examine": "I can summon a void torcher familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12799", - "name": "Void torcher pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12800", - "name": "Giant chinchompa pouch", - "examine": "I can summon a giant chinchompa familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,29}", - "tradeable": "true" - }, - { - "id": "12801", - "name": "Giant chinchompa pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12802", - "name": "Fire titan pouch", - "examine": "I can summon a fire titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12803", - "name": "Fire titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12804", - "name": "Moss titan pouch", - "examine": "I can summon a moss titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12805", - "name": "Moss titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12806", - "name": "Ice titan pouch", - "examine": "I can summon an ice titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12807", - "name": "Ice titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12808", - "name": "Spirit tz-kih pouch", - "examine": "I can summon a spirit Tz-Kih familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{22,23}", - "tradeable": "true" - }, - { - "id": "12809", - "name": "Spirit tz-kih pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12810", - "name": "Spirit graahk pouch", - "examine": "I can summon a spirit graahk familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12811", - "name": "Spirit graahk pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12812", - "name": "Spirit kyatt pouch", - "examine": "I can summon a spirit kyatt familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12813", - "name": "Spirit kyatt pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12814", - "name": "Void shifter pouch", - "examine": "I can summon a void shifter familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12815", - "name": "Void shifter pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12816", - "name": "Pyrelord pouch", - "examine": "I can summon a pyrelord familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12817", - "name": "Pyrelord pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12818", - "name": "Void ravager pouch", - "examine": "I can summon a void ravager familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,34}", - "tradeable": "true" - }, - { - "id": "12819", - "name": "Void ravager pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12820", - "name": "Ravenous locust pouch", - "examine": "I can summon a ravenous locust familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,70}", - "tradeable": "true" - }, - { - "id": "12821", - "name": "Ravenous locust pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12822", - "name": "Iron titan pouch", - "examine": "I can summon an iron titan familiar with this.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,95}", - "tradeable": "true" - }, - { - "id": "12823", - "name": "Iron titan pouch", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "tradeable": "true" - }, - { - "id": "12824", - "name": "Titan's con. scroll", - "examine": "A scroll for an elemental titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,79}", - "tradeable": "true" - }, - { - "id": "12825", - "name": "Steel of legends scroll", - "examine": "A scroll for a steel titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,99}", - "tradeable": "true" - }, - { - "id": "12826", - "name": "Volcanic str. scroll", - "examine": "A scroll for an obsidian golem familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,73}", - "tradeable": "true" - }, - { - "id": "12827", - "name": "Essence shipment scroll", - "examine": "A scroll for an abyssal titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,93}", - "tradeable": "true" - }, - { - "id": "12828", - "name": "Iron within scroll", - "examine": "A scroll for an iron titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,95}", - "tradeable": "true" - }, - { - "id": "12829", - "name": "Immense heat scroll", - "examine": "A scroll for a pyrelord familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,46}", - "tradeable": "true" - }, - { - "id": "12830", - "name": "Famine scroll", - "examine": "A scroll for a ravenous locust familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,70}", - "tradeable": "true" - }, - { - "id": "12831", - "name": "Deadly claw scroll", - "examine": "A scroll for a talon beast familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,77}", - "tradeable": "true" - }, - { - "id": "12832", - "name": "Swamp plague scroll", - "examine": "A scroll for a swamp titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,85}", - "tradeable": "true" - }, - { - "id": "12833", - "name": "Boil scroll", - "examine": "A scroll for a geyser titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,89}", - "tradeable": "true" - }, - { - "id": "12834", - "name": "Explode scroll", - "examine": "A scroll for a giant chinchompa familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,29}", - "tradeable": "true" - }, - { - "id": "12835", - "name": "Goad scroll", - "examine": "A scroll for a spirit graahk familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12836", - "name": "Ambush scroll", - "examine": "A scroll for a spirit kyatt familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12837", - "name": "Ebon thunder scroll", - "examine": "A scroll for a lava titan familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,83}", - "tradeable": "true" - }, - { - "id": "12838", - "name": "Pester scroll", - "examine": "A scroll for a spirit mosquito familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,17}", - "tradeable": "true" - }, - { - "id": "12839", - "name": "Fireball assault scroll", - "examine": "A scroll for a spirit Tz-Kih familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,22}", - "tradeable": "true" - }, - { - "id": "12840", - "name": "Rending scroll", - "examine": "A scroll for a spirit larupia familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,57}", - "tradeable": "true" - }, - { - "id": "12841", - "name": "Inferno scroll", - "examine": "A scroll for a forge regent familiar.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "5000", - "requirements": "{23,76}", - "tradeable": "true" - }, - { - "id": "12842", - "name": "Gnomecopter", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "1", - "run_anim": "8963", - "stand_anim": "8964", - "stand_turn_anim": "8963", - "turn180_anim": "8963", - "turn90ccw_anim": "8963", - "turn90cw_anim": "8963", - "walk_anim": "8961" - }, - { - "id": "12843", - "name": "Gnomecopter ticket", - "examine": "It tells gnomecopters where you wish to go.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.", - "durability": null, - "tradeable": "false" - }, - { - "id": "12844", - "name": "Toy kite", - "examine": "A kite with a dragon on it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "equipment_slot": "3", - "render_anim": "593", - "run_anim": "8986", - "shop_price": "100", - "stand_anim": "8981", - "stand_turn_anim": "8987", - "turn180_anim": "8985", - "turn90ccw_anim": "8984", - "turn90cw_anim": "8983", - "walk_anim": "8982" - }, - { - "id": "12845", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12846", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12847", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12848", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12849", - "name": "Stone of power", - "examine": "A stone used to gather energy.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "3", - "render_anim": "370", - "run_anim": "9004", - "stand_anim": "8998", - "stand_turn_anim": "9000", - "tradeable": "false", - "turn180_anim": "9001", - "turn90ccw_anim": "9003", - "turn90cw_anim": "9002", - "walk_anim": "8997", - "weight": "30" - }, - { - "id": "12850", - "name": "Elemental rune", - "examine": "A generic elemental rune", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12851", - "name": "Catalytic rune", - "examine": "A generic non-elemental rune", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12852", - "name": "Fist of guthix token", - "examine": "A token awarded for taking part in the Fist of Guthix minigame.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "12853", - "name": "Bandages", - "examine": "A box of bandages for healing.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "tradeable": "true" - }, - { - "id": "12855", - "name": "Tele-orb", - "examine": "Teleports you to the centre of the arena.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null - }, - { - "id": "12856", - "name": "Irit gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,50}", - "shop_price": "75", - "tradeable": "false" - }, - { - "id": "12857", - "name": "Avantoe gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,60}", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "12858", - "name": "Kwuarm gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,70}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12859", - "name": "Cadantine gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{15,80}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12860", - "name": "Swordfish gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{10,65}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12861", - "name": "Shark gloves", - "examine": "A pair of mystical gloves", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{10,90}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12862", - "name": "Dragon slayer gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "equipment_slot": "9", - "requirements": "{18,70}", - "shop_price": "200", - "tradeable": "false" - }, - { - "id": "12863", - "name": "Air runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,10}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12864", - "name": "Water runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,20}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12865", - "name": "Earth runecrafting gloves", - "examine": "A pair of mystical gloves.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.", - "durability": null, - "equipment_slot": "9", - "requirements": "{20,30}", - "shop_price": "75", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12866", - "name": "Battle hood 100", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12867", - "name": "Battle hood 80", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12868", - "name": "Battle hood 60", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12869", - "name": "Battle hood 40", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12870", - "name": "Battle hood 20", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "false" - }, - { - "id": "12871", - "name": "Battle hood 0", - "examine": "Its arcane power is waning.", - "absorb": "4,3,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "250", - "tradeable": "true" - }, - { - "id": "12872", - "name": "Battle hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12873", - "name": "Battle robe top 100", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12874", - "name": "Battle robe top 80", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12875", - "name": "Battle robe top 60", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12876", - "name": "Battle robe top 40", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12877", - "name": "Battle robe top 20", - "examine": "A robe top infused with arcane power, especially created for combat spells.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12878", - "name": "Battle robe top 0", - "examine": "Its arcane power is waning.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,50}-{6,60}", - "shop_price": "1500", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12879", - "name": "Battle robe top 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12880", - "name": "Battle robe bottom 100", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12881", - "name": "Battle robe bottom 80", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12882", - "name": "Battle robe bottom 60", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12883", - "name": "Battle robe bottom 40", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12884", - "name": "Battle robe bottom 20", - "examine": "A robe bottom infused with arcane power, especially created for combat spells.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12885", - "name": "Battle robe bottom 0", - "examine": "Its arcane power is waning.", - "absorb": "5,2,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,50}-{6,60}", - "shop_price": "1000", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12886", - "name": "Battle robe bottom 0", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12887", - "name": "Druidic mage hood 100", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12888", - "name": "Druidic mage hood 80", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12889", - "name": "Druidic mage hood 60", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12890", - "name": "Druidic mage hood 40", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12891", - "name": "Druidic mage hood 20", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12892", - "name": "Druidic mage hood 0", - "examine": "A worn-out hood, formerly worn by the followers of Guthix.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "true", - "weight": "7" - }, - { - "id": "12893", - "name": "Druidic mage hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12894", - "name": "Druidic mage top 100", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12895", - "name": "Druidic mage top 80", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12896", - "name": "Druidic mage top 60", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12897", - "name": "Druidic mage top 40", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12898", - "name": "Druidic mage top 20", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12899", - "name": "Druidic mage top 0", - "examine": "A magical robe top worn by followers of Guthix.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "300", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12900", - "name": "Druidic mage top 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12901", - "name": "Druidic mage bottom 100", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12902", - "name": "Druidic mage bottom 80", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12903", - "name": "Druidic mage bottom 60", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12904", - "name": "Druidic mage bottom 40", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12905", - "name": "Druidic mage bottom 20", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12906", - "name": "Druidic mage bottom 0", - "examine": "A magical robe bottom worn by a person who follows Guthix.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,10}-{6,20}", - "shop_price": "200", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12907", - "name": "Druidic mage bottom 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12908", - "name": "Adamant spikeshield 100", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12909", - "name": "Adamant spikeshield 80", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12910", - "name": "Adamant spikeshield 60", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12911", - "name": "Adamant spikeshield 40", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12912", - "name": "Adamant spikeshield 20", - "examine": "A spiked square shield.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "false", - "weight": "5" - }, - { - "id": "12913", - "name": "Adamant spikeshield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "100", - "requirements": "{1,35}", - "shop_price": "50", - "tradeable": "true", - "weight": "5" - }, - { - "id": "12914", - "name": "Adamant spikeshield 0", - "examine": "Not so spiky anymore!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12915", - "name": "Adamant berserker shield 100", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12916", - "name": "Adamant berserker shield 80", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12917", - "name": "Adamant berserker shield 60", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12918", - "name": "Adamant berserker shield 40", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12919", - "name": "Adamant berserker shield 20", - "examine": "A large, spiked metal shield", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "false", - "weight": "7" - }, - { - "id": "12920", - "name": "Adamant berserker shield 0", - "examine": "Not so spiky anymore!", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,35}", - "shop_price": "100", - "tradeable": "true", - "weight": "7" - }, - { - "id": "12921", - "name": "Adamant berserker shield 0", - "examine": "Not so spiky anymore!", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12922", - "name": "Rune spikeshield 100", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "point_price": "35", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12923", - "name": "Rune spikeshield 80", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12924", - "name": "Rune spikeshield 60", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12925", - "name": "Rune spikeshield 40", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12926", - "name": "Rune spikeshield 20", - "examine": "A spiked, medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12927", - "name": "Rune spikeshield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,45}", - "shop_price": "200", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12928", - "name": "Rune spikeshield 0", - "examine": "Not so spiky anymore.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12929", - "name": "Rune berserker shield 100", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "point_price": "35", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12930", - "name": "Rune berserker shield 80", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12931", - "name": "Rune berserker shield 60", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12932", - "name": "Rune berserker shield 40", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12933", - "name": "Rune berserker shield 20", - "examine": "A Large, spiked metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", - "durability": null, - "equipment_slot": "5", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "false", - "weight": "6" - }, - { - "id": "12934", - "name": "Rune berserker shield 0", - "examine": "Not so spiky anymore.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0", - "durability": null, - "equipment_slot": "5", - "ge_buy_limit": "10", - "requirements": "{1,45}", - "shop_price": "300", - "tradeable": "true", - "weight": "6" - }, - { - "id": "12935", - "name": "Rune berserker shield 0", - "examine": "Not so spiky anymore.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12936", - "name": "Green d'hide coif 100", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12937", - "name": "Green d'hide coif 80", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12938", - "name": "Green d'hide coif 60", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12939", - "name": "Green d'hide coif 40", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12940", - "name": "Green d'hide coif 20", - "examine": "A coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.9" - }, - { - "id": "12941", - "name": "Green d'hide coif 0", - "examine": "A worn out coif made of green dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,40}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.9" - }, - { - "id": "12942", - "name": "Green d'hide coif 0", - "examine": "A worn out coif made of green dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12943", - "name": "Blue d'hide coif 100", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12944", - "name": "Blue d'hide coif 80", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12945", - "name": "Blue d'hide coif 60", - "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12946", - "name": "Blue d'hide coif 40", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12947", - "name": "Blue d'hide coif 20", - "examine": "A coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12948", - "name": "Blue d'hide coif 0", - "examine": "A worn out coif made of blue dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,50}", - "shop_price": "200", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12949", - "name": "Blue d'hide coif 0", - "examine": "A worn out coif made of blue dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12950", - "name": "Red d'hide coif 100", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12951", - "name": "Red d'hide coif 80", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12952", - "name": "Red d'hide coif 60", - "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12953", - "name": "Red d'hide coif 40", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12954", - "name": "Red d'hide coif 20", - "examine": "A coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12955", - "name": "Red d'hide coif 0", - "examine": "A worn out coif made of red dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,60}", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12956", - "name": "Red d'hide coif 0", - "examine": "A worn out coif made of red dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12957", - "name": "Black d'hide coif 100", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12958", - "name": "Black d'hide coif 80", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12959", - "name": "Black d'hide coif 60", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12960", - "name": "Black d'hide coif 40", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12961", - "name": "Black d'hide coif 20", - "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "false", - "weight": "1" - }, - { - "id": "12962", - "name": "Black d'hide coif 0", - "examine": "A coif made of black dragonhide.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "ge_buy_limit": "100", - "remove_head": "true", - "requirements": "{1,40}-{4,70}", - "shop_price": "500", - "tradeable": "true", - "weight": "1" - }, - { - "id": "12963", - "name": "Black d'hide coif 0", - "examine": "A coif made of black dragonhide.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12964", - "name": "Combat hood 100", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12965", - "name": "Combat hood 80", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12966", - "name": "Combat hood 60", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12967", - "name": "Combat hood 40", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12968", - "name": "Combat hood 20", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "false", - "weight": "0.8" - }, - { - "id": "12969", - "name": "Combat hood 0", - "examine": "A magical hood, especially created for combat spells.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "10", - "remove_head": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "50", - "tradeable": "true", - "weight": "0.8" - }, - { - "id": "12970", - "name": "Combat hood 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12971", - "name": "Combat robe top 100", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12972", - "name": "Combat robe top 80", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12973", - "name": "Combat robe top 60", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12974", - "name": "Combat robe top 40", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12975", - "name": "Combat robe top 20", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "false", - "weight": "4" - }, - { - "id": "12976", - "name": "Combat robe top 0", - "examine": "A magical robe top, especially made for combat spells.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "10", - "remove_sleeves": "true", - "requirements": "{1,10}-{6,20}", - "shop_price": "150", - "tradeable": "true", - "weight": "4" - }, - { - "id": "12977", - "name": "Combat robe top 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12978", - "name": "Combat robe bottom 100", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12979", - "name": "Combat robe bottom 80", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12980", - "name": "Combat robe bottom 60", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12981", - "name": "Combat robe bottom 40", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12982", - "name": "Combat robe bottom 20", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "false", - "weight": "3" - }, - { - "id": "12983", - "name": "Combat robe bottom 0", - "examine": "A magical robe bottom, especially created for combat spells.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "10", - "requirements": "{1,10}-{6,20}", - "shop_price": "100", - "tradeable": "true", - "weight": "3" - }, - { - "id": "12984", - "name": "Combat robe bottom 0", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "10", - "tradeable": "true" - }, - { - "id": "12985", - "name": "Bronze gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "15", - "tradeable": "false" - }, - { - "id": "12986", - "name": "Worn-out bronze gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "12987", - "name": "Worn-out bronze gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12988", - "name": "Iron gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "shop_price": "30", - "tradeable": "false" - }, - { - "id": "12989", - "name": "Worn-out iron gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "12990", - "name": "Worn-out iron gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12991", - "name": "Steel gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,5}", - "shop_price": "50", - "tradeable": "false", - "weight": "10" - }, - { - "id": "12992", - "name": "Worn-out steel gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,5}", - "shop_price": "50", - "tradeable": "true", - "weight": "10" - }, - { - "id": "12993", - "name": "Worn-out steel gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12994", - "name": "Black gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,10}", - "shop_price": "75", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "12995", - "name": "Worn-out black gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,10}", - "shop_price": "75", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "12996", - "name": "Worn-out black gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "12997", - "name": "Mithril gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,20}", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "12998", - "name": "Worn-out mithril gauntlets", - "examine": "I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,20}", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "12999", - "name": "Worn-out mithril gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13000", - "name": "Adamant gauntlets", - "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,30}", - "shop_price": "150", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13001", - "name": "Worn-out adamant gauntlets", - "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,30}", - "shop_price": "150", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13002", - "name": "Worn-out adamant gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13003", - "name": "Rune gauntlets", - "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,40}", - "shop_price": "200", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13004", - "name": "Worn-out rune gauntlets", - "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,40}", - "shop_price": "200", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13005", - "name": "Worn-out rune gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13006", - "name": "Dragon gauntlets", - "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0", - "durability": null, - "equipment_slot": "9", - "requirements": "{1,60}", - "shop_price": "300", - "tradeable": "false", - "weight": "0.2" - }, - { - "id": "13007", - "name": "Worn-out dragon gauntlets", - "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0", - "durability": null, - "equipment_slot": "9", - "ge_buy_limit": "100", - "requirements": "{1,60}", - "shop_price": "300", - "tradeable": "true", - "weight": "0.2" - }, - { - "id": "13008", - "name": "Worn-out dragon gauntlets", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13010", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13011", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13012", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13013", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13014", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13015", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13016", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13017", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13018", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13019", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13020", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13021", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13022", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13023", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13024", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13025", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13026", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13027", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13028", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13029", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13030", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13031", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13032", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13033", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13034", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13035", - "name": "Puzzle box", - "examine": "I need to solve this.", - "archery_ticket_price": "0", - "destroy_message": "You can reclaim this item from the place you found it.", - "durability": null, - "shop_price": "5" - }, - { - "id": "13036", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13037", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13038", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13039", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13040", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13041", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13042", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13043", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13044", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13045", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13046", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13047", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13048", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13049", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13050", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13051", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13052", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13053", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13054", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13055", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13056", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13057", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13058", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13059", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13060", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13061", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13062", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13063", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13064", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13065", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13066", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13067", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13068", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13069", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13070", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13071", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13072", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13074", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13075", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13076", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13077", - "name": "Casket", - "examine": "I hope there's treasure in it.", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true", - "weight": "5" - }, - { - "id": "13078", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13079", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13080", - "name": "Clue scroll", - "examine": "A set of instructions to be followed.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "13081", - "name": "Black crossbow", - "examine": "A black crossbow.", - "archery_ticket_price": "0", - "attack_audios": "2700,0,0,0", - "attack_speed": "6", - "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "ge_buy_limit": "100", - "render_anim": "175", - "requirements": "{4,33}", - "run_anim": "4228", - "stand_anim": "4591", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "4227", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "4226", - "weapon_interface": "17", - "weight": "5" - }, - { - "id": "13082", - "name": "Black crossbow", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "13083", - "name": "Black bolts", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13084", - "name": "Black bolts(p)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13085", - "name": "Black bolts(p+)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13086", - "name": "Black bolts(p++)", - "examine": "Black crossbow bolts.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "durability": null, - "equipment_slot": "13", - "ge_buy_limit": "100", - "requirements": "{4,33}", - "tradeable": "true" - }, - { - "id": "13095", - "name": "Black cane", - "examine": "A sapphire-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "requirements": "{0,8}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13096", - "name": "Black cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13097", - "name": "Adamant cane", - "examine": "A ruby-topped cane.", - "archery_ticket_price": "0", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "requirements": "{0,28}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13098", - "name": "Adamant cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13099", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "ge_buy_limit": "2", - "lendable": "true", - "requirements": "{0,38}", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13100", - "name": "Rune cane", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13101", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13102", - "name": "Top hat", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13103", - "name": "Pith helmet", - "examine": "Official explorer headgear!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "13104", - "name": "Pith helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13105", - "name": "Spiked helmet", - "examine": "Spikier than normal.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "remove_head": "true", - "requirements": "{1,5}", - "tradeable": "true", - "weight": "10" - }, - { - "id": "13106", - "name": "Spiked helmet", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13107", - "name": "Sheep mask", - "examine": "Shear elegance.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13108", - "name": "Sheep mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13109", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13110", - "name": "Penguin mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13111", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13112", - "name": "Bat mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13113", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true" - }, - { - "id": "13114", - "name": "Cat mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13115", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "2", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13116", - "name": "Wolf mask", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "2", - "tradeable": "true" - }, - { - "id": "13117", - "name": "Ivandis flail (30)", - "examine": "A fully charged flail.", - "archery_ticket_price": "0", - "attack_anims": "9097,9097,9097,9097", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "defence_anim": "9048", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13118", - "name": "Ivandis flail (29)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13119", - "name": "Ivandis flail(28)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23" - }, - { - "id": "13120", - "name": "Ivandis flail (27)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13121", - "name": "Ivandis flail (26)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13122", - "name": "Ivandis flail (25)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13123", - "name": "Ivandis flail (24)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13124", - "name": "Ivandis flail (23)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13125", - "name": "Ivandis flail (22)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13126", - "name": "Ivandis flail (21)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13127", - "name": "Ivandis flail (20)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13128", - "name": "Ivandis flail (19)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13129", - "name": "Ivandis flail (18)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13130", - "name": "Ivandis flail (17)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13131", - "name": "Ivandis flail (16)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13132", - "name": "Ivandis flail (15)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13133", - "name": "Ivandis flail (14)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13134", - "name": "Ivandis flail (13)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13135", - "name": "Ivandis flail (12)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13136", - "name": "Ivandis flail (11)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13137", - "name": "Ivandis flail (10)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13138", - "name": "Ivandis flail (9)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13139", - "name": "Ivandis flail (8)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13140", - "name": "Ivandis flail (7)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13141", - "name": "Ivandis flail (6)", - "examine": "A partially charged flail.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13142", - "name": "Ivandis flail (5)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13143", - "name": "Ivandis flail (4)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13144", - "name": "Ivandis flail (3)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13145", - "name": "Ivandis flail (2)", - "examine": "A partially charged flail - it's nearly out of charges.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13146", - "name": "Ivandis flail (1)", - "examine": "A partially charged flail - one last charge left.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "render_anim": "712", - "run_anim": "9050", - "stand_anim": "9049", - "stand_turn_anim": "823", - "turn180_anim": "9052", - "turn90ccw_anim": "9054", - "turn90cw_anim": "9053", - "two_handed": "true", - "walk_anim": "9051", - "weapon_interface": "23", - "weight": "5" - }, - { - "id": "13147", - "name": "Flail dust", - "examine": "Flail of Ivandis dust.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13149", - "name": "Book page", - "examine": "A page ripped from a book; it looks like a map of some kind.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13151", - "name": "Combat book", - "examine": "A big book of combat techniques.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13153", - "name": "Chain link mould", - "examine": "Used to make a metal chain.", - "archery_ticket_price": "0", - "durability": null, - "weight": "1" - }, - { - "id": "13154", - "name": "Silvthril chain", - "examine": "A chain made from mithril and silver.", - "archery_ticket_price": "0", - "durability": null, - "weight": "3" - }, - { - "id": "13155", - "name": "Silver sickle emerald(b)", - "examine": "A blessed sickle with an emerald recessed into it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "13156", - "name": "Enchanted sickle emerald(b)", - "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "3", - "weight": "1" - }, - { - "id": "13157", - "name": "Vyre corpse", - "examine": "A Vyrewatch corpse. Just a husk, really.", - "archery_ticket_price": "0", - "durability": null, - "weight": "5" - }, - { - "id": "13158", - "name": "Columbarium key", - "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.1" - }, - { - "id": "13159", - "name": "Ornate tomb key", - "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13160", - "name": "Tome of xp 2nd ed (3)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13161", - "name": "Tome of xp 2nd ed (2)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13162", - "name": "Tome of xp 2nd ed (1)", - "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", - "durability": null, - "tradeable": "false", - "weight": "1" - }, - { - "id": "13163", - "name": "Black cane", - "examine": "A sapphire-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13164", - "name": "Adamant cane", - "examine": "A ruby-topped cane.", - "archery_ticket_price": "0", - "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", - "durability": null, - "equipment_slot": "3", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13165", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0", - "durability": null, - "equipment_slot": "3", - "lendable": "true", - "tradeable": "true", - "weapon_interface": "10", - "weight": "0.5" - }, - { - "id": "13166", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13167", - "name": "Pith helmet", - "examine": "Official explorer headgear!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "0.5" - }, - { - "id": "13168", - "name": "Spiked helmet", - "examine": "Spikier than normal.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "true", - "weight": "10" - }, - { - "id": "13169", - "name": "Sheep mask", - "examine": "Shear elegance.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13170", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13171", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13172", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true" - }, - { - "id": "13173", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_head": "true", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13174", - "name": "Blue navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13175", - "name": "Green navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13176", - "name": "Red navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13177", - "name": "Brown navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13178", - "name": "Black navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13179", - "name": "Purple navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13180", - "name": "Grey navy slacks", - "examine": "Not for slackers", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "7", - "shop_price": "100" - }, - { - "id": "13181", - "name": "Blue naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13182", - "name": "Green naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13183", - "name": "Red naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13184", - "name": "Brown naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13185", - "name": "Black naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13186", - "name": "Purple naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13187", - "name": "Grey naval shirt", - "examine": "...You can sail the seven seas...", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13188", - "name": "Blue tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13189", - "name": "Green tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13190", - "name": "Red tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13191", - "name": "Brown tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13192", - "name": "Black tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13193", - "name": "Purple tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13194", - "name": "Grey tricorn hat", - "examine": "I could never look square in this.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "50" - }, - { - "id": "13227", - "name": "Mysterious lamp", - "examine": "I wonder what happens if I rub it.", - "archery_ticket_price": "0", - "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13230", - "name": "Icefiend net", - "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "13231", - "name": "Baby icefiend", - "examine": "You should give this to Professor Arblenap.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "3", - "tradeable": "false", - "weight": "1" - }, - { - "id": "13232", - "name": "Tent", - "examine": "The remains of the Oracle's tent on Ice Mountain.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "It will reappear near the bottom of Ice Mountain.", - "durability": null, - "tradeable": "false", - "weight": "30" - }, - { - "id": "13234", - "name": "Dwarven key", - "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get it back by pickpocketing Drorkar again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13238", - "name": "Treated oak plank", - "examine": "A plank of oak that has been treated to resist fire.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" - }, - { - "id": "13239", - "name": "Chisel", - "examine": "Good for detailed crafting.", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "14", - "tradeable": "true", - "weight": "0.4" - }, - { - "id": "13240", - "name": ".", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "5", - "tradeable": "true" - }, - { - "id": "13241", - "name": "Treated plank", - "examine": "A plank of oak that has been treated to resist fire.", - "archery_ticket_price": "0", - "durability": null, - "weight": "0.8" - }, - { - "id": "13242", - "name": ".", - "archery_ticket_price": "0", - "durability": null, - "tradeable": "true" - }, - { - "id": "13243", - "name": "Stone tablet", - "examine": "An old stone slab with writing on it.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13244", - "name": "Tzhaar tourist guide", - "examine": "A book for those who want to visit the TzHaar city.", - "archery_ticket_price": "0", - "durability": null - }, - { - "id": "13245", - "name": "Stone slab", - "examine": "A flawed block of obsidian from the Karamja volcano.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can mine more stone slabs in the TzHaar mine.", - "durability": null, - "tradeable": "false", - "weight": "32" - }, - { - "id": "13246", - "name": "Pillar", - "examine": "A support pillar.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.", - "durability": null, - "tradeable": "false", - "weight": "25" - }, - { - "id": "13247", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13248", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13249", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13250", - "name": "Splat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13259", - "name": "Ranged path key", - "examine": "A key obtained in Catolax's tomb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13260", - "name": "Magic path key", - "examine": "A key obtained in Catolax's tomb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13263", - "name": "Slayer helmet", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,10}", - "shop_price": "650", - "tradeable": "false" - }, - { - "id": "13276", - "name": "Banshee voice", - "examine": "The remains of a banshee's scream.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13277", - "name": "Masked earmuffs", - "examine": "More of that crazy Slayer headgear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "shop_price": "400", - "tradeable": "false" - }, - { - "id": "13278", - "name": "Broad arrow heads", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "50", - "tradeable": "false" - }, - { - "id": "13279", - "name": "Unfinished broad bolts", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "50", - "tradeable": "false" - }, - { - "id": "13280", - "name": "Broad-tipped bolts", - "examine": "For use against turoth and kurasks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13281", - "name": "Ring of slaying(8)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13282", - "name": "Ring of slaying(7)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13283", - "name": "Ring of slaying(6)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13284", - "name": "Ring of slaying(5)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13285", - "name": "Ring of slaying(4)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13286", - "name": "Ring of slaying(3)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13287", - "name": "Ring of slaying(2)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13288", - "name": "Ring of slaying(1)", - "examine": "An enchanted ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "12", - "shop_price": "150", - "tradeable": "false" - }, - { - "id": "13290", - "name": "Leaf-bladed sword", - "examine": "A razor-sharp sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "381,381,390,381", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0", - "defence_anim": "397", - "destroy": "false", - "durability": null, + "weapon_interface": "7", + "turn180_anim": "7045", "equip_audio": "2248", - "equipment_slot": "3", - "rare_item": "true", - "requirements": "{0,50}-{18,55}", - "run_anim": "824", - "shop_price": "68000", - "stand_anim": "813", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13291", - "name": "Leaf-bladed sword", - "examine": "A razor-sharp sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "68000", - "tradeable": "true" - }, - { - "id": "13292", - "name": "Letter", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13293", - "name": "Plans", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13294", - "name": "Charcoal rubbing", - "examine": "A charcoal rubbing taken from 50% Luke.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13295", - "name": "Frank's mark", - "examine": "Signature from Frank.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Frank's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13296", - "name": "Crude lockpick", - "examine": "A device for opening locked doors.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13297", - "name": "Customs shirt", - "examine": "The top of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13298", - "name": "Customs trousers", - "examine": "The trousers of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false" - }, - { - "id": "13299", - "name": "Customs hat", - "examine": "The hat of a Custom Officer's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13300", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13301", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13302", - "name": "Brooch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13303", - "name": "Izzy's mark", - "examine": "Signature from Izzy No-Beard.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13304", - "name": "Key", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13305", - "name": "Crowbar", - "examine": "This could be useful.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13307", - "name": "Idol of many heads", - "examine": "An idol. It has many heads.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13308", - "name": "Bill teach's mark", - "examine": "Signature from Bill Teach.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13309", - "name": "Paper", - "examine": "This is generally used for writing on.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13310", - "name": "Confession", - "examine": "A written confession.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13311", - "name": "Note", - "examine": "Swap this note at any bank for the equivalent item.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13312", - "name": "Ink bottle", - "examine": "An empty ink bottle./This is full of ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13313", - "name": "Inky paper", - "examine": "It's got ink all over it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13314", - "name": "Ink bottle", - "examine": "An empty ink bottle./This is full of ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13315", - "name": "Smashed bottle", - "examine": "It's smashed. I should mind my fingers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13316", - "name": "Prison uniform top", - "examine": "The top part of a prisoner's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13317", - "name": "Prison uniform trousers", - "examine": "The bottom part of a prisoner's uniform.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.", - "durability": null, - "equipment_slot": "7", - "tradeable": "false" - }, - { - "id": "13318", - "name": "Fishy prison uniform top", - "examine": "It's covered in fish slop.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "tradeable": "false" - }, - { - "id": "13319", - "name": "Tin cup", - "examine": "A standard prison-issue tin cup.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13320", - "name": "Tin cup", - "examine": "A standard prison-issue tin cup.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13321", - "name": "Pipe", - "examine": "A pipe that belongs in a cannon stand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "tradeable": "false" - }, - { - "id": "13322", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13323", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13324", - "name": "Accordion", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13325", - "name": "Vacuum pump", - "examine": "A very crude vacuum pump.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13326", - "name": "Vacuum pump and gull", - "examine": "It sounds like a law firm.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.", - "durability": null, - "equipment_slot": "3", - "tradeable": "false" - }, - { - "id": "13327", - "name": "Quill", - "examine": "From a bird - can be used for writing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13328", - "name": "Inky quill", - "examine": "From a bird - can be used for writing. It has some ink on the tip.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13329", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13330", - "name": "File", - "examine": "A folder containing all the marks I have gathered.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13331", - "name": "Ex-parrot", - "examine": "A very dead rotten parrot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13332", - "name": "Magical cage", - "examine": "It feels very cold to the touch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13333", - "name": "Ex-parrot in a magic cage", - "examine": "A very dead rotten parrot in a magical cage.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13334", - "name": "Ex-ex-parrot in a magic cage", - "examine": "A very alive rotten parrot in a magic cage.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13335", - "name": "Ex-ex-parrot", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13336", - "name": "Ex-ex-parrot", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13337", - "name": "Pirate impling jar", - "examine": "A pirate impling in a jar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13338", - "name": "Pirate impling jar", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", - "durability": null, - "shop_price": "50", - "tradeable": "true" - }, - { - "id": "13339", - "name": "Bandana and eyepatch", - "examine": "A white bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13340", - "name": "Bandana and eyepatches", - "examine": "A white bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13341", - "name": "Bandana and eyepatch", - "examine": "A red bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13342", - "name": "Bandana and eyepatches", - "examine": "A red bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13343", - "name": "Bandana and eyepatch", - "examine": "A blue bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13344", - "name": "Bandana and eyepatches", - "examine": "A blue bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13345", - "name": "Bandana and eyepatch", - "examine": "A brown bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13346", - "name": "Bandana and eyepatches", - "examine": "A brown bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13347", - "name": "Bandana and eyepatch", - "examine": "A grey bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13348", - "name": "Bandana and eyepatches", - "examine": "A grey bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13349", - "name": "Bandana and eyepatch", - "examine": "A purple bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13350", - "name": "Bandana and eyepatches", - "examine": "A purple bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13351", - "name": "Bandana and eyepatch", - "examine": "A orange bandana and a patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13352", - "name": "Bandana and eyepatches", - "examine": "A orange bandana and a patch for both eyes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13353", - "name": "Double eyepatches", - "examine": "It's dark, and I'm wearing two patches. Hit it!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13354", - "name": "Pirate hat and eyepatches", - "examine": "Two patches and a hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13355", - "name": "Left eyepatch", - "examine": "A patch for the left eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13356", - "name": "Left eyepatch", - "examine": "A patch for the left eye.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13357", - "name": "Pirate hat and eyepatch", - "examine": "A hat and a patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "false" - }, - { - "id": "13358", - "name": "Stripy pirate shirt", - "examine": "A seaworthy grey shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13359", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13360", - "name": "Stripy pirate shirt", - "examine": "A seaworthy purple shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13361", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13362", - "name": "Stripy pirate shirt", - "examine": "A seaworthy orange shirt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "ge_buy_limit": "100", - "remove_sleeves": "true", - "shop_price": "300", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13363", - "name": "Stripy pirate shirt", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "300", - "tradeable": "true" - }, - { - "id": "13364", - "name": "Pirate leggings", - "examine": "A seaworthy pair of grey trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13365", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13366", - "name": "Pirate leggings", - "examine": "A seaworthy pair of purple trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13367", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13368", - "name": "Pirate leggings", - "examine": "A seaworthy pair of orange trousers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "ge_buy_limit": "100", - "shop_price": "350", - "tradeable": "true", - "weight": "1" - }, - { - "id": "13369", - "name": "Pirate leggings", - "archery_ticket_price": "0", - "durability": null, - "shop_price": "350", - "tradeable": "true" - }, - { - "id": "13370", - "name": "Bandana", - "examine": "A grey bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13371", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13372", - "name": "Bandana", - "examine": "A purple bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13373", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13374", - "name": "Bandana", - "examine": "An orange bandana.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13375", - "name": "Bandana", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "13376", - "name": "Bandana and eyepatch", - "examine": "A purple bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13377", - "name": "Bandana and eyepatch", - "examine": "A orange bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13378", - "name": "Bandana and eyepatch", - "examine": "A grey bandana and a patch for the right eye.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "100", - "tradeable": "true", - "weight": "0.1" - }, - { - "id": "13379", - "name": "Rock fragments", - "examine": "Some rock fragments.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "tradeable": "false" - }, - { - "id": "13380", - "name": "Introduction letter", - "examine": "Note from Teach to Brass Hand Harry.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13381", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13382", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13383", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13384", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13385", - "name": "Broken hand", - "examine": "One of many broken hands.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13386", - "name": "Fingers", - "examine": "Wall beast fingers in a white fern sauce.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "false" - }, - { - "id": "13387", - "name": "Thumb", - "examine": "A brass thumb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13388", - "name": "Hand", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13389", - "name": "Wrist", - "examine": "A brass wrist.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13390", - "name": "Brace", - "examine": "A brass brace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13391", - "name": "Brass hand", - "examine": "A completed brass hand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13392", - "name": "Ink pad", - "examine": "It's soaked with ink.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13393", - "name": "Inky hand", - "examine": "An inky brass hand.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13394", - "name": "Paper", - "examine": "This is generally used for writing on.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", - "durability": null, - "tradeable": "false" - }, - { - "id": "13395", - "name": "Brass hand harry's mark", - "examine": "Handprint from Brass Hand Harry.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13396", - "name": "Fake beard", - "examine": "Makes me itch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13397", - "name": "Fake moustache and nose", - "examine": "It looks like someone has sneezed in it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13398", - "name": "Fake monocle, moustache and nose", - "examine": "Why is the monocle nailed to it?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "tradeable": "false" - }, - { - "id": "13399", - "name": "Curly wig", - "examine": "You can barely see where it connected to the mop handle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "13400", - "name": "Straight wig", - "examine": "It looks like it is part-dog, part-mould.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "tradeable": "false" - }, - { - "id": "13401", - "name": "Order", - "examine": "An order simply for 'rum'.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13402", - "name": "Braindeath's mark", - "examine": "Signature of Captain Braindeath.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13403", - "name": "Golden tinderbox", - "examine": "A replica tinderbox made of solid gold.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "300", - "tradeable": "false" - }, - { - "id": "13405", - "name": "Dark bow", - "examine": "A bow from a darker dimension.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "3731,0,0,0", - "attack_speed": "9", - "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "3738", - "has_special": "true", - "lendable": "true", - "render_anim": "303", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13406", - "name": "Ancient staff", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "weapon_interface": "1" - }, - { - "id": "13407", - "name": "Archer helm", - "examine": "This helmet is worn by archers.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13408", - "name": "Berserker helm", - "examine": "This helmet is worn by berserkers.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13409", - "name": "Warrior helm", - "examine": "This helm is worn by warriors.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13410", - "name": "Farseer helm", - "examine": "This helm is worn by farseers.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13411", - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than it sounds.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13412", - "name": "Rock-shell plate", - "examine": "A sturdy body armour made from rock crab pieces.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13413", - "name": "Rock-shell legs", - "examine": "Some tough leggings made from rock crab parts.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13414", - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13415", - "name": "Spined body", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13416", - "name": "Spined chaps", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13417", - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13418", - "name": "Skeletal top", - "examine": "The bones in this armour seems to vibrate with a magic quality...", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13419", - "name": "Skeletal bottoms", - "examine": "A superior set of strengthened slacks for any self respecting seer.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13420", - "name": "Spined boots", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13421", - "name": "Rock-shell boots", - "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13422", - "name": "Skeletal boots", - "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13423", - "name": "Spined gloves", - "examine": "Fremennik gloves stitched together from spined dagannoth hide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13424", - "name": "Rock-shell gloves", - "examine": "Fremennik gloves stitched together from rock crab shell shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13425", - "name": "Skeletal gloves", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13426", - "name": "Seers ring", - "examine": "A mysterious ring that can fill the wearer with magical power...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13427", - "name": "Archers ring", - "examine": "A fabled ring that improves the wearer's skill with a bow...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13428", - "name": "Warrior ring", - "examine": "A legendary ring once worn by Fremennik warriors.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13429", - "name": "Berserker ring", - "examine": "A ring reputed to bring out a berserk fury in its wearer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13430", - "name": "Dragon 2h sword", - "examine": "A two-handed dragon sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", "render_anim": "124", - "two_handed": "true", - "weapon_interface": "7" + "equipment_slot": "3", + "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.", + "stand_anim": "7047", + "name": "Shadow sword", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "10858", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0" }, { - "id": "13431", - "name": "Crayfish cage", - "examine": "Useful for catching crayfish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "20", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10859" }, { - "id": "13432", - "name": "Crayfish cage", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "20", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10860" }, { - "id": "13433", - "name": "Crayfish", - "examine": "Some cooked crayfish. Eat it to heal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", + "examine": "You can put nice, hot tea in it.", "durability": null, - "shop_price": "5", - "tradeable": "true" + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10861" }, { - "id": "13434", - "name": "Crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13435", - "name": "Raw crayfish", - "examine": "I should try cooking this. Used in Cooking (1).", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13436", - "name": "Raw crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5", - "tradeable": "true" - }, - { - "id": "13437", - "name": "Burnt crayfish", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "13438", - "name": "Burnt crayfish", - "examine": "Swap this note at any bank for the equivalent item.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "1", - "tradeable": "true" - }, - { - "id": "13439", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "name": "Hard hat", + "tradeable": "false", "destroy": "true", - "durability": null, - "tradeable": "false" + "weight": "2", + "archery_ticket_price": "0", + "id": "10862", + "equipment_slot": "0" }, { - "id": "13440", - "name": "Bag of runes", - "examine": "This is a bag of runes for Sir Vant.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", + "destroy_message": "You'll have to find another within the Tower of Life!", + "remove_sleeves": "true", + "examine": "Very fetching.", "durability": null, - "tradeable": "false" + "name": "Builder's shirt", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10863", + "equipment_slot": "4" }, { - "id": "13442", - "name": "Amulet of fury", - "examine": "A very powerful onyx amulet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Slightly tatty in my opinion.", "durability": null, - "lendable": "true" + "name": "Builder's trousers", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10864", + "equipment_slot": "7" }, { - "id": "13443", - "name": "Obsidian cape", - "examine": "A cape woven of obsidian plates.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "They'll offer good protection for my toes.", "durability": null, - "lendable": "true" + "name": "Builder's boots", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10865", + "equipment_slot": "10" }, { - "id": "13444", - "name": "Abyssal whip", - "examine": "A weapon from the Abyss.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Used to bolt things together.", "durability": null, - "equip_audio": "2249", + "name": "Rivets", + "archery_ticket_price": "0", + "id": "10866" + }, + { + "examine": "Some magical fluid to bind surfaces.", + "durability": null, + "name": "Binding fluid", + "archery_ticket_price": "0", + "id": "10870" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10871" + }, + { + "examine": "A ring used to join two pipes together.", + "durability": null, + "name": "Pipe ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10872" + }, + { + "examine": "A sheet of metal.", + "durability": null, + "name": "Metal sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10873" + }, + { + "examine": "Bound to have some use.", + "durability": null, + "name": "Coloured ball", + "archery_ticket_price": "0", + "id": "10874" + }, + { + "examine": "A wheel used to control valves.", + "durability": null, + "name": "Valve wheel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10875" + }, + { + "examine": "Some unknown metal substance.", + "durability": null, + "name": "Metal bar", + "archery_ticket_price": "0", + "id": "10876" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Plain satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10877", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Green satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10878", + "equipment_slot": "5" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Red satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10879", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Black satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10880", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Gold satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10881", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Rune satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10882", + "equipment_slot": "5" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", + "durability": null, + "name": "Hard hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10883", + "equipment_slot": "0" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10884" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10885" + }, + { + "examine": "Used to cure poison through prayer.", + "durability": null, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10886" + }, + { + "turn90cw_anim": "5867", + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", + "walk_anim": "5867", "has_special": "true", - "lendable": "true", - "render_anim": "1578", - "weapon_interface": "11" - }, - { - "id": "13445", - "name": "Granite maul", - "examine": "Simplicity is the best weapon.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", - "destroy": "true", - "destroy_message": "Drop", "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "27", - "two_handed": "true", - "weapon_interface": "10" - }, - { - "id": "13446", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13447", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13448", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13449", - "name": "Dragon full helm", - "examine": "Protects your head and looks impressive too.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13450", - "name": "Armadyl godsword", - "examine": "A beautiful, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", + "weight": "30", + "turn90ccw_anim": "5867", "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13451", - "name": "Bandos godsword", - "examine": "A brutally heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13452", - "name": "Saradomin godsword", - "examine": "A gracious, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13453", - "name": "Zamorak godsword", - "examine": "A terrifying, heavy sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13454", - "name": "Zamorakian spear", - "examine": "An evil spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "1581", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13455", - "name": "Armadyl helmet", - "examine": "A helmet of great craftmanship.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "lendable": "true" - }, - { - "id": "13456", - "name": "Armadyl chestplate", - "examine": "A chestplate of great craftsmanship", - "absorb": "0,10,5", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "lendable": "true" - }, - { - "id": "13457", - "name": "Armadyl plateskirt", - "examine": "A chainskirt of great craftsmanship.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "lendable": "true" - }, - { - "id": "13458", - "name": "Bandos chestplate", - "examine": "A sturdy chestplate.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13459", - "name": "Bandos tassets", - "examine": "A sturdy pair of tassets.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13460", - "name": "Bandos boots", - "examine": "Some sturdy boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13461", - "name": "Saradomin sword", - "examine": "The incredible blade of an Icyene.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1579", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13462", - "name": "Dragon boots", - "examine": "These will protect my feet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13463", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "13464", - "name": "Task list", - "examine": "This reminds me of my current job and who set me to the task.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another by talking about jobs with citizens and tutors around Lumbridge.", - "durability": null, - "tradeable": "false" - }, - { - "id": "13465", - "name": "Dragon dagger", - "examine": "A powerful dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "weapon_interface": "5" - }, - { - "id": "13466", - "name": "Dragon dagger(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13467", - "name": "Dragon dagger(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13468", - "name": "Dragon dagger(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "shop_price": "1" - }, - { - "id": "13469", - "name": "Rune axe", - "examine": "A powerful axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2229", - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13470", - "name": "Dragon axe", - "examine": "A very powerful axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2229", - "has_special": "true", - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13471", - "name": "Rune battleaxe", - "examine": "A vicious looking axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "2" - }, - { - "id": "13472", - "name": "Dragon battleaxe", - "examine": "A vicious looking axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "2586", - "requirements": "{0,60}", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13473", - "name": "Rune warhammer", - "examine": "I don't think it's intended for joinery.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "lendable": "true", - "render_anim": "1430", - "weapon_interface": "10" - }, - { - "id": "13474", - "name": "Rune longsword", - "examine": "A razor-sharp longsword", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "5" - }, - { - "id": "13475", - "name": "Dragon longsword", - "examine": "A very powerful sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "5" - }, - { - "id": "13476", - "name": "Rune scimitar", - "examine": "A vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1582", - "weapon_interface": "6" - }, - { - "id": "13477", - "name": "Dragon scimitar", - "examine": "A vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "has_special": "true", - "lendable": "true", - "render_anim": "1928", - "weapon_interface": "6" - }, - { - "id": "13478", - "name": "Dragon halberd", - "examine": "A dragon halberd.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "15" - }, - { - "id": "13479", - "name": "Dragon mace", - "examine": "A spiky mace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", "weapon_interface": "8", - "weight": "1.8" + "turn180_anim": "5867", + "equip_audio": "2246", + "defence_anim": "5866", + "render_anim": "985", + "equipment_slot": "3", + "attack_anims": "5865,5865,5865,5865", + "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re", + "stand_anim": "5869", + "name": "Barrelchest anchor", + "run_anim": "5868", + "archery_ticket_price": "0", + "id": "10887", + "stand_turn_anim": "823", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" }, { - "id": "13480", - "name": "Rune pickaxe", - "examine": "Used for mining.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", "durability": null, - "equip_audio": "2232", - "lendable": "true", - "weapon_interface": "4" + "name": "Barrelchest anchor", + "weight": "30", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "10888", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" }, { - "id": "13481", - "name": "Dragon chainbody", - "examine": "A series of connected metal rings.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.", + "examine": "This will answer my prayers.", "durability": null, - "lendable": "true" + "name": "Blessed lamp", + "archery_ticket_price": "0", + "id": "10889" }, { - "id": "13482", - "name": "Rune platebody", - "examine": "Provides excellent protection.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.", + "examine": "Used to cure poison through prayer.", "durability": null, - "lendable": "true" + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10890" }, { - "id": "13483", - "name": "Green d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "A wooden cat toy.", + "grand_exchange_price": "922", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10891" }, { - "id": "13484", - "name": "Blue d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "922", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10892" }, { - "id": "13485", - "name": "Red d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A cranial clamp.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Cranial clamp", + "archery_ticket_price": "0", + "id": "10893" }, { - "id": "13486", - "name": "Black d'hide body", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Some tongs for use with brains.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Brain tongs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10894" }, { - "id": "13487", - "name": "Rune platelegs", - "examine": "These look pretty heavy.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A bell jar for covering things.", "durability": null, - "lendable": "true" + "name": "Bell jar", + "weight": "1", + "archery_ticket_price": "0", + "id": "10895" }, { - "id": "13488", - "name": "Dragon platelegs", - "examine": "Looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A silver whistle.", "durability": null, - "lendable": "true" + "name": "Wolf whistle", + "archery_ticket_price": "0", + "id": "10896" }, { - "id": "13489", - "name": "Rune plateskirt", - "examine": "Designer leg protection.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A shipping order list.", "durability": null, - "lendable": "true" + "name": "Shipping order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10897" }, { - "id": "13490", - "name": "Dragon plateskirt", - "examine": "This looks pretty heavy.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A small keg of gunpowder.", "durability": null, - "lendable": "true" + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10898" }, { - "id": "13491", - "name": "Green d'hide chaps", - "examine": "100% real dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Part of a crate.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Crate part", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10899" }, { - "id": "13492", - "name": "Blue d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,5,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "One skull staple.", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Skull staple", + "archery_ticket_price": "0", + "id": "10904" }, { - "id": "13493", - "name": "Red d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "8420", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10909" }, { - "id": "13494", - "name": "Black d'hide chaps", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,7,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "8420", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10910" }, { - "id": "13495", - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "6543", "durability": null, - "equip_audio": "2240", - "lendable": "true" + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10911" }, { - "id": "13496", - "name": "Rune full helm", - "examine": "A full face helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "6543", "durability": null, - "lendable": "true" + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10912" }, { - "id": "13497", - "name": "Green d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "4335", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10913" }, { - "id": "13498", - "name": "Blue d'hide vamb", - "examine": "Made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "4335", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10914" }, { - "id": "13499", - "name": "Red d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "2168", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10915" }, { - "id": "13500", - "name": "Black d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "2168", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10916" }, { - "id": "13501", - "name": "Splitbark helm", - "examine": "A wooden helmet.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "8665", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10917" }, { - "id": "13502", - "name": "Splitbark body", - "examine": "Provides good protection.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "8665", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10918" }, { - "id": "13503", - "name": "Splitbark legs", - "examine": "These should protect my legs.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "6695", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10919" }, { - "id": "13504", - "name": "Splitbark gauntlets", - "examine": "These should keep my hands safe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "6695", "durability": null, - "lendable": "true" + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10920" }, { - "id": "13505", - "name": "Splitbark boots", - "examine": "Wooden foot protection.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "4335", "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10922" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10924" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10926" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10928" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10930" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10932" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack boots", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10933", "equip_audio": "2237", - "lendable": "true" + "equipment_slot": "10" }, { - "id": "13506", - "name": "Dragon sq shield", - "examine": "An ancient and powerful looking Dragon Square shield.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13507", - "name": "Rune kiteshield", - "examine": "A large metal shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", + "name": "Reward token", + "tradeable": "false", "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13508", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10934" }, { - "id": "13509", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10935" }, { - "id": "13510", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10936" }, { - "id": "13511", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "examine": "The claws from a nail beast", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10937" }, { - "id": "13512", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10938" }, { - "id": "13513", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10939", + "equipment_slot": "4" }, { - "id": "13514", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack legs", + "weight": "0.9", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10940", + "equipment_slot": "7" }, { - "id": "13515", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "remove_head": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack hat", + "weight": "0.4", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10941", + "equipment_slot": "0" }, { - "id": "13516", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10942" }, { - "id": "13517", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10943" }, { - "id": "13518", - "name": "Mystic hat", - "examine": "Blue: A magical hat. ", - "absorb": "3,1,0", + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10944" }, { - "id": "13519", - "name": "Mystic robe top", - "examine": "The upper half of a magical robe.", - "absorb": "3,1,0", + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10945", + "equipment_slot": "4" }, { - "id": "13520", - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe.", - "absorb": "4,2,0", + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10950" }, { - "id": "13521", - "name": "Mystic gloves", - "examine": "Bright/Dark magical gloves.", - "absorb": "0,0,0", + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10951" }, { - "id": "13522", - "name": "Mystic boots", - "examine": "Magical boots.", - "absorb": "0,0,0", + "requirements": "{18,39}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "Don't make anyone jump when you ring this!", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10952" }, { - "id": "13523", - "name": "Maple longbow", - "examine": "A nice sturdy bow made out of maple.", - "absorb": "0,0,0", + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" + "id": "10953" }, { - "id": "13524", - "name": "Maple shortbow", - "examine": "A shortbow made out of maple, still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Armour made out of Frog hide.", "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13525", - "name": "Yew longbow", - "examine": "A nice sturdy bow made out of yew.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13526", - "name": "Yew shortbow", - "examine": "A shortbow made out of yew, still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13527", - "name": "Magic longbow", - "examine": "A nice sturdy magical bow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13528", - "name": "Magic shortbow", - "examine": "Short and magical, but still effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13529", - "name": "Seercull", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13530", - "name": "Rune crossbow", - "examine": "A runite crossbow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "lendable": "true", - "render_anim": "175", - "weapon_interface": "17" - }, - { - "id": "13531", - "name": "Red partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13532", - "name": "Yellow partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13533", - "name": "Blue partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13534", - "name": "Green partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13535", - "name": "Purple partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13536", - "name": "White partyhat", - "examine": "A nice hat from a cracker.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13537", - "name": "Santa hat", - "examine": "It's a Santa hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13538", - "name": "Green h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13539", - "name": "Blue h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13540", - "name": "Red h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13541", - "name": "Willow comp bow", - "examine": "A powerful bow made from willow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13542", - "name": "Yew comp bow", - "examine": "A powerful bow made from yew wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13543", - "name": "Magic comp bow", - "examine": "A powerful bow made from magic wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "13544", - "name": "3rd age range top", - "examine": "Ancient range protection crafted from white dragonhide.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13545", - "name": "3rd age range legs", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13546", - "name": "3rd age range coif", - "examine": "Ancient range protection crafted from white dragonhide.", + "weight": "3", "absorb": "0,3,1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1797", + "name": "Frog-leather body", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" + "id": "10954", + "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" }, { - "id": "13547", - "name": "3rd age vambraces", - "examine": "Fabulously ancient range protection crafted from white dragonhide.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "1797", "durability": null, - "equip_audio": "2241", - "lendable": "true" + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10955" }, { - "id": "13548", - "name": "3rd age robe top", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Chaps made out of Frog hide.", "durability": null, - "lendable": "true" + "weight": "3", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "361", + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10956", + "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0" }, { - "id": "13549", - "name": "3rd age robe", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "361", "durability": null, - "lendable": "true" + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10957" }, { - "id": "13550", - "name": "3rd age mage hat", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "requirements": "{1,25}-{4,25}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Boots made out of Frog hide.", "durability": null, - "lendable": "true" + "weight": "1", + "equipment_slot": "10", + "grand_exchange_price": "1156", + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10958", + "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0" }, { - "id": "13551", - "name": "3rd age amulet", - "examine": "Ancient mage protection enchanted in the Third-Age.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "ge_buy_limit": "100", + "grand_exchange_price": "1156", "durability": null, - "lendable": "true" + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10959" }, { - "id": "13552", - "name": "3rd age platelegs", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Thick and tasty soup.", "durability": null, - "lendable": "true" + "name": "Green gloop soup", + "archery_ticket_price": "0", + "id": "10960" }, { - "id": "13553", - "name": "3rd age platebody", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "A big bowl of frogspawn gumbo.", "durability": null, - "lendable": "true" + "name": "Frogspawn gumbo", + "archery_ticket_price": "0", + "id": "10961" }, { - "id": "13554", - "name": "3rd age full helmet", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "A juicy frogburger.", "durability": null, - "lendable": "true" + "name": "Frogburger", + "weight": "1", + "archery_ticket_price": "0", + "id": "10962" }, { - "id": "13555", - "name": "3rd age kiteshield", - "examine": "Ancient armour beaten from magical silver.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Nice and crunchy.", "durability": null, - "equip_audio": "2245", - "lendable": "true" + "name": "Coated frogs' legs", + "archery_ticket_price": "0", + "id": "10963" }, { - "id": "13556", - "name": "Ranger boots", - "examine": "Lightweight boots ideal for rangers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Bat shish kebab.", "durability": null, - "lendable": "true" + "name": "Bat shish", + "archery_ticket_price": "0", + "id": "10964" }, { - "id": "13557", - "name": "Wizard boots", - "examine": "Slightly magical boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "10", + "examine": "Wall beast fingers in a white fern sauce.", "durability": null, - "lendable": "true" + "name": "Fingers", + "archery_ticket_price": "0", + "id": "10965" }, { - "id": "13558", - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "A whole roasted frog.", "durability": null, - "lendable": "true" + "name": "Roast frog", + "weight": "1", + "archery_ticket_price": "0", + "id": "10967" }, { - "id": "13560", - "name": "Explorer's ring 1", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.", + "examine": "Tasty saut??ed mushrooms.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Mushrooms", + "archery_ticket_price": "0", + "id": "10968" }, { - "id": "13561", - "name": "Explorer's ring 2", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will have talk to ", + "examine": "Chunky cave-crawler fillets.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Fillets", + "archery_ticket_price": "0", + "id": "10969" }, { - "id": "13562", - "name": "Explorer's ring 3", - "examine": "A Lumbridge explorer's ring.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", - "destroy": "true", - "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.", + "examine": "Steamed cave pond loach.", "durability": null, - "equipment_slot": "12", - "shop_price": "350" + "name": "Loach", + "weight": "1", + "archery_ticket_price": "0", + "id": "10970" }, { - "id": "13563", - "name": "Button mushroom", - "examine": "An occasionally edible mushroom.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", + "examine": "Cave-eel sushi.", "durability": null, - "shop_price": "38", - "tradeable": "true" + "name": "Eel sushi", + "archery_ticket_price": "0", + "id": "10971" }, { - "id": "13564", - "name": "Button mushroom", - "examine": "An occasionally edible mushroom.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", + "shop_price": "2", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", "durability": null, - "shop_price": "38", - "tradeable": "true" + "name": "Dorgesh-kaan sphere", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10972" }, { - "id": "13565", - "name": "Doll", - "absorb": "0,0,0", + "requirements": "{11,52}", + "ge_buy_limit": "1000", + "examine": "A component of cave goblin Magic.", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null + "id": "10973" }, { - "id": "13566", - "name": "Jennica's ring", - "examine": "This magical ring once belonged to Summer's mother.", - "absorb": "0,0,0", + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10974" + }, + { + "examine": "A goblin wrench.", + "durability": null, + "name": "Spanner", + "weight": "1", + "archery_ticket_price": "0", + "id": "10975" + }, + { + "shop_price": "1000", + "examine": "A Construction bone.", + "durability": null, + "name": "Long bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10976" + }, + { + "shop_price": "2000", + "examine": "A curved Construction bone.", + "durability": null, + "name": "Curved bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10977" + }, + { + "ge_buy_limit": "500", + "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10978" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10979" + }, + { + "examine": "Add a wire to complete it.", + "durability": null, + "name": "Empty light orb", + "archery_ticket_price": "0", + "id": "10980" + }, + { + "ge_buy_limit": "1000", + "examine": "Wire found in Dorgesh-Kaan.", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10981" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10982" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10983" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10984" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10985" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10986" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10987" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10989" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10990" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10993" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10994" + }, + { + "examine": "A perfect example of a tortoise shell.", + "durability": null, + "name": "Perfect shell", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10995" + }, + { + "examine": "A perfect example of a snail shell.", + "durability": null, + "name": "Perfect snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "10996" + }, + { + "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.", + "durability": null, + "name": "Molanisk", "archery_ticket_price": "0", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.", + "id": "10997" + }, + { + "examine": "One of the many citizens of Dorgesh-Kaan.", "durability": null, + "name": "Cave goblin", + "archery_ticket_price": "0", + "id": "10998" + }, + { + "examine": "A tattered goblin holy book.", + "durability": null, + "name": "Goblin book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10999" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The History of Dagon'hai.", + "durability": null, + "name": "Dagon'hai history", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11001" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The diary of Sin'keth Magis.", + "durability": null, + "name": "Sin'keth's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11002" + }, + { + "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.", + "examine": "A folder for Rat's papers.", + "durability": null, + "name": "An empty folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11003" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A folder for rat's papers. It needs more pages.", + "durability": null, + "name": "Used folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11006" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full folder. You should take this back to Rat.", + "durability": null, + "name": "Full folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11007" + }, + { + "destroy_message": "You will need to find more papers about the outlaws if you destroy this.", + "examine": "A page of Rat's document.", + "durability": null, + "name": "Rat's paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11008" + }, + { + "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.", + "shop_price": "160", + "examine": "A letter in a strange language.", + "durability": null, + "name": "Rat's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11009" + }, + { + "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.", + "shop_price": "27", + "examine": "A letter.", + "durability": null, + "name": "Surok's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11010" + }, + { + "examine": "Instructions for the beacon ring.", + "durability": null, + "name": "Zaff's instructions", + "archery_ticket_price": "0", + "id": "11011" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A wand.", + "durability": null, + "name": "Wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11012", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This wand is glowing with chaos magic.", + "durability": null, + "name": "Infused wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11013", + "equipment_slot": "3" + }, + { + "destroy_message": "You will need to get another ring from Zaff if you destroy this one.", + "examine": "A magical ring.", + "durability": null, + "name": "Beacon ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11014", + "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0", "equipment_slot": "12" }, { - "id": "13567", - "name": "Cursed magic logs", - "examine": "Logs cut from a cursed magic tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "true" - }, - { - "id": "13568", - "name": "Cursed magic logs", - "examine": "Logs cut from a cursed magic tree.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "tradeable": "true" - }, - { - "id": "13569", - "name": "Enchanted key notes", - "examine": "Notes on how to use the enchanted key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, Jorral will be able to return them.", - "durability": null - }, - { - "id": "13570", - "name": "Bowl", - "examine": "Useful for mixing things.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13571", - "name": "Bucket of milk", - "examine": "It's a bucket of milk.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13572", - "name": "Clean guam", - "examine": "A fresh herb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13573", - "name": "Bowl of honey", - "examine": "A bowlful of bees' precious product.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13574", - "name": "Bowl of milk and honey", - "examine": "A bowlful of milk and honey.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13575", - "name": "Bowl of milk, honey and guam", - "examine": "A bowl full of milk, honey and guam.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to start again from stratch.", - "durability": null - }, - { - "id": "13576", - "name": "Map of 2009Scape", - "examine": "Your best impression of a map of 2009Scape.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, the family has more papyrus and charcoal.", - "durability": null - }, - { - "id": "13577", - "name": "Papyrus", - "examine": "Used for making notes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13578", - "name": "Charcoal", - "examine": "A lump of charcoal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13579", - "name": "Spade", - "examine": "A slightly muddy spade. ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13580", - "name": "Plant pot", - "examine": "A plant pot filled with soil.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13581", - "name": "Pear tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13582", - "name": "Mango tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13583", - "name": "Quince tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13584", - "name": "Lemon tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13585", - "name": "Avocado tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13586", - "name": "Plum tree seedling", - "examine": "A seedling has been sown in this plant pot.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13587", - "name": "Pestle and mortar", - "examine": "I can grind things for potions in this.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "13588", - "name": "Ground guam", - "examine": "One of the ingredients for making fish food.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13589", - "name": "Bucket", - "examine": "It's an empty bucket. ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2" - }, - { - "id": "13591", - "name": "Enchanted key", - "examine": "It seems to change temperature as I walk. (Making History)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null - }, - { - "id": "13592", - "name": "A brooch", - "examine": "Some ladies jewellery.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Hopefully, you can find another.", - "durability": null - }, - { - "id": "13593", - "name": "Old tome", - "examine": "It's falling apart, but full of knowledge.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not get another chance to read the book!", - "durability": null - }, - { - "id": "13598", - "name": "Runecrafting guild teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13599", - "name": "Air altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13600", - "name": "Mind altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13601", - "name": "Water altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13602", - "name": "Earth altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13603", - "name": "Fire altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13604", - "name": "Body altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13605", - "name": "Cosmic altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13606", - "name": "Chaos altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13607", - "name": "Nature altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13608", - "name": "Law altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13609", - "name": "Death altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13610", - "name": "Blood altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13611", - "name": "Astral altar teleport", - "examine": "A tablet containing a magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100" - }, - { - "id": "13612", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "20" - }, - { - "id": "13613", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "20" - }, - { - "id": "13614", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13615", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13616", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13617", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13618", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13619", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13620", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13621", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13622", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13623", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13624", - "name": "Runecrafter robe", - "examine": "Heavy duty wizard robes.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "75" - }, - { - "id": "13625", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13626", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13627", - "name": "Runecrafter skirt", - "examine": "A heavy-duty wizard robe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "75" - }, - { - "id": "13628", - "name": "Runecrafter gloves", - "examine": "Essence can be rough on the hands", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "9", - "shop_price": "75" - }, - { - "id": "13629", - "name": "Runecrafting staff", - "examine": "Staff with a holder for a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "15" - }, - { - "id": "13630", - "name": "Air talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13631", - "name": "Mind talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13632", - "name": "Water talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13633", - "name": "Earth talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13634", - "name": "Fire talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13635", - "name": "Body talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13636", - "name": "Cosmic talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13637", - "name": "Chaos talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13638", - "name": "Nature talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "No", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13639", - "name": "Law talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13640", - "name": "Death talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13641", - "name": "Blood talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13642", - "name": "Omni-talisman staff", - "examine": "A staff with a talisman on top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "1500", - "weapon_interface": "1" - }, - { - "id": "13643", - "name": "Yellow attractor", - "examine": "Attracts Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13644", - "name": "Yellow repeller", - "examine": "Repels Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13645", - "name": "Green attractor", - "examine": "Attracts Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13646", - "name": "Green repeller", - "examine": "Repels Runecrafting energy orbs in the rune altars.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13647", - "name": "Green barrier generator", - "examine": "It creates barriers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13648", - "name": "Yellow barrier generator", - "examine": "It creates barriers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this, you will leave the game.", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "20", - "weapon_interface": "1" - }, - { - "id": "13649", - "name": "Omni-talisman", - "examine": "Many mysterious powers emanate from the talisman.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to ", - "durability": null, - "shop_price": "4" - }, - { - "id": "13650", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13651", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13652", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13653", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13654", - "name": "Runecrafting guild token", - "examine": "Wizard Elriss will exchange these for rewards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "13655", - "name": "Omni-tiara", - "examine": "A tiara infused with the properties of all talismans.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", - "durability": null, - "equipment_slot": "0", - "shop_price": "100" - }, - { - "id": "13656", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13657", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13658", - "name": "Runecrafter hat", - "examine": "Comes with goggles, for extra safety while Runecrafting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "75" - }, - { - "id": "13659", - "name": "Ring of fire", - "examine": "It burns, burns, burns...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "12", - "point_price": "50", - "requirements": "{11,62}", - "shop_price": "100" - }, - { - "id": "13660", - "name": "Flame gloves", - "examine": "The hottest gloves in town.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "9", - "requirements": "{11,79}", - "shop_price": "200" - }, - { - "id": "13661", - "name": "Inferno adze", - "examine": "Danger: risk of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_speed": "5", - "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0", - "destroy": "true", - "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.", - "durability": null, - "equipment_slot": "3", - "point_price": "75", - "render_anim": "1096", - "requirements": "{11,92}", - "shop_price": "300", - "weapon_interface": "2" - }, - { - "id": "13662", - "name": "Fire beacon", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13663", - "name": "Circus ticket", - "examine": "Tear ticket to exit the circus.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.", - "durability": null, - "equipment_slot": "3", - "shop_price": "10" - }, - { - "id": "13666", - "name": "Giant's hand", - "examine": "Let's give them a big hand!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "3", - "render_anim": "326", - "shop_price": "10", - "weapon_interface": "7" - }, - { - "id": "13667", - "name": "Clown hat", - "examine": "A clown hat!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13668", - "name": "Clown shirt", - "examine": "Buttoning this up is tricky.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13669", - "name": "Clown leggings", - "examine": "These are my funny pants.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13670", - "name": "Clown shoes", - "examine": "For helping clowns stay upright.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13671", - "name": "Tambourine", - "examine": "For making a happy noise.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "3", - "render_anim": "327", - "shop_price": "10", - "weapon_interface": "8" - }, - { - "id": "13672", - "name": "Ringmaster hat", - "examine": "Very stylish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13673", - "name": "Ringmaster shirt", - "examine": "Fits nicely.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13674", - "name": "Ringmaster pants", - "examine": "Very stylish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13675", - "name": "Ringmaster boots", - "examine": "Shiny.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13676", - "name": "Mega-phonus", - "examine": "For shouting at people.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another one.", - "durability": null, - "equipment_slot": "3", - "render_anim": "328", - "shop_price": "10", - "weapon_interface": "8" - }, - { - "id": "13677", - "name": "Acrobat shirt", - "examine": "Stretchy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13678", - "name": "Acrobat pants", - "examine": "Very tight fitting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13679", - "name": "Acrobat shoes", - "examine": "These keep your feet off the floor.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13680", - "name": "Acrobat hood", - "examine": "Oh no, I'm bald! Just kidding.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13681", - "name": "Acrobat shirt", - "examine": "Stretchy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13682", - "name": "Acrobat pants", - "examine": "Very tight fitting.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13683", - "name": "Acrobat shoes", - "examine": "These keep your feet off the floor.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13684", - "name": "Acrobat hood", - "examine": "Oh no, I'm bald! Just kidding.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13685", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13686", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13687", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "shop_price": "10" - }, - { - "id": "13688", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13689", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13690", - "name": "A stylish hat", - "examine": "Very dapper!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak to the ringmaster to get another.", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "10" - }, - { - "id": "13691", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13692", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13693", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13694", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13695", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13696", - "name": "Shirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "10" - }, - { - "id": "13697", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13698", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13699", - "name": "Leggings", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13700", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13701", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13702", - "name": "Skirt", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "7", - "shop_price": "10" - }, - { - "id": "13703", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13704", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13705", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13706", - "name": "Shoes", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "10", - "shop_price": "10" - }, - { - "id": "13707", - "name": "Tightrope 101", - "examine": "Shows you the moves you need to succeed!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", - "durability": null - }, - { - "id": "13708", - "name": "Tightrope 101", - "examine": "Shows you the moves you need to succeed!", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", - "durability": null, - "tradeable": "true" - }, - { - "id": "13709", - "name": "Balls (level 10 approx.)", - "examine": "An Agility level of 10 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13710", - "name": "Plates (level 20 approx.)", - "examine": "An Agility level of 20 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13711", - "name": "Eggs (level 30 approx.)", - "examine": "An Agility level of 30 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13712", - "name": "Knives (level 40 approx.)", - "examine": "An Agility level of 40 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13713", - "name": "Spades (level 50 approx.)", - "examine": "An Agility level of 50 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13714", - "name": "Tuna (level 60 approx.)", - "examine": "An Agility level of 60 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13715", - "name": "Soap (level 70 approx.)", - "examine": "An Agility level of 70 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13716", - "name": "Cannon balls (level 80 approx.)", - "examine": "An Agility level of 80 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13717", - "name": "Torches (level 90 approx.)", - "examine": "An Agility level of 90 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13718", - "name": "Chinchompas (level 99 approx.)", - "examine": "An Agility level of 99 is advised when juggling these.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "13719", - "name": "Performance shortbow", - "examine": "Short, but effective.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3", - "render_anim": "176", - "shop_price": "50", - "weapon_interface": "16" - }, - { - "id": "13720", - "name": "Performance knife", - "examine": "A finely balanced throwing knife.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "14", - "weapon_interface": "18" - }, - { - "id": "13721", - "name": "Performance throwing axe", - "examine": "A finely balanced throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "3", - "shop_price": "4", - "weapon_interface": "18" - }, - { - "id": "13722", - "name": "Performance arrow", - "examine": "Arrows with bronze heads.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "equipment_slot": "13", - "shop_price": "7" - }, - { - "id": "13723", - "name": "Teleport spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13724", - "name": "Levitation spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13725", - "name": "Alchemy spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13726", - "name": "Elemental spell", - "examine": "A tablet containing a Magic spell.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another one from the equipment box for this performance.", - "durability": null, - "shop_price": "100" - }, - { - "id": "13727", - "name": "Stardust", - "examine": "Small, shiny bits of rock.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can mine more if you find another crashed star.", - "durability": null, - "shop_price": "50" - }, - { - "id": "13732", - "name": "Spy notebook", - "examine": "Notes on the locations of penguin spies.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.", - "durability": null - }, - { - "id": "13734", - "name": "Spirit shield", - "examine": "An ethereal shield.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,40}-{5,55}", - "shop_price": "70000", - "tradeable": "true" - }, - { - "id": "13735", - "name": "Spirit shield", - "examine": "An ethereal shield.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "70000", - "tradeable": "true" - }, - { - "id": "13736", - "name": "Blessed spirit shield", - "examine": "An ethereal shield that has been blessed with holy powers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "rare_item": "true", - "requirements": "{1,70}-{5,60}", - "shop_price": "1400000", - "tradeable": "true" - }, - { - "id": "13737", - "name": "Blessed spirit shield", - "examine": "An ethereal shield that has been blessed with holy powers.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1400000", - "tradeable": "true" - }, - { - "id": "13738", - "name": "Arcane spirit shield", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{6,65}-{5,70}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13739", - "name": "Arcane spirit shield", - "examine": "An ethereal shield with an arcane sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13740", - "name": "Divine spirit shield", - "examine": "An ethereal shield with a divine sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13741", - "name": "Divine spirit shield", - "examine": "An ethereal shield with a divine sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13742", - "name": "Elysian spirit shield", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,75}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13743", - "name": "Elysian spirit shield", - "examine": "An ethereal shield with an elysian sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13744", - "name": "Spectral spirit shield", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "requirements": "{1,75}-{5,70}-{6,65}", - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13745", - "name": "Spectral spirit shield", - "examine": "An ethereal shield with a spectral sigil attached to it.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "2000000", - "tradeable": "true" - }, - { - "id": "13746", - "name": "Arcane sigil", - "examine": "A sigil in the shape of an arcane rune.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13747", - "name": "Arcane sigil", - "examine": "A sigil in the shape of an arcane rune.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13748", - "name": "Divine sigil", - "examine": "A sigil in the shape of a divine symbol.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13749", - "name": "Divine sigil", - "examine": "A sigil in the shape of a divine symbol.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13750", - "name": "Elysian sigil", - "examine": "A sigil marked with elysian signs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13751", - "name": "Elysian sigil", - "examine": "A sigil marked with elysian signs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13752", - "name": "Spectral sigil", - "examine": "A sigil tempered with spectral powers.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13753", - "name": "Spectral sigil", - "examine": "A sigil tempered with spectral powers.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13754", - "name": "Holy elixir", - "examine": "A bottle of holy elixir.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13755", - "name": "Holy elixir", - "examine": "A bottle of holy elixir.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "750000", - "tradeable": "true" - }, - { - "id": "13756", - "name": "Cursed willow logs", - "examine": "Logs cut from cursed willow roots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "40" - }, - { - "id": "13757", - "name": "Hartwin", - "examine": "A loyal scout of Varrock.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "13758", - "name": "Grubby key", - "examine": "A key that was found while tracking zombies. (Defender of Varrock)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.", - "durability": null - }, - { - "id": "13759", - "name": "Scrap of paper", - "examine": "The location of ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You'll have to speak to Thurgo to find another.", - "durability": null, - "shop_price": "1" - }, - { - "id": "13760", - "name": "Bottle", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "13761", - "name": "Bottle of mist", - "examine": "A bottle of red mist.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "13762", - "name": "List of elders", - "examine": "This lists each of the founding members of the ", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from ", - "durability": null - }, - { - "id": "13763", - "name": "Cavalier and mask", - "examine": "I hope I don't meet any roundheads...", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13764", - "name": "Rune claws", - "examine": "A right hand fighting claw.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "has_special": "true", - "lendable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "13765", - "name": "Rune dagger", - "examine": "A powerful dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "5" - }, - { - "id": "13766", - "name": "Rune dagger(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13767", - "name": "Rune dagger(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13768", - "name": "Rune dagger(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "13769", - "name": "Rune spear", - "examine": "A rune tipped spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13770", - "name": "Dragon spear", - "examine": "A dragon tipped spear.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13771", - "name": "Rune spear(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13772", - "name": "Dragon spear(p)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13773", - "name": "Rune spear(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13774", - "name": "Dragon spear(p+)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13775", - "name": "Rune spear(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13776", - "name": "Dragon spear(p++)", - "examine": "A picture of a lady called Elena.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "has_special": "true", - "render_anim": "28", - "shop_price": "1", - "two_handed": "true" - }, - { - "id": "13777", - "name": "Rune sword", - "examine": "A razor-sharp sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "render_anim": "1381", - "weapon_interface": "5" - }, - { - "id": "13778", - "name": "Rune 2h sword", - "examine": "A two handed sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "lendable": "true", - "render_anim": "124", - "two_handed": "true", - "weapon_interface": "7" - }, - { - "id": "13779", - "name": "Rune halberd", - "examine": "A rune halberd.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "7", - "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "lendable": "true", - "render_anim": "28", - "two_handed": "true", - "weapon_interface": "15" - }, - { - "id": "13780", - "name": "Rune mace", - "examine": "A spiky mace.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "8" - }, - { - "id": "13781", - "name": "Rune chainbody", - "examine": "A series of connected metal rings.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13782", - "name": "Rune boots", - "examine": "These will protect my feet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2237", - "lendable": "true" - }, - { - "id": "13783", - "name": "Rune med helm", - "examine": "A medium sized helmet.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13784", - "name": "Granite helm", - "examine": "A stone helmet.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13785", - "name": "Granite body", - "examine": "Provides excellent protection.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13786", - "name": "Granite legs", - "examine": "These look pretty heavy.", - "absorb": "2,0,5", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13787", - "name": "Rune sq shield", - "examine": "A medium square shield.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13788", - "name": "Granite shield", - "examine": "A solid stone shield.", - "absorb": "5,0,10", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13789", - "name": "A powdered wig", - "examine": "A big 'do about nothing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13790", - "name": "Flared trousers", - "examine": "These'll help me stay alive.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13791", - "name": "Pantaloons", - "examine": "Alas, someone has slashed my pantaloons.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13792", - "name": "Sleeping cap", - "examine": "A cap for wearing whil...zzzzzzzzz", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13793", - "name": "Rune cane", - "examine": "A diamond-topped cane.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true", - "weapon_interface": "8" - }, - { - "id": "13794", - "name": "Top hat", - "examine": "Comes with a free rabbit!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13795", - "name": "Sheep mask", - "examine": "Shear elegance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13796", - "name": "Penguin mask", - "examine": "I can get the look right, but can I do the waddle too?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13797", - "name": "Bat mask", - "examine": "The bats have left the belltower.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13798", - "name": "Cat mask", - "examine": "It's the year of the cat!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13799", - "name": "Wolf mask", - "examine": "I'm hungry like the wolf.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13800", - "name": "Rune platebody (g)", - "examine": "Rune platebody with gold trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13801", - "name": "Rune platelegs (g)", - "examine": "Rune platelegs with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13802", - "name": "Rune plateskirt (g)", - "examine": "Rune plateskirt with gold trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13803", - "name": "Rune full helm(g)", - "examine": "Rune full helmet with gold trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13804", - "name": "Rune kiteshield (g)", - "examine": "Rune kiteshield with gold trim", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13805", - "name": "Rune platebody (t)", - "examine": "Rune platebody with trim.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13806", - "name": "Rune platelegs (t)", - "examine": "Rune platelegs with trim!", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13807", - "name": "Rune plateskirt (t)", - "examine": "Rune plateskirt with trim.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13808", - "name": "Rune full helm (t)", - "examine": "Rune full helmet with trim.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13809", - "name": "Rune kiteshield (t)", - "examine": "A large, metal shield with a nice trim.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13810", - "name": "Highwayman mask", - "examine": "Your money or your life!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13811", - "name": "Blue beret", - "examine": "Parlez-vous francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13812", - "name": "Black beret", - "examine": "Parlez-vous francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13813", - "name": "White beret", - "examine": "Parlez-vous Francais?", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "hat": true, - "lendable": "true" - }, - { - "id": "13814", - "name": "Tan cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13815", - "name": "Dark cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13816", - "name": "Black cavalier", - "examine": "All for one and one for all!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13817", - "name": "Red headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13818", - "name": "Black headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13819", - "name": "Brown headband", - "examine": "A minimalist's hat.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13820", - "name": "Zamorak platebody", - "examine": "Rune platebody in the colours of Zamorak.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13821", - "name": "Zamorak platelegs", - "examine": "Rune platelegs in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13822", - "name": "Zamorak plateskirt", - "examine": "Rune plateskirt in the colours of Zamorak.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13823", - "name": "Zamorak full helm", - "examine": "A full helmet in the colours of Zamorak.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13824", - "name": "Zamorak kiteshield", - "examine": "A Rune kiteshield in the colours of Zamorak.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13825", - "name": "Saradomin platebody", - "examine": "Rune platebody in the colours of Saradomin.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13826", - "name": "Saradomin platelegs", - "examine": "Rune platelegs in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13827", - "name": "Saradomin plateskirt", - "examine": "Rune plateskirt in the colours of Saradomin.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13828", - "name": "Saradomin full helm", - "examine": "Rune full helmet in the colours of Saradomin.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13829", - "name": "Saradomin kiteshield", - "examine": "Rune kiteshield in the colours of Saradomin.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13830", - "name": "Guthix platebody", - "examine": "Rune platebody in the colours of Guthix.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13831", - "name": "Guthix platelegs", - "examine": "Rune platelegs in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13832", - "name": "Guthix plateskirt", - "examine": "Rune plateskirt in the colours of Guthix.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13833", - "name": "Guthix full helm", - "examine": "A rune full helmet in the colours of Guthix.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13834", - "name": "Guthix kiteshield", - "examine": "Rune kiteshield in the colours of Guthix.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13835", - "name": "Gilded platebody", - "examine": "Rune platebody with complete gold trim & plating.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13836", - "name": "Gilded platelegs", - "examine": "Rune platelegs with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13837", - "name": "Gilded plateskirt", - "examine": "Rune plateskirt with gold plate.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13838", - "name": "Gilded full helm", - "examine": "Rune full helmet with gold plate.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "13839", - "name": "Gilded kiteshield", - "examine": "Rune kiteshield with gold plate.", - "absorb": "3,0,7", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "lendable": "true" - }, - { - "id": "13845", - "name": "Brawling gloves (melee)", - "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13846", - "name": "Brawling gloves (ranged)", - "examine": "A pair of gloves that gives you bonus Ranged xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13847", - "name": "Brawling gloves (magic)", - "examine": "A pair of gloves that gives you bonus Magic xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13848", - "name": "Brawling gloves (prayer)", - "examine": "A pair of gloves that gives you bonus Prayer xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13849", - "name": "Brawling gloves (agility)", - "examine": "A pair of gloves that gives you bonus Agility xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13850", - "name": "Brawling gloves (wc)", - "examine": "A pair of gloves that gives you bonus Woodcutting xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13851", - "name": "Brawling gloves (fm)", - "examine": "A pair of gloves that gives you bonus Firemaking xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13852", - "name": "Brawling gloves (mining)", - "examine": "A pair of gloves that gives you bonus Mining xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13853", - "name": "Brawling gloves (hunter)", - "examine": "A pair of gloves that gives you bonus Hunting xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13854", - "name": "Brawling gloves (thieving)", - "examine": "A pair of gloves that gives you bonus Thieving xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13855", - "name": "Brawling gloves (smithing)", - "examine": "A pair of gloves that gives you bonus Smithing xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13856", - "name": "Brawling gloves (fishing)", - "examine": "A pair of gloves that gives you bonus Fishing xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13857", - "name": "Brawling gloves (cooking)", - "examine": "A pair of gloves that gives you bonus Cooking xp.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", - "durability": null, - "equipment_slot": "9", - "shop_price": "50000" - }, - { - "id": "13858", - "name": "Zuriel's robe top", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13859", - "name": "Zuriel's robe top", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13860", - "name": "Zuriel's robe top (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "300000" - }, - { - "id": "13861", - "name": "Zuriel's robe bottom", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13862", - "name": "Zuriel's robe bottom", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13863", - "name": "Zuriel's robe bottom (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{6,78}", - "shop_price": "300000" - }, - { - "id": "13864", - "name": "Zuriel's hood", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13865", - "name": "Zuriel's hood", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{6,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13866", - "name": "Zuriel's hood (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{6,78}", - "shop_price": "150000" - }, - { - "id": "13867", - "name": "Zuriel's staff", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "defence_anim": "420", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,78}-{6,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "13868", - "name": "Zuriel's staff", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}-{6,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13869", - "name": "Zuriel's staff (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "defence_anim": "420", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "rare_item": "true", - "render_anim": "28", - "requirements": "{0,78}-{6,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1" - }, - { - "id": "13870", - "name": "Morrigan's leather body", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13871", - "name": "Morrigan's leather body", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13872", - "name": "Morrigan's leather body (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "300000" - }, - { - "id": "13873", - "name": "Morrigan's leather chaps", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13874", - "name": "Morrigan's leather chaps", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13875", - "name": "Morrigan's leather chaps (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy after degrading.", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}-{4,78}", - "shop_price": "300000" - }, - { - "id": "13876", - "name": "Morrigan's coif", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13877", - "name": "Morrigan's coif", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}-{4,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13878", - "name": "Morrigan's coif (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}-{4,78}", - "shop_price": "150000" - }, - { - "id": "13879", - "name": "Morrigan's javelin", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "4000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13880", - "name": "Morrigan's javelin(p)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13881", - "name": "Morrigan's javelin(p+)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13882", - "name": "Morrigan's javelin(p++)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1381", - "requirements": "{4,78}", - "shop_price": "10000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13883", - "name": "Morrigan's throwing axe", - "examine": "A vicious throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "has_special": "true", - "requirements": "{4,78}", - "shop_price": "4000", - "tradeable": "true", - "weapon_interface": "18" - }, - { - "id": "13884", - "name": "Statius's platebody", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13885", - "name": "Statius's platebody", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13886", - "name": "Statius's platebody (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13887", - "name": "Vesta's chainbody", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13888", - "name": "Vesta's chainbody", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13889", - "name": "Vesta's chainbody (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13890", - "name": "Statius's platelegs", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13891", - "name": "Statius's platelegs", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13892", - "name": "Statius's platelegs (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13893", - "name": "Vesta's plateskirt", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13894", - "name": "Vesta's plateskirt", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,78}", - "shop_price": "500000", - "tradeable": "true" - }, - { - "id": "13895", - "name": "Vesta's plateskirt (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,78}", - "shop_price": "300000" - }, - { - "id": "13896", - "name": "Statius's full helm", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13897", - "name": "Statius's full helm", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "requirements": "{1,78}", - "shop_price": "250000", - "tradeable": "true" - }, - { - "id": "13898", - "name": "Statius' full helm (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,78}", - "shop_price": "150000" - }, - { - "id": "13899", - "name": "Vesta's longsword", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "defence_anim": "397", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "has_special": "true", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,78}", - "run_anim": "824", - "shop_price": "300000", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "6" - }, - { - "id": "13900", - "name": "Vesta's longsword", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13901", - "name": "Vesta's longsword (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "has_special": "true", - "rare_item": "true", - "render_anim": "1426", - "requirements": "{0,78}", - "run_anim": "824", - "shop_price": "300000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "6" - }, - { - "id": "13902", - "name": "Statius's warhammer", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "defence_anim": "397", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "has_special": "true", - "requirements": "{0,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "808", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "13903", - "name": "Statius's warhammer", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true" - }, - { - "id": "13904", - "name": "Statius' warhammer (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,395,395", - "attack_audios": "2504,0,0,0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "destroy": "true", - "destroy_message": "Drop, Destroy once it has been degraded.", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "1426", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "10" - }, - { - "id": "13905", - "name": "Vesta's spear", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", - "defence_anim": "2079", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,78}", - "run_anim": "1210", - "shop_price": "300000", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14", - "weight": "4.2" - }, - { - "id": "13906", - "name": "Vesta's spear", - "examine": "This item degrades in combat, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,78}", - "shop_price": "300000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13907", - "name": "Vesta's spear (deg)", - "examine": "This item degrades in combat, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "has_special": "true", - "render_anim": "28", - "requirements": "{0,78}", - "shop_price": "180000", - "turn90ccw_anim": "1208", - "two_handed": "true", - "walk_anim": "1205", - "weapon_interface": "14" - }, - { - "id": "13908", - "name": "Corrupt statius's platebody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13909", - "name": "Corrupt statius's platebody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13910", - "name": "Corrupt statius's platebody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}}", - "shop_price": "75000" - }, - { - "id": "13911", - "name": "Corrupt vesta's chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13912", - "name": "Corrupt vesta's chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13913", - "name": "Corrupt vesta's chainbody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,0,12", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13914", - "name": "Corrupt statius's platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13915", - "name": "Corrupt statius's platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13916", - "name": "Corrupt statius's platelegs (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13917", - "name": "Corrupt vesta's plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "125000" - }, - { - "id": "13918", - "name": "Corrupt vesta's plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13919", - "name": "Corrupt vesta's plateskirt (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,8", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}", - "shop_price": "75000" - }, - { - "id": "13920", - "name": "Corrupt statius's full helm", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "50000" - }, - { - "id": "13921", - "name": "Corrupt statius's full helm", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13922", - "name": "Corrupt statius' full helm (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}", - "shop_price": "30000" - }, - { - "id": "13923", - "name": "Corrupt vesta's longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "125000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13924", - "name": "Corrupt vesta's longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "381,390,390,390", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "125000", - "stand_turn_anim": "823", - "tradeable": "true", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205" - }, - { - "id": "13925", - "name": "C. vesta's longsword (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1426", - "requirements": "{0,20}", - "run_anim": "824", - "shop_price": "75000", - "stand_turn_anim": "823", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "5" - }, - { - "id": "13926", - "name": "Corrupt statius's warhammer", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "395,395,395,395", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,20}", - "shop_price": "125000", - "weapon_interface": "8" - }, - { - "id": "13927", - "name": "Corrupt statius's warhammer", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13928", - "name": "C. statius's warhammer (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2233", - "equipment_slot": "3", - "requirements": "{0,20}", - "shop_price": "75000", - "weapon_interface": "8" - }, - { - "id": "13929", - "name": "Corrupt vesta's spear", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "shop_price": "125000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13930", - "name": "Corrupt vesta's spear", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,20}", - "shop_price": "125000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13931", - "name": "Corrupt vesta's spear (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{0,20}", - "shop_price": "75000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13932", - "name": "Corrupt zuriel's robe top", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "125000" - }, - { - "id": "13933", - "name": "Corrupt zuriel's robe top", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13934", - "name": "Corrupt zuriel's robe top (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "12,6,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "75000" - }, - { - "id": "13935", - "name": "Corrupt zuriel's robe bottom", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,20}", - "shop_price": "125000" - }, - { - "id": "13936", - "name": "Corrupt zuriel's robe bottom", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13937", - "name": "Corrupt zuriel's robe bottom (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "8,4,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,20}", - "shop_price": "75000" - }, - { - "id": "13938", - "name": "Corrupt zuriel's hood", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "50000" - }, - { - "id": "13939", - "name": "Corrupt zuriel's hood", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{6,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13940", - "name": "Corrupt zuriel's hood (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{6,20}", - "shop_price": "30000" - }, - { - "id": "13941", - "name": "Corrupt zuriel's staff", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2555,0,0,0", - "attack_audios": "2555,0,0,0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,20}", - "shop_price": "125000", - "weapon_interface": "1" - }, - { - "id": "13942", - "name": "Corrupt zuriel's staff", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{6,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13943", - "name": "Corrupt zuriel's staff (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "requirements": "{6,20}", - "shop_price": "70000", - "weapon_interface": "1" - }, - { - "id": "13944", - "name": "Corrupt morrigan's leather body", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "125000" - }, - { - "id": "13945", - "name": "Corrupt morrigan's leather body", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13946", - "name": "Corrupt morrigan's leather body (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,12,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "75000" - }, - { - "id": "13947", - "name": "Corrupt morrigan's leather chaps", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{4,20}", - "shop_price": "125000" - }, - { - "id": "13948", - "name": "Corrupt morrigan's leather chaps", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "125000", - "tradeable": "true" - }, - { - "id": "13949", - "name": "Corrupt morrigan's leather chaps (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,8,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{4,20}", - "shop_price": "75000" - }, - { - "id": "13950", - "name": "Corrupt morrigan's coif", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "50000" - }, - { - "id": "13951", - "name": "Corrupt morrigan's coif", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{1,20}-{4,20}", - "shop_price": "50000", - "tradeable": "true" - }, - { - "id": "13952", - "name": "Corrupt morrigan's coif (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2238", - "equipment_slot": "0", - "remove_head": "true", - "requirements": "{1,20}-{4,20}", - "shop_price": "30000" - }, - { - "id": "13953", - "name": "Corrupt morrigan's javelin", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "1000", - "weapon_interface": "18" - }, - { - "id": "13954", - "name": "C. morrigan's javelin (p)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13955", - "name": "C. morrigan's javelin (p+)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13956", - "name": "C. morrigan's javelin (p++)", - "examine": "A vicious javelin.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2244", - "equipment_slot": "3", - "render_anim": "1381", - "requirements": "{4,20}", - "shop_price": "10000", - "weapon_interface": "18" - }, - { - "id": "13957", - "name": "C. morrigan's throwing axe", - "examine": "A vicious throwing axe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "requirements": "{4,20}", - "shop_price": "1000", - "weapon_interface": "18" - }, - { - "id": "13958", - "name": "Corrupt dragon chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{0,20}-{4,20}", - "shop_price": "120000" - }, - { - "id": "13959", - "name": "Corrupt dragon chainbody", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13960", - "name": "Corrupt dragon chainbody (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "72000" - }, - { - "id": "13961", - "name": "Corrupt dragon med helm", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60000" - }, - { - "id": "13962", - "name": "Corrupt dragon med helm", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60000", - "tradeable": "true" - }, - { - "id": "13963", - "name": "Corrupt dragon med helm (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2240", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "36000" - }, - { - "id": "13964", - "name": "Corrupt dragon sq shield", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "120000" - }, - { - "id": "13965", - "name": "Corrupt dragon sq shield", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13966", - "name": "Corrupt dragon sq shield (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "5,0,11", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "72000" - }, - { - "id": "13967", - "name": "Corrupt dragon plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "equipment_slot": "7", - "shop_price": "120000" - }, - { - "id": "13968", - "name": "Corrupt dragon plateskirt", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13969", - "name": "Corrupt dragon plateskirt (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Destroy", - "durability": null, - "equipment_slot": "7", - "shop_price": "72000" - }, - { - "id": "13970", - "name": "Corrupt dragon platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "shop_price": "120000" - }, - { - "id": "13971", - "name": "Corrupt dragon platelegs", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "13972", - "name": "Corrupt dragon platelegs (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "shop_price": "72000" - }, - { - "id": "13973", - "name": "Corrupt dragon battleaxe", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "120000", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13974", - "name": "Corrupt dragon battleaxe", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "4", - "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "120000", - "tradeable": "true", - "weight": "2.7" - }, - { - "id": "13975", - "name": "C. dragon battleaxe (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "395,395,401,395", - "attack_audios": "2498,2498,2497,2498", - "attack_speed": "6", - "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2232", - "equipment_slot": "3", - "render_anim": "2586", - "requirements": "{0,60}", - "shop_price": "72000", - "weapon_interface": "2", - "weight": "2.7" - }, - { - "id": "13976", - "name": "Corrupt dragon dagger", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "shop_price": "30000", - "weapon_interface": "5" - }, - { - "id": "13977", - "name": "Corrupt dragon dagger", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "13978", - "name": "C. dragon dagger (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "396,396,395,396", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "4", - "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "shop_price": "18000", - "weapon_interface": "5" - }, - { - "id": "13979", - "name": "Corrupt dragon scimitar", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1928", - "requirements": "{0,60}", - "shop_price": "100000", - "weapon_interface": "6", - "weight": "1.8" - }, - { - "id": "13980", - "name": "Corrupt dragon scimitar", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "shop_price": "100000", - "tradeable": "true" - }, - { - "id": "13981", - "name": "C. dragon scimitar (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1928", - "shop_price": "60000", - "weapon_interface": "6" - }, - { - "id": "13982", - "name": "Corrupt dragon longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "ge_buy_limit": "10", - "render_anim": "1582", - "requirements": "{0,60}", - "shop_price": "100000", - "weapon_interface": "5", - "weight": "1.8" - }, - { - "id": "13983", - "name": "Corrupt dragon longsword", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100000", - "tradeable": "true" - }, - { - "id": "13984", - "name": "C. dragon longsword (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1582", - "shop_price": "60000", - "weapon_interface": "5" - }, - { - "id": "13985", - "name": "Corrupt dragon mace", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "requirements": "{0,60}", - "shop_price": "50000", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "13986", - "name": "Corrupt dragon mace", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "4", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "requirements": "{0,60}", - "shop_price": "50000", - "tradeable": "true", - "weight": "1.8" - }, - { - "id": "13987", - "name": "Corrupt dragon mace (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2508,2508,25092508", - "attack_speed": "5", - "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2246", - "equipment_slot": "3", - "requirements": "{0,60}", - "shop_price": "30000", - "weapon_interface": "8", - "weight": "1.8" - }, - { - "id": "13988", - "name": "Corrupt dragon spear", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "40000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "13989", - "name": "Corrupt dragon spear", - "examine": "This item degrades while worn, and will turn to dust.", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "4", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "40000", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "13990", - "name": "Corrupt dragon spear (deg)", - "examine": "This item degrades while worn, and will turn to dust.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "2080,2081,2082,2080", - "attack_speed": "5", - "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", - "defence_anim": "2079", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "24000", - "two_handed": "true", - "weapon_interface": "14" - }, - { - "id": "14056", - "name": "Pvp worlds manual", - "examine": "A book about the Wilderness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another copy by searching bookshelves around 2009Scape.", - "durability": null, - "shop_price": "5" - }, - { - "id": "14057", - "name": "Broomstick", - "examine": "A threat to dusty corners everywhere.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another by talking to Maggie the witch.", - "durability": null, - "equipment_slot": "3", - "render_anim": "1072", - "shop_price": "25", - "weapon_interface": "8" - }, - { - "id": "14058", - "name": "Goulash", - "examine": "What a curious and ghoulish smell!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", - "durability": null, - "equipment_slot": "3", - "shop_price": "2" - }, - { - "id": "14061", - "name": "Magic unguent", - "examine": "Purple and pungent.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14062", - "name": "Broom ointment", - "examine": "To be used on brooms.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14064", - "name": "Newt", - "examine": "A newt from Hetty's basement.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.", - "durability": null, - "equipment_slot": "3", - "shop_price": "5" - }, - { - "id": "14065", - "name": "Newt label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14066", - "name": "Toad label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14067", - "name": "Newts and toads label", - "examine": "A label for a shipping crate.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14068", - "name": "Betty's wand", - "examine": "Warm to the touch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can obtain another wand from the chest in Betty's basement.", - "durability": null, - "shop_price": "15" - }, - { - "id": "14069", - "name": "Magic slate", - "examine": "What a view!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.", - "durability": null, - "shop_price": "2" - }, - { - "id": "14070", - "name": "Reptile", - "examine": "Desert dweller.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14071", - "name": "Blackbird", - "examine": "Bleak and beaky.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14072", - "name": "Bat", - "examine": "An annoying flappy thing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14073", - "name": "Spider", - "examine": "It's an extremely small brown spider, probably very poisonous.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14074", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14075", - "name": "Snail", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14076", - "name": "Warlock top", - "examine": "The height of warlock fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another warlock top from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14077", - "name": "Warlock legs", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14078", - "name": "Witch top", - "examine": "The height of witchly fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14079", - "name": "Witch skirt", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14080", - "name": "Witch cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14081", - "name": "Warlock cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14082", - "name": "Popcorn ball", - "examine": "A sticky orb of popped corn.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14083", - "name": "Chocolate drop", - "examine": "Chocolatey goodness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14084", - "name": "Wrapped candy", - "examine": "Sugary bliss.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14085", - "name": "Armadyl communiqu?", - "examine": "An urgent communiqu?? revealing important information.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1" - }, - { - "id": "14086", - "name": "Witch top", - "examine": "The height of witchly fashion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "15" - }, - { - "id": "14087", - "name": "Witch skirt", - "examine": "Tattered but trendy.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch top from Diango in Draynor.", - "durability": null, - "equipment_slot": "7", - "shop_price": "15" - }, - { - "id": "14088", - "name": "Witch cloak", - "examine": "Ragged but rugged.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another witch cloak from Diango in Draynor.", - "durability": null, - "equipment_slot": "1", - "shop_price": "15" - }, - { - "id": "14089", - "name": "Pet kitten", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14090", - "name": "Pet cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14091", - "name": "Lazy cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14092", - "name": "Overgrown cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14093", - "name": "Wily cat", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14094", - "name": "Sacred clay platebody", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14095", - "name": "Sacred clay platelegs", - "examine": "The sacred clay bottom has transformed into spiked, platemail legs.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14096", - "name": "Sacred clay helm", - "examine": "The sacred clay hat has transformed into a spined helm.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "23467" - }, - { - "id": "14097", - "name": "Sacred clay scimitar", - "examine": "The sacred clay weapon has transformed into a sharp scimitar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2248", - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "17066", - "weapon_interface": "5" - }, - { - "id": "14098", - "name": "Volatile clay tool", - "examine": "This can turn into a variety of tools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14099", - "name": "Volatile clay pickaxe", - "examine": "Your volatile tool wants to mine some rocks.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "4" - }, - { - "id": "14100", - "name": "Volatile clay hatchet", - "examine": "Your volatile tool wants to cut some wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "2" - }, - { - "id": "14101", - "name": "Volatile clay harpoon", - "examine": "Your volatile tool wants to spear some big fish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14102", - "name": "Volatile clay butterfly net", - "examine": "Your volatile tool wants to catch some butterflies.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "21333", - "weapon_interface": "5" - }, - { - "id": "14103", - "name": "Volatile clay fletching knife", - "examine": "Your volatile tool wants to make some bows or arrows.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14104", - "name": "Volatile clay hammer", - "examine": "Your volatile tool wants to work metal or build furniture.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14105", - "name": "Volatile clay needle", - "examine": "Your volatile tool wants to make some leather armour.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14106", - "name": "Proto-tool", - "examine": "This can turn into a variety of tools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14107", - "name": "Sacred clay pickaxe", - "examine": "Your sacred clay tool has transformed into a pickaxe.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "4" - }, - { - "id": "14108", - "name": "Sacred clay hatchet", - "examine": "Your sacred clay tool has transformed into a hatchet.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333", - "weapon_interface": "2" - }, - { - "id": "14109", - "name": "Sacred clay harpoon", - "examine": "Your sacred clay tool has transformed into a harpoon.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "21333" - }, - { - "id": "14110", - "name": "Sacred clay butterfly net", - "examine": "Your sacred clay tool has transformed into a butterfly net.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "5", - "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "1", - "weapon_interface": "5" - }, - { - "id": "14111", - "name": "Sacred clay fletching knife", - "examine": "The sacred clay has transformed into a knife.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14112", - "name": "Sacred clay hammer", - "examine": "Your sacred clay tool has transformed into a hammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14113", - "name": "Sacred clay needle", - "examine": "The sacred clay has transformed into a needle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "21333" - }, - { - "id": "14114", - "name": "Sacred clay robe top", - "examine": "The sacred clay top has transformed into a heavy, magical robe.", - "absorb": "6,3,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14115", - "name": "Sacred clay robe bottom", - "examine": "The sacred clay bottom has transformed into a heavy, magical robe.", - "absorb": "4,2,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14116", - "name": "Sacred clay hat", - "examine": "The sacred clay hat has transformed into a wizard hat.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "23467" - }, - { - "id": "14117", - "name": "Sacred clay staff", - "examine": "The sacred clay weapon has transformed into a magical staff.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "17066", - "weapon_interface": "1" - }, - { - "id": "14118", - "name": "Sacred clay body", - "examine": "The sacred clay top has transformed into a leather body.", - "absorb": "0,6,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "43333" - }, - { - "id": "14119", - "name": "Sacred clay chaps", - "examine": "The sacred clay bottom has been transformed into a set of chaps.", - "absorb": "0,4,2", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "42667" - }, - { - "id": "14120", - "name": "Sacred clay coif", - "examine": "The sacred clay hat has transformed into a coif.", - "absorb": "0,3,1", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "23467" - }, - { - "id": "14121", - "name": "Sacred clay bow", - "examine": "The sacred clay weapon has transformed into a bow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "17066", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14122", - "name": "Pickaxe (class 1)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14123", - "name": "Pickaxe (class 1)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14124", - "name": "Pickaxe (class 2)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14125", - "name": "Pickaxe (class 2)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14126", - "name": "Pickaxe (class 3)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14127", - "name": "Pickaxe (class 3)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14128", - "name": "Pickaxe (class 4)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14129", - "name": "Pickaxe (class 4)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14130", - "name": "Pickaxe (class 5)", - "examine": "The sacred clay has become hard enough to chip stone.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "4" - }, - { - "id": "14131", - "name": "Pickaxe (class 5)", - "examine": "The sacred clay has become hard enough to chip stone.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14132", - "name": "Hatchet (class 1)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14133", - "name": "Hatchet (class 1)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14134", - "name": "Hatchet (class 2)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14135", - "name": "Hatchet (class 2)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14136", - "name": "Hatchet (class 3)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14137", - "name": "Hatchet (class 3)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14138", - "name": "Hatchet (class 4)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14139", - "name": "Hatchet (class 4)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14140", - "name": "Hatchet (class 5)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "2" - }, - { - "id": "14141", - "name": "Hatchet (class 5)", - "examine": "The sacred clay has become sharp enough to cut wood.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14142", - "name": "Harpoon (class 1)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14143", - "name": "Harpoon (class 1)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14144", - "name": "Harpoon (class 2)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14145", - "name": "Harpoon (class 2)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14146", - "name": "Harpoon (class 3)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14147", - "name": "Harpoon (class 3)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14148", - "name": "Harpoon (class 4)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14149", - "name": "Harpoon (class 4)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14150", - "name": "Harpoon (class 5)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14151", - "name": "Harpoon (class 5)", - "examine": "The sacred clay has become long enough to reach the depths of pools.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14152", - "name": "Butterfly net (class 1)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14153", - "name": "Butterfly net (class 1)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14154", - "name": "Butterfly net (class 2)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14155", - "name": "Butterfly net (class 2)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14156", - "name": "Butterfly net (class 3)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14157", - "name": "Butterfly net (class 3)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14158", - "name": "Butterfly net (class 4)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14159", - "name": "Butterfly net (class 4)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14160", - "name": "Butterfly net (class 5)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "401,401,400,401", - "attack_speed": "4", - "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "403", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "158", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "14" - }, - { - "id": "14161", - "name": "Butterfly net (class 5)", - "examine": "The sacred clay has become light enough to swing at floating shards.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14162", - "name": "Food (class 1)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14163", - "name": "Food (class 1)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14164", - "name": "Food (class 2)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14165", - "name": "Food (class 2)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14166", - "name": "Food (class 3)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14167", - "name": "Food (class 3)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14168", - "name": "Food (class 4)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14169", - "name": "Food (class 4)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14170", - "name": "Food (class 5)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14171", - "name": "Food (class 5)", - "examine": "The sacred clay has transformed into something bland, but edible.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14172", - "name": "Barrier (class 1)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14173", - "name": "Barrier (class 1)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14174", - "name": "Barrier (class 2)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14175", - "name": "Barrier (class 2)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14176", - "name": "Barrier (class 3)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14177", - "name": "Barrier (class 3)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14178", - "name": "Barrier (class 4)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14179", - "name": "Barrier (class 4)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14180", - "name": "Barrier (class 5)", - "examine": "The clay has transformed into an expandable wall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14181", - "name": "Barrier (class 5)", - "examine": "The clay has transformed into an expandable wall.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14182", - "name": "Sacred clay (class 1)", - "examine": "Very low quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "14183", - "name": "Sacred clay (class 1)", - "examine": "Very low quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "15", - "tradeable": "true" - }, - { - "id": "14184", - "name": "Sacred clay (class 2)", - "examine": "Low quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14185", - "name": "Sacred clay (class 2)", - "examine": "Low quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14186", - "name": "Sacred clay (class 3)", - "examine": "Medium quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "14187", - "name": "Sacred clay (class 3)", - "examine": "Medium quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "45", - "tradeable": "true" - }, - { - "id": "14188", - "name": "Sacred clay (class 4)", - "examine": "High quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14189", - "name": "Sacred clay (class 4)", - "examine": "High quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14190", - "name": "Sacred clay (class 5)", - "examine": "Very high quality sacred clay.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "75", - "tradeable": "true" - }, - { - "id": "14191", - "name": "Sacred clay (class 5)", - "examine": "Very high quality sacred clay.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "75", - "tradeable": "true" - }, - { - "id": "14192", - "name": "Bow (class 1)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14193", - "name": "Bow (class 1)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14194", - "name": "Bow (class 2)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14195", - "name": "Bow (class 2)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14196", - "name": "Bow (class 3)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14197", - "name": "Bow (class 3)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14198", - "name": "Bow (class 4)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14199", - "name": "Bow (class 4)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14200", - "name": "Bow (class 5)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "16" - }, - { - "id": "14201", - "name": "Bow (class 5)", - "examine": "The sacred clay has transformed into a wood-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14202", - "name": "Arrows (class 1)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "2", - "tradeable": "true" - }, - { - "id": "14203", - "name": "Arrows (class 2)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "4", - "tradeable": "true" - }, - { - "id": "14204", - "name": "Arrows (class 3)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "6", - "tradeable": "true" - }, - { - "id": "14205", - "name": "Arrows (class 4)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "8", - "tradeable": "true" - }, - { - "id": "14206", - "name": "Arrows (class 5)", - "examine": "The Sacred Clay has transformed into a wood-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "13", - "shop_price": "10", - "tradeable": "true" - }, - { - "id": "14207", - "name": "Prayer potion(5)", - "examine": "3 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14208", - "name": "Prayer potion(5)", - "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14209", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14210", - "name": "Prayer potion(4)", - "examine": "4 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14211", - "name": "Prayer potion(3)", - "examine": "3 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14212", - "name": "Prayer potion(3)", - "examine": "3 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14213", - "name": "Prayer potion(2)", - "examine": "2 doses of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14214", - "name": "Prayer potion(2)", - "examine": "2 doses of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14215", - "name": "Prayer potion(1)", - "examine": "1 dose of Prayer restore potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14216", - "name": "Prayer potion(1)", - "examine": "1 dose of Prayer restore potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14217", - "name": "Energy potion (5)", - "examine": "4 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14218", - "name": "Energy potion (5)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14219", - "name": "Energy potion (4)", - "examine": "4 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14220", - "name": "Energy potion (4)", - "examine": "4 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14221", - "name": "Energy potion (3)", - "examine": "3 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14222", - "name": "Energy potion (3)", - "examine": "3 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14223", - "name": "Energy potion (2)", - "examine": "2 doses of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14224", - "name": "Energy potion (2)", - "examine": "2 doses of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14225", - "name": "Energy potion (1)", - "examine": "1 dose of energy potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14226", - "name": "Energy potion (1)", - "examine": "1 dose of energy potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14227", - "name": "Super attack(5)", - "examine": "5 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14228", - "name": "Super attack(5)", - "examine": "5 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14229", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14230", - "name": "Super attack(4)", - "examine": "4 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14231", - "name": "Super attack(3)", - "examine": "3 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14232", - "name": "Super attack(3)", - "examine": "3 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14233", - "name": "Super attack(2)", - "examine": "2 doses of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14234", - "name": "Super attack(2)", - "examine": "2 doses of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14235", - "name": "Super attack(1)", - "examine": "1 dose of super Attack potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14236", - "name": "Super attack(1)", - "examine": "1 dose of super Attack potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14237", - "name": "Super strength(5)", - "examine": "5 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14238", - "name": "Super strength(5)", - "examine": "5 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14239", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14240", - "name": "Super strength(4)", - "examine": "4 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14241", - "name": "Super strength(3)", - "examine": "3 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14242", - "name": "Super strength(3)", - "examine": "3 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14243", - "name": "Super strength(2)", - "examine": "2 doses of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14244", - "name": "Super strength(2)", - "examine": "2 doses of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14245", - "name": "Super strength(1)", - "examine": "1 dose of super Strength potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14246", - "name": "Super strength(1)", - "examine": "1 dose of super Strength potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14247", - "name": "Ranging potion(5)", - "examine": "4 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14248", - "name": "Ranging potion(5)", - "examine": "5 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14249", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14250", - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14251", - "name": "Ranging potion(3)", - "examine": "3 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14252", - "name": "Ranging potion(3)", - "examine": "3 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14253", - "name": "Ranging potion(2)", - "examine": "2 doses of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14254", - "name": "Ranging potion(2)", - "examine": "2 doses of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14255", - "name": "Ranging potion(1)", - "examine": "1 dose of ranging potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14256", - "name": "Ranging potion(1)", - "examine": "1 dose of ranging potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14257", - "name": "Defence potion(5)", - "examine": "3 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14258", - "name": "Defence potion(5)", - "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14259", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14260", - "name": "Defence potion(4)", - "examine": "4 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14261", - "name": "Defence potion(3)", - "examine": "3 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14262", - "name": "Defence potion(3)", - "examine": "3 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14263", - "name": "Defence potion(2)", - "examine": "2 doses of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14264", - "name": "Defence potion(2)", - "examine": "2 doses of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14265", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14266", - "name": "Defence potion(1)", - "examine": "1 dose of Defence Potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14267", - "name": "Magic potion(5)", - "examine": "4 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14268", - "name": "Magic potion(5)", - "examine": "5 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14269", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14270", - "name": "Magic potion(4)", - "examine": "4 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14271", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14272", - "name": "Magic potion(3)", - "examine": "3 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14273", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14274", - "name": "Magic potion(2)", - "examine": "2 doses of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14275", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14276", - "name": "Magic potion(1)", - "examine": "1 dose of Magic potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14277", - "name": "Summoning potion(5)", - "examine": "3 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14278", - "name": "Summoning potion(5)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14279", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14280", - "name": "Summoning potion(4)", - "examine": "4 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14281", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14282", - "name": "Summoning potion(3)", - "examine": "3 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14283", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14284", - "name": "Summoning potion(2)", - "examine": "2 doses of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14285", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14286", - "name": "Summoning potion(1)", - "examine": "1 dose of Summoning potion.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14287", - "name": "Scimitar (class 1)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14288", - "name": "Scimitar (class 1)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14289", - "name": "Scimitar (class 2)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14290", - "name": "Scimitar (class 2)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14291", - "name": "Scimitar (class 3)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14292", - "name": "Scimitar (class 3)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14293", - "name": "Scimitar (class 4)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14294", - "name": "Scimitar (class 4)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14295", - "name": "Scimitar (class 5)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,0,2517,0", - "attack_speed": "4", - "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "1629", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "6" - }, - { - "id": "14296", - "name": "Scimitar (class 5)", - "examine": "The sacred clay has transformed into a vicious, curved sword.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14297", - "name": "Dagger (class 1)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14298", - "name": "Dagger (class 1)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14299", - "name": "Dagger (class 2)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14300", - "name": "Dagger (class 2)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14301", - "name": "Dagger (class 3)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14302", - "name": "Dagger (class 3)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14303", - "name": "Dagger (class 4)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14304", - "name": "Dagger (class 4)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14305", - "name": "Dagger (class 5)", - "examine": "The sacred clay transformed into a sharp dagger.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "400,400,401,400", - "attack_audios": "2517,2517,2500,2517", - "attack_speed": "3", - "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "5" - }, - { - "id": "14306", - "name": "Dagger (class 5)", - "examine": "The sacred clay transformed into a sharp dagger.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14307", - "name": "Warhammer (class 1)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "3", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14308", - "name": "Warhammer (class 1)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14309", - "name": "Warhammer (class 2)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14310", - "name": "Warhammer (class 2)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14311", - "name": "Warhammer (class 3)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14312", - "name": "Warhammer (class 3)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14313", - "name": "Warhammer (class 4)", - "examine": "The Sacred Clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14314", - "name": "Warhammer (class 4)", - "examine": "The Sacred Clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14315", - "name": "Warhammer (class 5)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "6", - "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "10" - }, - { - "id": "14316", - "name": "Warhammer (class 5)", - "examine": "The sacred clay has transformed into a heavy warhammer.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14317", - "name": "Robe top (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14318", - "name": "Robe top (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14319", - "name": "Robe top (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14320", - "name": "Robe top (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14321", - "name": "Robe top (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14322", - "name": "Robe top (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14323", - "name": "Robe top (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14324", - "name": "Robe top (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14325", - "name": "Robe top (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14326", - "name": "Robe top (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14327", - "name": "Robe bottom (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14328", - "name": "Robe bottom (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14329", - "name": "Robe bottom (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14330", - "name": "Robe bottom (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14331", - "name": "Robe bottom (class 3)", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14332", - "name": "Robe bottom (class 3)", - "examine": "The sacred clay transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14333", - "name": "Robe bottom (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14334", - "name": "Robe bottom (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14335", - "name": "Robe bottom (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14336", - "name": "Robe bottom (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14337", - "name": "Hat (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14338", - "name": "Hat (class 1)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14339", - "name": "Hat (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14340", - "name": "Hat (class 2)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14341", - "name": "Hat (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14342", - "name": "Hat (class 3)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14343", - "name": "Hat (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14344", - "name": "Hat (class 4)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14345", - "name": "Hat (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14346", - "name": "Hat (class 5)", - "examine": "The sacred clay has transformed into a light, cloth-like material.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14347", - "name": "Platebody (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14348", - "name": "Platebody (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14349", - "name": "Platebody (class 2)", - "examine": "The sacred clay transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14350", - "name": "Platebody (class 2)", - "examine": "The sacred clay transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14351", - "name": "Platebody (class 3)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14352", - "name": "Platebody (class 3)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14353", - "name": "Platebody (class 4)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14354", - "name": "Platebody (class 4)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14355", - "name": "Platebody (class 5)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14356", - "name": "Platebody (class 5)", - "examine": "The sacred clay top has transformed into a spiked, platemail body.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14357", - "name": "Platelegs (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14358", - "name": "Platelegs (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14359", - "name": "Platelegs (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14360", - "name": "Platelegs (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14361", - "name": "Platelegs (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14362", - "name": "Platelegs (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14363", - "name": "Platelegs (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14364", - "name": "Platelegs (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14365", - "name": "Platelegs (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14366", - "name": "Platelegs (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14367", - "name": "Helm (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14368", - "name": "Helm (class 1)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14369", - "name": "Helm (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14370", - "name": "Helm (class 2)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14371", - "name": "Helm (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14372", - "name": "Helm (class 3)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14373", - "name": "Helm (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14374", - "name": "Helm (class 4)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14375", - "name": "Helm (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14376", - "name": "Helm (class 5)", - "examine": "The sacred clay has transformed into a hard, metallic substance.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14377", - "name": "Staff (class 1)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "30", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14378", - "name": "Staff (class 1)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14379", - "name": "Staff (class 2)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "60", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14380", - "name": "Staff (class 2)", - "examine": "The sacred clay has transformed into a light weight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14381", - "name": "Staff (class 3)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "90", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14382", - "name": "Staff (class 3)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14383", - "name": "Staff (class 4)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "120", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14384", - "name": "Staff (class 4)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14385", - "name": "Staff (class 5)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "5", - "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "render_anim": "28", - "shop_price": "150", - "tradeable": "true", - "weapon_interface": "1" - }, - { - "id": "14386", - "name": "Staff (class 5)", - "examine": "The sacred clay has transformed into a lightweight, magical stick.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14387", - "name": "Cape", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "14389", - "name": "Cape", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", - "durability": null, - "equipment_slot": "1" - }, - { - "id": "14391", - "name": "Leather body (class 1)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14392", - "name": "Leather body (class 1)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14393", - "name": "Leather body (class 2)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14394", - "name": "Leather body (class 2)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14395", - "name": "Leather body (class 3)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14396", - "name": "Leather body (class 3)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14397", - "name": "Leather body (class 4)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14398", - "name": "Leather body (class 4)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14399", - "name": "Leather body (class 5)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14400", - "name": "Leather body (class 5)", - "examine": "The sacred clay has transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14401", - "name": "Chaps (class 1)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14402", - "name": "Chaps (class 1)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14403", - "name": "Chaps (class 2)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14404", - "name": "Chaps (class 2)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14405", - "name": "Chaps (class 3)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14406", - "name": "Chaps (class 3)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14407", - "name": "Chaps (class 4)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14408", - "name": "Chaps (class 4)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14409", - "name": "Chaps (class 5)", - "examine": "The sacred clay transformed into a flexible mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "7", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14410", - "name": "Chaps (class 5)", - "examine": "The sacred clay transformed into a flexible mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14411", - "name": "Coif (class 1)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14412", - "name": "Coif (class 1)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14413", - "name": "Coif (class 2)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14414", - "name": "Coif (class 2)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14415", - "name": "Coif (class 3)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14416", - "name": "Coif (class 3)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14417", - "name": "Coif (class 4)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14418", - "name": "Coif (class 4)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14419", - "name": "Coif (class 5)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_head": "true", - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14420", - "name": "Coif (class 5)", - "examine": "The sacred clay has transformed into a flexible, protective mesh.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14421", - "name": "Clay deposit scroll", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14422", - "name": "Sacred clay pouch (class 1)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14422", - "name": "USDT Slot", - "examine": "You should not have this." - }, - { - "id": "14423", - "name": "Sacred clay pouch (class 1)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30", - "tradeable": "true" - }, - { - "id": "14424", - "name": "Sacred clay pouch (class 2)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14424", - "name": "HDT Slot", - "examine": "You should not have this." - }, - { - "id": "14425", - "name": "Sacred clay pouch (class 2)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "60", - "tradeable": "true" - }, - { - "id": "14426", - "name": "Sacred clay pouch (class 3)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14426", - "name": "GDT Slot", - "examine": "You should not have this." - }, - { - "id": "14427", - "name": "Sacred clay pouch (class 3)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "90", - "tradeable": "true" - }, - { - "id": "14428", - "name": "Sacred clay pouch (class 4)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14428", - "name": "RSDT Slot", - "examine": "You should not have this." - }, - { - "id": "14429", - "name": "Sacred clay pouch (class 4)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "120", - "tradeable": "true" - }, - { - "id": "14430", - "name": "Sacred clay pouch (class 5)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14430", - "name": "ASDT Slot", - "examine": "You should not have this." - }, - { - "id": "14431", - "name": "Sacred clay pouch (class 5)", - "examine": "This scroll will make your familiar deposit its items at your base.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "150", - "tradeable": "true" - }, - { - "id": "14432", - "name": "Null sacred clay", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14458", - "name": "Vine flower", - "examine": "A vine flower grown through magical means.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "5" - }, - { - "id": "14459", - "name": "Unconscious broav", - "examine": "Its unconscious, poor thing.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.", - "durability": null - }, - { - "id": "14460", - "name": "Dirty laundry", - "examine": "Some dirty clothes that apparently belong to Movario.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", - "durability": null, - "equipment_slot": "3", - "shop_price": "10" - }, - { - "id": "14461", - "name": "Waste-paper basket", - "examine": "A receptacle for rubbish.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this basket in Movario's base.", - "durability": null - }, - { - "id": "14462", - "name": "Ruby key", - "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.", - "durability": null - }, - { - "id": "14463", - "name": "Notes on pressure", - "examine": "A collection of notes made by an absent-minded fellow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes in Movario's basement.", - "durability": null - }, - { - "id": "14464", - "name": "Movario's notes (volume 1)", - "examine": "A loose-leaf collection of research notes, found on Movario's study desk.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes loosely piled up on ", - "durability": null - }, - { - "id": "14465", - "name": "Movario's notes (volume 2)", - "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.", - "durability": null - }, - { - "id": "14466", - "name": "Weight (1kg)", - "examine": "A 1kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14467", - "name": "Weight (2kg)", - "examine": "A 2kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14468", - "name": "Weight (5kg)", - "examine": "A 5kg weight.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null - }, - { - "id": "14469", - "name": "Strange key loop", - "examine": "The loop half of a strange key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can find another under the bed on the top level of Movario's base", - "durability": null - }, - { - "id": "14470", - "name": "Strange key teeth", - "examine": "The teeth half of a strange key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can find another under the bed on the top level of Movario's base", - "durability": null - }, - { - "id": "14471", - "name": "Dragonkin key", - "examine": "The completed dragonkin key.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.", - "durability": null - }, - { - "id": "14472", - "name": "Ruined dragon armour lump", - "examine": "A badly damaged lump of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14473", - "name": "Ruined dragon armour lump", - "examine": "A badly damaged lump of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14474", - "name": "Ruined dragon armour slice", - "examine": "A badly damaged slice of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14475", - "name": "Ruined dragon armour slice", - "examine": "A badly damaged slice of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14476", - "name": "Ruined dragon armour shard", - "examine": "A badly damaged shard of dragon metal.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "rare_item": "true", - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14477", - "name": "Ruined dragon armour shard", - "examine": "A badly damaged shard of dragon metal.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "30000", - "tradeable": "true" - }, - { - "id": "14478", - "name": "Blast fusion hammer", - "examine": "A very powerful Smithing hammer.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3" - }, - { - "id": "14479", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,60}", - "shop_price": "1760000", - "tradeable": "true" - }, - { - "id": "14480", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "1760000", - "tradeable": "true" - }, - { - "id": "14481", - "name": "Dragon platebody", - "examine": "Provides excellent protection.", - "absorb": "4,0,9", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "", - "lendable": "true", - "requirements": "{1,60}" - }, - { - "id": "14484", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "393,393,1067,393", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "equipment_slot": "3", - "has_special": "true", - "lendable": "true", - "rare_item": "true", - "render_anim": "2583", - "requirements": "{0,60}", - "shop_price": "67500", - "tradeable": "true", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "14485", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "67500", - "tradeable": "true", - "two_handed": "true" - }, - { - "id": "14486", - "name": "Dragon claws", - "examine": "A set of fighting claws.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_audios": "2548,2548,2548,2548", - "attack_speed": "4", - "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "1003", - "has_special": "true", - "lendable": "true", - "requirements": "{0,60}", - "two_handed": "true", - "weapon_interface": "9" - }, - { - "id": "14487", - "name": "Enriched snapdragon", - "examine": "An enriched snapdragon herb.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.", - "durability": null - }, - { - "id": "14488", - "name": "Super truth serum", - "examine": "Fluid sloshes innocently in this vial.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.", - "durability": null - }, - { - "id": "14489", - "name": "Suspect sketch", - "examine": "A sketch of the suspect known as Dark Squall.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.", - "durability": null - }, - { - "id": "14490", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2242", - "equipment_slot": "7", - "lendable": "true", - "requirements": "{1,40}", - "shop_price": "65000", - "tradeable": "true" - }, - { - "id": "14491", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "65000", - "tradeable": "true" - }, - { - "id": "14492", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equip_audio": "2239", - "equipment_slot": "4", - "lendable": "true", - "remove_sleeves": "true", - "requirements": "{1,40}", - "shop_price": "64000", - "tradeable": "true" - }, - { - "id": "14493", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "64000", - "tradeable": "true" - }, - { - "id": "14494", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "lendable": "true", - "remove_beard": "true", - "remove_head": "true", - "requirements": "{1,40}", - "shop_price": "35200", - "tradeable": "true" - }, - { - "id": "14495", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "35200", - "tradeable": "true" - }, - { - "id": "14496", - "name": "Cell key", - "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this key from the key rack in Dark Squall's base.", - "durability": null - }, - { - "id": "14497", - "name": "Dagon'hai robe top", - "examine": "A robe worn by members of the Dagon'hai.", - "absorb": "3,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,2,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true", - "requirements": "{1,20}-{6,40}", - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "14498", - "name": "Dagon'hai robe top", - "examine": "A robe worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "120000", - "tradeable": "true" - }, - { - "id": "14499", - "name": "Dagon'hai hat", - "examine": "A hat worn by members of the Dagon'hai.", - "absorb": "1,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "0", - "requirements": "{1,20}-{6,40}", - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "14500", - "name": "Dagon'hai hat", - "examine": "A hat worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "15000", - "tradeable": "true" - }, - { - "id": "14501", - "name": "Dagon'hai robe bottom", - "examine": "A robe worn by members of the Dagon'hai.", - "absorb": "2,1,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,2,0,0", - "destroy": "false", - "durability": null, - "equipment_slot": "7", - "requirements": "{1,20}-{6,40}", - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "14502", - "name": "Dagon'hai robe bottom", - "examine": "A robe worn by members of the Dagon'hai.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "80000", - "tradeable": "true" - }, - { - "id": "14503", - "name": "Silif", - "examine": "Elite Black Knight armour adds to his stealthiness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14504", - "name": "Silif", - "examine": "Elite Black Knight armour adds to his stealthiness.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14505", - "name": "Teleorb", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "equipment_slot": "5" - }, - { - "id": "14506", - "name": "Enriched snapdragon seed", - "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.", - "durability": null - }, - { - "id": "14507", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14508", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14509", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14510", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14511", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14512", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14513", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14514", - "name": "Dolmen", - "examine": "Part of a stone circle.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", - "durability": null - }, - { - "id": "14515", - "name": "Air key", - "examine": "An elemental key of air.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", - "durability": null - }, - { - "id": "14516", - "name": "Earth key", - "examine": "An elemental key of earth.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", - "durability": null - }, - { - "id": "14517", - "name": "Fire key", - "examine": "An elemental key of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14518", - "name": "Water key", - "examine": "An elemental key of water.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14519", - "name": "Air key", - "examine": "An elemental key of air.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", - "durability": null - }, - { - "id": "14520", - "name": "Earth key", - "examine": "An elemental key of earth.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", - "durability": null - }, - { - "id": "14521", - "name": "Fire key", - "examine": "An elemental key of fire.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14522", - "name": "Water key", - "examine": "An elemental key of water.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You found this in the Chasm of Tears by using an", - "durability": null - }, - { - "id": "14525", - "name": "Dagon'hai robes set", - "examine": "Grand Exchange set containing a hat, top and bottoms.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "false", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14526", - "name": "Dagon'hai robes set", - "examine": "Grand Exchange set containing a hat, top and bottoms.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "false", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14527", - "name": "Elite black armour set", - "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", - "absorb": "6,0,13", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14528", - "name": "Elite black armour set", - "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14529", - "name": "Dragon plate armour set (l)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", - "absorb": "9,0,19", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14530", - "name": "Dragon plate armour set (l)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14531", - "name": "Dragon plate armour set (sk)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", - "absorb": "9,0,19", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14532", - "name": "Dragon plate armour set (sk)", - "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "20", - "tradeable": "true" - }, - { - "id": "14533", - "name": "Broav", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14534", - "name": "Strange teleorb", - "examine": "This orb can used to teleport people...somehow.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.", - "durability": null - }, - { - "id": "14536", - "name": "Turkey book", - "examine": "Notes on the locations of turkeys.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not be able to get the book back if you destroy it.", - "durability": null - }, - { - "id": "14537", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14538", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14539", - "name": "Raw turkey", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "9" - }, - { - "id": "14540", - "name": "Cooked turkey", - "examine": "Mmm, this looks tasty.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "14541", - "name": "Burnt turkey", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14542", - "name": "Raw turkey drumstick", - "examine": "I need to cook this first.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "9" - }, - { - "id": "14543", - "name": "Cooked turkey drumstick", - "examine": "Mmm, this looks tasty.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "4" - }, - { - "id": "14544", - "name": "Burnt turkey drumstick", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1" - }, - { - "id": "14570", - "name": "Cornucopia", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", - "durability": null - }, - { - "id": "14571", - "name": "Fremennik sea boots 1", - "examine": "Not-so-sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14572", - "name": "Fremennik sea boots 2", - "examine": "Sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", - "destroy": "true", - "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14573", - "name": "Fremennik sea boots 3", - "examine": "Very sturdy boots for northern winters.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", - "destroy": "true", - "durability": null, - "equip_audio": "2237", - "equipment_slot": "10" - }, - { - "id": "14574", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14575", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14576", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14577", - "name": "Falador shield 1", - "examine": "A buckler shield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "100" - }, - { - "id": "14578", - "name": "Falador shield 2", - "examine": "A kiteshield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "200" - }, - { - "id": "14579", - "name": "Falador shield 3", - "examine": "A tower shield from Falador.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0", - "destroy": "true", - "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.", - "durability": null, - "equip_audio": "2245", - "equipment_slot": "5", - "shop_price": "300" - }, - { - "id": "14580", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "1000", - "tradeable": "false" - }, - { - "id": "14581", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "5000", - "tradeable": "false" - }, - { - "id": "14582", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "shop_price": "10000", - "tradeable": "false" - }, - { - "id": "14583", - "name": "White lily", - "examine": "A white lily seed - plant in a flower patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Harvest (turns to ", - "durability": null - }, - { - "id": "14584", - "name": "Money crest voucher", - "examine": "I can take this to the Herald to get my money crest back for free.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!", - "durability": null, - "shop_price": "500000" - }, - { - "id": "14589", - "name": "White lily seed", - "examine": "A white lily seed - plant in a flower patch.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "1250" - }, - { - "id": "14590", - "name": "Enchanted lyre(5)", - "examine": "This will teleport me to Rellekka when I play it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "1000" - }, - { - "id": "14591", - "name": "Enchanted lyre(6)", - "examine": "This will teleport me to Rellekka when I play it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "3", - "shop_price": "1000" - }, - { - "id": "14592", - "name": "Elite black platelegs", - "examine": "These look pretty heavy, but very elite.", - "absorb": "2,0,4", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14593", - "name": "Elite black platebody", - "examine": "Provides excellent protection, and is elite.", - "absorb": "3,0,6", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14594", - "name": "Elite black full helm", - "examine": "A full face helmet, and elite.", - "absorb": "1,0,3", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "lendable": "true" - }, - { - "id": "14595", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14596", - "name": "Ice amulet", - "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "14597", - "name": "Stones", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14598", - "name": "Enchanted stones", - "examine": "According to the snow imps, this is enchanted, frozen yeti dung.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.", - "durability": null, - "shop_price": "1" - }, - { - "id": "14599", - "name": "Ice amulet", - "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "2" - }, - { - "id": "14600", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14601", - "name": "Santa costume top", - "examine": "A red and jolly top.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "4", - "remove_sleeves": "true" - }, - { - "id": "14602", - "name": "Santa costume gloves", - "examine": "Some black and jolly gloves.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "9" - }, - { - "id": "14603", - "name": "Santa costume legs", - "examine": "Some red and jolly legs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "14604", - "name": "Santa costume legs", - "examine": "Some red and jolly legs.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "7" - }, - { - "id": "14605", - "name": "Santa costume boots", - "examine": "Some black and jolly boots.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another pair from Diango in Draynor Village.", - "durability": null, - "equipment_slot": "10" - }, - { - "id": "14606", - "name": "Cinnamon twigs", - "examine": "Aromatic twigs from a cinnamon tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14607", - "name": "Sassafras twigs", - "examine": "Aromatic twigs from a sassafras tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14608", - "name": "Ailanthus twigs", - "examine": "Aromatic twigs from a ailanthus tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14609", - "name": "Cedar twigs", - "examine": "Aromatic twigs from a cedar tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14610", - "name": "Mastic twigs", - "examine": "Aromatic twigs from a mastic tree.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14611", - "name": "Cinnamon weaving ribbon", - "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14612", - "name": "Sassafras weaving ribbon", - "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14613", - "name": "Ailanthus weaving ribbon", - "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14614", - "name": "Cedar weaving ribbon", - "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14615", - "name": "Mastic weaving ribbon", - "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", - "durability": null - }, - { - "id": "14616", - "name": "Phoenix quill", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "14617", - "name": "Phoenix quill", - "examine": "A feather from a phoenix. Used in Summoning (72).", - "archery_ticket_price": "0", - "attack_speed": "4", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "shop_price": "100", - "tradeable": "true" - }, - { - "id": "14620", - "name": "Pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "examine": "Cock-a-doodle-do!", "durability": null, - "tradeable": "true" - }, - { - "id": "14621", - "name": "Pouch", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "tradeable": "true" - }, - { - "id": "14622", - "name": "Rise from the ashes scroll", - "examine": "A scroll for a phoenix familiar.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "requirements": "{23,72}", - "shop_price": "498", - "tradeable": "true" - }, - { - "id": "14623", - "name": "Phoenix pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null, - "shop_price": "4986", - "tradeable": "true" - }, - { - "id": "14624", - "name": "Phoenix pouch", - "archery_ticket_price": "0", - "attack_speed": "4", - "durability": null, - "shop_price": "4986", - "tradeable": "true" - }, - { - "id": "14625", - "name": "Pouch", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14626", - "name": "Phoenix eggling", - "examine": "A baby phoenix and it's bad to the bone!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14627", - "name": "Phoenix eggling", - "examine": "A baby phoenix and it's bad to the bone!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "durability": null - }, - { - "id": "14629", - "name": "Phoenix egg", - "examine": "I found this egg in the Phoenix's Lair, and clapped at it!", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "name": "Chicken head", + "tradeable": "false", "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "14630", - "name": "Cracked phoenix egg", - "examine": "I found this egg in the Phoenix's Lair, and kicked it!", - "absorb": "0,0,0", + "weight": "0.2", "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "Unknown ", - "durability": null - }, - { - "id": "14631", - "name": "Seer's headband", - "examine": "A headband with an eye embroidered on it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "A player can get a new one by talking to any seer around Seer's village.", - "durability": null, + "id": "11015", "equipment_slot": "0" }, { - "id": "14632", - "name": "Enhanced excalibur", - "examine": "This used to belong to King Arthur and has since been improved.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_anims": "390,390,381,390", - "attack_audios": "2500,2500,2517,2500", - "attack_speed": "5", - "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0", - "defence_anim": "397", - "destroy": "true", - "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.", + "examine": "Perfect for crossing the road.", "durability": null, - "equipment_slot": "3", + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11016", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11017", + "equipment_slot": "4" + }, + { + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11018", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.", + "examine": "Perfect for crossing the road.", + "durability": null, + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11019", + "equipment_slot": "10" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken wings.", + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11020", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You will need to speak to Diango to get another chicken head.", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11021", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken legs.", + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11022", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Let's see how far the rabbit hole goes.", + "durability": null, + "name": "Magic egg", + "archery_ticket_price": "0", + "id": "11023" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used for making chocolate rabbits.", + "durability": null, + "name": "Rabbit mould", + "archery_ticket_price": "0", + "id": "11024" + }, + { + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "11025" + }, + { + "examine": "Chocolatey kebbit goodness.", + "durability": null, + "name": "Chocolate kebbit", + "archery_ticket_price": "0", + "id": "11026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11027", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11028", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11029", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11030", + "equipment_slot": "3" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.", + "examine": "A number of dripping, waterlogged planks.", + "durability": null, + "name": "Damp planks", + "archery_ticket_price": "0", + "id": "11031" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A log with some squiggles carved into it.", + "durability": null, + "name": "Crude carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Another log with some sort of bird hacked into it.", + "durability": null, + "name": "Cruder carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11033" + }, + { + "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.", + "examine": "A faded map marking a cross next to a section of the landscape.", + "durability": null, + "name": "Sven's last map", + "archery_ticket_price": "0", + "id": "11034" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.", + "examine": "Logs taken from the exotic-looking windswept tree.", + "durability": null, + "name": "Windswept logs", + "archery_ticket_price": "0", + "id": "11035" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A salty sword.", "has_special": "true", - "render_anim": "1", - "requirements": "{0,30}", - "run_anim": "824", - "shop_price": "200", - "stand_anim": "808", - "stand_turn_anim": "823", - "turn180_anim": "820", - "turn90ccw_anim": "822", - "turn90cw_anim": "821", - "walk_anim": "819", - "weapon_interface": "6" - }, - { - "id": "14633", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", + "durability": null, + "weight": "1.8", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14634", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14635", - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "tradeable": "false" - }, - { - "id": "14636", - "name": "Slayer helmet (e)", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "650" - }, - { - "id": "14637", - "name": "Slayer helmet (charged)", - "examine": "You don't want to wear it inside-out.", - "absorb": "0,0,0", - "archery_ticket_price": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0", - "destroy": "true", - "destroy_message": "Drop", - "durability": null, - "equipment_slot": "0", - "remove_beard": "true", - "remove_head": "true", - "shop_price": "650" - }, - { - "id": "14638", - "name": "Ring of wealth", - "examine": "It can be charged at the Fountain of Rune.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14639", - "name": "Ring of wealth", - "examine": "It can be charged at the Fountain of Rune.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14640", - "name": "Ring of wealth(1)", - "examine": "An enchanted ring with one teleport charge.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14641", - "name": "Ring of wealth(1)", - "examine": "An enchanted ring with one teleport charge.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14642", - "name": "Ring of wealth(2)", - "examine": "An enchanted ring with two teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14643", - "name": "Ring of wealth(2)", - "examine": "An enchanted ring with two teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14644", - "name": "Ring of wealth(3)", - "examine": "An enchanted ring with three teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14645", - "name": "Ring of wealth(3)", - "examine": "An enchanted ring with three teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14646", - "name": "Ring of wealth(4)", - "examine": "An enchanted ring with four teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14647", - "name": "Ring of wealth(4)", - "examine": "An enchanted ring with four teleport charges.", - "archery_ticket_price": "0", - "durability": null, - "ge_buy_limit": "100", - "tradeable": "true" - }, - { - "id": "14648", - "name": "Jangles the Monkey Backpack", - "examine": "A totally alive monkey friend for your back!", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "1", - "ge_buy_limit": "0", - "shop_price": "0", - "tradeable": "false", - "weight": "0.0" - }, - { - "id": "14649", - "name": "Zanik ring", - "examine": "A ring for only the truest of cave goblins. And Logg too.", - "archery_ticket_price": "0", - "destroy": "true", - "durability": null, - "equipment_slot": "12", - "ge_buy_limit": "0", - "tradeable": "false" - }, - { - "id": "14650", - "name": "Wizard hat", - "examine": "A standard issue wizard hat.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", - "destroy": "true", - "durability": null, - "equipment_slot": "0", - "ge_buy_limit": "0", - "hat": "true", - "tradeable": "false", - "weight": "0.1" - }, - { - "id": "14651", - "name": "Ancient Blueprints", - "examine": "Mysterious blueprints written in an alien language.", - "archery_ticket_price": "0", - "destroy": "true", - "destroy_message": " WARNING: You will have to reobtain this item the hard way.", - "durability": null, - "weight": "0.1" - }, - { - "id": "14652", - "name": "Ring of the Star Sprite", - "examine": "A stardust-infused dragonstone ring.", - "archery_ticket_price": "0", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "destroy": "true", - "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.", - "durability": null, - "equipment_slot": "12", - "weight": "0.1" - }, - { - "id": "14654", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", - "durability": null, - "equip_audio": "2247", + "weapon_interface": "6", "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "attack_anims": "390,390,381,390", + "grand_exchange_price": "120200", + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11037", + "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0" }, { - "id": "14655", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "120200", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", - "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11038" }, { - "id": "14656", - "name": "Staff of the raven", - "examine": "A staff with a spooky raven head attached.", - "archery_ticket_price": "0", - "attack_anims": "419,419,419,419", - "attack_audios": "2555,0,0,0", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "defence_anim": "420", - "destroy": "true", + "examine": "Looks like it might still float.", "durability": null, - "equip_audio": "2247", - "equipment_slot": "3", - "render_anim": "28", - "run_anim": "1210", - "shop_price": "200", - "stand_anim": "813", - "stand_turn_anim": "1209", + "name": "Rotten barrel", "tradeable": "false", - "turn180_anim": "1206", - "turn90ccw_anim": "1208", - "turn90cw_anim": "1207", - "walk_anim": "1205", - "weapon_interface": "1", - "weight": "2.2" + "destroy": "true", + "archery_ticket_price": "0", + "id": "11044" }, { - "id": "14658", - "name": "Bunny ears", - "examine": "A rabbit-like adornment, back in black!", - "archery_ticket_price": "0", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", "destroy": "true", - "destroy_message": "This item can not be reclaimed.", - "equipment_slot": "0", + "archery_ticket_price": "0", + "id": "11045" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "11046" + }, + { + "examine": "Eww, a bald rat!", + "durability": null, + "name": "Brine rat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11047" + }, + { + "examine": "A piece of ancient goblin armour.", + "durability": null, + "name": "Armour shard", + "archery_ticket_price": "0", + "id": "11048" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11049" + }, + { "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Axe head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11050" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", "tradeable": "false", - "weight": "0.2" + "destroy": "true", + "archery_ticket_price": "0", + "id": "11051" + }, + { + "examine": "A piece of ancient goblin helmet.", + "durability": null, + "name": "Helmet fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11052" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11053" + }, + { + "examine": "A piece of an ancient goblin shield.", + "durability": null, + "name": "Shield fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11054" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11055" + }, + { + "examine": "A piece of an ancient goblin sword.", + "durability": null, + "name": "Sword fragment", + "archery_ticket_price": "0", + "id": "11056" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11057" + }, + { + "durability": null, + "attack_audios": "2508,2508,25092508", + "name": "Mace", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "11058" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11059" + }, + { + "shop_price": "2", + "examine": "Oldak's marvellous Moving-over-distance Sphere", + "durability": null, + "name": "Goblin village sphere", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11060" + }, + { + "requirements": "{0,25}-{5,15}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "It has ancient goblin symbols on it.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4093", + "attack_audios": "2508,2508,25092508", + "name": "Ancient mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11061", + "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0" + }, + { + "durability": null, + "name": "Ancient mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11064" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold bracelets.", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11065" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11066" + }, + { + "shop_price": "165", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11069", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11070" + }, + { + "shop_price": "1035", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11072", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11073" + }, + { + "shop_price": "506", + "ge_buy_limit": "5000", + "examine": "Now I can become a potter.", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11074", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11075" + }, + { + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11076", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11077" + }, + { + "ge_buy_limit": "34464", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11079", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11080" + }, + { + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3", + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11081", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11082" + }, + { + "ge_buy_limit": "5000", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11083", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11084" + }, + { + "shop_price": "2325", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11085", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11086" + }, + { + "ge_buy_limit": "5000", + "examine": "It eases diseases!", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11088", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11089" + }, + { + "ge_buy_limit": "5000", + "examine": "In case of emergency, wear necklace.", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11090", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11091" + }, + { + "shop_price": "3422", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11092", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11093" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11095", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11096" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11097", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11098" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11099", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11100" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11101", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11102" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11103", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11104" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11105", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11106" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11107", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11108" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11109", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11110" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11111", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11112" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11113", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11114" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11115", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11116" + }, + { + "ge_buy_limit": "100", + "examine": "A handy way to get around.", + "grand_exchange_price": "29700", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11118", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11119" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11120", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11121" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11122", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11123" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11124", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11125" + }, + { + "ge_buy_limit": "100", + "examine": "You will need to recharge the bracelet at the Legends Guild.", + "grand_exchange_price": "29000", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11126", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11127" + }, + { + "ge_buy_limit": "100", + "examine": "Makes obsidian weapons even stronger!", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11128", + "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11129" + }, + { + "shop_price": "80400", + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11130", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11131" + }, + { + "ge_buy_limit": "100", + "examine": "Helps to restore your life points.", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11133", + "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11134" + }, + { + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11135", + "equipment_slot": "4" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of pale green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11136", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11137" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11138", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11139" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of dark green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11140", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11141" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (empty)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11151" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (water)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11152" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (herb)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11153" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Potion of Shared Dreaming. One dream for two!", + "durability": null, + "name": "Dream potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11154" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A ground astral rune.", + "durability": null, + "name": "Ground astral rune", + "archery_ticket_price": "0", + "id": "11155" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An astral rune that has been broken into shards.", + "durability": null, + "name": "Astral rune shards", + "archery_ticket_price": "0", + "id": "11156" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lunar-styled lamp. I wonder what's inside?", + "durability": null, + "name": "Dreamy lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11157" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perfect for storing heavy things.", + "durability": null, + "name": "Cyrisus's chest", + "tradeable": "false", + "destroy": "true", + "weight": "6", + "archery_ticket_price": "0", + "id": "11158" + }, + { + "destroy_message": "You will have to create another using the Lunar Spellbook.", + "ge_buy_limit": "100", + "examine": "A box of Hunter goodies.", + "grand_exchange_price": "3", + "durability": null, + "name": "Hunter kit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11159" + }, + { + "destroy_message": "You'll need to get it back from Captain Rovin.", + "examine": "Complete Shield of Arrav.", + "durability": null, + "name": "Restored shield", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "11164" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11165", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11166" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11167", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11168" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11169" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11170" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11171" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11172" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11173" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11174" + }, + { + "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.", + "examine": "A roughly-prepared archaeological find ready for cleaning.", + "durability": null, + "name": "Uncleaned find", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11175" + }, + { + "examine": "An old looking coin.", + "durability": null, + "name": "Old coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11179" + }, + { + "examine": "A cracked and rusty looking coin.", + "durability": null, + "name": "Ancient coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11180" + }, + { + "examine": "A very old symbol of Saradomin.", + "durability": null, + "name": "Ancient symbol", + "archery_ticket_price": "0", + "id": "11181" + }, + { + "examine": "An old symbol of Saradomin.", + "durability": null, + "name": "Old symbol", + "archery_ticket_price": "0", + "id": "11182" + }, + { + "examine": "An old vase with Saradominist markings - it has been chipped.", + "durability": null, + "name": "Old chipped vase", + "archery_ticket_price": "0", + "id": "11183" + }, + { + "examine": "A map of Varrock Museum.", + "durability": null, + "name": "Museum map", + "archery_ticket_price": "0", + "id": "11184" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11185" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11186" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11187" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11188" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11189" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (1)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11190", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (2)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11191", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (3)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11192", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (4)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11193", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (5)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11194", + "equipment_slot": "2" + }, + { + "examine": "A recently-cleaned necklace.", + "durability": null, + "name": "Clean necklace", + "archery_ticket_price": "0", + "id": "11195", + "equipment_slot": "2" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "One of Grimgnash's feathers.", + "durability": null, + "name": "Griffin feather", + "archery_ticket_price": "0", + "id": "11196" + }, + { + "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.", + "examine": "The pendant belonging to Miazrqa.", + "durability": null, + "name": "Miazrqa's pendant", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11197" + }, + { + "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.", + "examine": "A sheet of music.", + "durability": null, + "name": "Music sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11198" + }, + { + "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this", + "shop_price": "60000", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "name": "Rupert's helmet", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11199" + }, + { + "remove_head": "true", + "requirements": "{1,50}", + "shop_price": "60000", + "ge_buy_limit": "100", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "35800", + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11200", + "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11201" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A recipe for a shrinking potion.", + "durability": null, + "name": "Shrinking recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11202" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A list of tasks for the day.", + "durability": null, + "name": "To-do list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11203" + }, + { + "destroy_message": "You will need to make another shrinking potion if you destroy this.", + "examine": "Apparently it shrinks you. Very fast.", + "durability": null, + "name": "Shrink-me-quick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11204", + "equipment_slot": "3" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "A shrunk ogleroot! How odd...", + "grand_exchange_price": "35", + "durability": null, + "name": "Shrunk ogleroot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11205" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A shiny golden goblin. Strange!", + "durability": null, + "name": "Golden goblin", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11210" + }, + { + "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.", + "examine": "A bag of magic beans.", + "durability": null, + "name": "Magic beans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11211" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2674", + "durability": null, + "name": "Dragon arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11212", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3834", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11222", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3141", + "durability": null, + "name": "Dragon arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2866", + "durability": null, + "name": "Dragon arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11228", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3766", + "durability": null, + "name": "Dragon arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "315", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11230", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "445", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11231", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dragon dart tip - needs feathers for flight.", + "grand_exchange_price": "746", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Dragon dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11232" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "516", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11233", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "1248", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11234", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A bow from a darker dimension.", + "walk_anim": "819", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "9", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "143400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11235", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,60}", + "durability": null, + "weight": "1.9", + "weapon_interface": "16", + "equip_audio": "3738", + "render_anim": "1", + "lendable": "true", + "attack_audios": "3731,0,0,0", + "name": "Dark bow" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "143400", + "durability": null, + "name": "Dark bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11236" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragon talons, usable as arrowheads.", + "grand_exchange_price": "3391", + "durability": null, + "name": "Dragon arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11237" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A baby impling in a jar. That's a bit cruel.", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11238" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11239" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A young impling in a jar. Don't trap me, man.", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11240" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11241" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A gourmet impling in a jar.", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11242" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11243" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Earth impling in a jar.", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11244" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11245" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Essence impling in a jar.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11246" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11247" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Eclectic impling in a jar.", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11248" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11249" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Nature impling in a jar.", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11250" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11251" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Magpie impling in a jar.", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11252" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11253" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Ninja impling in a jar.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11254" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11255" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "500", + "examine": "Dragon impling in a jar.", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11256" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11257" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Creates butterfly and impling jars.", + "durability": null, + "name": "Jar generator", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11258" + }, + { + "turn90cw_anim": "6610", + "examine": "For catching butterflies.", + "walk_anim": "6607", + "turn90ccw_anim": "6609", + "attack_speed": "4", + "two_handed": "", + "turn180_anim": "6608", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", + "stand_anim": "6604", + "tradeable": "false", + "run_anim": "6603", + "archery_ticket_price": "0", + "id": "11259", + "stand_turn_anim": "6611", + "requirements": "{21,17}", + "shop_price": "3", + "durability": null, + "destroy": "true", + "weight": "0.2", + "weapon_interface": "14", + "render_anim": "1426", + "name": "Magic butterfly net" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "It's got little holes in the top.", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11260" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11261" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Imps seem to hate this stuff. Can't say I blame them.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11262" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11263" + }, + { + "ge_buy_limit": "100", + "examine": "Omega 3 oil. Good for the brain, not so for the nose.", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11264" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11265" + }, + { + "ge_buy_limit": "100", + "examine": "Fish paste. Urk.", + "grand_exchange_price": "57", + "durability": null, + "name": "Anchovy paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11266" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11267" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11268" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11269" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11270" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11271" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11272" + }, + { + "destroy_message": "You will have to ask Elnock for another one of these.", + "examine": "Lets you easily identify your prey.", + "durability": null, + "name": "Impling scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11273" + }, + { + "remove_sleeves": "true", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "27", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "11274", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11275" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11276" + }, + { + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11277", + "equipment_slot": "8" + }, + { + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11278", + "equipment_slot": "0" + }, + { + "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.", + "examine": "The severed head of the great dragon Elvarg!", + "durability": null, + "name": "Elvarg's head", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11279", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11280", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11281" + }, + { + "remove_head": "true", + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret and mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11282", + "equipment_slot": "0" + }, + { + "requirements": "{1,75}", + "examine": "A heavy shield with a snarling, draconic visage.", + "grand_exchange_price": "5653008", + "rare_item": "true", + "durability": null, + "name": "Dragonfire shield", + "weight": "7.2", + "archery_ticket_price": "0", + "id": "11283", + "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0", + "equip_audio": "2245", + "equipment_slot": "5" + }, + { + "requirements": "{1,75}", + "ge_buy_limit": "10", + "examine": "A heavy shield with a snarling, draconic visage.", + "rare_item": "true", + "durability": null, + "weight": "7.2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "7700000", + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11284", + "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "7700000", + "durability": null, + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11285" + }, + { + "ge_buy_limit": "10", + "examine": "It looks like this could be attached to a shield somehow.", + "grand_exchange_price": "8000000", + "rare_item": "true", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "11286" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8000000", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11287" + }, + { + "examine": "A heavy barbarian Fishing rod.", + "durability": null, + "name": "Barbarian rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "11323" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Roe, or cheap fishy eggs.", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11324" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11325" + }, + { + "ge_buy_limit": "5000", + "examine": "Caviar, or expensive fishy eggs.", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11326" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11327" + }, + { + "shop_price": "11", + "ge_buy_limit": "5000", + "examine": "A sad-looking trout.", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11328" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11329" + }, + { + "ge_buy_limit": "5000", + "examine": "Some non-tasty salmon.", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11330" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11331" + }, + { + "ge_buy_limit": "5000", + "examine": "A bloated sturgeon.", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11332" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11333" + }, + { + "ge_buy_limit": "100", + "examine": "Slices of inedible fish.", + "grand_exchange_price": "2", + "durability": null, + "name": "Fish offcuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11334" + }, + { + "remove_head": "true", + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Protects your head and looks impressive too.", + "rare_item": "true", + "durability": null, + "weight": "2", + "absorb": "2,0,4", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "51600000", + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11335", + "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51600000", + "durability": null, + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11336" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", + "durability": null, + "name": "Mangled bones", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11337" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by vile dragons.", + "durability": null, + "name": "Chewed bones", + "destroy": "true", + "weight": "9.6", + "archery_ticket_price": "0", + "id": "11338" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "Records from my discoveries beneath the lake.", + "durability": null, + "name": "My notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11339" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "A record of Otto's instructions to me.", + "durability": null, + "name": "Barbarian skills", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11340" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11341" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11342" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11343" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11344" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11345" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11346" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11347" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11348" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11349" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11350" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11351" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11352" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11353" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11354" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11355" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11356" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11357" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11358" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11359" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11360" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11361" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11362" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11363" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11364" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11365" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11366" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "204", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11367", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Bronze hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11368" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "25", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11369", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Iron hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11370" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "93", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11371", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Steel hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11372" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "357", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11373", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "357", + "durability": null, + "name": "Mithril hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11374" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1095", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11375", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1095", + "durability": null, + "name": "Adamant hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11376" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11377", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11378" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "290", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11379", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "290", + "durability": null, + "name": "Bronze hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11380" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed bronze hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Bronze hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11381", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "775", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11382", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "775", + "durability": null, + "name": "Bronze hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11383" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8974", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11384", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8974", + "durability": null, + "name": "Bronze hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11385" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "99", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11386", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Iron hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11387" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed iron hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Iron hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11388", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "584", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11389", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "584", + "durability": null, + "name": "Iron hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8783", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11391", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8783", + "durability": null, + "name": "Iron hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11392" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "151", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11393", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "151", + "durability": null, + "name": "Steel hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11394" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed steel hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Steel hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11395", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "636", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11396", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "636", + "durability": null, + "name": "Steel hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11397" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8835", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11398", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8835", + "durability": null, + "name": "Steel hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11399" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "440", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11400", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Mithril hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11401" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed mithril hasta", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "353", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11402", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "925", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11403", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "durability": null, + "name": "Mithril hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11404" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8711", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11405", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8711", + "durability": null, + "name": "Mithril hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11406" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1154", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11407", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1154", + "durability": null, + "name": "Adamant hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11408" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11409", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1639", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11410", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1639", + "durability": null, + "name": "Adamant hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11411" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9388", + "stand_anim": "813", + "name": "Adamant hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11412", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9388", + "durability": null, + "name": "Adamant hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11413" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11414", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11415" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed rune hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11416", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12200", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11417", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11418" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "15500", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11419", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15500", + "durability": null, + "name": "Rune hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11420" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11429" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11430" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11431" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11432" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11433" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11434" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11435" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11436" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11437" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11438" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11439" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11440" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11441" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11442" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11443" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11444" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11445" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11446" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11447" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11448" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11449" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11450" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11451" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11452" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11453" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11454" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11455" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11456" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11457" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11458" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11459" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11460" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a fishy agility potion", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11461" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11462" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a fishy agility potion", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11463" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11464" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11465" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11466" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11467" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11468" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11469" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11470" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11471" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11472" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11473" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11474" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11475" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11476" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11477" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11478" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11479" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11480" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11481" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11482" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11483" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11484" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11485" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11486" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11487" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11488" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11489" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11490" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11491" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11492" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11493" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11494" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11495" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11496" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11497" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11498" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11499" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11500" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11501" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11502" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11503" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11504" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11505" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11506" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11507" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11508" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11509" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11510" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11511" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11512" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11513" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11514" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11515" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11516" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11518" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11519" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11520" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11521" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11522" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11523" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11524" + }, + { + "ge_buy_limit": "5000", + "examine": "More fluff than feather.", + "grand_exchange_price": "325", + "durability": null, + "name": "Wimpy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11525" + }, + { + "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.", + "examine": "Educate yourself.", + "durability": null, + "name": "Book of knowledge", + "weight": "1", + "archery_ticket_price": "0", + "id": "11640" + }, + { + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11655" + }, + { + "ge_buy_limit": "100", + "examine": "A book that explains the art of crafting items from glass.", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11656" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11657" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11663", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11664", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11665", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Void seal(8)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11666", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(7)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11667", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(6)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11668", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(5)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11669", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(4)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11670", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(3)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11671", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11672", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11673", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11674", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11675", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11676", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can find another book in the Keldagrim library.", + "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", + "durability": null, + "name": "Explorer's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11677" + }, + { + "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.", + "examine": "A black helm, too small for your head", + "durability": null, + "name": "Black knight helm", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "11678" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11679" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A change of address form.", + "durability": null, + "name": "Address form", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11680" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It has something written on it.", + "durability": null, + "name": "Scrap paper", + "archery_ticket_price": "0", + "id": "11681" + }, + { + "examine": "I could use this to pick the lock.", + "durability": null, + "name": "Hair clip", + "archery_ticket_price": "0", + "id": "11682" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11686" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11687" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11688" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11689" + }, + { + "ge_buy_limit": "10", + "examine": "The blade for the ultimate weapon.", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "weight": "7.5", + "archery_ticket_price": "0", + "id": "11690" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11691" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11692" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11693" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A beautiful, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "28000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11694", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Armadyl godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000000", + "durability": null, + "name": "Armadyl godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11695" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A brutally heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3700000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11696", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Bandos godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3700000", + "durability": null, + "name": "Bandos godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11697" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A gracious, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "22000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11698", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "22000000", + "durability": null, + "name": "Saradomin godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11699" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A terrifying, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "6100000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11700", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Zamorak godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11701" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "30600000", + "rare_item": "true", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11702" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "30600000", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11703" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "3300000", + "rare_item": "true", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11704" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11705" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "24900000", + "rare_item": "true", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11706" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "24900000", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11707" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "6100000", + "rare_item": "true", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11708" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11709" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "150200", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 1", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11710" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "150200", + "durability": null, + "name": "Godsword shard 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11711" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149100", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 2", + "tradeable": "true", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11712" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149100", + "durability": null, + "name": "Godsword shard 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11713" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149800", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 3", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11714" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149800", + "durability": null, + "name": "Godsword shard 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "An evil spear.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "5400000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11716", + "stand_turn_anim": "1209", + "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Zamorakian spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorakian spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11717" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A helmet of great craftmanship.", + "rare_item": "true", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4100000", + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11718", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "4100000", + "durability": null, + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11719" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A chestplate of great craftsmanship", + "rare_item": "true", + "durability": null, + "weight": "4", + "absorb": "0,10,5", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11720", + "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11721" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "2", + "examine": "A plateskirt of great craftsmanship.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11722", + "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11723" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy chestplate.", + "rare_item": "true", + "durability": null, + "weight": "12", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14700000", + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11724", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14700000", + "durability": null, + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11725" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy pair of tassets.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "15200000", + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11726", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "15200000", + "durability": null, + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11727" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "Some sturdy boots", + "rare_item": "true", + "durability": null, + "weight": "6", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "111700", + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11728", + "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "111700", + "durability": null, + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "The incredible blade of an Icyene.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "5300000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11730", + "stand_turn_anim": "7040", + "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin sword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5300000", + "durability": null, + "name": "Saradomin sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11731" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "These will protect my feet.", + "durability": null, + "rare_item": "true", + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11732", + "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95400", + "durability": null, + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11733" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11734" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. The wax seal is broken.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11735" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "231300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11736", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2230", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Steam battlestaff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "231300", + "durability": null, + "name": "Steam battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11737" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "267600", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11738", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic steam staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "267600", + "durability": null, + "name": "Mystic steam staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11739" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11741" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11743" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11745" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)", + "durability": null, + "name": "A key to a chest", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11747" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)", + "durability": null, + "name": "Strongroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11748" + }, + { + "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.", + "examine": "It makes a sound.", + "durability": null, + "name": "Crystal chime", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11749", + "equipment_slot": "3" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "Notes written by Yewnock while copying Oaknock's machine.", + "durability": null, + "name": "Yewnock's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11750" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11753" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11754" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11755" + }, + { + "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock Smithing armour.", + "durability": null, + "name": "Varrock armour 1", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11756", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 2", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11757", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 3", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11758", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11760" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Locked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11761" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Unlocked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11762" + }, + { + "destroy_message": "You can get the foot again from the creatures in the Jade Vine.", + "examine": "A wizard's severed foot. You can tell by the robes.", + "durability": null, + "name": "Foot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11764" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "\"A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Left arm", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11766" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Right arm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11767" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Left leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11768" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Right leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11769" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11770" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11771" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11772" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11773" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11774" + }, + { + "examine": "A floppy root cutting. Quite dead.", + "durability": null, + "name": "Wilted cutting", + "archery_ticket_price": "0", + "id": "11775" + }, + { + "examine": "A potted root.", + "durability": null, + "name": "Potted root", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11776" + }, + { + "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.", + "examine": "This sealed pot contains your vine cutting - hopefully still alive.", + "durability": null, + "name": "Sealed pot", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11777" + }, + { + "examine": "A large seed.", + "durability": null, + "name": "Jade vine seed", + "archery_ticket_price": "0", + "id": "11778" + }, + { + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Surely this holds many a dark tale...", + "durability": null, + "name": "The grim reaper's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11780" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Some of the Grim Reaper's garb.", + "durability": null, + "name": "Grim's robe", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11781" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Someone's Last Will and Testament.", + "durability": null, + "name": "Last will and testament", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11782" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A tasty treat for Muncher.", + "durability": null, + "name": "Human bones", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11783" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Servant's skull", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11784" + }, + { + "bankable": "false", + "destroy_message": "You can get a replacement from Diango in Draynor Village.", + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11785" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Used to sharpen the blade of a scythe.", + "durability": null, + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe sharpener", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11786" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "That's gross. Why am I carrying it around?", + "durability": null, + "name": "Human eye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11787" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A 'Voice of Doom' potion, used to deepen your voice.", + "durability": null, + "name": "'voice of doom' potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11788" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11789", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11790", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "White goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "11791", + "equipment_slot": "4" + }, + { + "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.", + "durability": null, + "name": "Grubfoot", + "archery_ticket_price": "0", + "id": "11792" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "11793" + }, + { + "shop_price": "32", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere", + "durability": null, + "name": "Plain of mud sphere", + "archery_ticket_price": "0", + "id": "11794" + }, + { + "destroy_message": "The Ekeleshuun priest probably has a spare.", + "examine": "The key you stole from the Ekeleshuun priest.", + "durability": null, + "name": "Ekeleshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11795" + }, + { + "destroy_message": "The Narogoshuun priest probably has a spare.", + "examine": "The key you stole from the Narogoshuun priest.", + "durability": null, + "name": "Narogoshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11796" + }, + { + "destroy_message": "The Huzamogaarb priest probably has a spare.", + "examine": "The key you stole from the Huzamogaarb priest.", + "durability": null, + "name": "Huzamogaarb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11797" + }, + { + "destroy_message": "The Saragorgak priest probably has a spare.", + "examine": "The key you stole from the Saragorgak priest.", + "durability": null, + "name": "Saragorgak key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11798" + }, + { + "destroy_message": "The Horogothgar priest probably has a spare.", + "examine": "The key you stole from the Horogothgar priest.", + "durability": null, + "name": "Horogothgar key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11799" + }, + { + "destroy_message": "The Yurkolgokh priest probably has a spare.", + "examine": "The key you stole from the Yurkolgokh priest.", + "durability": null, + "name": "Yurkolgokh key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11800" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snothead's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11802" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snailfeet's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11803" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Mosschin's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11804" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Redeyes's bone", + "archery_ticket_price": "0", + "id": "11805" + }, + { + "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Strongbones's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11806" + }, + { + "examine": "You can combine these with a toadflax to make a goblin transformation potion.", + "durability": null, + "name": "Pharmakos berries", + "archery_ticket_price": "0", + "id": "11807" + }, + { + "examine": "An ugly albino fish.", + "durability": null, + "name": "Whitefish", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11808" + }, + { + "examine": "4 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (4)", + "archery_ticket_price": "0", + "id": "11809", + "equipment_slot": "5" + }, + { + "examine": "3 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (3)", + "archery_ticket_price": "0", + "id": "11810" + }, + { + "examine": "2 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (2)", + "archery_ticket_price": "0", + "id": "11811" + }, + { + "examine": "1 dose of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (1)", + "archery_ticket_price": "0", + "id": "11812" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11815" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11816", + "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11817" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11818", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11819" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11820", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11821" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11822", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11823" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11824", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11825" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11826" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11827" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "grand_exchange_price": "14600", + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11828", + "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14600", + "durability": null, + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11829" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,6", + "grand_exchange_price": "8764", + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11830", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8764", + "durability": null, + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11831" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,5", + "grand_exchange_price": "7829", + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11832", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7829", + "durability": null, + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11833" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "20600", + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11834", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20600", + "durability": null, + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11835" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "21500", + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11836", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21500", + "durability": null, + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11837" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "9,0,20", + "grand_exchange_price": "136300", + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11838", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136300", + "durability": null, + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11839" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11841" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11842" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11843" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11844" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11845" + }, + { + "requirements": "{0,70}-{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11846" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11847" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11848" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11849" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11850" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11851" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10", + "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11852" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11853" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11854" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11855" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11856" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11857" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a helm, body, legs and shield", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11858" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11859" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing coif, body, chaps and vambraces.", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11860" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11861" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a body, legs, amulet and hat", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11862" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11863" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "9000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "durability": null, + "weight": "2.2", + "absorb": "0,10,5", + "grand_exchange_price": "8932", + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11864", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8932", + "durability": null, + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11865" + }, + { + "requirements": "{1,40}-{4,50}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11867" + }, + { + "requirements": "{1,40}-{4,60}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11868" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11869" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "40000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "17600", + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11870" + }, + { + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11871" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "169143", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11872" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11873" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11874" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11875" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11876", + "absorb": "13,6,0", + "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11877" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11878", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11879" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11880", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11881" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11882" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11883" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11884" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11885" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11886" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11887" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11888" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11889" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11890" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11891" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11892" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11893" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11894", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11895" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11896", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11897" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11898", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11899" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11900", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11901" + }, + { + "requirements": "{20,1}-{6,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11902" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11903" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11904" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11905" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robe top and bottom", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11906" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11907" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11908" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11909" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11910" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11911" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11912", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11913" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11914", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11915" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11916" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11917" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps.", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11918" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11919" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11920" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11921" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11922" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11923" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11924" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11925" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and shield.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11926", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11927" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11928", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11929" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11930", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11931" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11932", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11933" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11934", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11935" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11936", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11937" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11938" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11939" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11940" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11941" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11942" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11943" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11944", + "absorb": "0,13,6", + "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11945" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11947" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11949", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11950", + "equipment_slot": "3" + }, + { + "attack_anims": "5063", + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11951", + "weapon_interface": "18", + "equipment_slot": "3" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow warrior.", + "durability": null, + "name": "Ice sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11952" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow mage.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Winter staff", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11953" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow ranger.", + "durability": null, + "name": "Holly bow", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11954" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a barbarian snowman.", + "durability": null, + "name": "Barbarian snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11955" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "It's actually made of cardboard, but it looks like a dragon full helm.", + "durability": null, + "name": "Dragon snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11956" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Use this to make your snowman look like a dwarf.", + "durability": null, + "name": "Dwarf snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11957" + }, + { + "bankable": "false", + "destroy_message": "Talk to a snow imp to get another.", + "examine": "Arr! Shiver me snowman!", + "durability": null, + "name": "Pirate snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11958" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "The most traditional snowman hat.", + "durability": null, + "name": "Snowman top hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11959" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "215431", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11960" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11961" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "228541", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11962" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11963" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Raven egg", + "archery_ticket_price": "0", + "id": "11964" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Vulture egg", + "archery_ticket_price": "0", + "id": "11965" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "11966" + }, + { + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11967" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11968" + }, + { + "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.", + "examine": "A water tiara infused with water runes. Protects from the hot desert sun.", + "durability": null, + "name": "Enchanted water tiara", + "weight": "1", + "archery_ticket_price": "0", + "id": "11969", + "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.", + "examine": "A crate full of distressed gear.", + "durability": null, + "name": "Smelly crate", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11970" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An empty crate, ready for bronze gear.", + "durability": null, + "name": "Empty crate", + "archery_ticket_price": "0", + "id": "11972" + }, + { + "destroy_message": "I can obtain another one from the archaeologist near Sophanem.", + "examine": "A book of research on Scabarite history.", + "durability": null, + "name": "Scabaras research", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11973" + }, + { + "destroy_message": "I can obtain another one from Simon Templeton.", + "examine": "Issued by Simon Templeton.", + "durability": null, + "name": "Artefact receipt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11974" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11975" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11976" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11977" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11978" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11979" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11980" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11981" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11982" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11983" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11984" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11985" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11986" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11987" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11988" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11989" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11990" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11991" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11992" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11993" + }, + { + "destroy_message": "I can obtain another one from the archaeologists near Sophanem.", + "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)", + "durability": null, + "name": "Scabarite key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11994" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze dagger.", + "examine": "It has been oxidised.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Oxidised dagger", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11995" + }, + { + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised medium helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11996" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze sword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11997" + }, + { + "turn90cw_anim": "821", + "examine": "It has been oxidised.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "destroy_message": "I can make another one by using camel dung on a bronze scimitar.", + "stand_anim": "808", + "attack_audios": "2500,0,2517,0", + "name": "Oxidised scimitar", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11998", + "stand_turn_anim": "823" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze longsword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised longsword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11999" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze full helmet.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised full helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12000" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze square shield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised square shield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12001" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze chainbody.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised chainbody", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12002" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised kiteshield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12003", + "equip_audio": "2245" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze two", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised two-handed sword", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "12004" + }, + { + "destroy_message": "I can make another one by using camel dung on some bronze platelegs.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised platelegs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12005" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised plateskirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12006" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "I can summon a spirit terrorbird familiar with this.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12007" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12008" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "I can summon a granite crab familiar with this.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12009" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12010" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "I can summon a praying mantis familiar with this.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12011" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12012" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "I can summon a giant ent familiar with this.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12014" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "I can summon a spirit cobra familiar with this.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12016" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "I can summon a spirit dagannoth familiar with this.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12018" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "I can summon a thorny snail familiar with this.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12020" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "I can summon a beaver familiar with this.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12021" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12022" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon a karamthulhu overlord familiar with this.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12023" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12024" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "I can summon a hydra familiar with this.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12025" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12026" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "I can summon a spirit jelly familiar with this.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12027" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12028" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "I can summon a bunyip familiar with this.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12029" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12030" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "I can summon a war tortoise familiar with this.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12031" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12032" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "I can summon a fruit bat familiar with this.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12033" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12034" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "I can summon an abyssal parasite familiar with this.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12035" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12036" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "I can summon an abyssal lurker familiar with this.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12037" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12038" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "I can summon a unicorn stallion familiar with this.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12039" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12040" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "I can summon a magpie familiar with this.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12041" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12042" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "I can summon a dreadfowl familiar with this.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12043" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12044" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon a stranger plant familiar with this.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12045" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12046" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "I can summon a spirit wolf familiar with this.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12047" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12048" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "I can summon a desert wyrm familiar with this.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12049" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12050" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "I can summon an evil turnip familiar with this.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12051" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12052" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "I can summon a vampire bat familiar with this.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12053" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12054" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "I can summon a spirit scorpion familiar with this.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12055" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12056" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "I can summon an arctic bear familiar with this.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12057" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12058" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "I can summon a spirit spider familiar with this.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12059" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12060" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "I can summon a bloated leech familiar with this.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12061" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12062" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "I can summon a spirit kalphite familiar with this.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12063" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12064" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "I can summon a honey badger familiar with this.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12065" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12066" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "I can summon an albino rat familiar with this.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12067" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12068" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "I can summon a granite lobster familiar with this.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12069" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12070" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "I can summon a macaw familiar with this.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12071" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12072" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "I can summon a bronze minotaur familiar with this.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12073" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12074" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon an iron minotaur familiar with this.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12075" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12076" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "I can summon a steel minotaur familiar with this", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12077" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12078" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "I can summon a mithril minotaur with this.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12079" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12080" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon an adamant minotaur familiar with this.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12081" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12082" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "I can summon a rune minotaur with this.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12083" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12084" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "I can summon a smoke devil familiar with this.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12085" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12086" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "I can summon a bull ant familiar with this.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12087" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12088" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "I can summon a wolpertinger familiar with this.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12089" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12090" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "I can summon a compost mound familiar with this.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12091" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12092" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "I can summon a pack yak familiar with this.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12093" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12094" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "I can summon a spirit cockatrice familiar with this.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12095" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12096" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "I can summon a spirit guthatrice familiar with this.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12097" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12098" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "I can summon a spirit saratrice familiar with this.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12099" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12100" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "I can summon a spirit zamatrice familiar with this.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12101" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12102" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "I can summon a spirit pengatrice familiar with this.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12103" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12104" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "I can summon a spirit coraxatrice familiar with this.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12106" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "I can summon a spirit vulatrice familiar with this.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12108" + }, + { + "ge_buy_limit": "10000", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12109" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12110" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy green egg.", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12112" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy blue egg.", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12114" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy red egg.", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12115" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12116" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy grey egg.", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12117" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12118" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy black egg.", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12119" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12120" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy pink egg.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12121" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12122" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "I can summon a barker toad familiar with this.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12123" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12124" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A swarm of little flies.", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12126" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Some beetle bits.", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12128" + }, + { + "ge_buy_limit": "100", + "examine": "Good for feeding birds.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12129" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Mmmm...nuts.", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12130" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12131" + }, + { + "examine": "Makes me want to do a truffle shuffle.", + "durability": null, + "name": "Truffle", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "12132" + }, + { + "durability": null, + "name": "Truffle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12133", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12134" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12135" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12136" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12137" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12138" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12139" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Summoning potion.", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12140" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12141" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12142" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12143" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Summoning potion.", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12144" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12145" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Summoning potion.", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12146" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12147" + }, + { + "ge_buy_limit": "100", + "examine": "Grows into the root-vegetable of all evil.", + "grand_exchange_price": "68", + "durability": null, + "name": "Evil turnip seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12148" + }, + { + "ge_buy_limit": "5000", + "examine": "Utterly terrifying!", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12153" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12154" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3", + "examine": "Can be used to create Summoning pouches.", + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12155" + }, + { + "ge_buy_limit": "5000", + "examine": "This is what bees craft.", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12156" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12157" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12158" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Green charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12159" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Crimson charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12160" + }, + { + "examine": "A charm used to summon familiars", + "durability": null, + "name": "Abyssal charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12161" + }, + { + "examine": "A charm used to summon talon beasts.", + "durability": null, + "name": "Talon beast charm", + "archery_ticket_price": "0", + "id": "12162" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Blue charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12163" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void ravager.", + "durability": null, + "name": "Ravager charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12164" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void shifter.", + "durability": null, + "name": "Shifter charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12165" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void Spinner.", + "durability": null, + "name": "Spinner charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12166" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void torcher.", + "durability": null, + "name": "Torcher charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12167" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Obsidian charm", + "archery_ticket_price": "0", + "id": "12168" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12169", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{23,99}", + "durability": null, + "name": "Summoning cape(t)", + "archery_ticket_price": "0", + "id": "12170", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "Summoning skillcape hood.", + "durability": null, + "name": "Summoning hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12171", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12172" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12173" + }, + { + "requirements": "{15,35}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12174" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12175" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A seed for spirit weed.", + "grand_exchange_price": "698", + "durability": null, + "name": "Spirit weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12176" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this spirit weed potion.", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12181" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12182" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12183" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12184" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12185" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12186" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12187" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12190" + }, + { + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12191" + }, + { + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12192" + }, + { + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12193" + }, + { + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12194" + }, + { + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12195" + }, + { + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12196" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12197" + }, + { + "examine": "Little Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12198" + }, + { + "examine": "A stripy little baby raccoon.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12199" + }, + { + "examine": "An experienced nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12200" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12203" + }, + { + "remove_head": "true", + "requirements": "{23,10}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Doors could be a problem, wearing these...", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "40", + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12204", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12205" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Doors could be a problem, wearing these...", + "grand_exchange_price": "50", + "durability": null, + "name": "Antlers (charged)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{23,30}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "254", + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12207", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "254", + "durability": null, + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12208" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "211", + "name": "Lizard skull (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12209", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12210", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12211" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12212", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12213", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12214" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12215", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12216", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12217" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12218", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12219", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12220" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12221", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12222", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12223" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12224", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12294" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12296" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12298" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12300" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12302" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12304" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12306" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12308" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12310" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12312" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12314" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12316" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12318" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12320" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12322" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12324" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12326" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12328" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12330" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12332" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12334" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12336" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12338" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12340" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12342" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12344" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12346" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12348" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12350" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12352" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12354" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12356" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12358" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12360" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12362" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12364" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12366" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12368" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12370" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12372" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12374" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12376" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12378" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12380" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12382" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12384" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12386" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12388" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12390" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12392" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12394" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12396" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12398" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12400" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12402" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12404" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12406" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12408" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12410" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12412" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12414" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12416" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12418" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12420" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "96", + "examine": "A scroll for a macaw familiar.", + "durability": null, + "name": "Herbcall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12422" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "A scroll for a fruit bat familiar.", + "durability": null, + "name": "Fruitfall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12423" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for an ibis familiar.", + "durability": null, + "name": "Fish rain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12424" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a spirit wolf familiar.", + "durability": null, + "name": "Howl scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12425" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a magpie familiar.", + "durability": null, + "name": "Thieving fingers scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12426" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "533", + "examine": "A scroll for an abyssal lurker familiar.", + "durability": null, + "name": "Abyssal stealth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12427" + }, + { + "requirements": "{23,10}", + "ge_buy_limit": "5000", + "grand_exchange_price": "237", + "examine": "A scroll for a spirit spider familiar.", + "durability": null, + "name": "Egg spawn scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12428" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a beaver familiar.", + "durability": null, + "name": "Multichop scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12429" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "A scroll for an albino rat familiar.", + "durability": null, + "name": "Cheese feast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12430" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "39", + "examine": "A scroll for a bull ant familiar.", + "durability": null, + "name": "Unburden scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12431" + }, + { + "requirements": "{23,19}", + "ge_buy_limit": "5000", + "grand_exchange_price": "72", + "examine": "A scroll for a spirit scorpion familiar.", + "durability": null, + "name": "Venom shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12432" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "99", + "examine": "A scroll for a honey badger familiar.", + "durability": null, + "name": "Insane ferocity scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12433" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "299", + "examine": "A scroll for a unicorn stallion familiar.", + "durability": null, + "name": "Healing aura scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12434" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "428", + "examine": "A scroll for a pack yak familiar.", + "durability": null, + "name": "Winter storage scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12435" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "examine": "A scroll for a spirit cobra familiar.", + "durability": null, + "name": "Oph. incubation scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12436" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "419", + "examine": "A scroll for a wolpertinger familiar.", + "durability": null, + "name": "Magic focus scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12437" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "220", + "examine": "A scroll for a bunyip familiar.", + "durability": null, + "name": "Swallow whole scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12438" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "269", + "examine": "A scroll for a war tortoise familiar.", + "durability": null, + "name": "Testudo scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12439" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a compost mound familiar.", + "durability": null, + "name": "Generate compost scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12440" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "35", + "examine": "A scroll for a spirit terrorbird familiar.", + "durability": null, + "name": "Tireless run scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12441" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "174", + "examine": "A scroll for a hydra familiar.", + "durability": null, + "name": "Regrowth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12442" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1118", + "examine": "A scroll for a Pest Control familiar.", + "durability": null, + "name": "Call to arms scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12443" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "148", + "examine": "A scroll for a bloated leech familiar.", + "durability": null, + "name": "Blood drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12444" + }, + { + "requirements": "{23,4}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a dreadfowl familiar.", + "durability": null, + "name": "Dreadfowl strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12445" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "122", + "examine": "A scroll for a spirit kalphite familiar.", + "durability": null, + "name": "Sandstorm scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12446" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "1000", + "grand_exchange_price": "98", + "examine": "A scroll for a vampire bat familiar.", + "durability": null, + "name": "Vampire touch scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12447" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "123", + "examine": "A scroll for an evil turnip familiar.", + "durability": null, + "name": "Evil flames scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12448" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "219", + "examine": "A scroll for a granite lobster familiar.", + "durability": null, + "name": "Crushing claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12449" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "221", + "examine": "A scroll for a praying mantis familiar.", + "durability": null, + "name": "Mantis strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12450" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "examine": "A scroll for an arctic bear familiar.", + "durability": null, + "name": "Arctic blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12451" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a barker toad familiar.", + "durability": null, + "name": "Toad bark scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12452" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "202", + "examine": "A scroll for a spirit jelly familiar.", + "durability": null, + "name": "Dissolve scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12453" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "163", + "examine": "A scroll for an abyssal parasite familiar.", + "durability": null, + "name": "Abyssal drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12454" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a karamthulhu overlord familiar.", + "durability": null, + "name": "Doomsphere scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12455" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "examine": "A scroll for a spirit dagannoth familiar.", + "durability": null, + "name": "Spike shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12456" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a giant ent familiar.", + "durability": null, + "name": "Acorn missile scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12457" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a cockatrice variant familiar.", + "durability": null, + "name": "Petrifying gaze scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12458" + }, + { + "requirements": "{23,13}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a thorny snail familiar.", + "durability": null, + "name": "Slime spray scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12459" + }, + { + "requirements": "{23,18}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a desert wyrm familiar.", + "durability": null, + "name": "Electric lash scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12460" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "135", + "examine": "A scroll for a bronze minotaur familiar.", + "durability": null, + "name": "Bronze bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12461" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "A scroll for an iron minotaur familiar.", + "durability": null, + "name": "Iron bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12462" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "182", + "examine": "A scroll for a steel minotaur familiar.", + "durability": null, + "name": "Steel bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12463" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a mithril minotaur familiar.", + "durability": null, + "name": "Mith bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12464" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "203", + "examine": "A scroll for an adamant minotaur familiar.", + "durability": null, + "name": "Addy bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12465" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "67", + "examine": "A scroll for a rune minotaur familiar.", + "durability": null, + "name": "Rune bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12466" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "171", + "examine": "A scroll for a stranger plant familiar.", + "durability": null, + "name": "Poisonous blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12467" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "170", + "examine": "A scroll for a smoke devil familiar.", + "durability": null, + "name": "Dust cloud scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12468" + }, + { + "examine": "A hatchling red dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12469" + }, + { + "examine": "A hatchling blue dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12471" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12473" + }, + { + "examine": "A hatchling black dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12475" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Red dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12477" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Blue dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12478" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Green dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12479" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Black dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12480" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12481" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Penguin egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12483" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12484" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12485" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12486" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12487" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12488" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12489" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12490" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12491" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Baby chameleon", + "archery_ticket_price": "0", + "id": "12492" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12493" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12494" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12495" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12496" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12498" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12499" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12500" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12501" + }, + { + "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.", + "durability": null, + "name": "Crunchy claw token", + "archery_ticket_price": "0", + "id": "12502" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Saradomin chick", + "archery_ticket_price": "0", + "id": "12503" + }, + { + "examine": "Lovely blue plumage.", + "durability": null, + "name": "Saradomin bird", + "archery_ticket_price": "0", + "id": "12504" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12505" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Zamorak chick", + "archery_ticket_price": "0", + "id": "12506" + }, + { + "examine": "Lovely red plumage.", + "durability": null, + "name": "Zamorak bird", + "archery_ticket_price": "0", + "id": "12507" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12508" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Guthix chick", + "archery_ticket_price": "0", + "id": "12509" + }, + { + "examine": "Lovely green plumage.", + "durability": null, + "name": "Guthix bird", + "archery_ticket_price": "0", + "id": "12510" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12511" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12512" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12513" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12514" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12515" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12516" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12517" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12518" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12519" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12520" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12521" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12522" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12523" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12524", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12527" + }, + { + "examine": "A key to Pikkupstix's trapdoor.", + "durability": null, + "name": "Trapdoor key", + "archery_ticket_price": "0", + "id": "12528" + }, + { + "shop_price": "25", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12530" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "I can summon an ibis familiar with this.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12531" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12532" + }, + { + "requirements": "{23,16}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a granite crab familiar.", + "durability": null, + "name": "Stony shell scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12533" + }, + { + "ge_buy_limit": "1000", + "examine": "Meat from a creature that can be hunted in Isafdar.", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "12535" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12536" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12538" + }, + { + "ge_buy_limit": "5000", + "examine": "Spikes from a grenwall.", + "grand_exchange_price": "1704", + "durability": null, + "name": "Grenwall spikes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12539" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12545" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12547" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12548" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12549" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12550" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12551" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12552" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12553" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Patrick", + "archery_ticket_price": "0", + "id": "12554" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Penelope", + "archery_ticket_price": "0", + "id": "12555" + }, + { + "examine": "I bet he can't wait until it's cooked.", + "durability": null, + "name": "Peter", + "archery_ticket_price": "0", + "id": "12556" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Peanut", + "archery_ticket_price": "0", + "id": "12557" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "12558", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "The height of style?", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12559", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12560" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12561", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12562" + }, + { + "remove_sleeves": "true", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12563", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12564" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "Good for stomping.", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12565", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12566" + }, + { + "ge_buy_limit": "100", + "examine": "It's a slightly sickly-looking fur.", + "grand_exchange_price": "1468", + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12567" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A furry hat with an unnerving tail.", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12568", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12569" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "8684", + "examine": "A big piece of tree.", + "walk_anim": "8684", + "durability": null, + "weight": "10", + "turn90ccw_anim": "8684", + "attack_speed": "7", + "weapon_interface": "10", + "turn180_anim": "8684", + "render_anim": "1157", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,401,401", + "grand_exchange_price": "77", + "stand_anim": "8683", + "name": "Ogre club", + "tradeable": "true", + "run_anim": "8685", + "archery_ticket_price": "0", + "id": "12570", + "stand_turn_anim": "823", + "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Ogre club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12571" + }, + { + "ge_buy_limit": "100", + "examine": "A delicate, sweet-smelling flower.", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12572" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12573" + }, + { + "ge_buy_limit": "100", + "examine": "A stiff, pungent grass.", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12574" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12575" + }, + { + "ge_buy_limit": "100", + "examine": "A cheerful, aromatic flower.", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12576" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12577" + }, + { + "turn90cw_anim": "8681", + "examine": "A stiff, pungent grass.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "41", + "stand_anim": "8682", + "name": "Smouldering fever grass", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12578", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A delicate, sweet-smelling flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "29", + "stand_anim": "8682", + "name": "Smouldering lavender", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12579", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A cheerful, aromatic flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "18", + "stand_anim": "8682", + "name": "Smouldering tansymum", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12580", + "stand_turn_anim": "8682" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12581", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12582" + }, + { + "ge_buy_limit": "1000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12583" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12584" + }, + { + "ge_buy_limit": "100", + "examine": "A modest and mild plant.", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12588" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12589" + }, + { + "ge_buy_limit": "100", + "examine": "A pretty but putrid flower.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "12590" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12591" + }, + { + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12592" + }, + { + "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.", + "examine": "The plans for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Catapult schematics", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12593" + }, + { + "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.", + "examine": "General Hining wants me to deliver this to the Catapult Engineer.", + "durability": null, + "name": "Engineer's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12594" + }, + { + "destroy_message": "You can always get another from the drunken sailor in Port Sarim.", + "examine": "Taken from a drunken sailor in Port Sarim.", + "durability": null, + "name": "Sailor's hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12595", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.", + "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Metal catapult parts", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12596" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12597" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12598" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12599" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12600" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12601" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12602" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12603" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12604" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12605" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12606" + }, + { + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12607", + "equipment_slot": "5" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 1 charge.", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12608", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12609" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 2 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12610", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12611" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 3 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12612", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12613" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 4 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12614", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12615" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 5 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12616", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12617" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 6 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12618", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12619" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 7 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12620", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12621" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 8 charges.", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12622", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12623" + }, + { + "shop_price": "10", + "examine": "An ogleroot. How odd.", + "durability": null, + "name": "Ogleroot", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0", + "id": "12624" + }, + { + "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.", + "shop_price": "500", + "examine": "A flag to put in the ground.", + "durability": null, + "name": "Flag", + "tradeable": "false", + "destroy": "true", + "weight": "0", + "archery_ticket_price": "0", + "id": "12625" + }, + { + "destroy_message": "You will need to get another exam paper from Professor Henry", + "examine": "Player Safety test", + "durability": null, + "name": "Test paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12626" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12627" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12628" + }, + { + "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.", + "examine": "Gloves from the Stronghold of Player Safety.", + "durability": null, + "name": "Safety gloves", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12629", + "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Rubium is very unstable", + "shop_price": "10", + "examine": "Be careful with this near water.", + "durability": null, + "name": "Rubium", + "weight": "1", + "archery_ticket_price": "0", + "id": "12630" + }, + { + "destroy_message": "The train is tiny", + "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.", + "durability": null, + "name": "Toy train", + "archery_ticket_price": "0", + "id": "12631" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12632" + }, + { + "examine": "The jar is shaking violently!", + "durability": null, + "name": "Super fishing explosive", + "archery_ticket_price": "0", + "id": "12633" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12634", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12635" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12636" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12637" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12638" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12639" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12640" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12641" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12642" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12643" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12644" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12645", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12646" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12647" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12648" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12649" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12650" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12651" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12652" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12653" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can get another in the Easter Bunny's warren.", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12654" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can make another at the Easter Bunny's warren.", + "examine": "A cockatrice egg that has been dipped in molten chocolate.", + "durability": null, + "name": "Chocatrice egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12655", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "12657" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12658", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12659", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (e)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12660", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (charged)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12661", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12662", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12663", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12664", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12666", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12667", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (e)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12668", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (charged)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12669", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12670", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12671", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12672", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12673", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12674", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12675", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12676", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12677", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12678", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12679", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12680", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12681", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12682" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12684" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12686" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12688" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12690" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12692" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12694" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12696" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12698" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12700" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12701" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12702" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12703" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12704" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12705" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12706" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12707" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12708" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12709" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12710" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12711" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12712" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12713" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12714" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12715" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12716" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12717" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12718" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12719" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12720" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12721" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12722" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12723" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12724" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12725" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12726" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12727" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12728" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12729" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12730" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12731" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12732" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12733" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12734" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12735" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12736" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12737" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12738" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12739" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12740" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12741" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12742" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12743" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12744" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12745" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12746" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12747" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12748" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12749" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12750" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12751" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12752" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12753" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12754" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12755" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12756" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12757" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12758" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12759" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12760" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12761" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12763" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12765" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12766" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12767" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12768" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12769" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12770" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12771" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12772" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12773" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12774" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12775" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "I can summon a swamp titan familiar with this.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12776" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12777" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "I can summon a spirit mosquito familiar with this.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12778" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12779" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "I can summon a void spinner familiar with this.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12780" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12781" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "I can summon a forge regent familiar with this.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12782" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12783" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "I can summon a spirit larupia familiar with this.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12784" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12785" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "I can summon a geyser titan familiar with this.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12786" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12787" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "I can summon a lava titan familiar with this.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12788" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12789" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "I can summon a steel titan familiar with this.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12790" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12791" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "I can summon an obsidian golem familiar with this.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12792" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12793" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "I can summon a talon beast familiar with this.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12794" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12795" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "I can summon an abyssal titan familiar with this.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12796" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12797" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "I can summon a void torcher familiar with this.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12798" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12799" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "I can summon a giant chinchompa familiar with this.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12800" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12801" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "I can summon a fire titan familiar with this.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12802" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12803" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "I can summon a moss titan familiar with this.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12804" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12805" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "I can summon an ice titan familiar with this.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12806" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12807" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "I can summon a spirit Tz-Kih familiar with this.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12808" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12809" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "I can summon a spirit graahk familiar with this.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12810" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12811" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "I can summon a spirit kyatt familiar with this.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12812" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12813" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "I can summon a void shifter familiar with this.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12814" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12815" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "I can summon a pyrelord familiar with this.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12816" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12817" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "I can summon a void ravager familiar with this.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12818" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12819" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "I can summon a ravenous locust familiar with this.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12821" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "I can summon an iron titan familiar with this.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12822" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12823" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "380", + "examine": "A scroll for an elemental titan familiar.", + "durability": null, + "name": "Titan's con. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12824" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "646", + "examine": "A scroll for a steel titan familiar.", + "durability": null, + "name": "Steel of legends scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12825" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "271", + "examine": "A scroll for an obsidian golem familiar.", + "durability": null, + "name": "Volcanic str. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12826" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "310", + "examine": "A scroll for an abyssal titan familiar.", + "durability": null, + "name": "Essence shipment scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12827" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "389", + "examine": "A scroll for an iron titan familiar.", + "durability": null, + "name": "Iron within scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12828" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a pyrelord familiar.", + "durability": null, + "name": "Immense heat scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12829" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "149", + "examine": "A scroll for a ravenous locust familiar.", + "durability": null, + "name": "Famine scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12830" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "245", + "examine": "A scroll for a talon beast familiar.", + "durability": null, + "name": "Deadly claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12831" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "192", + "examine": "A scroll for a swamp titan familiar.", + "durability": null, + "name": "Swamp plague scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12832" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "294", + "examine": "A scroll for a geyser titan familiar.", + "durability": null, + "name": "Boil scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12833" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "103", + "examine": "A scroll for a giant chinchompa familiar.", + "durability": null, + "name": "Explode scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12834" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "250", + "examine": "A scroll for a spirit graahk familiar.", + "durability": null, + "name": "Goad scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12835" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1428", + "examine": "A scroll for a spirit kyatt familiar.", + "durability": null, + "name": "Ambush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12836" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "300", + "examine": "A scroll for a lava titan familiar.", + "durability": null, + "name": "Ebon thunder scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12837" + }, + { + "requirements": "{23,17}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1", + "examine": "A scroll for a spirit mosquito familiar.", + "durability": null, + "name": "Pester scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12838" + }, + { + "requirements": "{23,22}", + "ge_buy_limit": "5000", + "grand_exchange_price": "78", + "examine": "A scroll for a spirit Tz-Kih familiar.", + "durability": null, + "name": "Fireball assault scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12839" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "196", + "examine": "A scroll for a spirit larupia familiar.", + "durability": null, + "name": "Rending scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12840" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "173", + "examine": "A scroll for a forge regent familiar.", + "durability": null, + "name": "Inferno scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12841" + }, + { + "turn90cw_anim": "8963", + "stand_anim": "8964", + "walk_anim": "8961", + "durability": null, + "name": "Gnomecopter", + "run_anim": "8963", + "archery_ticket_price": "0", + "turn90ccw_anim": "8963", + "id": "12842", + "stand_turn_anim": "8963", + "turn180_anim": "8963", + "equipment_slot": "1" + }, + { + "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.", + "examine": "It tells gnomecopters where you wish to go.", + "durability": null, + "name": "Gnomecopter ticket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12843" + }, + { + "shop_price": "100", + "turn90cw_anim": "8983", + "examine": "A kite with a dragon on it.", + "walk_anim": "8982", + "durability": null, + "turn90ccw_anim": "8984", + "attack_speed": "4", + "turn180_anim": "8985", + "render_anim": "593", + "equipment_slot": "3", + "stand_anim": "8981", + "name": "Toy kite", + "run_anim": "8986", + "archery_ticket_price": "0", + "id": "12844", + "stand_turn_anim": "8987" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12845", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12846", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12847", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12848", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12849", + "stand_turn_anim": "9000" + }, + { + "examine": "A generic elemental rune", + "durability": null, + "name": "Elemental rune", + "archery_ticket_price": "0", + "id": "12850" + }, + { + "examine": "A generic non-elemental rune", + "durability": null, + "name": "Catalytic rune", + "archery_ticket_price": "0", + "id": "12851" + }, + { + "examine": "A token awarded for taking part in the Fist of Guthix minigame.", + "durability": null, + "name": "Fist of guthix token", + "archery_ticket_price": "0", + "id": "12852" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Teleports you to the centre of the arena.", + "durability": null, + "name": "Tele-orb", + "archery_ticket_price": "0", + "id": "12855" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,50}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Irit gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12856", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,60}", + "shop_price": "100", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Avantoe gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12857", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Kwuarm gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12858", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,80}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Cadantine gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12859", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,65}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Swordfish gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12860", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,90}", + "shop_price": "200", + "examine": "A pair of mystical gloves", + "durability": null, + "name": "Shark gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12861", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{18,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Dragon slayer gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12862", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,10}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Air runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12863", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,20}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Water runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12864", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.", + "requirements": "{20,30}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Earth runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12865", + "equipment_slot": "9" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12866", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12867", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12868", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12869", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12870", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "78900", + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12871", + "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78900", + "durability": null, + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12872" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12873", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12874", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12875", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12876", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12877", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "431400", + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12878", + "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12879" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12880", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12881", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12882", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12883", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12884", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "538000", + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12885", + "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "538000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12886" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12887", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12888", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12889", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12890", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12891", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "8504", + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12892", + "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8504", + "durability": null, + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12893" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12894", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12895", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12896", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12897", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12898", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "76300", + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12899", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "76300", + "durability": null, + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12900" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12901", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12902", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12903", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12904", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12905", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "60800", + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12906", + "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60800", + "durability": null, + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12907" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12908", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12909", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12910", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12911", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12912", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2718", + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12913", + "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "2718", + "durability": null, + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12914" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12915", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12916", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12917", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12918", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12919", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "23700", + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12920", + "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "23700", + "durability": null, + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12921" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12922", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12923", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12924", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12925", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12926", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "50500", + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12927", + "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "50500", + "durability": null, + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12928" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12929", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12930", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12931", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12932", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12933", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "135300", + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12934", + "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "135300", + "durability": null, + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12935" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12936", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12937", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12938", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12939", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12940", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "92700", + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12941", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "grand_exchange_price": "92700", + "durability": null, + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12942" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12943", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12944", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12945", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12946", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12947", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "131900", + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12948", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "grand_exchange_price": "131900", + "durability": null, + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12949" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12950", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12951", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12952", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12953", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12954", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "156600", + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12955", + "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "grand_exchange_price": "156600", + "durability": null, + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12956" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12957", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12958", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12959", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12960", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12961", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "229000", + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12962", + "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "grand_exchange_price": "229000", + "durability": null, + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12963" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12964", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12965", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12966", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12967", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12968", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "ge_buy_limit": "10", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "6511", + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12969", + "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6511", + "durability": null, + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12970" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12971", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12972", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12973", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12974", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12975", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "ge_buy_limit": "10", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "61500", + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12976", + "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "61500", + "durability": null, + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12977" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12978", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12979", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12980", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12981", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12982", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "47800", + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12983", + "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "47800", + "durability": null, + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12984" + }, + { + "shop_price": "15", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3694", + "durability": null, + "name": "Bronze gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12985", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12986", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12987" + }, + { + "shop_price": "30", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "17339", + "durability": null, + "name": "Iron gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12988", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12989", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12990" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "29844", + "durability": null, + "name": "Steel gauntlets", + "tradeable": "false", + "weight": "10", + "archery_ticket_price": "0", + "id": "12991", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "27000", + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12992", + "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27000", + "durability": null, + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12993" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "50808", + "durability": null, + "name": "Black gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12994", + "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "40100", + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12995", + "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40100", + "durability": null, + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12996" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "60064", + "durability": null, + "name": "Mithril gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12997", + "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12998", + "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12999" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "grand_exchange_price": "74526", + "durability": null, + "name": "Adamant gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13000", + "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "71500", + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13001", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71500", + "durability": null, + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13002" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "grand_exchange_price": "95700", + "durability": null, + "name": "Rune gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13003", + "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "99900", + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13004", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99900", + "durability": null, + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13005" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "grand_exchange_price": "214700", + "durability": null, + "name": "Dragon gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13006", + "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "166200", + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13007", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "166200", + "durability": null, + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13008" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13010" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13011" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13012" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13013" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13014" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13015" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13016" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13017" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13018" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13019" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13020" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13021" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13022" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13023" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13024" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13025" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13027" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13028" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13029" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13030" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13031" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13033" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13034" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13035" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13036" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13037" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13038" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13039" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13040" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13041" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13042" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13043" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13044" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13045" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13046" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13047" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13048" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13049" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13050" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13051" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13052" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13053" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13054" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13055" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13056" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13057" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13058" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13059" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13060" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13061" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13062" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13063" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13064" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13065" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13066" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13067" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13068" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13069" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13070" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13071" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13072" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13074" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13075" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13076" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13077" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13078" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13079" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13080" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A black crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "5", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "grand_exchange_price": "261", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "tradeable": "true", + "name": "Black crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "13081", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "261", + "durability": null, + "name": "Black crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13082" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "55", + "durability": null, + "name": "Black bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13083", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "141", + "durability": null, + "name": "Black bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13084", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "233", + "durability": null, + "name": "Black bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13085", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "1690", + "durability": null, + "name": "Black bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13086", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{0,8}", + "ge_buy_limit": "2", + "examine": "A sapphire-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "77000", + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13095", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "77000", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13096" + }, + { + "requirements": "{0,28}", + "ge_buy_limit": "2", + "examine": "A ruby-topped cane.", + "durability": null, + "weight": "0.5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "19100", + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13097", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "19100", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13098" + }, + { + "requirements": "{0,38}", + "ge_buy_limit": "2", + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "14500", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13099", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14500", + "durability": null, + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13100" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13101", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13102" + }, + { + "ge_buy_limit": "2", + "examine": "Official explorer headgear!", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13103", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13104" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "ge_buy_limit": "2", + "examine": "Spikier than normal.", + "durability": null, + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "38300", + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13105", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13106" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Shear elegance.", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13107", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13108" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13109", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13110" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13111", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13112" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13113", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13114" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13115", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13116" + }, + { + "turn90cw_anim": "9053", + "examine": "A fully charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "defence_anim": "9048", + "equipment_slot": "3", + "attack_anims": "9097,9097,9097,9097", + "stand_anim": "9049", + "name": "Ivandis flail (30)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13117", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (29)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13118", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "9054", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail(28)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13119", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (27)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13120", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (26)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13121", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (25)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13122", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (24)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13123", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (23)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13124", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (22)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13125", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (21)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13126", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (20)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13127", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (19)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13128", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (18)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13129", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (17)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13130", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (16)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13131", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (15)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13132", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (14)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13133", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (13)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13134", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (12)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13135", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (11)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13136", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (10)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13137", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (9)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13138", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (8)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13139", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (7)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13140", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (6)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13141", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (5)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13142", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (4)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13143", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (3)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13144", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (2)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13145", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (1)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13146", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "examine": "Flail of Ivandis dust.", + "durability": null, + "name": "Flail dust", + "archery_ticket_price": "0", + "id": "13147" + }, + { + "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.", + "examine": "A page ripped from a book; it looks like a map of some kind.", + "durability": null, + "name": "Book page", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13149" + }, + { + "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.", + "examine": "A big book of combat techniques.", + "durability": null, + "name": "Combat book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13151" + }, + { + "examine": "Used to make a metal chain.", + "durability": null, + "name": "Chain link mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "13153" + }, + { + "examine": "A chain made from mithril and silver.", + "durability": null, + "name": "Silvthril chain", + "weight": "3", + "archery_ticket_price": "0", + "id": "13154" + }, + { + "examine": "A blessed sickle with an emerald recessed into it.", + "durability": null, + "name": "Silver sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13155", + "equipment_slot": "3" + }, + { + "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.", + "durability": null, + "name": "Enchanted sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13156", + "equipment_slot": "3" + }, + { + "examine": "A Vyrewatch corpse. Just a husk, really.", + "durability": null, + "name": "Vyre corpse", + "weight": "5", + "archery_ticket_price": "0", + "id": "13157" + }, + { + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Columbarium key", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13158" + }, + { + "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.", + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Ornate tomb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13159" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (3)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13160" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (2)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13161" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (1)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13162" + }, + { + "examine": "A sapphire-topped cane.", + "grand_exchange_price": "115390", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "attack_speed": "5", + "weapon_interface": "10", + "id": "13163", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", + "equipment_slot": "3" + }, + { + "examine": "A ruby-topped cane.", + "grand_exchange_price": "18514", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "weapon_interface": "10", + "id": "13164", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", + "equipment_slot": "3" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "15023", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13165", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "lendable": "true", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "425919", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13166", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Official explorer headgear!", + "grand_exchange_price": "99682", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13167", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Spikier than normal.", + "grand_exchange_price": "39643", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "13168", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "Shear elegance.", + "grand_exchange_price": "313558", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13169", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "609515", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13170", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "371616", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13171", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1066648", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13172", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1303443", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13173", + "equipment_slot": "0" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "13174", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "13175", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "13176", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "13177", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "13178", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "13179", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "13180", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13181", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13182", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13183", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13184", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13185", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13186", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13187", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "13188", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "13189", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "13190", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "13191", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "13192", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "13193", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "13194", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Mysterious lamp", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13227" + }, + { + "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.", + "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.", + "durability": null, + "name": "Icefiend net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13230", + "equipment_slot": "3" + }, + { + "examine": "You should give this to Professor Arblenap.", + "durability": null, + "name": "Baby icefiend", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13231", + "equipment_slot": "3" + }, + { + "destroy_message": "It will reappear near the bottom of Ice Mountain.", + "examine": "The remains of the Oracle's tent on Ice Mountain.", + "durability": null, + "name": "Tent", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "13232" + }, + { + "destroy_message": "You can get it back by pickpocketing Drorkar again.", + "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)", + "durability": null, + "name": "Dwarven key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13234" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated oak plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13238" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "13239" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13240", + "equipment_slot": "5" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13241" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13242" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "13243" + }, + { + "examine": "A book for those who want to visit the TzHaar city.", + "durability": null, + "name": "Tzhaar tourist guide", + "archery_ticket_price": "0", + "id": "13244" + }, + { + "destroy_message": "You can mine more stone slabs in the TzHaar mine.", + "examine": "A flawed block of obsidian from the Karamja volcano.", + "durability": null, + "name": "Stone slab", + "tradeable": "false", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "13245" + }, + { + "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.", + "examine": "A support pillar.", + "durability": null, + "name": "Pillar", + "tradeable": "false", + "destroy": "true", + "weight": "25", + "archery_ticket_price": "0", + "id": "13246" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13247", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13248", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13249", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13250", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Ranged path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13259", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Magic path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13260", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13263", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "The remains of a banshee's scream.", + "durability": null, + "name": "Banshee voice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13276", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "400", + "examine": "More of that crazy Slayer headgear.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Masked earmuffs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "89", + "name": "Broad arrow heads", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13278", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "17", + "name": "Unfinished broad bolts", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "grand_exchange_price": "34", + "name": "Broad-tipped bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13280", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(8)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13281", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(7)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13282", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(6)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13283", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(5)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13284", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(4)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13285", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(3)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13286", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(2)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13287", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(1)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13288", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "turn90cw_anim": "1207", + "examine": "A razor-sharp sword.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "43082", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13290", + "stand_turn_anim": "823", + "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0", + "requirements": "{0,50}-{18,55}", + "shop_price": "68000", + "durability": null, + "destroy": "false", + "weapon_interface": "5", + "equip_audio": "2248", + "attack_audios": "2517,2517,2500,2517", + "name": "Leaf-bladed sword" + }, + { + "shop_price": "68000", + "examine": "A razor-sharp sword.", + "grand_exchange_price": "43082", + "durability": null, + "name": "Leaf-bladed sword", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13291" + }, + { + "durability": null, + "name": "Letter", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13292", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Plans", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13293", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.", + "examine": "A charcoal rubbing taken from 50% Luke.", + "durability": null, + "name": "Charcoal rubbing", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13294", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Frank's mark, you will need to see him to get another.", + "examine": "Signature from Frank.", + "durability": null, + "name": "Frank's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13295", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.", + "examine": "A device for opening locked doors.", + "durability": null, + "name": "Crude lockpick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13296", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top of a Custom Officer's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.", + "remove_sleeves": "true", + "name": "Customs shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.", + "examine": "The trousers of a Custom Officer's uniform.", + "durability": null, + "name": "Customs trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13298", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.", + "examine": "The hat of a Custom Officer's uniform.", + "durability": null, + "name": "Customs hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13299", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13300", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13301", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Brooch", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13302", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.", + "examine": "Signature from Izzy No-Beard.", + "durability": null, + "name": "Izzy's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13303", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13304", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.", + "examine": "This could be useful.", + "durability": null, + "name": "Crowbar", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13305", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.", + "examine": "An idol. It has many heads.", + "durability": null, + "name": "Idol of many heads", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13307", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.", + "examine": "Signature from Bill Teach.", + "durability": null, + "name": "Bill teach's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13308", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", + "examine": "This is generally used for writing on.", + "durability": null, + "name": "Paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13309", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.", + "examine": "A written confession.", + "durability": null, + "name": "Confession", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13310", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13311", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13312", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.", + "examine": "It's got ink all over it.", + "durability": null, + "name": "Inky paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13313", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13314", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.", + "examine": "It's smashed. I should mind my fingers.", + "durability": null, + "name": "Smashed bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13315", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top part of a prisoner's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.", + "remove_sleeves": "true", + "name": "Prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13316", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.", + "examine": "The bottom part of a prisoner's uniform.", + "durability": null, + "name": "Prison uniform trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13317", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "It's covered in fish slop.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.", + "remove_sleeves": "true", + "name": "Fishy prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13318", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13319", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13320", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Destroy", + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13321", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13322", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13323", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13324", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.", + "examine": "A very crude vacuum pump.", + "durability": null, + "name": "Vacuum pump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13325", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.", + "examine": "It sounds like a law firm.", + "durability": null, + "name": "Vacuum pump and gull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13326", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.", + "examine": "From a bird - can be used for writing.", + "durability": null, + "name": "Quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13327", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "From a bird - can be used for writing. It has some ink on the tip.", + "durability": null, + "name": "Inky quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13328", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13329", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13330", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.", + "examine": "A very dead rotten parrot.", + "durability": null, + "name": "Ex-parrot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13331", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.", + "examine": "It feels very cold to the touch.", + "durability": null, + "name": "Magical cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13332", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ", + "examine": "A very dead rotten parrot in a magical cage.", + "durability": null, + "name": "Ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13333", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.", + "examine": "A very alive rotten parrot in a magic cage.", + "durability": null, + "name": "Ex-ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13334", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13335", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13336", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "A pirate impling in a jar.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "grand_exchange_price": "7346", + "name": "Pirate impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "shop_price": "50", + "grand_exchange_price": "7346", + "durability": null, + "name": "Pirate impling jar", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13338" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A white bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13339", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A white bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13340", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A red bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13341", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A red bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13342", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A blue bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13343", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A blue bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13344", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A brown bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13345", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A brown bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13346", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13347", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13348", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13349", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13350", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13351", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for both eyes.", + "durability": null, + "name": "Bandana and eyepatches", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13352", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "100", + "examine": "It's dark, and I'm wearing two patches. Hit it!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Double eyepatches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13353", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Two patches and a hat.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Pirate hat and eyepatches", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13354", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A patch for the left eye.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "23485", + "name": "Left eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13355", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A patch for the left eye.", + "grand_exchange_price": "23485", + "durability": null, + "name": "Left eyepatch", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13356" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A hat and a patch.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Pirate hat and eyepatch", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13357", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy grey shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13358", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13359" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy purple shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13360", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13361" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A seaworthy orange shirt.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "300", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13363" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of grey trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13364", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13365" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of purple trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13366", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13367" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "A seaworthy pair of orange trousers.", + "durability": null, + "weight": "1", + "absorb": "0,0,0", + "equipment_slot": "7", + "grand_exchange_price": "1", + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13368", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "350", + "grand_exchange_price": "1", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13369" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13370", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13371" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13372", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13373" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "An orange bandana.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13374", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "durability": null, + "name": "Bandana", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13375" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A purple bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13376", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A orange bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13377", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A grey bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13378", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Destroy", + "examine": "Some rock fragments.", + "durability": null, + "name": "Rock fragments", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13379", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.", + "examine": "Note from Teach to Brass Hand Harry.", + "durability": null, + "name": "Introduction letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13380", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13381", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13382", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13383", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13384", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.", + "examine": "One of many broken hands.", + "durability": null, + "name": "Broken hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13385", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "name": "Fingers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13386", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass thumb.", + "durability": null, + "name": "Thumb", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13387", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13388", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass wrist.", + "durability": null, + "name": "Wrist", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13389", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.", + "examine": "A brass brace.", + "durability": null, + "name": "Brace", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13390", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", + "examine": "A completed brass hand.", + "durability": null, + "name": "Brass hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13391", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.", + "examine": "It's soaked with ink.", + "durability": null, + "name": "Ink pad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13392", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.", + "examine": "An inky brass hand.", + "durability": null, + "name": "Inky hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13393", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", + "examine": "This is generally used for writing on.", + "durability": null, + "name": "Paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13394", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.", + "examine": "Handprint from Brass Hand Harry.", + "durability": null, + "name": "Brass hand harry's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13395", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Makes me itch.", + "durability": null, + "name": "Fake beard", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13396", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "examine": "It looks like someone has sneezed in it.", + "durability": null, + "name": "Fake moustache and nose", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13397", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "examine": "Why is the monocle nailed to it?", + "durability": null, + "name": "Fake monocle, moustache and nose", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13398", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "You can barely see where it connected to the mop handle.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "name": "Curly wig", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13399", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "It looks like it is part-dog, part-mould.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.", + "name": "Straight wig", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13400", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.", + "examine": "An order simply for 'rum'.", + "durability": null, + "name": "Order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13401", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.", + "examine": "Signature of Captain Braindeath.", + "durability": null, + "name": "Braindeath's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13402", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "300", + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "name": "Golden tinderbox", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13403", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A bow from a darker dimension.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "9", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "3738", + "render_anim": "303", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "86850", + "attack_audios": "3731,0,0,0", + "name": "Dark bow", + "archery_ticket_price": "0", + "id": "13405", + "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "59171", + "name": "Ancient staff", + "archery_ticket_price": "0", + "id": "13406", + "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helmet is worn by archers.", + "grand_exchange_price": "46334", + "durability": null, + "name": "Archer helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13407", + "absorb": "0,3,1", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helmet is worn by berserkers.", + "grand_exchange_price": "45978", + "durability": null, + "name": "Berserker helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13408", + "absorb": "1,0,3", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helm is worn by warriors.", + "grand_exchange_price": "45664", + "durability": null, + "name": "Warrior helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13409", + "absorb": "1,0,3", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This helm is worn by farseers.", + "grand_exchange_price": "45989", + "durability": null, + "name": "Farseer helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13410", + "absorb": "3,1,0", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "grand_exchange_price": "20378", + "durability": null, + "name": "Rock-shell helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13411", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A sturdy body armour made from rock crab pieces.", + "grand_exchange_price": "41788", + "durability": null, + "name": "Rock-shell plate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13412", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Some tough leggings made from rock crab parts.", + "grand_exchange_price": "37139", + "durability": null, + "name": "Rock-shell legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13413", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A helm fit for any Fremennik ranger.", + "grand_exchange_price": "37724", + "durability": null, + "name": "Spined helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13414", + "absorb": "0,3,1", + "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "grand_exchange_price": "5773", + "durability": null, + "name": "Spined body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13415", + "absorb": "0,6,3", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "grand_exchange_price": "2696", + "durability": null, + "name": "Spined chaps", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13416", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "grand_exchange_price": "39060", + "durability": null, + "name": "Skeletal helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13417", + "absorb": "3,1,0", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "grand_exchange_price": "26289", + "durability": null, + "name": "Skeletal top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13418", + "absorb": "6,3,0", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "grand_exchange_price": "24591", + "durability": null, + "name": "Skeletal bottoms", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13419", + "absorb": "4,2,0", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "grand_exchange_price": "158181", + "durability": null, + "name": "Spined boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13420", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "grand_exchange_price": "1358", + "durability": null, + "name": "Rock-shell boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13421", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "grand_exchange_price": "7788", + "durability": null, + "name": "Skeletal boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13422", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "grand_exchange_price": "3027", + "durability": null, + "name": "Spined gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13423", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "grand_exchange_price": "12839", + "durability": null, + "name": "Rock-shell gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13424", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "grand_exchange_price": "25838", + "durability": null, + "name": "Skeletal gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13425", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "grand_exchange_price": "799703", + "durability": null, + "name": "Seers ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13426", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "grand_exchange_price": "483521", + "durability": null, + "name": "Archers ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13427", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A legendary ring once worn by Fremennik warriors.", + "grand_exchange_price": "361302", + "durability": null, + "name": "Warrior ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13428", + "absorb": "0,0,0", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "grand_exchange_price": "963418", + "durability": null, + "name": "Berserker ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13429", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0" + }, + { + "examine": "A two-handed dragon sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1024000", + "name": "Dragon 2h sword", + "archery_ticket_price": "0", + "id": "13430", + "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0" + }, + { + "shop_price": "20", + "examine": "Useful for catching crayfish.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "25", + "name": "Crayfish cage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13431", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "25", + "durability": null, + "name": "Crayfish cage", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13432" + }, + { + "shop_price": "5", + "examine": "Some cooked crayfish. Eat it to heal.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "32", + "name": "Crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13433", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "32", + "durability": null, + "name": "Crayfish", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13434" + }, + { + "shop_price": "5", + "examine": "I should try cooking this. Used in Cooking (1).", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "41", + "name": "Raw crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13435", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "Swap this note at any bank for the equivalent item.", + "grand_exchange_price": "41", + "durability": null, + "name": "Raw crayfish", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13436" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "destroy": "false", + "attack_speed": "4", + "id": "13437", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Burnt crayfish", + "tradeable": "true", + "archery_ticket_price": "0", + "destroy": "false", + "attack_speed": "4", + "id": "13438" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13439", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "This is a bag of runes for Sir Vant.", + "durability": null, + "name": "Bag of runes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13440", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A very powerful onyx amulet.", + "grand_exchange_price": "2285210", + "durability": null, + "name": "Amulet of fury", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13442", + "absorb": "0,0,0", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A cape woven of obsidian plates.", + "grand_exchange_price": "56575", + "durability": null, + "name": "Obsidian cape", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13443", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0" + }, + { + "examine": "A weapon from the Abyss.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "11", + "absorb": "0,0,0", + "equip_audio": "2249", + "render_anim": "1578", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "114775", + "name": "Abyssal whip", + "archery_ticket_price": "0", + "id": "13444", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0" + }, + { + "examine": "Simplicity is the best weapon.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "10", + "absorb": "0,0,0", + "render_anim": "27", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "29584", + "name": "Granite maul", + "archery_ticket_price": "0", + "id": "13445", + "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13446", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13447", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13448", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Protects your head and looks impressive too.", + "grand_exchange_price": "5756658", + "durability": null, + "name": "Dragon full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13449", + "absorb": "2,0,4", + "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0" + }, + { + "examine": "A beautiful, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7767458", + "name": "Armadyl godsword", + "archery_ticket_price": "0", + "id": "13450", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A brutally heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1504919", + "name": "Bandos godsword", + "archery_ticket_price": "0", + "id": "13451", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A gracious, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "34966317", + "name": "Saradomin godsword", + "archery_ticket_price": "0", + "id": "13452", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "A terrifying, heavy sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2132037", + "name": "Zamorak godsword", + "archery_ticket_price": "0", + "id": "13453", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0" + }, + { + "examine": "An evil spear.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "1581", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2070507", + "name": "Zamorakian spear", + "archery_ticket_price": "0", + "id": "13454", + "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0" + }, + { + "examine": "A helmet of great craftmanship.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "equip_audio": "2240", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3732060", + "name": "Armadyl helmet", + "archery_ticket_price": "0", + "id": "13455", + "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0" + }, + { + "examine": "A chestplate of great craftsmanship", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,10,5", + "equip_audio": "2239", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9628666", + "name": "Armadyl chestplate", + "archery_ticket_price": "0", + "id": "13456", + "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0" + }, + { + "examine": "A chainskirt of great craftsmanship.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "equip_audio": "2242", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "9754868", + "name": "Armadyl plateskirt", + "archery_ticket_price": "0", + "id": "13457", + "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A sturdy chestplate.", + "grand_exchange_price": "6460055", + "durability": null, + "name": "Bandos chestplate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13458", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A sturdy pair of tassets.", + "grand_exchange_price": "4228256", + "durability": null, + "name": "Bandos tassets", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13459", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0" + }, + { + "examine": "Some sturdy boots.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1259091", + "name": "Bandos boots", + "archery_ticket_price": "0", + "id": "13460", + "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0" + }, + { + "examine": "The incredible blade of an Icyene.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1579", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "850151", + "name": "Saradomin sword", + "archery_ticket_price": "0", + "id": "13461", + "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "17336", + "name": "Dragon boots", + "archery_ticket_price": "0", + "id": "13462", + "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13463", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another by talking about jobs with citizens and tutors around Lumbridge.", + "examine": "This reminds me of my current job and who set me to the task.", + "durability": null, + "name": "Task list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13464", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "16744", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger", + "archery_ticket_price": "0", + "id": "13465", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p)", + "archery_ticket_price": "0", + "id": "13466", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p+)", + "archery_ticket_price": "0", + "id": "13467", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p++)", + "archery_ticket_price": "0", + "id": "13468", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "examine": "A powerful axe.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2229", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7263", + "name": "Rune axe", + "archery_ticket_price": "0", + "id": "13469", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "examine": "A very powerful axe.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2229", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3794577", + "name": "Dragon axe", + "archery_ticket_price": "0", + "id": "13470", + "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0" + }, + { + "examine": "A vicious looking axe.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "23993", + "name": "Rune battleaxe", + "archery_ticket_price": "0", + "id": "13471", + "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0" + }, + { + "requirements": "{0,60}", + "examine": "A vicious looking axe.", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,401,395", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "123019", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon battleaxe", + "archery_ticket_price": "0", + "id": "13472", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "examine": "I don't think it's intended for joinery.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equip_audio": "2233", + "render_anim": "1430", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "24357", + "name": "Rune warhammer", + "archery_ticket_price": "0", + "id": "13473", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0" + }, + { + "examine": "A razor-sharp longsword", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "18420", + "name": "Rune longsword", + "archery_ticket_price": "0", + "id": "13474", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0" + }, + { + "examine": "A very powerful sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "58355", + "name": "Dragon longsword", + "archery_ticket_price": "0", + "id": "13475", + "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0" + }, + { + "examine": "A vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1582", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "14690", + "name": "Rune scimitar", + "archery_ticket_price": "0", + "id": "13476", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "examine": "A vicious, curved sword.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "60405", + "name": "Dragon scimitar", + "archery_ticket_price": "0", + "id": "13477", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "examine": "A dragon halberd.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "200189", + "name": "Dragon halberd", + "archery_ticket_price": "0", + "id": "13478", + "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0" + }, + { + "requirements": "{0,60}", + "examine": "A spiky mace.", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "28817", + "attack_audios": "2508,2508,25092508", + "name": "Dragon mace", + "archery_ticket_price": "0", + "id": "13479", + "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "examine": "Used for mining.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equip_audio": "2232", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "18546", + "name": "Rune pickaxe", + "archery_ticket_price": "0", + "id": "13480", + "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "2280904", + "durability": null, + "name": "Dragon chainbody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13481", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection.", + "grand_exchange_price": "38062", + "durability": null, + "name": "Rune platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13482", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4373", + "name": "Green d'hide body", + "archery_ticket_price": "0", + "id": "13483", + "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5266", + "name": "Blue d'hide body", + "archery_ticket_price": "0", + "id": "13484", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6276", + "name": "Red d'hide body", + "archery_ticket_price": "0", + "id": "13485", + "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7619", + "name": "Black d'hide body", + "archery_ticket_price": "0", + "id": "13486", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy.", + "grand_exchange_price": "37355", + "durability": null, + "name": "Rune platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13487", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Looks pretty heavy.", + "grand_exchange_price": "160755", + "durability": null, + "name": "Dragon platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13488", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Designer leg protection.", + "grand_exchange_price": "37248", + "durability": null, + "name": "Rune plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13489", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "This looks pretty heavy.", + "grand_exchange_price": "161006", + "durability": null, + "name": "Dragon plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13490", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "examine": "100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,4,2", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2037", + "name": "Green d'hide chaps", + "archery_ticket_price": "0", + "id": "13491", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,5,2", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2352", + "name": "Blue d'hide chaps", + "archery_ticket_price": "0", + "id": "13492", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2761", + "name": "Red d'hide chaps", + "archery_ticket_price": "0", + "id": "13493", + "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,7,3", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "3377", + "name": "Black d'hide chaps", + "archery_ticket_price": "0", + "id": "13494", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "59676", + "name": "Dragon med helm", + "archery_ticket_price": "0", + "id": "13495", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full face helmet.", + "grand_exchange_price": "20388", + "durability": null, + "name": "Rune full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13496", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1208", + "name": "Green d'hide vamb", + "archery_ticket_price": "0", + "id": "13497", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1488", + "name": "Blue d'hide vamb", + "archery_ticket_price": "0", + "id": "13498", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0" + }, + { + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1714", + "name": "Red d'hide vamb", + "archery_ticket_price": "0", + "id": "13499", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0" + }, + { + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2208", + "name": "Black d'hide vamb", + "archery_ticket_price": "0", + "id": "13500", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A wooden helmet.", + "grand_exchange_price": "5210", + "durability": null, + "name": "Splitbark helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13501", + "absorb": "3,1,0", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides good protection.", + "grand_exchange_price": "27106", + "durability": null, + "name": "Splitbark body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13502", + "absorb": "6,3,0", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These should protect my legs.", + "grand_exchange_price": "56050", + "durability": null, + "name": "Splitbark legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13503", + "absorb": "4,2,0", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These should keep my hands safe.", + "grand_exchange_price": "2442", + "durability": null, + "name": "Splitbark gauntlets", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13504", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "examine": "Wooden foot protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6845", + "name": "Splitbark boots", + "archery_ticket_price": "0", + "id": "13505", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0" + }, + { + "examine": "An ancient and powerful looking Dragon Square shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "328356", + "name": "Dragon sq shield", + "archery_ticket_price": "0", + "id": "13506", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "examine": "A large metal shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "31885", + "name": "Rune kiteshield", + "archery_ticket_price": "0", + "id": "13507", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13508", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13509", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13510", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13511", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13512", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13513", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13514", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13515", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13516", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13517", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Blue: A magical hat. ", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13518", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The upper half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13519", + "absorb": "3,1,0", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The lower half of a magical robe.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13520", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Bright/Dark magical gloves.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13521", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Magical boots.", + "grand_exchange_price": "1", + "durability": null, + "name": "Mystic boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13522", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "193", + "name": "Maple longbow", + "archery_ticket_price": "0", + "id": "13523", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "111", + "name": "Maple shortbow", + "archery_ticket_price": "0", + "id": "13524", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A nice sturdy bow made out of yew.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "486", + "name": "Yew longbow", + "archery_ticket_price": "0", + "id": "13525", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A shortbow made out of yew, still effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "253", + "name": "Yew shortbow", + "archery_ticket_price": "0", + "id": "13526", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1211", + "name": "Magic longbow", + "archery_ticket_price": "0", + "id": "13527", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equip_audio": "2244", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "655", + "name": "Magic shortbow", + "archery_ticket_price": "0", + "id": "13528", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "21698", + "name": "Seercull", + "archery_ticket_price": "0", + "id": "13529", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A runite crossbow.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "17", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "175", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "8890", + "name": "Rune crossbow", + "archery_ticket_price": "0", + "id": "13530", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1696744720", + "durability": null, + "name": "Red partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13531", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1314730495", + "durability": null, + "name": "Yellow partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13532", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147483647", + "durability": null, + "name": "Blue partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13533", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1481913809", + "durability": null, + "name": "Green partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13534", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "1248900588", + "durability": null, + "name": "Purple partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13535", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147473360", + "durability": null, + "name": "White partyhat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13536", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "It's a Santa hat.", + "grand_exchange_price": "130433327", + "durability": null, + "name": "Santa hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13537", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "104671288", + "durability": null, + "name": "Green h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13538", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "127720943", + "durability": null, + "name": "Blue h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13539", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Aaaarrrghhh ... I'm a monster.", + "grand_exchange_price": "171640098", + "durability": null, + "name": "Red h'ween mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13540", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from willow.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "2606", + "name": "Willow comp bow", + "archery_ticket_price": "0", + "id": "13541", + "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from yew wood.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "588", + "name": "Yew comp bow", + "archery_ticket_price": "0", + "id": "13542", + "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A powerful bow made from magic wood.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1345", + "name": "Magic comp bow", + "archery_ticket_price": "0", + "id": "13543", + "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "74503559", + "durability": null, + "name": "3rd age range top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13544", + "absorb": "0,6,3", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "47837515", + "durability": null, + "name": "3rd age range legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13545", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient range protection crafted from white dragonhide.", + "grand_exchange_price": "9746895", + "durability": null, + "name": "3rd age range coif", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13546", + "absorb": "0,3,1", + "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0" + }, + { + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2241", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6826420", + "name": "3rd age vambraces", + "archery_ticket_price": "0", + "id": "13547", + "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "138719269", + "durability": null, + "name": "3rd age robe top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13548", + "absorb": "4,2,0", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "89961678", + "durability": null, + "name": "3rd age robe", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13549", + "absorb": "4,2,0", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "14976830", + "durability": null, + "name": "3rd age mage hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13550", + "absorb": "2,1,0", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "35019596", + "durability": null, + "name": "3rd age amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13551", + "absorb": "0,0,0", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "244180930", + "durability": null, + "name": "3rd age platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13552", + "absorb": "3,0,6", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "266509014", + "durability": null, + "name": "3rd age platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13553", + "absorb": "4,0,9", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Ancient armour beaten from magical silver.", + "grand_exchange_price": "50697678", + "durability": null, + "name": "3rd age full helmet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13554", + "absorb": "2,0,4", + "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0" + }, + { + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "91262203", + "name": "3rd age kiteshield", + "archery_ticket_price": "0", + "id": "13555", + "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Lightweight boots ideal for rangers.", + "grand_exchange_price": "6253527", + "durability": null, + "name": "Ranger boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13556", + "absorb": "0,0,0", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Slightly magical boots.", + "grand_exchange_price": "388955", + "durability": null, + "name": "Wizard boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13557", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Endorsed by Robin Hood.", + "grand_exchange_price": "1962571", + "durability": null, + "name": "Robin hood hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13558", + "absorb": "0,0,0", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0" + }, + { + "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 1", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13560", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "You will have talk to ", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 2", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13561", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.", + "shop_price": "350", + "examine": "A Lumbridge explorer's ring.", + "durability": null, + "name": "Explorer's ring 3", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13562", + "absorb": "0,0,0", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "100", + "name": "Button mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13563", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "38", + "examine": "An occasionally edible mushroom.", + "grand_exchange_price": "100", + "durability": null, + "name": "Button mushroom", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13564" + }, + { + "durability": null, + "name": "Doll", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13565", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.", + "examine": "This magical ring once belonged to Summer's mother.", + "durability": null, + "name": "Jennica's ring", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13566", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "destroy_message": "Drop", + "examine": "Logs cut from a cursed magic tree.", + "durability": null, + "name": "Cursed magic logs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13567", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Logs cut from a cursed magic tree.", + "durability": null, + "name": "Cursed magic logs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13568" + }, + { + "destroy_message": "Hopefully, Jorral will be able to return them.", + "examine": "Notes on how to use the enchanted key.", + "durability": null, + "name": "Enchanted key notes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13569", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Useful for mixing things.", + "grand_exchange_price": "106", + "durability": null, + "name": "Bowl", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13570", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "It's a bucket of milk.", + "grand_exchange_price": "177", + "durability": null, + "name": "Bucket of milk", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13571", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A fresh herb.", + "grand_exchange_price": "595", + "durability": null, + "name": "Clean guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13572", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowlful of bees' precious product.", + "durability": null, + "name": "Bowl of honey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13573", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowlful of milk and honey.", + "durability": null, + "name": "Bowl of milk and honey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13574", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to start again from stratch.", + "examine": "A bowl full of milk, honey and guam.", + "durability": null, + "name": "Bowl of milk, honey and guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13575", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Hopefully, the family has more papyrus and charcoal.", + "examine": "Your best impression of a map of 2009Scape.", + "durability": null, + "name": "Map of 2009Scape", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13576", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Used for making notes.", + "grand_exchange_price": "290", + "durability": null, + "name": "Papyrus", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13577", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A lump of charcoal.", + "grand_exchange_price": "296", + "durability": null, + "name": "Charcoal", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13578", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A slightly muddy spade. ", + "grand_exchange_price": "130", + "durability": null, + "name": "Spade", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13579", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A plant pot filled with soil.", + "durability": null, + "name": "Plant pot", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13580", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Pear tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13581", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Mango tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13582", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Quince tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13583", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Lemon tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13584", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Avocado tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13585", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A seedling has been sown in this plant pot.", + "durability": null, + "name": "Plum tree seedling", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13586", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "169", + "durability": null, + "name": "Pestle and mortar", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13587", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "5", + "durability": null, + "name": "Ground guam", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13588", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2", + "examine": "It's an empty bucket. ", + "grand_exchange_price": "39", + "durability": null, + "name": "Bucket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13589", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It seems to change temperature as I walk. (Making History)", + "durability": null, + "name": "Enchanted key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13591", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Hopefully, you can find another.", + "examine": "Some ladies jewellery.", + "durability": null, + "name": "A brooch", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13592", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not get another chance to read the book!", + "examine": "It's falling apart, but full of knowledge.", + "durability": null, + "name": "Old tome", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13593", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Runecrafting guild teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13598", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Air altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13599", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Mind altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13600", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Water altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13601", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Earth altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13602", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Fire altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13603", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Body altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13604", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Cosmic altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13605", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Chaos altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13606", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Nature altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13607", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Law altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13608", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Death altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13609", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Blood altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13610", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A tablet containing a magic spell.", + "durability": null, + "name": "Astral altar teleport", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13611", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13612", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13613", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13614", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13615", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13616", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13617", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13618", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13619", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13620", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13621", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13622", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13623", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "75", + "examine": "Heavy duty wizard robes.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Runecrafter robe", + "archery_ticket_price": "0", + "id": "13624", + "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13625", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13626", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "A heavy-duty wizard robe.", + "durability": null, + "name": "Runecrafter skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13627", + "absorb": "0,0,0", + "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Essence can be rough on the hands", + "durability": null, + "name": "Runecrafter gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13628", + "absorb": "0,0,0", + "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Staff with a holder for a talisman on top.", + "durability": null, + "name": "Runecrafting staff", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "13629", + "absorb": "0,0,0", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0", + "render_anim": "28" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Air talisman staff", + "archery_ticket_price": "0", + "id": "13630", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Mind talisman staff", + "archery_ticket_price": "0", + "id": "13631", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Water talisman staff", + "archery_ticket_price": "0", + "id": "13632", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Earth talisman staff", + "archery_ticket_price": "0", + "id": "13633", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Fire talisman staff", + "archery_ticket_price": "0", + "id": "13634", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Body talisman staff", + "archery_ticket_price": "0", + "id": "13635", + "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Cosmic talisman staff", + "archery_ticket_price": "0", + "id": "13636", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Chaos talisman staff", + "archery_ticket_price": "0", + "id": "13637", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "No", + "name": "Nature talisman staff", + "archery_ticket_price": "0", + "id": "13638", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Law talisman staff", + "archery_ticket_price": "0", + "id": "13639", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Death talisman staff", + "archery_ticket_price": "0", + "id": "13640", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Blood talisman staff", + "archery_ticket_price": "0", + "id": "13641", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "1500", + "examine": "A staff with a talisman on top.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", + "name": "Omni-talisman staff", + "archery_ticket_price": "0", + "id": "13642", + "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0" + }, + { + "shop_price": "20", + "examine": "Attracts Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow attractor", + "archery_ticket_price": "0", + "id": "13643", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Repels Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow repeller", + "archery_ticket_price": "0", + "id": "13644", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Attracts Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green attractor", + "archery_ticket_price": "0", + "id": "13645", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Repels Runecrafting energy orbs in the rune altars.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green repeller", + "archery_ticket_price": "0", + "id": "13646", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "It creates barriers.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Green barrier generator", + "archery_ticket_price": "0", + "id": "13647", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "It creates barriers.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "If you destroy this, you will leave the game.", + "name": "Yellow barrier generator", + "archery_ticket_price": "0", + "id": "13648", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to speak to ", + "shop_price": "4", + "examine": "Many mysterious powers emanate from the talisman.", + "durability": null, + "name": "Omni-talisman", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13649", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13650", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13651", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13652", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13653", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "Wizard Elriss will exchange these for rewards.", + "durability": null, + "name": "Runecrafting guild token", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13654", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.", + "shop_price": "100", + "examine": "A tiara infused with the properties of all talismans.", + "durability": null, + "name": "Omni-tiara", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13655", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13656", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13657", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Comes with goggles, for extra safety while Runecrafting.", + "durability": null, + "name": "Runecrafter hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13658", + "absorb": "0,0,0", + "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{11,62}", + "shop_price": "100", + "examine": "It burns, burns, burns...", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "12", + "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.", + "name": "Ring of fire", + "archery_ticket_price": "0", + "id": "13659", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "point_price": "50" + }, + { + "requirements": "{11,79}", + "shop_price": "200", + "examine": "The hottest gloves in town.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "9", + "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.", + "name": "Flame gloves", + "archery_ticket_price": "0", + "id": "13660", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{11,92}", + "shop_price": "300", + "examine": "Danger: risk of fire.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "2", + "absorb": "0,0,0", + "render_anim": "1096", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.", + "name": "Inferno adze", + "archery_ticket_price": "0", + "id": "13661", + "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0", + "point_price": "75" + }, + { + "durability": null, + "name": "Fire beacon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13662", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.", + "shop_price": "10", + "examine": "Tear ticket to exit the circus.", + "durability": null, + "name": "Circus ticket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13663", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "10", + "examine": "Let's give them a big hand!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "7", + "absorb": "0,0,0", + "render_anim": "326", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Giant's hand", + "archery_ticket_price": "0", + "id": "13666", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "A clown hat!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Clown hat", + "archery_ticket_price": "0", + "id": "13667", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Buttoning this up is tricky.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Clown shirt", + "archery_ticket_price": "0", + "id": "13668", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These are my funny pants.", + "durability": null, + "name": "Clown leggings", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13669", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "For helping clowns stay upright.", + "durability": null, + "name": "Clown shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13670", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "examine": "For making a happy noise.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "327", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Tambourine", + "archery_ticket_price": "0", + "id": "13671", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "name": "Ringmaster hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13672", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "10", + "examine": "Fits nicely.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "remove_sleeves": "true", + "name": "Ringmaster shirt", + "archery_ticket_price": "0", + "id": "13673", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Very stylish.", + "durability": null, + "name": "Ringmaster pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13674", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "shop_price": "10", + "examine": "Shiny.", + "durability": null, + "name": "Ringmaster boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13675", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "examine": "For shouting at people.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "328", + "equipment_slot": "3", + "destroy_message": "You will need to speak to the ringmaster to get another one.", + "name": "Mega-phonus", + "archery_ticket_price": "0", + "id": "13676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Stretchy.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Acrobat shirt", + "archery_ticket_price": "0", + "id": "13677", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "name": "Acrobat pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13678", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "name": "Acrobat shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13679", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat hood", + "archery_ticket_price": "0", + "id": "13680", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10", + "examine": "Stretchy.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "remove_sleeves": "true", + "name": "Acrobat shirt", + "archery_ticket_price": "0", + "id": "13681", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very tight fitting.", + "durability": null, + "name": "Acrobat pants", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13682", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "These keep your feet off the floor.", + "durability": null, + "name": "Acrobat shoes", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13683", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Oh no, I'm bald! Just kidding.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "Acrobat hood", + "archery_ticket_price": "0", + "id": "13684", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13685", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13686", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to the ringmaster to get another.", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "name": "A stylish hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13687", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13688", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13689", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "Very dapper!", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "You will need to speak to the ringmaster to get another.", + "name": "A stylish hat", + "archery_ticket_price": "0", + "id": "13690", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13691", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13692", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13693", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13694", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13695", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "10", + "durability": null, + "name": "Shirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13696", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13697", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13698", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Leggings", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13699", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13700", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13701", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Skirt", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13702", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13703", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13704", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13705", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "10", + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13706", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", + "examine": "Shows you the moves you need to succeed!", + "durability": null, + "name": "Tightrope 101", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13707", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.", + "examine": "Shows you the moves you need to succeed!", + "durability": null, + "name": "Tightrope 101", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13708" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 10 is advised when juggling these.", + "durability": null, + "name": "Balls (level 10 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13709", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 20 is advised when juggling these.", + "durability": null, + "name": "Plates (level 20 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13710", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 30 is advised when juggling these.", + "durability": null, + "name": "Eggs (level 30 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13711", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 40 is advised when juggling these.", + "durability": null, + "name": "Knives (level 40 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13712", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 50 is advised when juggling these.", + "durability": null, + "name": "Spades (level 50 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13713", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 60 is advised when juggling these.", + "durability": null, + "name": "Tuna (level 60 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13714", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 70 is advised when juggling these.", + "durability": null, + "name": "Soap (level 70 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13715", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 80 is advised when juggling these.", + "durability": null, + "name": "Cannon balls (level 80 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13716", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 90 is advised when juggling these.", + "durability": null, + "name": "Torches (level 90 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13717", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "examine": "An Agility level of 99 is advised when juggling these.", + "durability": null, + "name": "Chinchompas (level 99 approx.)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13718", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "50", + "examine": "Short, but effective.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "16", + "absorb": "0,0,0", + "render_anim": "176", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance shortbow", + "archery_ticket_price": "0", + "id": "13719", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "14", + "examine": "A finely balanced throwing knife.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance knife", + "archery_ticket_price": "0", + "id": "13720", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4", + "examine": "A finely balanced throwing axe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "You can get another one from the equipment box for this performance.", + "name": "Performance throwing axe", + "archery_ticket_price": "0", + "id": "13721", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "7", + "examine": "Arrows with bronze heads.", + "durability": null, + "name": "Performance arrow", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13722", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "13" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Teleport spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13723", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Levitation spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13724", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Alchemy spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13725", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another one from the equipment box for this performance.", + "shop_price": "100", + "examine": "A tablet containing a Magic spell.", + "durability": null, + "name": "Elemental spell", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13726", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can mine more if you find another crashed star.", + "shop_price": "50", + "examine": "Small, shiny bits of rock.", + "durability": null, + "name": "Stardust", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13727", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.", + "examine": "Notes on the locations of penguin spies.", + "durability": null, + "name": "Spy notebook", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13732", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,40}-{5,55}", + "shop_price": "70000", + "examine": "An ethereal shield.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "39982", + "name": "Spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13734", + "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "70000", + "examine": "An ethereal shield.", + "grand_exchange_price": "39982", + "durability": null, + "name": "Spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13735" + }, + { + "requirements": "{1,70}-{5,60}", + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "936814", + "name": "Blessed spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13736", + "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1400000", + "examine": "An ethereal shield that has been blessed with holy powers.", + "grand_exchange_price": "936814", + "durability": null, + "name": "Blessed spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13737" + }, + { + "requirements": "{1,75}-{6,65}-{5,70}", + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "15076199", + "name": "Arcane spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13738", + "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with an arcane sigil attached to it.", + "grand_exchange_price": "15076199", + "durability": null, + "name": "Arcane spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13739" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "40003587", + "name": "Divine spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13740", + "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with a divine sigil attached to it.", + "grand_exchange_price": "40003587", + "durability": null, + "name": "Divine spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13741" + }, + { + "requirements": "{1,75}-{5,75}", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "28420591", + "name": "Elysian spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13742", + "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with an elysian sigil attached to it.", + "grand_exchange_price": "28420591", + "durability": null, + "name": "Elysian spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13743" + }, + { + "requirements": "{1,75}-{5,70}-{6,65}", + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "3616112", + "name": "Spectral spirit shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13744", + "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "2000000", + "examine": "An ethereal shield with a spectral sigil attached to it.", + "grand_exchange_price": "3616112", + "durability": null, + "name": "Spectral spirit shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13745" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "19508553", + "name": "Arcane sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13746", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil in the shape of an arcane rune.", + "grand_exchange_price": "19508553", + "durability": null, + "name": "Arcane sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13747" + }, + { + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "53026134", + "name": "Divine sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13748", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil in the shape of a divine symbol.", + "grand_exchange_price": "53026134", + "durability": null, + "name": "Divine sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13749" + }, + { + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "36159098", + "name": "Elysian sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13750", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil marked with elysian signs.", + "grand_exchange_price": "36159098", + "durability": null, + "name": "Elysian sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13751" + }, + { + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "3116720", + "name": "Spectral sigil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13752", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A sigil tempered with spectral powers.", + "grand_exchange_price": "3116720", + "durability": null, + "name": "Spectral sigil", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13753" + }, + { + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "rare_item": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "950904", + "name": "Holy elixir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13754", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "750000", + "examine": "A bottle of holy elixir.", + "grand_exchange_price": "950904", + "durability": null, + "name": "Holy elixir", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13755" + }, + { + "destroy_message": "Drop", + "shop_price": "40", + "examine": "Logs cut from cursed willow roots.", + "durability": null, + "name": "Cursed willow logs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13756", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "A loyal scout of Varrock.", + "durability": null, + "name": "Hartwin", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13757", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.", + "examine": "A key that was found while tracking zombies. (Defender of Varrock)", + "durability": null, + "name": "Grubby key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13758", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You'll have to speak to Thurgo to find another.", + "shop_price": "1", + "examine": "The location of ", + "durability": null, + "name": "Scrap of paper", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13759", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Bottle", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13760", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A bottle of red mist.", + "durability": null, + "name": "Bottle of mist", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13761", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another from ", + "examine": "This lists each of the founding members of the ", + "durability": null, + "name": "List of elders", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13762", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier and mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13763", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A right hand fighting claw.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "equip_audio": "1003", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "6535", + "name": "Rune claws", + "archery_ticket_price": "0", + "id": "13764", + "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0" + }, + { + "examine": "A powerful dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4381", + "name": "Rune dagger", + "archery_ticket_price": "0", + "id": "13765", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13766", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p+)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13767", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Rune dagger(p++)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13768", + "absorb": "0,0,0", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "examine": "A rune tipped spear.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "11317", + "name": "Rune spear", + "archery_ticket_price": "0", + "id": "13769", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "examine": "A dragon tipped spear.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "36774", + "name": "Dragon spear", + "archery_ticket_price": "0", + "id": "13770", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p)", + "archery_ticket_price": "0", + "id": "13771", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p)", + "archery_ticket_price": "0", + "id": "13772", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p+)", + "archery_ticket_price": "0", + "id": "13773", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p+)", + "archery_ticket_price": "0", + "id": "13774", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "destroy_message": "Drop", + "name": "Rune spear(p++)", + "archery_ticket_price": "0", + "id": "13775", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "shop_price": "1", + "examine": "A picture of a lady called Elena.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "absorb": "0,0,0", + "render_anim": "28", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "name": "Dragon spear(p++)", + "archery_ticket_price": "0", + "id": "13776", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "examine": "A razor-sharp sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "1381", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "11849", + "name": "Rune sword", + "archery_ticket_price": "0", + "id": "13777", + "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0" + }, + { + "examine": "A two handed sword.", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "37511", + "name": "Rune 2h sword", + "archery_ticket_price": "0", + "id": "13778", + "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0" + }, + { + "examine": "A rune halberd.", + "durability": null, + "destroy": "true", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "15", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "74298", + "name": "Rune halberd", + "archery_ticket_price": "0", + "id": "13779", + "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0" + }, + { + "examine": "A spiky mace.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7917", + "attack_audios": "2508,2508,25092508", + "name": "Rune mace", + "archery_ticket_price": "0", + "id": "13780", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "29145", + "durability": null, + "name": "Rune chainbody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13781", + "absorb": "3,0,6", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" + }, + { + "examine": "These will protect my feet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2237", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "7036", + "name": "Rune boots", + "archery_ticket_price": "0", + "id": "13782", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A medium sized helmet.", + "grand_exchange_price": "10678", + "durability": null, + "name": "Rune med helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13783", + "absorb": "1,0,3", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A stone helmet.", + "grand_exchange_price": "26576", + "durability": null, + "name": "Granite helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13784", + "absorb": "2,0,4", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection.", + "grand_exchange_price": "136414", + "durability": null, + "name": "Granite body", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13785", + "absorb": "4,0,8", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy.", + "grand_exchange_price": "72213", + "durability": null, + "name": "Granite legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13786", + "absorb": "2,0,5", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A medium square shield.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "22225", + "name": "Rune sq shield", + "archery_ticket_price": "0", + "id": "13787", + "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A solid stone shield.", + "grand_exchange_price": "32512", + "durability": null, + "name": "Granite shield", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13788", + "absorb": "5,0,10", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "42991", + "durability": null, + "name": "A powdered wig", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13789", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "811293", + "durability": null, + "name": "Flared trousers", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13790", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "19286", + "durability": null, + "name": "Pantaloons", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13791", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "75357", + "durability": null, + "name": "Sleeping cap", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13792", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "76692", + "name": "Rune cane", + "archery_ticket_price": "0", + "id": "13793", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "333537", + "durability": null, + "name": "Top hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13794", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Shear elegance.", + "grand_exchange_price": "582969", + "durability": null, + "name": "Sheep mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13795", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "1159807", + "durability": null, + "name": "Penguin mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13796", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "681595", + "durability": null, + "name": "Bat mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13797", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "It's the year of the cat!", + "grand_exchange_price": "2512014", + "durability": null, + "name": "Cat mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13798", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "3240770", + "durability": null, + "name": "Wolf mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13799", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with gold trim.", + "grand_exchange_price": "343688", + "durability": null, + "name": "Rune platebody (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13800", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "drop", + "examine": "Rune platelegs with gold trim.", + "grand_exchange_price": "238139", + "durability": null, + "name": "Rune platelegs (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13801", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with gold trim.", + "grand_exchange_price": "37616", + "durability": null, + "name": "Rune plateskirt (g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13802", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with gold trim.", + "grand_exchange_price": "247877", + "durability": null, + "name": "Rune full helm(g)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13803", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold trim", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "118205", + "name": "Rune kiteshield (g)", + "archery_ticket_price": "0", + "id": "13804", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with trim.", + "grand_exchange_price": "100586", + "durability": null, + "name": "Rune platebody (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13805", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs with trim!", + "grand_exchange_price": "81577", + "durability": null, + "name": "Rune platelegs (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13806", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with trim.", + "grand_exchange_price": "37701", + "durability": null, + "name": "Rune plateskirt (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13807", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with trim.", + "grand_exchange_price": "95809", + "durability": null, + "name": "Rune full helm (t)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13808", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "A large, metal shield with a nice trim.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "46469", + "name": "Rune kiteshield (t)", + "archery_ticket_price": "0", + "id": "13809", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Your money or your life!", + "grand_exchange_price": "252995", + "durability": null, + "name": "Highwayman mask", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13810", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "135411", + "name": "Blue beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13811", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "451371", + "name": "Black beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13812", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Parlez-vous Francais?", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "704147", + "name": "White beret", + "archery_ticket_price": "0", + "hat": true, + "id": "13813", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "42014", + "durability": null, + "name": "Tan cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13814", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "61518", + "durability": null, + "name": "Dark cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13815", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "All for one and one for all!", + "grand_exchange_price": "338530", + "durability": null, + "name": "Black cavalier", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13816", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "159694", + "durability": null, + "name": "Red headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13817", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "83543", + "durability": null, + "name": "Black headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13818", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A minimalist's hat.", + "grand_exchange_price": "26474", + "durability": null, + "name": "Brown headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13819", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Zamorak.", + "grand_exchange_price": "868398", + "durability": null, + "name": "Zamorak platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13820", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Zamorak.", + "grand_exchange_price": "316989", + "durability": null, + "name": "Zamorak platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13821", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Zamorak.", + "grand_exchange_price": "38597", + "durability": null, + "name": "Zamorak plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13822", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full helmet in the colours of Zamorak.", + "grand_exchange_price": "618480", + "durability": null, + "name": "Zamorak full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13823", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "A Rune kiteshield in the colours of Zamorak.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "225574", + "name": "Zamorak kiteshield", + "archery_ticket_price": "0", + "id": "13824", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Saradomin.", + "grand_exchange_price": "1555099", + "durability": null, + "name": "Saradomin platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13825", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Saradomin.", + "grand_exchange_price": "376849", + "durability": null, + "name": "Saradomin platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13826", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Saradomin.", + "grand_exchange_price": "53048", + "durability": null, + "name": "Saradomin plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13827", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet in the colours of Saradomin.", + "grand_exchange_price": "1025974", + "durability": null, + "name": "Saradomin full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13828", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield in the colours of Saradomin.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "353916", + "name": "Saradomin kiteshield", + "archery_ticket_price": "0", + "id": "13829", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody in the colours of Guthix.", + "grand_exchange_price": "406762", + "durability": null, + "name": "Guthix platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13830", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs in the colours of Guthix.", + "grand_exchange_price": "181471", + "durability": null, + "name": "Guthix platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13831", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt in the colours of Guthix.", + "grand_exchange_price": "38388", + "durability": null, + "name": "Guthix plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13832", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A rune full helmet in the colours of Guthix.", + "grand_exchange_price": "399963", + "durability": null, + "name": "Guthix full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13833", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield in the colours of Guthix.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "185266", + "name": "Guthix kiteshield", + "archery_ticket_price": "0", + "id": "13834", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platebody with complete gold trim & plating.", + "grand_exchange_price": "2034838", + "durability": null, + "name": "Gilded platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13835", + "absorb": "3,0,6", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune platelegs with gold plate.", + "grand_exchange_price": "1299758", + "durability": null, + "name": "Gilded platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13836", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune plateskirt with gold plate.", + "grand_exchange_price": "84191", + "durability": null, + "name": "Gilded plateskirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13837", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Rune full helmet with gold plate.", + "grand_exchange_price": "1057068", + "durability": null, + "name": "Gilded full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13838", + "absorb": "1,0,3", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,7", + "equip_audio": "2245", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "506093", + "name": "Gilded kiteshield", + "archery_ticket_price": "0", + "id": "13839", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.", + "durability": null, + "name": "Brawling gloves (melee)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13845", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Ranged xp.", + "durability": null, + "name": "Brawling gloves (ranged)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13846", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Magic xp.", + "durability": null, + "name": "Brawling gloves (magic)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13847", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Prayer xp.", + "durability": null, + "name": "Brawling gloves (prayer)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13848", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Agility xp.", + "durability": null, + "name": "Brawling gloves (agility)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13849", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Woodcutting xp.", + "durability": null, + "name": "Brawling gloves (wc)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13850", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Firemaking xp.", + "durability": null, + "name": "Brawling gloves (fm)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13851", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Mining xp.", + "durability": null, + "name": "Brawling gloves (mining)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13852", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Hunting xp.", + "durability": null, + "name": "Brawling gloves (hunter)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13853", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Thieving xp.", + "durability": null, + "name": "Brawling gloves (thieving)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13854", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Smithing xp.", + "durability": null, + "name": "Brawling gloves (smithing)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13855", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Fishing xp.", + "durability": null, + "name": "Brawling gloves (fishing)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13856", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?", + "shop_price": "50000", + "examine": "A pair of gloves that gives you bonus Cooking xp.", + "durability": null, + "name": "Brawling gloves (cooking)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13857", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13858", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1412812", + "durability": null, + "name": "Zuriel's robe top", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13859" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1412812", + "name": "Zuriel's robe top (deg)", + "archery_ticket_price": "0", + "id": "13860", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13861", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "986668", + "durability": null, + "name": "Zuriel's robe bottom", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13862" + }, + { + "requirements": "{1,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "986668", + "name": "Zuriel's robe bottom (deg)", + "archery_ticket_price": "0", + "id": "13863", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{6,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13864", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{6,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "361542", + "durability": null, + "name": "Zuriel's hood", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13865" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{6,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "361542", + "name": "Zuriel's hood (deg)", + "archery_ticket_price": "0", + "id": "13866", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13867", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff" + }, + { + "destroy_message": "Drop", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "2116989", + "durability": null, + "name": "Zuriel's staff", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13868" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "destroy_message": "Drop", + "grand_exchange_price": "2116989", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13869", + "stand_turn_anim": "1209", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10", + "requirements": "{0,78}-{6,78}", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zuriel's staff (deg)" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13870", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "926341", + "durability": null, + "name": "Morrigan's leather body", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13871" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "926341", + "name": "Morrigan's leather body (deg)", + "archery_ticket_price": "0", + "id": "13872", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13873", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "destroy_message": "Drop, Destroy after degrading.", + "requirements": "{1,78}-{4,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "510395", + "durability": null, + "name": "Morrigan's leather chaps", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13874" + }, + { + "requirements": "{1,78}-{4,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop, Destroy after degrading.", + "grand_exchange_price": "510395", + "name": "Morrigan's leather chaps (deg)", + "archery_ticket_price": "0", + "id": "13875", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{4,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13876", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}-{4,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "236411", + "durability": null, + "name": "Morrigan's coif", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13877" + }, + { + "remove_head": "true", + "requirements": "{1,78}-{4,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "236411", + "name": "Morrigan's coif (deg)", + "archery_ticket_price": "0", + "id": "13878", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "requirements": "{4,78}", + "shop_price": "4000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13879", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13880", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13881", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "19944", + "name": "Morrigan's javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13882", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,78}", + "shop_price": "4000", + "examine": "A vicious throwing axe.", + "has_special": "true", + "durability": null, + "destroy": "false", + "attack_speed": "5", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "9994", + "name": "Morrigan's throwing axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13883", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13884", + "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1619096", + "durability": null, + "name": "Statius's platebody", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13885" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1619096", + "name": "Statius's platebody (deg)", + "archery_ticket_price": "0", + "id": "13886", + "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "remove_sleeves": "true", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13887", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "destroy_message": "Drop, Destroy once it has been degraded.", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "2154168", + "durability": null, + "name": "Vesta's chainbody", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13888" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop, Destroy once it has been degraded.", + "remove_sleeves": "true", + "grand_exchange_price": "2154168", + "name": "Vesta's chainbody (deg)", + "archery_ticket_price": "0", + "id": "13889", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13890", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1735029", + "durability": null, + "name": "Statius's platelegs", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13891" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1735029", + "name": "Statius's platelegs (deg)", + "archery_ticket_price": "0", + "id": "13892", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13893", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,78}", + "shop_price": "500000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "1860767", + "durability": null, + "name": "Vesta's plateskirt", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13894" + }, + { + "requirements": "{1,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1860767", + "name": "Vesta's plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13895", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13896", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "requirements": "{1,78}", + "shop_price": "250000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "equip_audio": "", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius's full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13897" + }, + { + "remove_head": "true", + "requirements": "{1,78}", + "shop_price": "150000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1301986", + "name": "Statius' full helm (deg)", + "archery_ticket_price": "0", + "id": "13898", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13899", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword" + }, + { + "destroy_message": "Drop", + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "10464249", + "durability": null, + "name": "Vesta's longsword", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13900" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "10464249", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13901", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "attack_audios": "2500,2500,2517,2500", + "name": "Vesta's longsword (deg)" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13902", + "stand_turn_anim": "823", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weapon_interface": "10", + "equip_audio": "2233", + "attack_audios": "2504,0,0,0", + "name": "Statius's warhammer" + }, + { + "destroy_message": "Drop, Destroy once it has been degraded.", + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "grand_exchange_price": "7424450", + "durability": null, + "name": "Statius's warhammer", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13903" + }, + { + "turn90cw_anim": "821", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "destroy_message": "Drop, Destroy once it has been degraded.", + "grand_exchange_price": "7424450", + "stand_anim": "808", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13904", + "stand_turn_anim": "823", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0", + "shop_price": "300000", + "durability": null, + "destroy": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1426", + "attack_audios": "2504,0,0,0", + "name": "Statius' warhammer (deg)" + }, + { + "turn90cw_anim": "1207", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "13905", + "stand_turn_anim": "1209", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0", + "requirements": "{0,78}", + "shop_price": "300000", + "durability": null, + "destroy": "false", + "weight": "4.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Vesta's spear" + }, + { + "requirements": "{0,78}", + "shop_price": "300000", + "examine": "This item degrades in combat, and will turn to dust.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "name": "Vesta's spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13906" + }, + { + "requirements": "{0,78}", + "shop_price": "180000", + "examine": "This item degrades in combat, and will turn to dust.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "5264612", + "name": "Vesta's spear (deg)", + "archery_ticket_price": "0", + "id": "13907", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody", + "archery_ticket_price": "0", + "id": "13908", + "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1897306", + "durability": null, + "name": "Corrupt statius's platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13909" + }, + { + "requirements": "{1,20}}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equip_audio": "2239", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "1897306", + "name": "Corrupt statius's platebody (deg)", + "archery_ticket_price": "0", + "id": "13910", + "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody", + "archery_ticket_price": "0", + "id": "13911", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "2546175", + "durability": null, + "name": "Corrupt vesta's chainbody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13912" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,12", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "2546175", + "name": "Corrupt vesta's chainbody (deg)", + "archery_ticket_price": "0", + "id": "13913", + "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs", + "archery_ticket_price": "0", + "id": "13914", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1734527", + "durability": null, + "name": "Corrupt statius's platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13915" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1734527", + "name": "Corrupt statius's platelegs (deg)", + "archery_ticket_price": "0", + "id": "13916", + "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt", + "archery_ticket_price": "0", + "id": "13917", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1942627", + "durability": null, + "name": "Corrupt vesta's plateskirt", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13918" + }, + { + "requirements": "{1,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,8", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "1942627", + "name": "Corrupt vesta's plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13919", + "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius's full helm", + "archery_ticket_price": "0", + "id": "13920", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "1062835", + "durability": null, + "name": "Corrupt statius's full helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13921" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "1062835", + "name": "Corrupt statius' full helm (deg)", + "archery_ticket_price": "0", + "id": "13922", + "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "Corrupt vesta's longsword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13923", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "render_anim": "1426", + "attack_anims": "381,390,390,390", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "Corrupt vesta's longsword", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13924", + "stand_turn_anim": "823" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "turn90cw_anim": "1207", + "examine": "This item degrades while worn, and will turn to dust.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "5", + "turn180_anim": "1206", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1426", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3739998", + "name": "C. vesta's longsword (deg)", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13925", + "stand_turn_anim": "823", + "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2233", + "defence_anim": "397", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "attack_audios": "395,395,395,395", + "name": "Corrupt statius's warhammer", + "archery_ticket_price": "0", + "id": "13926", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "3033516", + "durability": null, + "name": "Corrupt statius's warhammer", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13927" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2233", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "3033516", + "name": "C. statius's warhammer (deg)", + "archery_ticket_price": "0", + "id": "13928", + "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear", + "archery_ticket_price": "0", + "id": "13929", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13930" + }, + { + "requirements": "{0,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "343474", + "name": "Corrupt vesta's spear (deg)", + "archery_ticket_price": "0", + "id": "13931", + "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top", + "archery_ticket_price": "0", + "id": "13932", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "253230", + "durability": null, + "name": "Corrupt zuriel's robe top", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13933" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "12,6,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "253230", + "name": "Corrupt zuriel's robe top (deg)", + "archery_ticket_price": "0", + "id": "13934", + "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "121290", + "name": "Corrupt zuriel's robe bottom", + "archery_ticket_price": "0", + "id": "13935", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "121290", + "durability": null, + "name": "Corrupt zuriel's robe bottom", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13936" + }, + { + "requirements": "{1,20}-{6,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "8,4,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "121290", + "name": "Corrupt zuriel's robe bottom (deg)", + "archery_ticket_price": "0", + "id": "13937", + "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood", + "archery_ticket_price": "0", + "id": "13938", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{6,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "43778", + "durability": null, + "name": "Corrupt zuriel's hood", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13939" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "43778", + "name": "Corrupt zuriel's hood (deg)", + "archery_ticket_price": "0", + "id": "13940", + "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0" + }, + { + "requirements": "{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2555,0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "attack_audios": "2555,0,0,0", + "name": "Corrupt zuriel's staff", + "archery_ticket_price": "0", + "id": "13941", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10" + }, + { + "destroy_message": "Drop", + "requirements": "{6,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "219418", + "durability": null, + "name": "Corrupt zuriel's staff", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13942" + }, + { + "requirements": "{6,20}", + "shop_price": "70000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "1", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "219418", + "name": "Corrupt zuriel's staff (deg)", + "archery_ticket_price": "0", + "id": "13943", + "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body", + "archery_ticket_price": "0", + "id": "13944", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "387212", + "durability": null, + "name": "Corrupt morrigan's leather body", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13945" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,12,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "387212", + "name": "Corrupt morrigan's leather body (deg)", + "archery_ticket_price": "0", + "id": "13946", + "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps", + "archery_ticket_price": "0", + "id": "13947", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "125000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "84592", + "durability": null, + "name": "Corrupt morrigan's leather chaps", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13948" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "75000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,8,4", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "84592", + "name": "Corrupt morrigan's leather chaps (deg)", + "archery_ticket_price": "0", + "id": "13949", + "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{4,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif", + "archery_ticket_price": "0", + "id": "13950", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "requirements": "{1,20}-{4,20}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "63502", + "durability": null, + "name": "Corrupt morrigan's coif", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13951" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{4,20}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equip_audio": "2238", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "63502", + "name": "Corrupt morrigan's coif (deg)", + "archery_ticket_price": "0", + "id": "13952", + "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0" + }, + { + "requirements": "{4,20}", + "shop_price": "1000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "Corrupt morrigan's javelin", + "archery_ticket_price": "0", + "id": "13953", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p)", + "archery_ticket_price": "0", + "id": "13954", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p+)", + "archery_ticket_price": "0", + "id": "13955", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "10000", + "examine": "A vicious javelin.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "18", + "absorb": "0,0,0", + "equip_audio": "2244", + "render_anim": "1381", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "6752", + "name": "C. morrigan's javelin (p++)", + "archery_ticket_price": "0", + "id": "13956", + "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145" + }, + { + "requirements": "{4,20}", + "shop_price": "1000", + "examine": "A vicious throwing axe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "18", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "5388", + "name": "C. morrigan's throwing axe", + "archery_ticket_price": "0", + "id": "13957", + "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117" + }, + { + "requirements": "{0,20}-{4,20}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody", + "archery_ticket_price": "0", + "id": "13958", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "168278", + "durability": null, + "name": "Corrupt dragon chainbody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13959" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "168278", + "name": "Corrupt dragon chainbody (deg)", + "archery_ticket_price": "0", + "id": "13960", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm", + "archery_ticket_price": "0", + "id": "13961", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "121835", + "durability": null, + "name": "Corrupt dragon med helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13962" + }, + { + "remove_head": "true", + "shop_price": "36000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "destroy_message": "Drop", + "grand_exchange_price": "121835", + "name": "Corrupt dragon med helm (deg)", + "archery_ticket_price": "0", + "id": "13963", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield", + "archery_ticket_price": "0", + "id": "13964", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "79703", + "durability": null, + "name": "Corrupt dragon sq shield", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13965" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "Drop", + "grand_exchange_price": "79703", + "name": "Corrupt dragon sq shield (deg)", + "archery_ticket_price": "0", + "id": "13966", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "7", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt", + "archery_ticket_price": "0", + "id": "13967", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "destroy_message": "Destroy", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "71066", + "durability": null, + "name": "Corrupt dragon plateskirt", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13968" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "7", + "destroy_message": "Destroy", + "grand_exchange_price": "71066", + "name": "Corrupt dragon plateskirt (deg)", + "archery_ticket_price": "0", + "id": "13969", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs", + "archery_ticket_price": "0", + "id": "13970", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "87957", + "durability": null, + "name": "Corrupt dragon platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13971" + }, + { + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "destroy_message": "Drop", + "grand_exchange_price": "87957", + "name": "Corrupt dragon platelegs (deg)", + "archery_ticket_price": "0", + "id": "13972", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "Corrupt dragon battleaxe", + "archery_ticket_price": "0", + "id": "13973", + "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "120000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "4", + "render_anim": "2586", + "defence_anim": "397", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "Corrupt dragon battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13974", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "72000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "absorb": "0,0,0", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "destroy_message": "Drop", + "grand_exchange_price": "332229", + "attack_audios": "2498,2498,2497,2498", + "name": "C. dragon battleaxe (deg)", + "archery_ticket_price": "0", + "id": "13975", + "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0" + }, + { + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "Corrupt dragon dagger", + "archery_ticket_price": "0", + "id": "13976", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "equip_audio": "2248", + "defence_anim": "397", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "Corrupt dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13977" + }, + { + "shop_price": "18000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "destroy_message": "Drop", + "grand_exchange_price": "33358", + "attack_audios": "2517,2517,2500,2517", + "name": "C. dragon dagger (deg)", + "archery_ticket_price": "0", + "id": "13978", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "attack_audios": "2500,0,2517,0", + "name": "Corrupt dragon scimitar", + "archery_ticket_price": "0", + "id": "13979", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "338644", + "durability": null, + "name": "Corrupt dragon scimitar", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13980", + "equip_audio": "" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1928", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "338644", + "attack_audios": "2500,0,2517,0", + "name": "C. dragon scimitar (deg)", + "archery_ticket_price": "0", + "id": "13981", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "100000", + "ge_buy_limit": "10", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1582", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "attack_audios": "2500,2500,2517,2500", + "name": "Corrupt dragon longsword", + "archery_ticket_price": "0", + "id": "13982", + "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100000", + "examine": "This item degrades while worn, and will turn to dust.", + "grand_exchange_price": "207053", + "durability": null, + "name": "Corrupt dragon longsword", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13983" + }, + { + "shop_price": "60000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1582", + "equipment_slot": "3", + "destroy_message": "Drop", + "grand_exchange_price": "207053", + "name": "C. dragon longsword (deg)", + "archery_ticket_price": "0", + "id": "13984", + "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace", + "archery_ticket_price": "0", + "id": "13985", + "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "4", + "defence_anim": "397", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13986" + }, + { + "requirements": "{0,60}", + "shop_price": "30000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "8", + "absorb": "0,0,0", + "equip_audio": "2246", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "grand_exchange_price": "50096", + "attack_audios": "2508,2508,25092508", + "name": "Corrupt dragon mace (deg)", + "archery_ticket_price": "0", + "id": "13987", + "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0" + }, + { + "shop_price": "40000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear", + "archery_ticket_price": "0", + "id": "13988", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "shop_price": "40000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "defence_anim": "2079", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13989" + }, + { + "shop_price": "24000", + "examine": "This item degrades while worn, and will turn to dust.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "absorb": "0,0,0", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "Drop", + "grand_exchange_price": "920922", + "name": "Corrupt dragon spear (deg)", + "archery_ticket_price": "0", + "id": "13990", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0" + }, + { + "destroy_message": "You can get another copy by searching bookshelves around 2009Scape.", + "shop_price": "5", + "examine": "A book about the Wilderness.", + "durability": null, + "name": "Pvp worlds manual", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14056", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "25", + "examine": "A threat to dusty corners everywhere.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "8", + "absorb": "0,0,0", + "render_anim": "1072", + "equipment_slot": "3", + "destroy_message": "You can obtain another by talking to Maggie the witch.", + "name": "Broomstick", + "archery_ticket_price": "0", + "id": "14057", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.", + "shop_price": "2", + "examine": "What a curious and ghoulish smell!", + "durability": null, + "name": "Goulash", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14058", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.", + "shop_price": "2", + "examine": "Purple and pungent.", + "durability": null, + "name": "Magic unguent", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14061", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.", + "shop_price": "2", + "examine": "To be used on brooms.", + "durability": null, + "name": "Broom ointment", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14062", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.", + "shop_price": "5", + "examine": "A newt from Hetty's basement.", + "durability": null, + "name": "Newt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14064", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Newt label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14065", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Toad label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14066", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.", + "shop_price": "1", + "examine": "A label for a shipping crate.", + "durability": null, + "name": "Newts and toads label", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14067", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another wand from the chest in Betty's basement.", + "shop_price": "15", + "examine": "Warm to the touch.", + "durability": null, + "name": "Betty's wand", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14068", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.", + "shop_price": "2", + "examine": "What a view!", + "durability": null, + "name": "Magic slate", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14069", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", + "shop_price": "1", + "examine": "Desert dweller.", + "durability": null, + "name": "Reptile", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14070", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.", + "shop_price": "1", + "examine": "Bleak and beaky.", + "durability": null, + "name": "Blackbird", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14071", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "An annoying flappy thing.", + "durability": null, + "name": "Bat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14072", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "It's an extremely small brown spider, probably very poisonous.", + "durability": null, + "name": "Spider", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14073", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "A popular dwarven delicacy.", + "durability": null, + "name": "Rat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14074", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Snail", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14075", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "The height of warlock fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another warlock top from Diango in Draynor Village.", + "remove_sleeves": "true", + "name": "Warlock top", + "archery_ticket_price": "0", + "id": "14076", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Warlock legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14077", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "15", + "examine": "The height of witchly fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "remove_sleeves": "true", + "name": "Witch top", + "archery_ticket_price": "0", + "id": "14078", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another witch top from Diango in Draynor.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Witch skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14079", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Witch cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14080", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Warlock cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14081", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "A sticky orb of popped corn.", + "durability": null, + "name": "Popcorn ball", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14082", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "Chocolatey goodness.", + "durability": null, + "name": "Chocolate drop", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14083", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "Sugary bliss.", + "durability": null, + "name": "Wrapped candy", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14084", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1", + "examine": "An urgent communiqu?? revealing important information.", + "durability": null, + "name": "Armadyl communiqu?", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14085", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "15", + "examine": "The height of witchly fashion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "You can get another witch top from Diango in Draynor.", + "remove_sleeves": "true", + "name": "Witch top", + "archery_ticket_price": "0", + "id": "14086", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can get another witch top from Diango in Draynor.", + "shop_price": "15", + "examine": "Tattered but trendy.", + "durability": null, + "name": "Witch skirt", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14087", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another witch cloak from Diango in Draynor.", + "shop_price": "15", + "examine": "Ragged but rugged.", + "durability": null, + "name": "Witch cloak", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14088", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14089", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14090", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14091", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14092", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14093", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay platebody", + "archery_ticket_price": "0", + "id": "14094", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has transformed into spiked, platemail legs.", + "durability": null, + "name": "Sacred clay platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14095", + "absorb": "2,0,4", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a spined helm.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Sacred clay helm", + "archery_ticket_price": "0", + "id": "14096", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a sharp scimitar.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equip_audio": "2248", + "render_anim": "1629", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay scimitar", + "archery_ticket_price": "0", + "id": "14097", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "This can turn into a variety of tools.", + "durability": null, + "name": "Volatile clay tool", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14098", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to mine some rocks.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay pickaxe", + "archery_ticket_price": "0", + "id": "14099", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to cut some wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay hatchet", + "archery_ticket_price": "0", + "id": "14100", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to spear some big fish.", + "durability": null, + "name": "Volatile clay harpoon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14101", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to catch some butterflies.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Volatile clay butterfly net", + "archery_ticket_price": "0", + "id": "14102", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your volatile tool wants to make some bows or arrows.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Volatile clay fletching knife", + "archery_ticket_price": "0", + "id": "14103", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to work metal or build furniture.", + "durability": null, + "name": "Volatile clay hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14104", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your volatile tool wants to make some leather armour.", + "durability": null, + "name": "Volatile clay needle", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14105", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "This can turn into a variety of tools.", + "durability": null, + "name": "Proto-tool", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14106", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a pickaxe.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay pickaxe", + "archery_ticket_price": "0", + "id": "14107", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a hatchet.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay hatchet", + "archery_ticket_price": "0", + "id": "14108", + "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a harpoon.", + "durability": null, + "name": "Sacred clay harpoon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14109", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "Your sacred clay tool has transformed into a butterfly net.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "5", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Sacred clay butterfly net", + "archery_ticket_price": "0", + "id": "14110", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "The sacred clay has transformed into a knife.", + "durability": null, + "name": "Sacred clay fletching knife", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14111", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "Your sacred clay tool has transformed into a hammer.", + "durability": null, + "name": "Sacred clay hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14112", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "21333", + "examine": "The sacred clay has transformed into a needle.", + "durability": null, + "name": "Sacred clay needle", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14113", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a heavy, magical robe.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,3,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay robe top", + "archery_ticket_price": "0", + "id": "14114", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has transformed into a heavy, magical robe.", + "durability": null, + "name": "Sacred clay robe bottom", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14115", + "absorb": "4,2,0", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Drop", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a wizard hat.", + "durability": null, + "name": "Sacred clay hat", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14116", + "absorb": "3,1,0", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a magical staff.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay staff", + "archery_ticket_price": "0", + "id": "14117", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "shop_price": "43333", + "examine": "The sacred clay top has transformed into a leather body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,6,3", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Sacred clay body", + "archery_ticket_price": "0", + "id": "14118", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "42667", + "examine": "The sacred clay bottom has been transformed into a set of chaps.", + "durability": null, + "name": "Sacred clay chaps", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14119", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "shop_price": "23467", + "examine": "The sacred clay hat has transformed into a coif.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,3,1", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Sacred clay coif", + "archery_ticket_price": "0", + "id": "14120", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0" + }, + { + "shop_price": "17066", + "examine": "The sacred clay weapon has transformed into a bow.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Sacred clay bow", + "archery_ticket_price": "0", + "id": "14121", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14122", + "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14123" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14124", + "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14125" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14126", + "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14127" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14128", + "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14129" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "4", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Pickaxe (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14130", + "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become hard enough to chip stone.", + "durability": null, + "name": "Pickaxe (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14131" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14132", + "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14133" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14134", + "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14135" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14136", + "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14137" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14138", + "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14139" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "2", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Hatchet (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14140", + "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become sharp enough to cut wood.", + "durability": null, + "name": "Hatchet (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14141" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14142", + "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14143" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14144", + "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14145" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14146", + "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14147" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14148", + "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14149" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Harpoon (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14150", + "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become long enough to reach the depths of pools.", + "durability": null, + "name": "Harpoon (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14151" + }, + { + "shop_price": "30", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14152", + "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14153" + }, + { + "shop_price": "60", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14154", + "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14155" + }, + { + "shop_price": "90", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14156", + "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14157" + }, + { + "shop_price": "120", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14158", + "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14159" + }, + { + "shop_price": "150", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "14", + "absorb": "0,0,0", + "render_anim": "158", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "Drop", + "name": "Butterfly net (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14160", + "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has become light enough to swing at floating shards.", + "durability": null, + "name": "Butterfly net (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14161" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14162", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14163" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14164", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14165" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14166", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14167" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14168", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14169" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14170", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into something bland, but edible.", + "durability": null, + "name": "Food (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14171" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14172", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14173" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14174", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14175" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14176", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14177" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14178", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14179" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14180", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The clay has transformed into an expandable wall.", + "durability": null, + "name": "Barrier (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14181" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Very low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14182", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "15", + "examine": "Very low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14183" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "Low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14184", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "Low quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14185" + }, + { + "destroy_message": "Drop", + "shop_price": "45", + "examine": "Medium quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14186", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "45", + "examine": "Medium quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14187" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "High quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14188", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "High quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14189" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Very high quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14190", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "75", + "examine": "Very high quality sacred clay.", + "durability": null, + "name": "Sacred clay (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14191" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14192", + "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14193" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14194", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14195" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14196", + "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14197" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14198", + "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14199" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Bow (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14200", + "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a wood-like substance.", + "durability": null, + "name": "Bow (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14201" + }, + { + "shop_price": "2", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14202", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15" + }, + { + "shop_price": "4", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14203", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30" + }, + { + "shop_price": "6", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14204", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45" + }, + { + "shop_price": "8", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14205", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60" + }, + { + "shop_price": "10", + "examine": "The Sacred Clay has transformed into a wood-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "name": "Arrows (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75" + }, + { + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14207", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14208" + }, + { + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14210" + }, + { + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14211", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14212" + }, + { + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14213", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14214" + }, + { + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14215", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Prayer restore potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14216" + }, + { + "shop_price": "150", + "examine": "4 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14218" + }, + { + "shop_price": "120", + "examine": "4 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14219", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14220" + }, + { + "shop_price": "90", + "examine": "3 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14221", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14222" + }, + { + "shop_price": "60", + "examine": "2 doses of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14223", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14224" + }, + { + "shop_price": "30", + "examine": "1 dose of energy potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Energy potion (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14225", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of energy potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Energy potion (1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14226" + }, + { + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14228" + }, + { + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14230" + }, + { + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14231", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14232" + }, + { + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14233", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14234" + }, + { + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14235", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of super Attack potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14236" + }, + { + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14238" + }, + { + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14240" + }, + { + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14242" + }, + { + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14244" + }, + { + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of super Strength potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14246" + }, + { + "shop_price": "150", + "examine": "4 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14247", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14248" + }, + { + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14249", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14250" + }, + { + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14251", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14252" + }, + { + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14253", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14254" + }, + { + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14255", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of ranging potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14256" + }, + { + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14257", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14258" + }, + { + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14259", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14260" + }, + { + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14261", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14262" + }, + { + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14263", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14264" + }, + { + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14266" + }, + { + "shop_price": "150", + "examine": "4 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14267", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "5 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14268" + }, + { + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14269", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14270" + }, + { + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14271", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14272" + }, + { + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14273", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14274" + }, + { + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14275", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Magic potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14276" + }, + { + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14278" + }, + { + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "4 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14280" + }, + { + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14281", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14282" + }, + { + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14283", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "2 doses of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14284" + }, + { + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "4", + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14285", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "1 dose of Summoning potion.", + "grand_exchange_price": "4", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14286" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14287", + "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14288" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14289", + "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14290" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14291", + "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14292" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14293", + "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14294" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "weapon_interface": "6", + "absorb": "0,0,0", + "render_anim": "1629", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "Drop", + "attack_audios": "2500,0,2517,0", + "name": "Scimitar (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14295", + "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a vicious, curved sword.", + "durability": null, + "name": "Scimitar (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14296" + }, + { + "shop_price": "30", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14297", + "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14298" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14299", + "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14300" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14301", + "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14302" + }, + { + "shop_price": "120", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14303", + "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14304" + }, + { + "shop_price": "150", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "destroy": "true", + "attack_speed": "3", + "weapon_interface": "5", + "absorb": "0,0,0", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "destroy_message": "Drop", + "attack_audios": "2517,2517,2500,2517", + "name": "Dagger (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14305", + "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a sharp dagger.", + "durability": null, + "name": "Dagger (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14306" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14307", + "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14308" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14309", + "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14310" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14311", + "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14312" + }, + { + "shop_price": "120", + "examine": "The Sacred Clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14313", + "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The Sacred Clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14314" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "destroy": "true", + "attack_speed": "6", + "weapon_interface": "10", + "absorb": "0,0,0", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Warhammer (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14315", + "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a heavy warhammer.", + "durability": null, + "name": "Warhammer (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14316" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14317", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe top (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14318" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14319", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14320" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14321", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14322" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14323", + "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14324" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Robe top (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14325", + "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like substance.", + "durability": null, + "name": "Robe top (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14326" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14327", + "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14328" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14329", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14330" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14331", + "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14332" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14333", + "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14334" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Robe bottom (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14335", + "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Robe bottom (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14336" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14337", + "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14338" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14339", + "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14340" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14341", + "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14342" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14343", + "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14344" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Hat (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14345", + "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a light, cloth-like material.", + "durability": null, + "name": "Hat (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14346" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14347", + "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platebody (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14348" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14349", + "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a hard, metallic substance.", + "durability": null, + "name": "Platebody (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14350" + }, + { + "shop_price": "90", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14351", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14352" + }, + { + "shop_price": "120", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14353", + "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14354" + }, + { + "shop_price": "150", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Platebody (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14355", + "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay top has transformed into a spiked, platemail body.", + "durability": null, + "name": "Platebody (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14356" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14357", + "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14358" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14359", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14360" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14361", + "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14362" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14363", + "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14364" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Platelegs (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14365", + "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Platelegs (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14366" + }, + { + "remove_head": "true", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14367", + "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14368" + }, + { + "remove_head": "true", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14369", + "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14370" + }, + { + "remove_head": "true", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14371", + "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14372" + }, + { + "remove_head": "true", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14373", + "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14374" + }, + { + "remove_head": "true", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Helm (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14375", + "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a hard, metallic substance.", + "durability": null, + "name": "Helm (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14376" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14377", + "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "name": "Staff (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14378" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14379", + "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a light weight, magical stick.", + "durability": null, + "name": "Staff (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14380" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14381", + "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14382" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14383", + "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14384" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "destroy": "true", + "attack_speed": "5", + "weapon_interface": "1", + "absorb": "0,0,0", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "Drop", + "name": "Staff (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14385", + "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a lightweight, magical stick.", + "durability": null, + "name": "Staff (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14386" + }, + { + "durability": null, + "name": "Cape", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14387", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Cape", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14389", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14391", + "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14392" + }, + { + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14393", + "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14394" + }, + { + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14395", + "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14396" + }, + { + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14397", + "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14398" + }, + { + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "Drop", + "remove_sleeves": "true", + "name": "Leather body (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14399", + "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible mesh.", + "durability": null, + "name": "Leather body (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14400" + }, + { + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14401", + "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14402" + }, + { + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14403", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14404" + }, + { + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14405", + "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14406" + }, + { + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14407", + "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14408" + }, + { + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "7", + "destroy_message": "Drop", + "name": "Chaps (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14409", + "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay transformed into a flexible mesh.", + "durability": null, + "name": "Chaps (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14410" + }, + { + "remove_head": "true", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14411", + "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14412", + "equip_audio": "" + }, + { + "remove_head": "true", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14413", + "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14414" + }, + { + "remove_head": "true", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14415", + "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14416" + }, + { + "remove_head": "true", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14417", + "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14418" + }, + { + "remove_head": "true", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Coif (class 5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14419", + "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "The sacred clay has transformed into a flexible, protective mesh.", + "durability": null, + "name": "Coif (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14420" + }, + { + "shop_price": "30", + "durability": null, + "name": "Clay deposit scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14421", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14422", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 1)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14423" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14424", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "60", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 2)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14425" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14426", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "90", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 3)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14427" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14428", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "120", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 4)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14429" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14430", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "150", + "examine": "This scroll will make your familiar deposit its items at your base.", + "durability": null, + "name": "Sacred clay pouch (class 5)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14431" + }, + { + "durability": null, + "name": "Null sacred clay", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14432", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "5", + "examine": "A vine flower grown through magical means.", + "durability": null, + "name": "Vine flower", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14458", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.", + "examine": "Its unconscious, poor thing.", + "durability": null, + "name": "Unconscious broav", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14459", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.", + "shop_price": "10", + "examine": "Some dirty clothes that apparently belong to Movario.", + "durability": null, + "name": "Dirty laundry", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14460", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You found this basket in Movario's base.", + "examine": "A receptacle for rubbish.", + "durability": null, + "name": "Waste-paper basket", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14461", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.", + "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)", + "durability": null, + "name": "Ruby key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14462", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes in Movario's basement.", + "examine": "A collection of notes made by an absent-minded fellow.", + "durability": null, + "name": "Notes on pressure", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14463", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes loosely piled up on ", + "examine": "A loose-leaf collection of research notes, found on Movario's study desk.", + "durability": null, + "name": "Movario's notes (volume 1)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14464", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.", + "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.", + "durability": null, + "name": "Movario's notes (volume 2)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14465", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 1kg weight.", + "durability": null, + "name": "Weight (1kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14466", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 2kg weight.", + "durability": null, + "name": "Weight (2kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14467", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "A 5kg weight.", + "durability": null, + "name": "Weight (5kg)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14468", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can find another under the bed on the top level of Movario's base", + "examine": "The loop half of a strange key.", + "durability": null, + "name": "Strange key loop", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14469", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can find another under the bed on the top level of Movario's base", + "examine": "The teeth half of a strange key.", + "durability": null, + "name": "Strange key teeth", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14470", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.", + "examine": "The completed dragonkin key.", + "durability": null, + "name": "Dragonkin key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14471", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "955683", + "name": "Ruined dragon armour lump", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14472", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged lump of dragon metal.", + "grand_exchange_price": "955683", + "durability": null, + "name": "Ruined dragon armour lump", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14473" + }, + { + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "1761141", + "name": "Ruined dragon armour slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14474", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged slice of dragon metal.", + "grand_exchange_price": "1761141", + "durability": null, + "name": "Ruined dragon armour slice", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14475" + }, + { + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "durability": null, + "rare_item": "true", + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "1090493", + "name": "Ruined dragon armour shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14476", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "30000", + "examine": "A badly damaged shard of dragon metal.", + "grand_exchange_price": "1090493", + "durability": null, + "name": "Ruined dragon armour shard", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14477" + }, + { + "destroy_message": "Drop", + "examine": "A very powerful Smithing hammer.", + "durability": null, + "name": "Blast fusion hammer", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14478", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "requirements": "{1,60}", + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14479", + "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1760000", + "examine": "Provides excellent protection.", + "grand_exchange_price": "4453643", + "durability": null, + "name": "Dragon platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14480" + }, + { + "requirements": "{1,60}", + "examine": "Provides excellent protection.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "4,0,9", + "equip_audio": "", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "4453643", + "name": "Dragon platebody", + "archery_ticket_price": "0", + "id": "14481", + "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0" + }, + { + "examine": "A set of fighting claws.", + "has_special": "true", + "rare_item": "true", + "attack_speed": "4", + "two_handed": "true", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "393,393,1067,393", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14484", + "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0", + "requirements": "{0,60}", + "shop_price": "67500", + "durability": null, + "destroy": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "lendable": "true", + "attack_audios": "2548,2548,2548,2548", + "name": "Dragon claws" + }, + { + "destroy_message": "Drop", + "shop_price": "67500", + "examine": "A set of fighting claws.", + "grand_exchange_price": "1472441", + "durability": null, + "name": "Dragon claws", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "two_handed": "true", + "id": "14485" + }, + { + "requirements": "{0,60}", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "absorb": "0,0,0", + "equip_audio": "1003", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "1472441", + "attack_audios": "2548,2548,2548,2548", + "name": "Dragon claws", + "archery_ticket_price": "0", + "id": "14486", + "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0" + }, + { + "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.", + "examine": "An enriched snapdragon herb.", + "durability": null, + "name": "Enriched snapdragon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14487", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.", + "examine": "Fluid sloshes innocently in this vial.", + "durability": null, + "name": "Super truth serum", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14488", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.", + "examine": "A sketch of the suspect known as Dark Squall.", + "durability": null, + "name": "Suspect sketch", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14489", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "41559", + "name": "Elite black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14490", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "65000", + "examine": "These look pretty heavy, but very elite.", + "grand_exchange_price": "41559", + "durability": null, + "name": "Elite black platelegs", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14491" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "destroy_message": "Drop", + "remove_sleeves": "true", + "grand_exchange_price": "38275", + "name": "Elite black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14492", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "64000", + "examine": "Provides excellent protection, and is elite.", + "grand_exchange_price": "38275", + "durability": null, + "name": "Elite black platebody", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14493" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "destroy_message": "Drop", + "grand_exchange_price": "30542", + "name": "Elite black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14494", + "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "35200", + "examine": "A full face helmet, and elite.", + "grand_exchange_price": "30542", + "durability": null, + "name": "Elite black full helm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14495" + }, + { + "destroy_message": "You got this key from the key rack in Dark Squall's base.", + "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)", + "durability": null, + "name": "Cell key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14496", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "71098", + "name": "Dagon'hai robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14497", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,2,0,0" + }, + { + "shop_price": "120000", + "examine": "A robe worn by members of the Dagon'hai.", + "grand_exchange_price": "71098", + "durability": null, + "name": "Dagon'hai robe top", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14498" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "9580", + "name": "Dagon'hai hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14499", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "A hat worn by members of the Dagon'hai.", + "grand_exchange_price": "9580", + "durability": null, + "name": "Dagon'hai hat", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14500" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "durability": null, + "destroy": "false", + "attack_speed": "4", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "45691", + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14501", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,2,0,0" + }, + { + "shop_price": "80000", + "examine": "A robe worn by members of the Dagon'hai.", + "grand_exchange_price": "45691", + "durability": null, + "name": "Dagon'hai robe bottom", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14502" + }, + { + "shop_price": "1", + "examine": "Elite Black Knight armour adds to his stealthiness.", + "durability": null, + "name": "Silif", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14503", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "examine": "Elite Black Knight armour adds to his stealthiness.", + "durability": null, + "name": "Silif", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14504", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Teleorb", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14505", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.", + "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!", + "durability": null, + "name": "Enriched snapdragon seed", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14506", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14507", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14508", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14509", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14510", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14511", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14512", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14513", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.", + "examine": "Part of a stone circle.", + "durability": null, + "name": "Dolmen", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14514", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", + "examine": "An elemental key of air.", + "durability": null, + "name": "Air key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14515", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", + "examine": "An elemental key of earth.", + "durability": null, + "name": "Earth key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14516", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of fire.", + "durability": null, + "name": "Fire key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14517", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of water.", + "durability": null, + "name": "Water key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14518", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.", + "examine": "An elemental key of air.", + "durability": null, + "name": "Air key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14519", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.", + "examine": "An elemental key of earth.", + "durability": null, + "name": "Earth key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14520", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of fire.", + "durability": null, + "name": "Fire key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14521", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You found this in the Chasm of Tears by using an", + "examine": "An elemental key of water.", + "durability": null, + "name": "Water key", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14522", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a hat, top and bottoms.", + "grand_exchange_price": "193541", + "durability": null, + "name": "Dagon'hai robes set", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14525", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a hat, top and bottoms.", + "grand_exchange_price": "193541", + "durability": null, + "name": "Dagon'hai robes set", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14526" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "6,0,13", + "destroy_message": "Drop", + "grand_exchange_price": "140536", + "name": "Elite black armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14527", + "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.", + "grand_exchange_price": "140536", + "durability": null, + "name": "Elite black armour set", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14528" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "9,0,19", + "destroy_message": "Drop", + "grand_exchange_price": "10629814", + "name": "Dragon plate armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14529", + "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.", + "grand_exchange_price": "10629814", + "durability": null, + "name": "Dragon plate armour set (l)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14530" + }, + { + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "9,0,19", + "destroy_message": "Drop", + "grand_exchange_price": "12243786", + "name": "Dragon plate armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14531", + "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "20", + "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.", + "grand_exchange_price": "12243786", + "durability": null, + "name": "Dragon plate armour set (sk)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14532" + }, + { + "durability": null, + "name": "Broav", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14533", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.", + "examine": "This orb can used to teleport people...somehow.", + "durability": null, + "name": "Strange teleorb", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14534", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not be able to get the book back if you destroy it.", + "examine": "Notes on the locations of turkeys.", + "durability": null, + "name": "Turkey book", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14536", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14537", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14538", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "9", + "durability": null, + "name": "Raw turkey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14539", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "name": "Cooked turkey", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14540", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt turkey", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14541", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "9", + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw turkey drumstick", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14542", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "4", + "examine": "Mmm, this looks tasty.", + "durability": null, + "name": "Cooked turkey drumstick", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14543", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1", + "durability": null, + "name": "Burnt turkey drumstick", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14544", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.", + "durability": null, + "name": "Cornucopia", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14570", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Not-so-sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 1", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14571", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.", + "examine": "Sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 2", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14572", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "Very sturdy boots for northern winters.", + "durability": null, + "name": "Fremennik sea boots 3", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14573", + "absorb": "0,0,0", + "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14574", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14575", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14576", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A buckler shield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.", + "name": "Falador shield 1", + "archery_ticket_price": "0", + "id": "14577", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0" + }, + { + "shop_price": "200", + "examine": "A kiteshield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.", + "name": "Falador shield 2", + "archery_ticket_price": "0", + "id": "14578", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0" + }, + { + "shop_price": "300", + "examine": "A tower shield from Falador.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equip_audio": "2245", + "equipment_slot": "5", + "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.", + "name": "Falador shield 3", + "archery_ticket_price": "0", + "id": "14579", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0" + }, + { + "shop_price": "1000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14580", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "5000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14581", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "10000", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14582", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Harvest (turns to ", + "examine": "A white lily seed - plant in a flower patch.", + "durability": null, + "name": "White lily", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14583", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!", + "shop_price": "500000", + "examine": "I can take this to the Herald to get my money crest back for free.", + "durability": null, + "name": "Money crest voucher", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14584", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "1250", + "examine": "A white lily seed - plant in a flower patch.", + "durability": null, + "name": "White lily seed", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14589", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(5)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14590", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Drop", + "shop_price": "1000", + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(6)", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14591", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "These look pretty heavy, but very elite.", + "grand_exchange_price": "41559", + "durability": null, + "name": "Elite black platelegs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14592", + "absorb": "2,0,4", + "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "Provides excellent protection, and is elite.", + "grand_exchange_price": "38275", + "durability": null, + "name": "Elite black platebody", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14593", + "absorb": "3,0,6", + "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0" + }, + { + "lendable": "true", + "destroy_message": "Drop", + "examine": "A full face helmet, and elite.", + "grand_exchange_price": "30542", + "durability": null, + "name": "Elite black full helm", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14594", + "absorb": "1,0,3", + "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14595", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", + "durability": null, + "name": "Ice amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14596", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.", + "shop_price": "1", + "durability": null, + "name": "Stones", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14597", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.", + "shop_price": "1", + "examine": "According to the snow imps, this is enchanted, frozen yeti dung.", + "durability": null, + "name": "Enchanted stones", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14598", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.", + "durability": null, + "name": "Ice amulet", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14599", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14600", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "remove_sleeves": "true", + "examine": "A red and jolly top.", + "durability": null, + "name": "Santa costume top", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14601", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You can get another pair from Diango in Draynor Village.", + "examine": "Some black and jolly gloves.", + "durability": null, + "name": "Santa costume gloves", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14602", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "Some red and jolly legs.", + "durability": null, + "name": "Santa costume legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14603", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "Some red and jolly legs.", + "durability": null, + "name": "Santa costume legs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14604", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "You can get another pair from Diango in Draynor Village.", + "examine": "Some black and jolly boots.", + "durability": null, + "name": "Santa costume boots", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14605", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a cinnamon tree.", + "durability": null, + "name": "Cinnamon twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14606", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a sassafras tree.", + "durability": null, + "name": "Sassafras twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14607", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a ailanthus tree.", + "durability": null, + "name": "Ailanthus twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14608", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a cedar tree.", + "durability": null, + "name": "Cedar twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14609", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Aromatic twigs from a mastic tree.", + "durability": null, + "name": "Mastic twigs", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14610", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Cinnamon weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14611", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Sassafras weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14612", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Ailanthus weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14613", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Cedar weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14614", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.", + "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.", + "durability": null, + "name": "Mastic weaving ribbon", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14615", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "3431", + "name": "Phoenix quill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14616", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "shop_price": "100", + "examine": "A feather from a phoenix. Used in Summoning (72).", + "grand_exchange_price": "3431", + "durability": null, + "name": "Phoenix quill", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14617" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14620", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14621" + }, + { + "requirements": "{23,72}", + "shop_price": "498", + "examine": "A scroll for a phoenix familiar.", + "durability": null, + "name": "Rise from the ashes scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14622", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4986", + "durability": null, + "name": "Phoenix pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14623", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "4986", + "durability": null, + "name": "Phoenix pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14624" + }, + { + "durability": null, + "name": "Pouch", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14625", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A baby phoenix and it's bad to the bone!", + "durability": null, + "name": "Phoenix eggling", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14626", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "A baby phoenix and it's bad to the bone!", + "durability": null, + "name": "Phoenix eggling", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14627", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "I found this egg in the Phoenix's Lair, and clapped at it!", + "durability": null, + "name": "Phoenix egg", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14629", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "I found this egg in the Phoenix's Lair, and kicked it!", + "durability": null, + "name": "Cracked phoenix egg", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14630", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "A player can get a new one by talking to any seer around Seer's village.", + "examine": "A headband with an eye embroidered on it.", + "durability": null, + "name": "Seer's headband", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14631", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "turn90cw_anim": "821", + "examine": "This used to belong to King Arthur and has since been improved.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.", + "stand_anim": "808", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "14632", + "stand_turn_anim": "823", + "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0", + "requirements": "{0,30}", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weapon_interface": "6", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Enhanced excalibur" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14633", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14634", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "14635", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet (e)", + "archery_ticket_price": "0", + "id": "14636", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet (charged)", + "archery_ticket_price": "0", + "id": "14637", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "It can be charged at the Fountain of Rune.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14638", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "It can be charged at the Fountain of Rune.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14639" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with one teleport charge.", + "grand_exchange_price": "27000", + "durability": null, + "name": "Ring of wealth(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14640", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with one teleport charge.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14641" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with two teleport charges.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Ring of wealth(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14642", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with two teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14643" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with three teleport charges.", + "grand_exchange_price": "30000", + "durability": null, + "name": "Ring of wealth(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14644", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with three teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14645" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with four teleport charges.", + "grand_exchange_price": "35000", + "durability": null, + "name": "Ring of wealth(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14646", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring with four teleport charges.", + "grand_exchange_price": "29800", + "durability": null, + "name": "Ring of wealth(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "14647" + }, + { + "shop_price": "0", + "ge_buy_limit": "0", + "examine": "A totally alive monkey friend for your back!", + "durability": null, + "destroy": "true", + "weight": "0.0", + "equipment_slot": "1", + "grand_exchange_price": "0", + "name": "Jangles the Monkey Backpack", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "14648", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "0", + "examine": "A ring for only the truest of cave goblins. And Logg too.", + "grand_exchange_price": "0", + "durability": null, + "name": "Zanik ring", + "tradeable": "false", + "archery_ticket_price": "0", + "destroy": "true", + "id": "14649", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "0", + "examine": "A standard issue wizard hat.", + "durability": null, + "weight": "0.1", + "destroy": "true", + "equipment_slot": "0", + "grand_exchange_price": "0", + "name": "Wizard hat", + "tradeable": "false", + "archery_ticket_price": "0", + "hat": "true", + "id": "14650", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "destroy_message": " WARNING: You will have to reobtain this item the hard way.", + "examine": "Mysterious blueprints written in an alien language.", + "durability": null, + "name": "Ancient Blueprints", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "14651" + }, + { + "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.", + "examine": "A stardust-infused dragonstone ring.", + "durability": null, + "name": "Ring of the Star Sprite", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "14652", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "examine": "A chunk of rock.", + "name": "Rock", + "id": "1480" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14654", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14655", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "turn90cw_anim": "1207", + "examine": "A staff with a spooky raven head attached.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "14656", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "shop_price": "200", + "durability": null, + "destroy": "true", + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of the raven" + }, + { + "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item.", + "name": "C. Ele Minor Drop Table", + "id": "799" + }, + { + "examine": "This will unlock something. (Waterfall Quest)", + "name": "A key", + "tradeable": "false", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "293" + }, + { + "examine": "This will unlock something. (Waterfall dungeon)", + "name": "A key", + "tradeable": "false", + "archery_ticket_price": "0", + "weight": "0.01", + "id": "298" + }, + { + "examine": "You should not have this.", + "name": "USDT Slot", + "id": "14422" + }, + { + "examine": "You should not have this.", + "name": "HDT Slot", + "id": "14424" + }, + { + "examine": "You should not have this.", + "name": "GDT Slot", + "id": "14426" + }, + { + "examine": "You should not have this.", + "name": "RSDT Slot", + "id": "14428" + }, + { + "examine": "You should not have this.", + "name": "ASDT Slot", + "id": "14430" + }, + { + "destroy_message": "This item can not be reclaimed.", + "shop_price": "1", + "examine": "A rabbit-like adornment, back in black!", + "name": "Bunny ears", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "14658", + "equipment_slot": "0" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12482" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12762" + }, + { + "examine": "Emperor of all he surveys.", + "name": "Penguin", + "id": "12764" + }, + { + "examine": "This key opens a chest in the Carnillean household.", + "name": "Chest key", + "id": "709" + }, + { + "examine": "This stuff looks nasty.", + "name": "Poison", + "id": "273" } ] \ No newline at end of file diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 44c10bdcb..96b4883b6 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -1,88129 +1,88026 @@ [ { - "id": "0", - "name": "Hans", "examine": "Servant of the Duke of Lumbridge.", - "attack_level": "17", + "melee_animation": "422", + "range_animation": "422", "attack_speed": "4", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "14", - "lifepoints": "12", - "magic_animation": "422", "magic_level": "22", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hans", + "defence_level": "14", "safespot": "0", - "strength_level": "17" + "lifepoints": "12", + "strength_level": "17", + "id": "0", + "range_level": "1", + "attack_level": "17" }, { - "id": "1", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "5", - "attack_speed": "4", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "422", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "422", + "attack_speed": "4", "magic_level": "6", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "respawn_delay": "18", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "0", - "strength_level": "2", - "weakness": "9" - }, - { - "id": "2", + "magic_animation": "422", + "death_animation": "9055", "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "3", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1", - "weakness": "9" - }, - { - "id": "4", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "5", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "6", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "7", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "404", "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "5", - "weakness": "9" + "lifepoints": "10", + "strength_level": "2", + "id": "1", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "8", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "10", - "attack_speed": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "10", - "weakness": "9" - }, - { - "id": "9", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "13", + "range_animation": "422", + "combat_audio": "511,513,512", "attack_speed": "4", - "clue_level": "1", - "combat_audio": "2549,1979,512", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "1", + "id": "6", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "He grows the crops in this area.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "7", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "8", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "400", "range_animation": "0", - "range_level": "1", + "combat_audio": "2549,1979,512", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "9", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "10", - "name": "Schoolgirl", "examine": "She looks happy.", - "attack_level": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "1142", - "range_level": "1", + "defence_animation": "285", + "magic_animation": "0", + "death_animation": "287", + "name": "Schoolgirl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "10", + "range_level": "1", + "attack_level": "1" }, { - "id": "11", - "name": "Tramp", "examine": "A man down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "12", - "name": "Barbarian", - "examine": "Not very civilised looking.", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "13", - "name": "Wizard", - "examine": "Slightly magical.", - "attack_level": "1", - "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "2737", - "lifepoints": "14", - "magic_animation": "711", - "magic_level": "21", - "melee_animation": "2791", - "projectile": "2729", - "range_animation": "711", - "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "slayer_exp": "0", - "start_gfx": "2728", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "14", - "name": "Druid", - "examine": "Loves nature.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "defence_animation": "404", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28" - }, - { - "id": "15", - "name": "Warrior woman", - "examine": "Not very fashion conscious.", - "attack_level": "22", - "death_animation": "836", "defence_animation": "0", - "defence_level": "22", - "lifepoints": "20", "magic_animation": "0", + "death_animation": "0", + "name": "Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "11", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not very civilised looking.", + "name": "Barbarian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "12", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Slightly magical.", + "start_gfx": "2728", + "combat_style": "2", + "melee_animation": "2791", + "range_animation": "711", + "combat_audio": "511,513,512", + "magic_level": "21", + "respawn_delay": "12", + "end_gfx": "2737", + "defence_animation": "404", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "711", + "death_animation": "9055", + "name": "Wizard", + "defence_level": "12", + "safespot": null, + "lifepoints": "14", + "strength_level": "1", + "id": "13", + "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "2729", + "attack_level": "1" + }, + { + "examine": "Loves nature.", + "combat_audio": "511,513,512", + "range_animation": "0", + "melee_animation": "422", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "711", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "14", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Not very fashion conscious.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior woman", + "defence_level": "22", "safespot": null, + "lifepoints": "20", "strength_level": "22", - "weakness": "7" + "id": "15", + "range_level": "1", + "attack_level": "22" }, { - "id": "16", - "name": "Man", "examine": "One of the citizens of Al Kharid.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "7" - }, - { - "id": "17", - "name": "Schoolgirl" - }, - { - "id": "18", - "name": "Al-Kharid warrior", - "examine": "Part of Al-Kharid's elite fighting force.", - "attack_level": "7", - "attack_speed": "4", - "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0", - "clue_level": "0", - "combat_audio": "2500,1976,512", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "387", - "defence_level": "4", - "lifepoints": "19", - "magic_animation": "390", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "16", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Part of Al-Kharid's elite fighting force.", "melee_animation": "390", "range_animation": "390", - "range_level": "1", + "combat_audio": "2500,1976,512", + "attack_speed": "4", "respawn_delay": "25", + "defence_animation": "387", + "weakness": "7", + "magic_animation": "390", + "death_animation": "836", + "name": "Al-Kharid warrior", + "defence_level": "4", "safespot": null, + "lifepoints": "19", "strength_level": "5", - "weakness": "7" + "id": "18", + "clue_level": "0", + "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0", + "range_level": "1", + "attack_level": "7" }, { - "id": "19", - "name": "White Knight", "examine": "Shiny armour!", - "attack_level": "25", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "7042", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "8", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "White Knight", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "19", + "range_level": "1", + "attack_level": "25" }, { - "id": "20", - "name": "Paladin", "examine": "A holy warrior.", - "attack_level": "54", - "attack_speed": "5", + "melee_animation": "390", "combat_audio": "511,513,512", - "death_animation": "836", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", "defence_level": "54", + "safespot": null, "lifepoints": "66", - "melee_animation": "390", + "strength_level": "54", + "id": "20", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "54" + "attack_level": "54" }, { - "id": "21", - "name": "Hero", "examine": "Heroic!", - "attack_level": "54", + "melee_animation": "390", + "range_animation": "0", "attack_speed": "5", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "425", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Hero", "defence_level": "54", + "safespot": null, "lifepoints": "82", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "55", - "weakness": "7" + "id": "21", + "range_level": "1", + "attack_level": "54" }, { - "id": "22", - "name": "Forester", "examine": "They love the forests.", - "attack_level": "14", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "18", - "safespot": null, - "strength_level": "13" - }, - { - "id": "23", - "name": "Knight of Ardougne", - "examine": "A member of Ardougne's militia.", - "attack_level": "38", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "52", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "24", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "25", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "26", - "name": "Knight of Ardougne", - "examine": "To protect and serve the populace of Ardougne.", - "attack_level": "38", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "52", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "27", - "name": "Archer", - "examine": "Good with arrows.", - "attack_level": "20", - "combat_style": "1", - "death_animation": "9055", "defence_animation": "404", - "defence_level": "20", - "lifepoints": "50", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", - "range_level": "40", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "19", - "strength_level": "20" - }, - { - "id": "28", - "name": "Zoo keeper", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "9055", + "name": "Forester", + "defence_level": "8", "safespot": null, - "strength_level": "1" + "lifepoints": "17", + "strength_level": "13", + "id": "22", + "range_level": "1", + "attack_level": "14" }, { - "id": "29", - "name": "Chuck", - "examine": "He's a lumberjack, and he's ok.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "30", - "name": "Barman", - "examine": "Doesn't water down the beer too much.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "31", - "name": "Priest", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "32", - "name": "Guard", - "examine": "Keeps the peace... kind of.", - "attack_level": "17", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "22", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "9" - }, - { - "id": "33", - "name": "Door man", - "examine": "What a boring job he has.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "34", - "name": "Watchman", - "examine": "Watches stuff. But who watches him?", - "attack_level": "31", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "22", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "31", - "weakness": "7" - }, - { - "id": "35", - "name": "Soldier", - "examine": "A soldier of the town of Yanille.", - "attack_level": "26", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "22", - "magic_animation": "0", + "examine": "A member of Ardougne's militia.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "8" - }, - { - "id": "36", - "name": "Wyson the gardener", - "examine": "The head gardener.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "37", - "name": "Sigbert the Adventurer", - "examine": "A bold knight famed for his travels.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "38", - "name": "Shipyard worker", - "examine": "Builds ships for a living.", - "attack_level": "10", "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "0", + "name": "Knight of Ardougne", + "defence_level": "31", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "23", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "10", - "weakness": "6" - }, - { - "id": "39", - "name": "Shipyard worker", - "examine": "Builds ships for a living.", - "attack_level": "10", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "name": "Man", + "defence_level": "3", "safespot": null, - "strength_level": "10", - "weakness": "6" + "lifepoints": "4", + "strength_level": "3", + "id": "24", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "40", - "name": "Shark", - "examine": "Let's not go skinny dipping eh?", - "attack_level": "1", - "death_animation": "0", + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "25", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "To protect and serve the populace of Ardougne.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Knight of Ardougne", + "defence_level": "31", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "26", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "Good with arrows.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "20", + "safespot": null, + "lifepoints": "50", + "strength_level": "20", + "id": "27", + "range_level": "40", + "projectile": "10", + "attack_level": "20" + }, + { + "examine": "Enjoys locking up animals in small pens.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zoo keeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "28", + "range_level": "1", + "attack_level": "1" }, { - "id": "41", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "examine": "He's a lumberjack, and he's ok.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chuck", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "29", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't water down the beer too much.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "30", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "31", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the peace... kind of.", + "melee_animation": "401", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "22", + "strength_level": "18", + "id": "32", + "clue_level": "1", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "What a boring job he has.", + "name": "Door man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "33", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Watches stuff. But who watches him?", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Watchman", + "defence_level": "31", + "safespot": null, + "lifepoints": "22", + "strength_level": "31", + "id": "34", + "range_level": "1", + "attack_level": "31" + }, + { + "examine": "A soldier of the town of Yanille.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Soldier", + "defence_level": "26", + "safespot": null, + "lifepoints": "22", + "strength_level": "25", + "id": "35", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "The head gardener.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wyson the gardener", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "36", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bold knight famed for his travels.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigbert the Adventurer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "37", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Builds ships for a living.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Shipyard worker", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "38", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Builds ships for a living.", + "melee_animation": "401", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Shipyard worker", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "39", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Let's not go skinny dipping eh?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shark", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "40", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "weakness": "9", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "9" + "id": "41", + "range_level": "1", + "attack_level": "1" }, { - "id": "42", - "name": "Sheep", "examine": "Freshly sheared.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "43", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "44", - "name": "Banker", - "examine": "He can look after my money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "45", - "name": "Banker", - "examine": "She can look after my money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "46", - "name": "Duck", - "examine": "Quackers.", - "attack_level": "1", - "death_animation": "3468", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "water_npc": "true", - "weakness": "8" + "id": "42", + "range_level": "1", + "attack_level": "1" }, { - "id": "47", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", - "magic_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "43", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "44", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "45", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Quackers.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duck", + "defence_level": "1", + "water_npc": "true", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "46", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "3", - "safespot": null, + "defence_animation": "2706", "slayer_exp": "2", - "strength_level": "1" + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "47", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "48", - "name": "Oomlie bird", "examine": "A jungle version of the chicken, but more vicious.", - "attack_level": "40", - "attack_speed": "4", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5389", + "name": "Oomlie bird", + "defence_level": "40", "safespot": null, + "lifepoints": "40", "strength_level": "40", - "weakness": "9" + "id": "48", + "range_level": "1", + "attack_level": "40" }, { - "id": "49", - "name": "Hellhound", "examine": "Hello, nice doggy...", - "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "6562", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6563", + "weakness": "1", "slayer_exp": "116", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "1" + "id": "49", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "105" }, { - "id": "50", - "name": "King Black Dragon", - "examine": "The biggest, meanest dragon around.", "agg_radius": "64", + "examine": "The biggest, meanest dragon around.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "magic_level": "240", + "respawn_delay": "50", + "defence_animation": "89", + "weakness": "4", + "slayer_exp": "258", + "magic_animation": "80", + "death_animation": "92", + "name": "King Black Dragon", + "defence_level": "240", + "safespot": null, + "lifepoints": "240", + "strength_level": "240", + "id": "50", "aggressive": "true", - "attack_level": "240", "bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "240", - "lifepoints": "240", - "magic_animation": "80", - "magic_level": "240", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "258", - "strength_level": "240", - "weakness": "4" + "attack_level": "240" }, { - "id": "51", - "name": "Baby dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "102", - "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0", "combat_audio": "407,405,406", - "defence_level": "112", - "lifepoints": "160", "magic_level": "116", - "range_level": "80", "respawn_delay": "25", + "weakness": "0", + "name": "Baby dragon", + "defence_level": "112", "safespot": null, + "lifepoints": "160", "strength_level": "103", - "weakness": "0" + "id": "51", + "aggressive": "true", + "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0", + "range_level": "80", + "attack_level": "102" }, { - "id": "52", - "name": "Baby blue dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", "melee_animation": "25", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "26", + "weakness": "3", "slayer_exp": "50", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "52", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "53", - "name": "Red dragon", "examine": "A big powerful dragon.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", "strength_level": "130", - "weakness": "3" + "id": "53", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "130" }, { - "id": "54", - "name": "Black dragon", "examine": "A fierce dragon with black scales!", - "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "80", + "range_animation": "80", "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", + "attack_speed": "4", "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", - "range_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", "strength_level": "200", - "weakness": "3" - }, - { - "id": "55", - "name": "Blue dragon", - "examine": "A mother dragon.", + "id": "54", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", + "range_level": "1", + "attack_level": "200" + }, + { + "examine": "A mother dragon.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", "strength_level": "95", - "weakness": "3" + "id": "55", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "95" }, { - "id": "56", - "name": "Dryad", "examine": "A wood nymph.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "57", - "name": "Fairy", - "examine": "A delicate creature from this strange realm.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Dryad", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "58", - "name": "Shadow spider", - "examine": "Is it a spider or is it a shadow?", - "aggressive": "true", - "attack_level": "44", - "attack_speed": "4", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "0", - "melee_animation": "5327", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "55", - "strength_level": "42", - "weakness": "2" - }, - { - "id": "59", - "name": "Giant spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "5327", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "5", "strength_level": "1", - "weakness": "2" + "id": "56", + "range_level": "1", + "attack_level": "1" }, { - "id": "60", - "name": "Giant spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "20", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "examine": "A delicate creature from this strange realm.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "57", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it a spider or is it a shadow?", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "55", + "magic_animation": "0", "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "5327", + "name": "Shadow spider", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "42", + "id": "58", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "0", + "combat_audio": "537,539,538", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "59", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I think this spider has been genetically modified.", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", - "safespot": null, + "combat_audio": "537,539,538", + "defence_animation": "5328", + "weakness": "2", "slayer_exp": "33", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", "strength_level": "24", - "weakness": "2" + "id": "60", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { - "id": "61", - "name": "Spider", "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", "melee_animation": "6249", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "2", - "strength_level": "1", - "weakness": "2" - }, - { - "id": "62", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "5327", - "magic_level": "1", - "melee_animation": "5327", - "poison_immune": "false", - "range_animation": "5327", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "50", - "strength_level": "37", - "weakness": "2" - }, - { - "id": "63", - "name": "Deadly red spider", - "examine": "I think this spider has been genetically modified.", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "30", - "lifepoints": "35", - "magic_animation": "5327", - "magic_level": "1", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "25", - "weakness": "2" - }, - { - "id": "64", - "name": "Ice spider", - "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", "defence_animation": "0", - "defence_level": "43", - "lifepoints": "65", + "weakness": "2", + "slayer_exp": "2", "magic_animation": "0", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "61", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "5328", + "weakness": "2", + "slayer_exp": "50", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "35", + "poison_immune": "false", + "safespot": null, + "lifepoints": "50", + "strength_level": "37", + "id": "62", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I think this spider has been genetically modified.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "5328", + "weakness": "2", + "slayer_exp": "35", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Deadly red spider", + "defence_level": "30", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "63", + "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "I think this spider has been genetically modified.", "melee_animation": "5327", "range_animation": "0", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "65", - "strength_level": "55", - "weakness": "2" - }, - { - "id": "65", - "name": "Leprechaun", - "examine": "A funny little man normally associated with rainbows.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "66", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "67", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "68", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "190", - "range_animation": "190", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "69", - "name": "Lizard man", - "examine": "A scaly reptilian creature.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "70", - "name": "Orc" - }, - { - "id": "71", - "name": "Orc", - "examine": "A hideous malformed elf.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "72", - "name": "Troll", - "examine": "A hideously deformed creature.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "73", - "name": "Zombie", - "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5568", - "defence_level": "10", - "lifepoints": "22", - "melee_animation": "5567", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "22", - "strength_level": "9" - }, - { - "id": "74", - "name": "Zombie", - "examine": "Dead woman walking.", - "aggressive": "true", - "attack_level": "13", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "10", - "lifepoints": "24", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "24", - "strength_level": "13" - }, - { - "id": "75", - "name": "Zombie", - "examine": "The walking dead.", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "16", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "21" - }, - { - "id": "76", - "name": "Zombie", - "examine": "The walking dead.", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "4", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "16", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "21" - }, - { - "id": "77", - "name": "Summoned Zombie", - "examine": "The living dead.", - "attack_level": "8", - "attack_speed": "4", - "death_animation": "5569", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "22", + "weakness": "2", + "slayer_exp": "65", "magic_animation": "0", + "death_animation": "5329", + "name": "Ice spider", + "defence_level": "43", + "safespot": null, + "lifepoints": "65", + "strength_level": "55", + "id": "64", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A funny little man normally associated with rainbows.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Leprechaun", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "65", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "66", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "67", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "68", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scaly reptilian creature.", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Lizard man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "69", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hideous malformed elf.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Orc", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "71", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hideously deformed creature.", + "melee_animation": "422", + "range_animation": "422", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Troll", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "72", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5567", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "5568", + "slayer_exp": "22", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "22", + "strength_level": "9", + "id": "73", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Dead woman walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "24", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "24", + "strength_level": "13", + "id": "74", + "aggressive": "true", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "16", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "75", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The walking dead.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "16", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "76", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The living dead.", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "safespot": null, + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", "slayer_exp": "22", + "magic_animation": "0", + "death_animation": "5569", + "name": "Summoned Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "22", "strength_level": "9", - "weakness": "9" + "id": "77", + "range_level": "1", + "attack_level": "8" }, { - "id": "78", - "name": "Giant bat", "examine": "An annoying flappy thing.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "4917", - "defence_animation": "4916", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "4915", - "magic_level": "1", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "4916", + "weakness": "4", "slayer_exp": "32", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", "strength_level": "22", - "weakness": "4" + "id": "78", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "79", - "name": "Death wing", "examine": "A shadowy, barely visible flying entity from some evil place.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "death_animation": "4917", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4915", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "3", "slayer_exp": "80", + "magic_animation": "0", + "death_animation": "4917", + "name": "Death wing", + "defence_level": "70", + "safespot": null, + "lifepoints": "80", "strength_level": "70", - "weakness": "3" + "id": "79", + "aggressive": "true", + "range_level": "1", + "attack_level": "70" }, { - "id": "80", - "name": "Camel", "examine": "Oh, it's a camel.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "80", + "range_level": "1", + "attack_level": "1" }, { - "id": "81", - "name": "Cow", "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "369,371,370", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", "strength_level": "1", - "weakness": "8" + "id": "81", + "range_level": "1", + "attack_level": "1" }, { - "id": "82", - "name": "Lesser demon", "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", "melee_animation": "4630", "range_animation": "4630", - "range_level": "1", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", "strength_level": "70", - "weakness": "4" + "id": "82", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { - "id": "83", - "name": "Greater demon", "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "76", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "81", + "safespot": null, + "lifepoints": "89", + "strength_level": "78", + "id": "83", + "aggressive": "true", "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "81", - "lifepoints": "89", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", "range_level": "1", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "78", - "weakness": "4" + "attack_level": "76" }, { - "id": "84", - "name": "Black demon", "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "facing_booth": "", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", "melee_animation": "64", "range_animation": "64", - "range_level": "1", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "157", + "facing_booth": "", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", "strength_level": "148", - "weakness": "4" + "id": "84", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" }, { - "id": "85", - "name": "Golem", "examine": "A creature made from clay.", - "attack_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "magic_level": "1", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "magic_level": "1", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Golem", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "85", + "range_level": "1", + "attack_level": "1" }, { - "id": "86", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "2", - "attack_speed": "4", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "2", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", - "safespot": null, + "combat_audio": "703,705,704", + "attack_speed": "4", + "defence_animation": "4934", + "weakness": "8", "slayer_exp": "5", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "5", "strength_level": "3", - "weakness": "8" + "id": "86", + "aggressive": "true", + "range_level": "1", + "attack_level": "2" }, { - "id": "87", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "6", - "attack_speed": "4", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "2", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "10", - "strength_level": "5", - "weakness": "8" - }, - { - "id": "88", - "name": "Dungeon rat", - "examine": "A dirty rat.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "4", "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "12", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "slayer_exp": "10", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", "safespot": null, - "slayer_exp": "12", - "strength_level": "10", - "weakness": "8" + "lifepoints": "10", + "strength_level": "5", + "id": "87", + "aggressive": "true", + "range_level": "1", + "attack_level": "6" }, { - "id": "89", - "name": "Unicorn", - "examine": "Horse with a horn.", - "attack_level": "11", + "examine": "A dirty rat.", + "range_animation": "0", + "combat_audio": "703,705,704", "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "13", - "lifepoints": "19", - "magic_animation": "6376", - "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "slayer_exp": "12", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "10", + "safespot": null, + "lifepoints": "12", + "strength_level": "10", + "id": "88", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Horse with a horn.", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn", + "defence_level": "13", "safespot": null, + "lifepoints": "19", "strength_level": "13", - "weakness": "3" - }, - { - "id": "90", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", + "id": "89", "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "slayer_exp": "29", - "strength_level": "18", - "weakness": "8" + "attack_level": "11" }, { - "id": "91", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "17", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "17", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "24", - "strength_level": "17", - "weakness": "8" - }, - { - "id": "92", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "24", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "24", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "24", - "weakness": "8" - }, - { - "id": "93", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "32", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "36", - "lifepoints": "59", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "slayer_exp": "59", - "strength_level": "35", - "weakness": "8" - }, - { - "id": "94", - "name": "Skeleton Mage" - }, - { - "id": "95", - "name": "Wolf", "examine": "Not man's best friend.", - "attack_level": "50", - "attack_speed": "4", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "52", - "lifepoints": "69", "melee_animation": "6559", - "range_level": "1", - "safespot": null, + "combat_audio": "481,491,490", + "attack_speed": "4", + "defence_animation": "6557", "slayer_exp": "69", - "strength_level": "55" + "death_animation": "6558", + "name": "Wolf", + "defence_level": "52", + "safespot": null, + "lifepoints": "69", + "strength_level": "55", + "id": "95", + "range_level": "1", + "attack_level": "50" }, { - "id": "96", - "name": "White wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "4", - "combat_audio": "909,912,911", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "22", - "lifepoints": "34", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, + "combat_audio": "909,912,911", + "attack_speed": "4", + "defence_animation": "6578", + "weakness": "9", "slayer_exp": "34", + "magic_animation": "6579", + "death_animation": "6576", + "name": "White wolf", + "defence_level": "22", + "safespot": null, + "lifepoints": "34", "strength_level": "16", - "weakness": "9" + "id": "96", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" }, { - "id": "97", - "name": "White wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "combat_audio": "909,912,911", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "32", - "lifepoints": "44", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, + "combat_audio": "909,912,911", + "attack_speed": "4", + "defence_animation": "6578", + "weakness": "7", "slayer_exp": "44", + "magic_animation": "6579", + "death_animation": "6576", + "name": "White wolf", + "defence_level": "32", + "safespot": null, + "lifepoints": "44", "strength_level": "31", - "weakness": "7" + "id": "97", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { - "id": "98", - "name": "Dog", "examine": "Bow wow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "98", + "range_level": "1", + "attack_level": "1" }, { - "id": "99", - "name": "Guard dog", "examine": "He doesn't seem pleased to see me.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "4", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "37", - "lifepoints": "49", - "magic_animation": "6562", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "15", - "safespot": null, + "defence_animation": "6563", + "weakness": "7", "slayer_exp": "49", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Guard dog", + "defence_level": "37", + "safespot": null, + "lifepoints": "49", "strength_level": "36", - "weakness": "7" - }, - { - "id": "100", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "1" - }, - { - "id": "101", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "102", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "2" - }, - { - "id": "103", - "name": "Ghost", - "examine": "Eeek! A ghost!", - "agg_radius": "", + "id": "99", "aggressive": "true", - "attack_level": "13", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "5540", - "magic_level": "1", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "100", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "101", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "16", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "102", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "Eeek! A ghost!", "melee_animation": "5540", "range_animation": "5540", - "range_level": "1", - "respawn_delay": "40", - "safespot": null, - "slayer_exp": "25", - "strength_level": "13", - "weakness": "5" - }, - { - "id": "104", - "name": "Ghost", - "examine": "Eeek! A ghost!", - "aggressive": "true", - "attack_level": "13", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "5532", - "range_animation": "0", - "range_level": "1", "respawn_delay": "40", - "safespot": null, + "defence_animation": "5541", + "weakness": "5", "slayer_exp": "25", - "strength_level": "13", - "weakness": "5" - }, - { - "id": "105", - "name": "Grizzly bear", - "examine": "Eek! A bear!", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "15", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4925", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", + "magic_animation": "5540", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "18", "safespot": null, - "slayer_exp": "27", - "strength_level": "18", - "weakness": "7" - }, - { - "id": "106", - "name": "Black bear", - "examine": "Eek! A bear!", - "aggressive": "false", - "attack_level": "15", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "13", "lifepoints": "25", - "magic_animation": "0", + "strength_level": "13", + "id": "103", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Eeek! A ghost!", + "melee_animation": "5540", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "40", + "defence_animation": "5541", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "13", + "id": "104", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "Eek! A bear!", "melee_animation": "4925", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "25", - "strength_level": "16", - "weakness": "7" - }, - { - "id": "107", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "1", - "lifepoints": "17", - "melee_animation": "6254", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "17", - "strength_level": "1" - }, - { - "id": "108", - "name": "Poison Scorpion", - "examine": "It has a very vicious looking tail.", - "aggressive": "true", - "attack_level": "16", + "combat_audio": "300,302,301", "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "15", - "lifepoints": "23", - "magic_animation": "0", - "melee_animation": "6254", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "23", - "strength_level": "17", - "weakness": "0" - }, - { - "id": "109", - "name": "Pit Scorpion", - "examine": "Tiny", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6254", - "range_animation": "0", - "range_level": "40", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "110", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "27", + "magic_animation": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "15", + "safespot": null, + "lifepoints": "27", + "strength_level": "18", + "id": "105", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Eek! A bear!", + "melee_animation": "4925", + "range_animation": "0", + "combat_audio": "300,302,301", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "4929", + "name": "Black bear", + "defence_level": "13", + "safespot": null, + "lifepoints": "25", + "strength_level": "16", + "id": "106", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "6255", + "slayer_exp": "17", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "107", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It has a very vicious looking tail.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "6255", + "weakness": "0", + "slayer_exp": "23", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "6256", + "name": "Poison Scorpion", + "defence_level": "15", + "safespot": null, + "lifepoints": "23", + "strength_level": "17", + "id": "108", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "16" + }, + { + "examine": "Tiny", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "6255", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6256", + "name": "Pit Scorpion", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "1", + "id": "109", + "aggressive": "true", + "range_level": "40", + "attack_level": "1" + }, + { + "examine": "A very large elemental adversary.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "20", - "safespot": null, + "defence_animation": "4664", + "weakness": "1", "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", "strength_level": "65", - "weakness": "1" + "id": "110", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" }, { - "id": "111", - "name": "Ice giant", "examine": "He's got icicles in his beard.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4672", "range_animation": "0", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", "strength_level": "40", - "weakness": "9" + "id": "111", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "112", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", "strength_level": "30", - "weakness": "1" + "id": "112", + "aggressive": "true", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "113", - "name": "Jogre", "examine": "An aggressive humanoid.", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "5", - "clue_level": "1", - "death_animation": "131", - "defence_animation": "129", - "defence_level": "41", - "lifepoints": "50", - "magic_animation": "128", "melee_animation": "128", "range_animation": "128", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "129", + "weakness": "7", + "magic_animation": "128", + "death_animation": "131", + "name": "Jogre", + "defence_level": "41", "safespot": null, + "lifepoints": "50", "strength_level": "36", - "weakness": "7" - }, - { - "id": "114", - "name": "Mogre", - "examine": "Big, ugly, and smelly.", + "id": "113", "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", - "melee_animation": "359", - "range_animation": "359", - "range_level": "27", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "", - "strength_level": "27" - }, - { - "id": "115", - "name": "Ogre", - "examine": "A large dim looking humanoid.", - "aggressive": "true", - "attack_level": "43", - "attack_speed": "6", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "43", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", + "clue_level": "1", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "43" + "attack_level": "41" }, { - "id": "116", - "name": "Cyclops", "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "27", + "respawn_delay": "25", + "defence_animation": "360", + "slayer_exp": "", + "magic_animation": "359", + "death_animation": "361", + "name": "Mogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", + "strength_level": "27", + "id": "114", "aggressive": "true", - "attack_level": "65", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" + }, + { + "examine": "A large dim looking humanoid.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "43", + "safespot": null, + "lifepoints": "60", + "strength_level": "43", + "id": "115", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "Big, ugly, and smelly.", + "melee_animation": "359", + "range_animation": "359", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "360", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "359", + "death_animation": "361", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", + "id": "116", + "aggressive": "true", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" + "attack_level": "65" }, { - "id": "117", - "name": "Hill Giant", "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", "melee_animation": "4652", "range_animation": "4652", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4651", + "weakness": "6", "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", "strength_level": "22", - "weakness": "6" + "id": "117", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" }, { - "id": "118", - "name": "Dwarf", "examine": "A short angry guy.", - "attack_level": "7", + "melee_animation": "99", + "range_animation": "0", "attack_speed": "7", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "16", - "strength_level": "7", - "weakness": "6" - }, - { - "id": "119", - "name": "Chaos dwarf", - "examine": "A dwarf gone bad.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0", - "combat_audio": "2567,419,418", - "death_animation": "102", "defence_animation": "0", - "defence_level": "28", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "61", - "strength_level": "42", - "weakness": "6" - }, - { - "id": "120", - "name": "Dwarf", - "examine": "A mountain dwelling short angry guy.", - "attack_level": "15", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "26", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, + "weakness": "6", "slayer_exp": "16", - "strength_level": "16", - "weakness": "6" - }, - { - "id": "121", + "magic_animation": "0", + "death_animation": "102", "name": "Dwarf", - "attack_level": "1", - "defence_level": "1", + "defence_level": "7", + "safespot": null, "lifepoints": "10", + "strength_level": "7", + "id": "118", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" + "attack_level": "7" }, { - "id": "122", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "3", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", - "range_level": "20", - "safespot": null, - "strength_level": "10" - }, - { - "id": "123", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", - "range_level": "20", - "safespot": null, - "strength_level": "10" - }, - { - "id": "124", - "name": "Earth warrior", - "examine": "A strange, inhuman, elemental warrior.", - "aggressive": "true", - "attack_level": "42", + "examine": "A dwarf gone bad.", + "melee_animation": "99", + "range_animation": "0", + "combat_audio": "2567,419,418", "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "54", - "magic_animation": "0", "magic_level": "1", + "respawn_delay": "150", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "61", + "magic_animation": "0", + "death_animation": "102", + "name": "Chaos dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "61", + "strength_level": "42", + "id": "119", + "aggressive": "true", + "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A mountain dwelling short angry guy.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "16", + "safespot": null, + "lifepoints": "26", + "strength_level": "16", + "id": "120", + "range_level": "1", + "attack_level": "15" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "121", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "3", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "122", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "3520,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "123", + "aggressive": "true", + "range_level": "20", + "attack_level": "20" + }, + { + "examine": "A strange, inhuman, elemental warrior.", "melee_animation": "393", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "54", + "magic_animation": "0", + "death_animation": "836", + "name": "Earth warrior", + "defence_level": "42", + "safespot": null, + "lifepoints": "54", "strength_level": "42", - "weakness": "7" + "id": "124", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" }, { - "id": "125", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "59", - "strength_level": "47", - "weakness": "9" - }, - { - "id": "126", - "name": "Otherworldly being", - "examine": "Looks pretty otherworldly to me!", - "attack_level": "1", - "attack_speed": "5", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "magic_level": "45", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "127", - "name": "Magic axe", - "examine": "A magic axe with a mind of its own.", - "aggressive": "true", - "attack_level": "38", + "combat_audio": "2500,530,529", "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0", - "combat_audio": "2498,12,1976", - "death_animation": "188", + "respawn_delay": "30", + "defence_animation": "404", + "weakness": "9", + "slayer_exp": "59", + "magic_animation": "451", + "death_animation": "843", + "name": "Ice warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "59", + "strength_level": "47", + "id": "125", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Looks pretty otherworldly to me!", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "45", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "29", - "lifepoints": "44", + "weakness": "5", "magic_animation": "0", + "name": "Otherworldly being", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "126", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A magic axe with a mind of its own.", "melee_animation": "185", "range_animation": "0", - "range_level": "1", + "combat_audio": "2498,12,1976", + "attack_speed": "4", "respawn_delay": "30", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "188", + "name": "Magic axe", + "defence_level": "29", "safespot": null, + "lifepoints": "44", "strength_level": "38", - "weakness": "6" + "id": "127", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" }, { - "id": "128", - "name": "Snake", "examine": "A slithering serpent.", - "aggressive": "true", - "attack_level": "4", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "6", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "275", "range_animation": "0", - "range_level": "1", + "combat_audio": "3609,3608,3610", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "129", - "name": "Skavid" - }, - { - "id": "130", - "name": "Yeti", - "examine": "Stinky! Poor guy." - }, - { - "id": "131", - "name": "Penguin", - "examine": "An inhabitant of icy regions.", - "attack_level": "6", - "death_animation": "5671", "defence_animation": "0", - "defence_level": "6", - "lifepoints": "8", + "weakness": "8", "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "3", + "safespot": null, + "lifepoints": "6", + "strength_level": "5", + "id": "128", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "An inhabitant of icy regions.", "melee_animation": "5669", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5671", + "name": "Penguin", + "defence_level": "6", "safespot": null, + "lifepoints": "8", "strength_level": "6", - "weakness": "9" + "id": "131", + "range_level": "1", + "attack_level": "6" }, { - "id": "132", - "name": "Monkey", "examine": "Perhaps our oldest relatives?", - "aggressive": "false", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "223", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "6", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "220", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "37", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "223", + "name": "Monkey", + "defence_level": "2", "safespot": null, + "lifepoints": "6", "strength_level": "3", - "weakness": "8" + "id": "132", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "2" }, { - "id": "133", - "name": "Black unicorn", "examine": "A unicorn with a blackened heart.", - "aggressive": "false", - "attack_level": "21", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "23", - "lifepoints": "29", - "magic_animation": "6376", - "magic_level": "1", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "3", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Black unicorn", + "defence_level": "23", "safespot": null, + "lifepoints": "29", "strength_level": "23", - "weakness": "3" + "id": "133", + "aggressive": "false", + "range_level": "1", + "attack_level": "21" }, { - "id": "134", - "name": "Poison spider", "examine": "A nasty, poisonous arachnid.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", - "death_animation": "5329", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "30", "defence_animation": "5328", + "weakness": "2", + "poison_amount": "30", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, "defence_level": "52", "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "5327", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, "strength_level": "65", - "weakness": "2" + "id": "134", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "135", - "name": "Mammoth" - }, - { - "id": "136", - "name": "Mounted terrorchick gnome" - }, - { - "id": "137", - "name": "Terrorchick gnome", "examine": "Aaw", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Terrorchick gnome", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "137", + "range_level": "1", + "attack_level": "1" }, { - "id": "138", - "name": "Terrorbird", "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "1010", "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "23", - "weakness": "6" - }, - { - "id": "139", - "name": "Terrorbird", - "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "1010", - "range_level": "1", "respawn_delay": "30", + "defence_animation": "1012", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", "safespot": null, - "strength_level": "23" + "lifepoints": "34", + "strength_level": "23", + "id": "138", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" }, { - "id": "140", - "name": "Souless", - "examine": "A servant to Iban.", - "aggressive": "true", - "attack_level": "33", - "death_animation": "340", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", + "examine": "A giant raptor.", + "melee_animation": "1010", + "combat_audio": "832,834,833", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "1012", "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", + "safespot": null, + "lifepoints": "34", + "strength_level": "23", + "id": "139", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "A servant to Iban.", "melee_animation": "338", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "340", + "name": "Souless", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "7" + "id": "140", + "aggressive": "true", + "range_level": "1", + "attack_level": "33" }, { - "id": "141", - "name": "Big Wolf", "examine": "Must be the pack leader.", - "aggressive": "true", - "attack_level": "31", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "74", + "magic_animation": "0", + "death_animation": "6558", + "name": "Big Wolf", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", "strength_level": "31", - "weakness": "7" + "id": "141", + "aggressive": "true", + "range_level": "1", + "attack_level": "31" }, { - "id": "142", - "name": "Wolf", - "attack_level": "1", - "combat_audio": "481,491,490", + "slayer_exp": "34", "death_animation": "6558", + "name": "Wolf", "defence_level": "1", + "safespot": null, "lifepoints": "69", "melee_animation": "6559", + "combat_audio": "481,491,490", + "strength_level": "1", + "id": "142", "range_level": "1", - "safespot": null, - "slayer_exp": "34", - "strength_level": "1" + "attack_level": "1" }, { - "id": "143", - "name": "Jungle Wolf", "examine": "A rare jungle wolf - specific to the Kharazi jungle.", - "aggressive": "true", - "attack_level": "63", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "69", + "magic_animation": "0", + "death_animation": "6558", + "name": "Jungle Wolf", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "7" + "id": "143", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" }, { - "id": "144", - "name": "King Scorpion", "examine": "Wow! Scorpions shouldn't grow that big.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "6254", "range_animation": "0", - "range_level": "28", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "17", + "magic_animation": "0", + "death_animation": "6256", + "name": "King Scorpion", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", "strength_level": "21", - "weakness": "2" + "id": "144", + "aggressive": "true", + "range_level": "28", + "attack_level": "21" }, { - "id": "145", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", + "combat_audio": "2500,530,529", + "attack_speed": "4", "respawn_delay": "30", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", - "strength_level": "47", - "weakness": "9" - }, - { - "id": "146", - "name": "Gull", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "147", - "name": "Cormorant", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "148", - "name": "Pelican", - "examine": "A sea bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "149", - "name": "Gull" - }, - { - "id": "150", - "name": "Gull" - }, - { - "id": "151", - "name": "Fly trap" - }, - { - "id": "152", - "name": "Butterfly" - }, - { - "id": "153", - "name": "Butterfly", - "examine": "These look much better in the wild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "154", - "name": "Butterfly", - "examine": "I love butterflies.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "155", - "name": "Butterfly" - }, - { - "id": "156", - "name": "Butterfly" - }, - { - "id": "157", - "name": "Butterfly" - }, - { - "id": "158", - "name": "Shadow warrior", - "examine": "A fighter from the supernatural world. He's a shadow of his former self.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", + "magic_animation": "451", "death_animation": "843", - "defence_animation": "0", + "name": "Ice warrior", "defence_level": "47", - "lifepoints": "67", + "safespot": null, + "lifepoints": "59", + "strength_level": "47", + "id": "145", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Gull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cormorant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "147", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pelican", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "148", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "These look much better in the wild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Butterfly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "153", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I love butterflies.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Butterfly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "154", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fighter from the supernatural world. He's a shadow of his former self.", "melee_animation": "394", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "6" - }, - { - "id": "159", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "160", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "161", - "name": "Gnome child", - "examine": "Small, even by gnome standards.", - "attack_level": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "162", - "name": "Gnome trainer", - "examine": "He can advise on training.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "843", + "name": "Shadow warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "158", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "159", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "160", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small, even by gnome standards.", + "melee_animation": "191", + "range_animation": "0", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome child", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "161", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can advise on training.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "162", + "range_level": "1", + "attack_level": "1" }, { - "id": "163", - "name": "Gnome guard", "examine": "A tree gnome guard.", - "attack_level": "38", - "death_animation": "1224", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "1218", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1224", + "name": "Gnome guard", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "38", - "weakness": "9" + "id": "163", + "range_level": "1", + "attack_level": "38" }, { - "id": "164", - "name": "Gnome guard", "examine": "A tree gnome guard.", - "attack_level": "38", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "192", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome guard", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "38", - "weakness": "9" - }, - { - "id": "165", - "name": "Gnome shop keeper" - }, - { - "id": "166", - "name": "Gnome banker", - "examine": "Banks gnomish things." - }, - { - "id": "167", - "name": "Gnome baller" + "id": "164", + "range_level": "1", + "attack_level": "38" }, { + "examine": "A female gnome.", + "combat_style": "1", + "melee_animation": "191", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome woman", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "168", - "name": "Gnome woman", - "examine": "A female gnome.", - "attack_level": "30", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "7" + "attack_level": "30" }, { + "examine": "A female gnome.", + "combat_style": "1", + "melee_animation": "191", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome woman", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "169", - "name": "Gnome woman", - "examine": "A female gnome.", - "attack_level": "30", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "191", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "7" + "attack_level": "30" }, { - "id": "170", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "836", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", "defence_level": "3", + "safespot": null, "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "3", - "weakness": "9" + "id": "170", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "171", - "name": "Brimstail" - }, - { - "id": "172", - "name": "Dark wizard", "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "24", - "magic_animation": "711", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", "magic_level": "27", - "melee_animation": "422", - "prj_height": "3", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "173", - "name": "Invrigar the Necromancer", - "examine": "An evil user of Magic powers", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "836", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "174", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "24", - "lifepoints": "12", + "weakness": "4", "magic_animation": "711", - "magic_level": "24", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "27", "safespot": null, + "lifepoints": "24", "strength_level": "1", - "weakness": "4" + "id": "172", + "aggressive": "true", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" }, { - "id": "175", - "name": "Mugger", - "examine": "He jumps out and attacks people.", - "agg_radius": "2", - "aggressive": "true", - "attack_level": "11", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", + "examine": "An evil user of Magic powers", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "30", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "836", + "name": "Invrigar the Necromancer", + "defence_level": "30", "safespot": null, - "strength_level": "11", - "weakness": "9" + "lifepoints": "42", + "strength_level": "1", + "id": "173", + "range_level": "1", + "attack_level": "1" }, { - "id": "176", - "name": "Witch", - "examine": "The hat's a dead give away.", - "attack_level": "1", - "death_animation": "836", + "examine": "He works evil magic.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "24", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "24", + "safespot": null, + "lifepoints": "12", + "strength_level": "1", + "id": "174", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "2", + "examine": "He jumps out and attacks people.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", - "magic_level": "22", + "death_animation": "836", + "name": "Mugger", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "175", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "The hat's a dead give away.", "melee_animation": "423", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "177", - "name": "Witch" - }, - { - "id": "178", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", - "combat_audio": "2503,15,512", - "death_animation": "836", - "defence_animation": "388", - "defence_level": "25", - "lifepoints": "42", + "magic_level": "22", + "defence_animation": "0", + "weakness": "4", "magic_animation": "0", + "death_animation": "836", + "name": "Witch", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "1", + "id": "176", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark-hearted knight.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "25", - "weakness": "7" - }, - { - "id": "179", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", "combat_audio": "2503,15,512", - "death_animation": "836", - "defence_animation": "388", - "defence_level": "25", - "lifepoints": "42", - "melee_animation": "390", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", "safespot": null, - "strength_level": "25" + "lifepoints": "42", + "strength_level": "25", + "id": "178", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "180", - "name": "Highwayman", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", + "examine": "A dark-hearted knight.", + "melee_animation": "390", + "combat_audio": "2503,15,512", "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "13", - "magic_animation": "799", + "respawn_delay": "25", + "defence_animation": "388", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", + "safespot": null, + "lifepoints": "42", + "strength_level": "25", + "id": "179", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He holds up passers by.", "melee_animation": "799", "range_animation": "799", - "range_level": "1", - "safespot": null, - "strength_level": "8", - "weakness": "7" - }, - { - "id": "181", - "name": "Chaos druid", - "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "0", - "start_gfx": "105", - "strength_level": "8", - "weakness": "3" - }, - { - "id": "182", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "183", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "184", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "185", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "186", - "name": "Thug", - "examine": "Low on brains, high on aggression.", - "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", - "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "187", - "name": "Rogue", - "examine": "Rogueish.", - "aggressive": "false", - "attack_level": "7", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "386", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "9" - }, - { - "id": "188", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "4", "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "22", - "end_gfx": "101", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "18", - "weakness": "5" - }, - { - "id": "189", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "101", - "lifepoints": "10", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "8", - "weakness": "5" - }, - { - "id": "190", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "42", - "end_gfx": "101", - "lifepoints": "40", - "magic_animation": "711", - "magic_level": "40", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "38", - "weakness": "5" - }, - { - "id": "191", - "name": "Tribesman", - "examine": "A primitive warrior.", - "aggressive": "true", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", - "clue_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "39", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "428", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "27", - "weakness": "8" - }, - { - "id": "192", - "name": "Dark warrior", - "examine": "A warrior of Darkness.", - "attack_level": "10", "attack_speed": "5", - "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "10", - "lifepoints": "10", - "melee_animation": "451", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "10", - "weakness": "8" - }, - { - "id": "193", - "name": "Chaos druid warrior", - "examine": "A crazy evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", + "weakness": "7", + "magic_animation": "799", + "death_animation": "9055", + "name": "Highwayman", + "defence_level": "8", "safespot": null, - "start_gfx": "105", + "lifepoints": "13", "strength_level": "8", - "weakness": "3" - }, - { - "id": "194", - "name": "Necromancer", - "examine": "A crazy evil necromancer.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "422", - "range_animation": "0", + "id": "180", + "aggressive": "true", "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", "safespot": null, - "strength_level": "1", - "weakness": "5" + "lifepoints": "20", + "strength_level": "8", + "id": "181", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" }, { - "id": "195", - "name": "Bandit" - }, - { - "id": "196", - "name": "Guard Bandit", - "examine": "Bandit Camp guard.", - "attack_level": "1", + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "182", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "183", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "184", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "185", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Low on brains, high on aggression.", "melee_animation": "386", "range_animation": "0", - "range_level": "20", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "197", - "name": "Barbarian guard" - }, - { - "id": "198", - "name": "Guildmaster", - "examine": "Master of the Champions' Guild.", - "attack_level": "1", - "death_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", + "id": "186", + "aggressive": "true", + "clue_level": "0", + "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "18", + "id": "188", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "18" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "12", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "189", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "8" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "40", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "5", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "42", + "safespot": null, + "lifepoints": "40", + "strength_level": "38", + "id": "190", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "38" + }, + { + "examine": "A primitive warrior.", + "melee_animation": "428", + "range_animation": "0", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "8", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "836", + "name": "Tribesman", + "defence_level": "26", + "safespot": null, + "lifepoints": "39", + "strength_level": "27", + "id": "191", + "aggressive": "true", + "clue_level": "1", + "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "A warrior of Darkness.", + "melee_animation": "451", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "8", + "death_animation": "9055", + "name": "Dark warrior", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "192", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "A crazy evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "respawn_delay": "25", + "end_gfx": "107", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "836", + "name": "Chaos druid warrior", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", + "strength_level": "8", + "id": "193", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" + }, + { + "examine": "A crazy evil necromancer.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "28", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Necromancer", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "194", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bandit Camp guard.", + "melee_animation": "386", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard Bandit", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "196", + "range_level": "20", + "attack_level": "1" + }, + { + "examine": "Master of the Champions' Guild.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guildmaster", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "198", + "range_level": "1", + "attack_level": "1" }, { - "id": "199", - "name": "Gunthor the Brave", "examine": "A mighty warrior!", - "attack_level": "29", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gunthor the Brave", + "defence_level": "29", "safespot": null, + "lifepoints": "41", "strength_level": "29", - "weakness": "8" + "id": "199", + "range_level": "1", + "attack_level": "29" }, { - "id": "200", - "name": "Lord Daquarius" - }, - { - "id": "201", - "name": "Jailer", "examine": "Guards prisoners for the black knights.", - "aggressive": "false", - "attack_level": "40", + "melee_animation": "422", + "range_animation": "0", "attack_speed": "4", - "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "47", - "magic_animation": "0", "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "50", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Jailer", + "defence_level": "40", "safespot": null, + "lifepoints": "47", "strength_level": "40", - "weakness": "8" + "id": "201", + "aggressive": "false", + "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "202", - "name": "Black Heather", "examine": "Has a fearsome scowl.", - "attack_level": "28", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Heather", + "defence_level": "28", + "lifepoints": "40", "strength_level": "28", - "weakness": "8" + "id": "202", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A rocky slug.", + "melee_animation": "1595", + "range_animation": "1595", + "combat_audio": "729,731,730", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1596", + "weakness": "7", + "magic_animation": "1595", + "death_animation": "1597", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1631", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "A rocky slug.", + "melee_animation": "1595", + "range_animation": "1595", + "combat_audio": "729,731,730", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "1596", + "weakness": "7", + "magic_animation": "1595", + "death_animation": "1597", + "name": "Rockslug", + "defence_level": "30", + "safespot": null, + "lifepoints": "30", + "strength_level": "30", + "id": "1632", + "clue_level": "2", + "range_level": "1", + "attack_level": "24" }, { - "id": "203", - "name": "Donny the Lad", "examine": "Has a fearsome posture.", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Donny the Lad", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "9" + "id": "203", + "range_level": "1", + "attack_level": "28" }, { - "id": "204", - "name": "Speedy Keith", "examine": "Nice hair.", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Speedy Keith", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "7" + "id": "204", + "range_level": "1", + "attack_level": "28" }, { - "id": "205", - "name": "Salarin the Twisted", "examine": "A crazy evil druid.", - "aggressive": "true", - "attack_level": "58", - "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Salarin the Twisted", + "defence_level": "62", "safespot": null, - "strength_level": "58" + "lifepoints": "70", + "strength_level": "58", + "id": "205", + "aggressive": "true", + "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8", + "range_level": "1", + "attack_level": "58" }, { - "id": "206", - "name": "Guard", "examine": "A dwarven guard.", - "aggressive": "false", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", - "magic_animation": "0", "melee_animation": "99", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Guard", + "defence_level": "12", "safespot": null, + "lifepoints": "17", "strength_level": "12", - "weakness": "6" + "id": "206", + "aggressive": "false", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" }, { - "id": "207", - "name": "Lollk" - }, - { - "id": "208", - "name": "Captain Lawgof", "examine": "The head honcho around here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Lawgof", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "208", + "range_level": "1", + "attack_level": "1" }, { - "id": "209", - "name": "Nulodion" - }, - { - "id": "210", - "name": "Grail Maiden", "examine": "She looks serene.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grail Maiden", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "210", + "range_level": "1", + "attack_level": "1" }, { - "id": "211", - "name": "Sir Percival" - }, - { - "id": "212", - "name": "King Percival", "examine": "A former Knight of the Round Table.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Percival", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "212", + "range_level": "1", + "attack_level": "1" }, { - "id": "213", - "name": "Merlin" - }, - { - "id": "214", - "name": "Peasant", "examine": "He looks unhappy...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peasant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "214", + "range_level": "1", + "attack_level": "1" }, { - "id": "215", - "name": "Peasant" - }, - { - "id": "216", - "name": "High Priest", "examine": "High Priest of Entrana.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "216", + "range_level": "1", + "attack_level": "1" }, { - "id": "217", - "name": "Crone" - }, - { - "id": "218", - "name": "Galahad" - }, - { - "id": "219", - "name": "Fisherman", "examine": "It's a fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "219", + "range_level": "1", + "attack_level": "1" }, { - "id": "220", - "name": "The Fisher King", "examine": "He doesn't look very well...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Fisher King", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "220", + "range_level": "1", + "attack_level": "1" }, { - "id": "221", - "name": "Black Knight Titan", "examine": "He looks mean and powerful.", - "aggressive": "true", - "attack_level": "91", - "attack_speed": "7", - "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0", - "death_animation": "131", - "defence_animation": "0", - "defence_level": "91", - "lifepoints": "142", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "128", "range_animation": "0", - "range_level": "1", + "attack_speed": "7", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "131", + "name": "Black Knight Titan", + "defence_level": "91", "safespot": null, + "lifepoints": "142", "strength_level": "100", - "weakness": "10" + "id": "221", + "aggressive": "true", + "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0", + "range_level": "1", + "attack_level": "91" }, { - "id": "222", - "name": "Monk", "examine": "A holy man.", - "attack_level": "7", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "magic_level": "10", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "magic_level": "10", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "10", "safespot": null, + "lifepoints": "14", "strength_level": "7", - "weakness": "5" + "id": "222", + "range_level": "1", + "attack_level": "7" }, { - "id": "223", - "name": "Brother Kojo", "examine": "A peaceful monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Kojo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "223", + "range_level": "1", + "attack_level": "1" }, { - "id": "224", - "name": "Dungeon rat", "examine": "A dirty rat.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "8", - "weakness": "9" - }, - { - "id": "225", - "name": "Bonzo" - }, - { - "id": "226", - "name": "Morris" - }, - { - "id": "228", - "name": "Big Dave" - }, - { - "id": "229", - "name": "Joshua" - }, - { - "id": "230", - "name": "Grandpa Jack", - "examine": "He looks elderly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "231", - "name": "Forester", - "examine": "He likes to cut down trees.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "232", - "name": "Austri" - }, - { - "id": "233", - "name": "Fishing spot", - "examine": "I can fish here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "234", - "name": "Fishing spot" - }, - { - "id": "235", - "name": "Fishing spot" - }, - { - "id": "236", - "name": "Fishing spot" - }, - { - "id": "237", - "name": "Renegade Knight", - "examine": "He isn't very friendly.", + "id": "224", "aggressive": "true", - "attack_level": "15", - "death_animation": "6490", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He looks elderly.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Grandpa Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "230", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes to cut down trees.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "231", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I can fish here.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "233", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He isn't very friendly.", "melee_animation": "6489", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6490", + "name": "Renegade Knight", + "defence_level": "15", "safespot": null, + "lifepoints": "42", "strength_level": "15", - "weakness": "7" + "id": "237", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" }, { - "id": "238", - "name": "Thrantax the Mighty", "examine": "A terrifying spirit.", - "attack_level": "50", - "death_animation": "5542", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "142", - "magic_animation": "0", "melee_animation": "5540", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "7" - }, - { - "id": "239", - "name": "Sir Lancelot" - }, - { - "id": "240", - "name": "Sir Gawain" - }, - { - "id": "241", - "name": "Sir Kay" - }, - { - "id": "242", - "name": "Sir Bedivere" - }, - { - "id": "243", - "name": "Sir Tristram" - }, - { - "id": "244", - "name": "Sir Pelleas" - }, - { - "id": "245", - "name": "Sir Lucan" - }, - { - "id": "246", - "name": "Teapotspout", - "examine": "Specialist meat transporter.", - "attack_level": "1", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "5542", + "name": "Thrantax the Mighty", + "defence_level": "50", + "safespot": null, + "lifepoints": "142", + "strength_level": "50", + "id": "238", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Specialist meat transporter.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "2301", + "name": "Teapotspout", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "246", + "range_level": "1", + "attack_level": "1" }, { - "id": "247", - "name": "Sir Mordred", - "attack_level": "1", "death_animation": "6490", - "defence_animation": "6488", + "name": "Sir Mordred", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "6489", + "strength_level": "1", + "id": "247", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "248", - "name": "Morgan Le Faye" - }, - { - "id": "249", - "name": "Merlin" - }, - { - "id": "250", - "name": "The Lady of the Lake" - }, - { - "id": "251", - "name": "King Arthur", - "examine": "Legendary King of the Britons.", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "6488" + }, + { + "examine": "Legendary King of the Britons.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Arthur", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "251", + "range_level": "1", + "attack_level": "1" }, { - "id": "252", - "name": "Beggar" - }, - { - "id": "253", - "name": "Khazard Guard", "examine": "It's one of General Khazard's guards.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "253", + "range_level": "1", + "attack_level": "22" }, { - "id": "254", - "name": "Khazard Guard", "examine": "He's been guarding the tavern for a bit too long.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "254", + "range_level": "1", + "attack_level": "22" }, { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", "id": "255", - "name": "Khazard Guard", - "examine": "His armour indicates he's a Khazard Guard.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" + "attack_level": "22" }, { + "examine": "His armour indicates he's a Khazard Guard.", + "melee_animation": "395", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", "id": "256", - "name": "Khazard Guard", - "examine": "His armour indicates he's a Khazard Guard.", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" + "attack_level": "22" }, { - "id": "257", - "name": "Khazard Guard", "examine": "He takes the slaves to the arena. He rarely takes them back..", - "attack_level": "22", - "attack_speed": "6", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "397", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard Guard", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "6" + "id": "257", + "range_level": "1", + "attack_level": "22" }, { - "id": "258", - "name": "General Khazard", "examine": "He looks really nasty. Smells bad too.", - "attack_level": "75", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "80", - "lifepoints": "170", - "magic_animation": "0", "melee_animation": "7049", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "78", - "weakness": "6" - }, - { - "id": "259", - "name": "Khazard barman", - "examine": "A tough looking barman.", - "attack_level": "1", - "attack_speed": "6", "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "397", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "260", - "name": "Kelvin" - }, - { - "id": "261", - "name": "Joe" - }, - { - "id": "262", - "name": "Fightslave", - "examine": "A slave fighter. He looks mistreated and weak.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "7050", + "weakness": "6", "magic_animation": "0", + "death_animation": "836", + "name": "General Khazard", + "defence_level": "80", + "safespot": null, + "lifepoints": "170", + "strength_level": "78", + "id": "258", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A tough looking barman.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "263", - "name": "Hengrad" - }, - { - "id": "264", - "name": "Lady Servil", - "examine": "She looks wealthy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "265", - "name": "Jeremy Servil", - "examine": "A young squire. He looks worse for wear.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "266", - "name": "Jeremy Servil", - "examine": "A young squire. He looks worse for wear.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "267", - "name": "Justin Servil", - "examine": "Jeremy father, Sir Servil.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "268", - "name": "Local", - "examine": "A scruffy looking chap.", - "attack_level": "0", - "clue_level": "0", - "death_animation": "0", - "defence_level": "0", - "lifepoints": "10", - "magic_animation": "0", - "range_level": "0", - "safespot": null, - "strength_level": "0" - }, - { - "id": "269", - "name": "Bouncer", - "aggressive": "true", - "attack_level": "120", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "120", - "lifepoints": "116", - "melee_animation": "6581", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "120" - }, - { - "id": "270", - "name": "Khazard Ogre", - "examine": "Khazard's strongest ogre warrior.", - "aggressive": "true", - "attack_level": "46", + "combat_audio": "511,513,512", "attack_speed": "6", - "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "359", - "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "397", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Khazard barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "259", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A slave fighter. He looks mistreated and weak.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fightslave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "262", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks wealthy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lady Servil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "264", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young squire. He looks worse for wear.", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "265", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "A young squire. He looks worse for wear.", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "266", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "Jeremy father, Sir Servil.", + "magic_animation": "0", + "death_animation": "0", + "name": "Justin Servil", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "267", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "examine": "A scruffy looking chap.", + "magic_animation": "0", + "death_animation": "0", + "name": "Local", + "defence_level": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", + "id": "268", + "clue_level": "0", + "range_level": "0", + "attack_level": "0" + }, + { + "melee_animation": "6581", + "respawn_delay": "60", + "defence_animation": "6578", + "death_animation": "6576", + "name": "Bouncer", + "defence_level": "120", + "safespot": null, + "lifepoints": "116", + "strength_level": "120", + "id": "269", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "Khazard's strongest ogre warrior.", "melee_animation": "359", "range_animation": "359", - "range_level": "1", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Khazard Ogre", + "defence_level": "46", "safespot": null, - "strength_level": "46" + "lifepoints": "65", + "strength_level": "46", + "id": "270", + "aggressive": "true", + "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0", + "range_level": "1", + "attack_level": "46" }, { - "id": "271", - "name": "Khazard Scorpion", "examine": "A large angry scorpion", - "aggressive": "true", - "attack_level": "27", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", "melee_animation": "6254", "range_animation": "0", - "range_level": "36", + "combat_audio": "3611,3612,3610", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6256", + "name": "Khazard Scorpion", + "defence_level": "36", "safespot": null, + "lifepoints": "51", "strength_level": "27", - "weakness": "2" + "id": "271", + "aggressive": "true", + "range_level": "36", + "attack_level": "27" }, { - "id": "272", - "name": "Lucien", "examine": "He walks with a slight limp.", - "aggressive": "", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "17", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "404", + "weakness": "", + "magic_animation": "0", + "death_animation": "836", + "name": "Lucien", + "defence_level": "10", "safespot": null, + "lifepoints": "17", "strength_level": "11", - "weakness": "" + "id": "272", + "aggressive": "", + "range_level": "1", + "attack_level": "12" }, { - "id": "273", - "name": "Lucien", "examine": "He walks with a slight limp.", - "aggressive": "", - "attack_level": "12", - "combat_audio": "", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", "melee_animation": "", "range_animation": "", - "range_level": "", + "combat_audio": "", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Lucien", + "defence_level": "", "safespot": null, + "lifepoints": "", "strength_level": "", - "weakness": "" + "id": "273", + "aggressive": "", + "range_level": "", + "attack_level": "12" }, { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "melee_animation": "401", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "274", - "name": "Guardian of Armadyl", - "examine": "A guard who has devoted their life to Armadyl.", - "attack_level": "30", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "8" + "attack_level": "30" }, { + "examine": "A guard who has devoted their life to Armadyl.", + "range_animation": "0", + "melee_animation": "401", + "combat_audio": "511,513,512", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Guardian of Armadyl", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "275", - "name": "Guardian of Armadyl", - "examine": "A guard who has devoted their life to Armadyl.", - "attack_level": "30", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "8" + "attack_level": "30" }, { - "id": "276", - "name": "Winelda" - }, - { - "id": "277", - "name": "Fire Warrior of Lesarkus", "examine": "Intimidating!", - "attack_level": "55", - "attack_speed": "8", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "78", - "end_gfx": "101", - "lifepoints": "59", - "magic_animation": "711", - "magic_level": "62", - "melee_animation": "0", - "projectile": "127", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "99", + "combat_style": "2", "start_height": "96", - "strength_level": "78", - "weakness": "3" - }, - { - "id": "278", - "name": "Cook", - "examine": "Lumbridge Castle's head cook.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "279", - "name": "Brother Omad", - "examine": "An old monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "280", - "name": "Brother Cedric", - "examine": "An old drunk monk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "281", - "name": "Monk", - "examine": "An Ardougne Monk.", - "attack_level": "4", "combat_audio": "511,513,512", + "attack_speed": "8", + "magic_level": "62", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "425", + "weakness": "3", + "magic_animation": "711", "death_animation": "836", + "name": "Fire Warrior of Lesarkus", + "defence_level": "78", + "safespot": null, + "lifepoints": "59", + "strength_level": "78", + "id": "277", + "range_level": "1", + "projectile": "127", + "attack_level": "55" + }, + { + "examine": "Lumbridge Castle's head cook.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "278", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Omad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "279", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old drunk monk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Cedric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "280", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An Ardougne Monk.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "9" + "id": "281", + "range_level": "1", + "attack_level": "4" }, { - "id": "282", - "name": "Thief", "examine": "A dastardly blanket thief.", - "attack_level": "15", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "15", "safespot": null, + "lifepoints": "21", "strength_level": "15", - "weakness": "9" + "id": "282", + "range_level": "1", + "attack_level": "15" }, { - "id": "283", - "name": "Head Thief", "examine": "The head of the treacherous blanket stealing gang.", - "attack_level": "18", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Head Thief", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "9" + "id": "283", + "range_level": "1", + "attack_level": "18" }, { - "id": "284", - "name": "Doric", "examine": "A dwarf smith. Quite handy with a hammer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doric", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "284", + "range_level": "1", + "attack_level": "1" }, { - "id": "285", - "name": "Veronica", "examine": "She doesn't look too happy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "286", - "name": "Professor Oddenstein", - "examine": "A mad scientist if I ever saw one!" - }, - { - "id": "287", - "name": "Ernest" - }, - { - "id": "288", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Veronica", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "285", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "3", + "strength_level": "1", + "id": "288", + "range_level": "1", + "attack_level": "1" }, { - "id": "289", - "name": "Councillor Halgrive", "examine": "An official of Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Councillor Halgrive", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "289", + "range_level": "1", + "attack_level": "1" }, { - "id": "290", - "name": "Doctor Orbon", "examine": "A serious-looking doctor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doctor Orbon", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "290", + "range_level": "1", + "attack_level": "1" }, { - "id": "291", - "name": "Farmer Brumty", "examine": "A farmer who's seen happier times.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Brumty", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "292", - "name": "Guard" + "lifepoints": "10", + "strength_level": "1", + "id": "291", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "7218", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7219", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "296", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7219", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "7" + "attack_level": "25" }, { - "id": "297", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", + "melee_animation": "7218", + "range_animation": "0", "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "7220", - "defence_animation": "0", + "name": "Guard", "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "297", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "298", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", + "melee_animation": "7218", + "range_animation": "0", "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "7219", - "defence_animation": "0", + "name": "Guard", "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "7218", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "298", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "299", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7213", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "583", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7213", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "299", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "300", - "name": "Sedridor", - "examine": "Chief of research at Wizards Tower." - }, - { - "id": "301", - "name": "Twig" - }, - { - "id": "302", - "name": "Hadley" - }, - { - "id": "303", - "name": "Gerald" - }, - { - "id": "304", - "name": "Almera" - }, - { - "id": "305", - "name": "Hudon" - }, - { - "id": "306", - "name": "Golrie" - }, - { - "id": "307", - "name": "Hetty", "examine": "An old motherly witch with a curious smile and a hooked nose.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hetty", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "307", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "308", - "name": "Master fisher", "examine": "The man in charge of the fishing guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master fisher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "308", + "range_level": "1", + "attack_level": "1" }, { - "id": "309", - "name": "Fishing spot" - }, - { - "id": "310", - "name": "Fishing spot" - }, - { - "id": "311", - "name": "Fishing spot" - }, - { - "id": "312", - "name": "Fishing spot" - }, - { - "id": "313", - "name": "Fishing spot" - }, - { - "id": "314", - "name": "Fishing spot" - }, - { - "id": "315", - "name": "Fishing spot" - }, - { - "id": "316", - "name": "Fishing spot" - }, - { - "id": "317", - "name": "Fishing spot" - }, - { - "id": "318", - "name": "Fishing spot" - }, - { - "id": "319", - "name": "Fishing spot" - }, - { - "id": "320", - "name": "Fishing spot" - }, - { - "id": "321", - "name": "Fishing spot" - }, - { - "id": "322", - "name": "Fishing spot" - }, - { - "id": "323", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water." - }, - { - "id": "324", - "name": "Fishing spot" - }, - { - "id": "325", - "name": "Fishing spot" - }, - { - "id": "326", - "name": "Fishing spot" - }, - { - "id": "327", - "name": "Fishing spot" - }, - { - "id": "328", - "name": "Fishing spot" - }, - { - "id": "329", - "name": "Fishing spot" - }, - { - "id": "330", - "name": "Fishing spot" - }, - { - "id": "331", - "name": "Fishing spot" - }, - { - "id": "332", - "name": "Fishing spot" - }, - { - "id": "333", - "name": "Fishing spot" - }, - { - "id": "334", - "name": "Fishing spot" - }, - { - "id": "335", - "name": "Elena", - "examine": "She doesn't look too happy." - }, - { - "id": "336", - "name": "Da Vinci", "examine": "He has a colourful personality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Da Vinci", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "337", - "name": "Da Vinci" + "lifepoints": "10", + "strength_level": "1", + "id": "336", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He's ready for a bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chancy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "338", - "name": "Chancy", - "examine": "He's ready for a bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's ready for a bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chancy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "339", - "name": "Chancy", - "examine": "He's ready for a bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "340", - "name": "Hops", - "examine": "He's drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hops", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "341", - "name": "Hops", - "examine": "He's drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "342", - "name": "Guidor's wife", "examine": "She looks rather concerned.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guidor's wife", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "343", - "name": "Guidor" + "lifepoints": "10", + "strength_level": "1", + "id": "342", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "344", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "345", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "346", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "347", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "8", - "lifepoints": "18", - "melee_animation": "428", - "strength_level": "8" - }, - { - "id": "348", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "19", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "19", - "lifepoints": "30", + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", - "strength_level": "19" - }, - { - "id": "349", - "name": "Kilron" - }, - { - "id": "350", - "name": "Omart" - }, - { + "range_animation": "", + "combat_audio": "511,513,512", + "attack_speed": "4", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "351", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "352", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "353", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", + "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "", + "combat_audio": "511,506,505", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "13", + "strength_level": "1", "id": "354", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", + "clue_level": "", "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0", - "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "" + "attack_level": "2" }, { + "examine": "A child of West Ardougne.", + "melee_animation": "", + "range_animation": "", + "magic_level": "", + "defence_animation": "", + "poison_amount": "", + "magic_animation": "", + "death_animation": "", + "name": "Child", + "defence_level": "", + "safespot": null, + "movement_radius": "", + "lifepoints": "", + "strength_level": "", "id": "355", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "magic_level": "", - "melee_animation": "", - "movement_radius": "", - "poison_amount": "", - "range_animation": "", "range_level": "", - "safespot": null, - "strength_level": "" + "attack_level": "" }, { + "examine": "A child of West Ardougne.", + "melee_animation": "", + "range_animation": "", + "magic_level": "", + "defence_animation": "", + "poison_amount": "", + "magic_animation": "", + "death_animation": "", + "name": "Child", + "defence_level": "", + "safespot": null, + "movement_radius": "", + "lifepoints": "", + "strength_level": "", "id": "356", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "magic_level": "", - "melee_animation": "", - "movement_radius": "", - "poison_amount": "", - "range_animation": "", "range_level": "", - "safespot": null, - "strength_level": "" + "attack_level": "" }, { - "id": "357", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "14", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "14", - "lifepoints": "24", - "melee_animation": "428", - "strength_level": "14" - }, - { - "id": "358", - "name": "Priest", "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "358", + "range_level": "1", + "attack_level": "1" }, { - "id": "359", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "5", - "attack_speed": "4", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "422", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "422", + "attack_speed": "4", "magic_level": "6", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "respawn_delay": "18", + "defence_animation": "404", + "weakness": "9", + "magic_animation": "422", + "death_animation": "9055", + "name": "Man", + "defence_level": "5", "safespot": null, + "lifepoints": "7", "strength_level": "2", - "weakness": "9" + "id": "359", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "360", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "2", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "13", - "magic_animation": "", "melee_animation": "422", "range_animation": "", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", "safespot": null, + "lifepoints": "13", "strength_level": "1", - "weakness": "" + "id": "360", + "clue_level": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "2" }, { - "id": "361", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "13", - "magic_animation": "", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", + "defence_level": "10", "safespot": null, + "lifepoints": "13", "strength_level": "10", - "weakness": "" + "id": "361", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "362", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "melee_animation": "422", + "range_animation": "", "combat_audio": "511,506,505", - "death_animation": "836", + "attack_speed": "4", + "respawn_delay": "50", "defence_animation": "404", + "weakness": "", + "magic_animation": "", + "death_animation": "836", + "name": "Woman", "defence_level": "2", - "lifepoints": "10", - "magic_animation": "", - "melee_animation": "422", - "range_animation": "", - "range_level": "1", - "respawn_delay": "50", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "" + "id": "362", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "363", - "name": "Woman", "examine": "One of Gielinor's many citizens.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "23", - "magic_animation": "", "melee_animation": "422", "range_animation": "", - "range_level": "1", + "combat_audio": "511,506,505", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, - "strength_level": "10", - "weakness": "" - }, - { - "id": "364", - "name": "King Lathas", - "examine": "King Lathas of East Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "365", - "name": "Paladin", - "examine": "A holy warrior.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "366", - "name": "Jerico" - }, - { - "id": "367", - "name": "Chemist", - "examine": "Smells very chemically...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "368", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "369", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "19", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "19", - "lifepoints": "30", - "melee_animation": "422", - "strength_level": "19" - }, - { - "id": "370", - "name": "Mourner (boss)", - "examine": "A mourner, or plague healer.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,3,2,4,0,0,0,0,0,0,0", + "defence_animation": "404", + "weakness": "", + "magic_animation": "", "death_animation": "836", + "name": "Woman", "defence_level": "10", - "lifepoints": "19", - "melee_animation": "428", - "strength_level": "10" - }, - { - "id": "371", - "name": "Mourner", - "examine": "A mourner, or plague healer.", - "attack_level": "8", - "attack_speed": "4", + "safespot": null, + "lifepoints": "23", + "strength_level": "10", + "id": "363", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "836", - "defence_level": "8", - "lifepoints": "20", - "melee_animation": "422", - "strength_level": "8" + "range_level": "1", + "attack_level": "10" }, { - "id": "372", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "373", - "name": "Nurse Sarah", - "examine": "She's quite a looker!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "King Lathas of East Ardougne.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Lathas", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "364", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy warrior.", + "name": "Paladin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "365", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smells very chemically...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chemist", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "367", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "368", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She's quite a looker!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nurse Sarah", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "373", + "range_level": "1", + "attack_level": "1" }, { - "id": "374", - "name": "Ogre", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "weakness": "8", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "27", "safespot": null, + "lifepoints": "60", "strength_level": "27", - "weakness": "8" + "id": "374", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "375", - "name": "Redbeard Frank", "examine": "A pirate. Smells of brine and brimstone. Also vomit.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "498,500,499", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Redbeard Frank", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "375", + "range_level": "1", + "attack_level": "1" }, { - "id": "376", - "name": "Captain Tobias", - "examine": "An old sea dog." - }, - { - "id": "377", - "name": "Seaman Lorris", - "examine": "A young sailor." - }, - { - "id": "378", - "name": "Seaman Thresnor", - "examine": "A young sailor." - }, - { - "id": "379", - "name": "Luthas", - "examine": "Owner of the banana plantation." - }, - { - "id": "380", - "name": "Customs officer", "examine": "Inspects people's packages.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customs officer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "380", + "range_level": "1", + "attack_level": "1" }, { - "id": "381", - "name": "Dwarf" - }, - { - "id": "382", - "name": "Dwarf", "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, + "defence_animation": "0", "slayer_exp": "16", - "strength_level": "1" + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "382", + "range_level": "1", + "attack_level": "1" }, { - "id": "383", - "name": "Stankers" - }, - { - "id": "384", - "name": "Barbarian guard", "examine": "Not very civilised looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barbarian guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "384", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Looks vicious!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "385", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks vicious!", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", "id": "386", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks vicious!", + "name": "Kharid Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", "id": "387", - "name": "Kharid Scorpion", - "examine": "Looks vicious!", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "388", - "name": "Seer", "examine": "Could do with a shave...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "389", - "name": "Thormac", - "examine": "Nice hat." - }, - { - "id": "390", - "name": "Big fish", - "examine": "A brightly coloured game bird.", - "attack_level": "3", - "death_animation": "2373", "defence_animation": "0", - "defence_level": "3", - "lifepoints": "1", + "slayer_exp": "25", "magic_animation": "0", + "death_animation": "0", + "name": "Seer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "388", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", "melee_animation": "2371", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "3" - }, - { - "id": "391", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "17", - "lifepoints": "20", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "respawn_delay": "", - "strength_level": "17" - }, - { - "id": "392", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "32", - "lifepoints": "35", + "defence_animation": "0", "magic_animation": "0", - "magic_level": "1", + "death_animation": "2373", + "name": "Big fish", + "defence_level": "3", + "safespot": null, + "lifepoints": "1", + "strength_level": "3", + "id": "390", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "Likes fish... hates people.", "melee_animation": "284", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "magic_animation": "0", + "death_animation": "287", + "name": "River troll", + "defence_level": "32", "safespot": null, - "strength_level": "32" - }, - { - "id": "393", - "name": "River troll", - "examine": "Likes fish... hates people.", + "lifepoints": "35", + "strength_level": "32", + "id": "392", "aggressive": "true", - "attack_level": "48", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "48", - "lifepoints": "48", - "magic_level": "1", - "melee_animation": "284", "range_level": "1", - "strength_level": "48" + "attack_level": "32" }, { - "id": "394", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "65", - "lifepoints": "85", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "65" - }, - { - "id": "395", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "100", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "100" - }, - { - "id": "396", - "name": "River troll", - "examine": "Likes fish... hates people.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "130", - "lifepoints": "170", - "magic_level": "1", - "melee_animation": "284", - "range_level": "1", - "strength_level": "130" - }, - { - "id": "397", - "name": "Cow", "examine": "Beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "398", - "name": "Legends guard", - "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "399", - "name": "Legends guard" - }, - { - "id": "400", - "name": "Radimus Erkle" - }, - { - "id": "401", - "name": "Jungle forester", - "examine": "He deals in exotic types of wood.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "402", - "name": "Jungle forester", - "examine": "She deals in exotic types of wood.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "403", - "name": "Fishing spot" - }, - { - "id": "404", - "name": "Fishing spot" - }, - { - "id": "405", - "name": "Fishing spot" - }, - { - "id": "406", - "name": "Fishing spot" - }, - { - "id": "407", - "name": "Strange Plant", - "examine": "A very strange plant." - }, - { - "id": "408", - "name": "Strange Plant", - "examine": "A very strange plant.", - "death_animation": "355", - "defence_animation": "354", - "defence_level": "300", - "lifepoints": "100", - "magic_level": "200", - "melee_animation": "353" - }, - { - "id": "409", - "name": "Genie" - }, - { - "id": "410", - "name": "Mysterious Old Man" - }, - { - "id": "411", - "name": "Swarm", - "examine": "Insects buzzing around.", - "aggressive": "false", - "attack_level": "1", - "combat_audio": "819,821,820", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "412", - "name": "Bat", - "examine": "An annoying flappy thing.", - "attack_level": "1", + "combat_audio": "369,371,370", "attack_speed": "5", - "death_animation": "4918", - "defence_animation": "4916", - "defence_level": "2", + "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", + "defence_level": "1", + "safespot": null, "lifepoints": "8", - "magic_level": "10", + "strength_level": "1", + "id": "397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Legends guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "398", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He deals in exotic types of wood.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jungle forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "401", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She deals in exotic types of wood.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jungle forester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "402", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Insects buzzing around.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "819,821,820", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swarm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "411", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "4" - }, - { - "id": "413", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "25", - "projectile": "968", - "range_animation": "5347", - "range_level": "15", - "strength_level": "8" - }, - { - "id": "414", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "40", - "projectile": "968", - "range_animation": "5347", - "range_level": "30", - "strength_level": "17" - }, - { - "id": "415", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "60", - "projectile": "968", - "range_animation": "5347", - "range_level": "40", - "strength_level": "36" - }, - { - "id": "416", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "64", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "86", - "projectile": "968", - "range_animation": "5347", - "range_level": "60", - "strength_level": "64" - }, - { - "id": "417", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "120", - "projectile": "968", - "range_animation": "5347", - "range_level": "75", - "strength_level": "100" - }, - { - "id": "418", - "name": "Rock Golem", - "examine": "Rock with attitude.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "156", - "defence_animation": "154", - "lifepoints": "166", - "projectile": "968", - "range_animation": "5347", - "range_level": "80", - "strength_level": "130" - }, - { - "id": "419", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "5", "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "14", - "magic_animation": "5578", - "magic_level": "5", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "5", - "safespot": null, - "strength_level": "5" - }, - { - "id": "420", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "10", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "40", - "lifepoints": "14", - "magic_animation": "5578", "magic_level": "10", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "10", - "safespot": null, - "strength_level": "10" - }, - { - "id": "421", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "15", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "30", - "magic_animation": "5578", - "magic_level": "15", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "15", - "safespot": null, - "strength_level": "15" - }, - { - "id": "422", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "60", - "lifepoints": "79", - "magic_animation": "5578", - "magic_level": "45", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "423", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "5578", - "magic_level": "35", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "424", - "name": "Zombie", - "examine": "Dead man walking.", - "attack_level": "45", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "90", - "lifepoints": "159", - "magic_animation": "5578", - "magic_level": "45", - "melee_animation": "5578", - "range_animation": "5578", - "range_level": "45", - "safespot": null, - "strength_level": "45" - }, - { - "id": "425", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "6", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "8", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "6", - "weakness": "9" - }, - { - "id": "426", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "20", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "20", - "weakness": "9" - }, - { - "id": "427", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "43", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "43", - "weakness": "9" - }, - { - "id": "428", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "74", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "4.2", - "strength_level": "74", - "weakness": "9" - }, - { - "id": "429", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "130", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "511,439,438", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "130", - "lifepoints": "170", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "4.2", - "strength_level": "90", - "weakness": "9" - }, - { - "id": "430", - "name": "Shade", - "examine": "Dead but not gone.", - "attack_level": "150", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "105", - "lifepoints": "100", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "150", - "weakness": "9" - }, - { - "id": "431", - "name": "Cyrisus" - }, - { - "id": "433", - "name": "Cyrisus" - }, - { - "id": "434", - "name": "Cyrisus" - }, - { - "id": "435", - "name": "Fallen Man", - "examine": "I hope he's not dead!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "436", - "name": "Fallen Man" - }, - { - "id": "437", - "name": "Cap'n Izzy No-Beard", - "examine": "Entrance clerk for the Brimhaven Agility Arena.", - "attack_level": "1", - "combat_audio": "498,500,499", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "438", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "8", - "lifepoints": "25", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "8" - }, - { - "id": "439", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "17", - "lifepoints": "40", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "17" - }, - { - "id": "440", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "38", - "lifepoints": "60", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "38" - }, - { - "id": "441", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "64", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "64", - "lifepoints": "86", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "64" - }, - { - "id": "442", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "100", - "lifepoints": "120", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "100" - }, - { - "id": "443", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "498,500,499", - "death_animation": "97", - "defence_animation": "95", - "defence_level": "130", - "lifepoints": "170", - "magic_level": "1", - "melee_animation": "94", - "range_level": "1", - "safespot": null, - "strength_level": "130" - }, - { - "id": "444", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "445", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "446", - "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", + "respawn_delay": "30", + "defence_animation": "4916", + "weakness": "4", + "slayer_exp": "8", + "death_animation": "4918", + "name": "Bat", "defence_level": "2", - "lifepoints": "5", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "412", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "5", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "14", + "strength_level": "5", + "id": "419", + "range_level": "5", + "attack_level": "5" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "10", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "40", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", + "id": "420", + "range_level": "10", + "attack_level": "10" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "15", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "30", + "strength_level": "15", + "id": "421", + "range_level": "15", + "attack_level": "15" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "45", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "79", + "strength_level": "45", + "id": "422", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "35", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "423", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "931,923,922", + "attack_speed": "5", + "magic_level": "45", + "defence_animation": "5574", + "magic_animation": "5578", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "90", + "safespot": null, + "lifepoints": "159", + "strength_level": "45", + "id": "424", + "range_level": "45", + "attack_level": "45" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "7", + "safespot": null, + "lifepoints": "8", + "strength_level": "6", + "id": "425", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "30", + "safespot": null, + "lifepoints": "17", + "strength_level": "20", + "id": "426", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "45", + "safespot": null, + "lifepoints": "28", + "strength_level": "43", + "id": "427", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "4.2", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "80", + "safespot": null, + "lifepoints": "42", + "strength_level": "74", + "id": "428", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,439,438", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "4.2", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "130", + "safespot": null, + "lifepoints": "170", + "strength_level": "90", + "id": "429", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "Dead but not gone.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shade", + "defence_level": "105", + "safespot": null, + "lifepoints": "100", + "strength_level": "150", + "id": "430", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "I hope he's not dead!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fallen Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "435", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Entrance clerk for the Brimhaven Agility Arena.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "498,500,499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cap'n Izzy No-Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "437", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "8", + "safespot": null, + "lifepoints": "25", + "strength_level": "8", + "id": "438", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "17", + "safespot": null, + "lifepoints": "40", + "strength_level": "17", + "id": "439", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "38", + "safespot": null, + "lifepoints": "60", + "strength_level": "38", + "id": "440", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "64", + "safespot": null, + "lifepoints": "86", + "strength_level": "64", + "id": "441", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "100", + "safespot": null, + "lifepoints": "120", + "strength_level": "100", + "id": "442", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "combat_audio": "498,500,499", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "95", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "130", + "safespot": null, + "lifepoints": "170", + "strength_level": "130", + "id": "443", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "444", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "445", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Overgrown vermin.", "melee_animation": "4933", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "2", "safespot": null, + "lifepoints": "5", "strength_level": "5", - "weakness": "8" + "id": "446", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" }, { + "examine": "I wonder who he's guarding?", + "melee_animation": "401", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "447", - "name": "Jail guard", - "examine": "I wonder who he's guarding?", "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23" + "attack_level": "19" }, { + "examine": "I wonder who he's guarding?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "448", - "name": "Jail guard", - "examine": "I wonder who he's guarding?", "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23" + "attack_level": "19" }, { - "id": "449", - "name": "Jail guard", "examine": "I wonder who he's guarding?", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "23" - }, - { - "id": "450", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "451", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "452", - "name": "Seth Groats", - "examine": "A large well built farmer.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "449", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "A large well built farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seth Groats", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "452", + "range_level": "1", + "attack_level": "1" }, { - "id": "453", - "name": "Suit of armour", "examine": "Aargh! It's alive!", - "attack_level": "16", - "attack_speed": "5", - "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "29", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "14", - "weakness": "6" - }, - { - "id": "454", - "name": "Sanfew", - "examine": "An old druid." - }, - { - "id": "455", - "name": "Kaqemeex", - "examine": "A wise druid." - }, - { - "id": "456", - "name": "Father Aereck", - "examine": "He seems to be very devout.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "457", - "name": "Restless ghost", - "examine": "Eek! A ghost!", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "458", - "name": "Father Urhney", - "examine": "Very holy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "459", - "name": "Skeleton", - "examine": "It rattles when it moves.", - "aggressive": "true", - "attack_level": "3", - "combat_audio": "774,775,777", - "combat_style": "2", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "5", - "lifepoints": "14", - "magic_animation": "5485", - "magic_level": "5", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "3" - }, - { - "id": "460", - "name": "Wizard Frumscone", - "examine": "A Wizard of the Magic Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "461", - "name": "Magic Store owner", - "examine": "A Supplier of Magical items.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "462", - "name": "Wizard Distentor", - "examine": "Head of the Magic Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "463", - "name": "Murphy" - }, - { - "id": "464", - "name": "Murphy" - }, - { - "id": "465", - "name": "Murphy" - }, - { - "id": "466", - "name": "Murphy" - }, - { - "id": "467", - "name": "Shark" - }, - { - "id": "468", - "name": "Shark" - }, - { - "id": "469", - "name": "King Bolren", - "examine": "It's a gnome. He looks important.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "470", - "name": "Commander Montai", - "examine": "It's a tree gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "471", - "name": "Bolkoy" - }, - { - "id": "472", - "name": "Remsai" - }, - { - "id": "473", - "name": "Khazard trooper" - }, - { - "id": "475", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "32", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "6" - }, - { - "id": "476", - "name": "Khazard trooper", - "examine": "An open eye of World-gorger.", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "11", - "magic_animation": "0", - "magic_level": "5", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "3" - }, - { - "id": "477", - "name": "Khazard warlord", - "examine": "He looks real nasty", - "aggressive": "true", - "attack_level": "38", "attack_speed": "5", - "death_animation": "836", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", + "weakness": "6", "magic_animation": "0", - "melee_animation": "401", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "836", + "name": "Suit of armour", + "defence_level": "9", "safespot": null, - "strength_level": "38", - "weakness": "6" + "lifepoints": "29", + "strength_level": "14", + "id": "453", + "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0", + "range_level": "1", + "attack_level": "16" }, { - "id": "478", - "name": "Khazard commander", - "examine": "It's one of General Khazard's commanders.", - "attack_level": "35", - "death_animation": "836", + "examine": "He seems to be very devout.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", "magic_animation": "0", + "death_animation": "0", + "name": "Father Aereck", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "456", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A ghost!", + "name": "Restless ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "457", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very holy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Father Urhney", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "458", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Wizard of the Magic Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Frumscone", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "460", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Supplier of Magical items.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Magic Store owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "461", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of the Magic Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Distentor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "462", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a gnome. He looks important.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Bolren", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "469", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tree gnome.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Montai", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "470", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", + "melee_animation": "401", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "475", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "An open eye of World-gorger.", + "magic_level": "5", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Khazard trooper", + "defence_level": "5", + "safespot": null, + "lifepoints": "11", + "strength_level": "1", + "id": "476", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks real nasty", + "melee_animation": "401", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard warlord", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", + "id": "477", + "aggressive": "true", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "It's one of General Khazard's commanders.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Khazard commander", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "478", + "range_level": "1", + "attack_level": "35" }, { - "id": "479", - "name": "Gnome troop", "examine": "It's a tree gnome trooper.", - "attack_level": "24", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "190", "range_animation": "0", - "range_level": "32", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "24", - "weakness": "1" + "id": "479", + "range_level": "32", + "attack_level": "24" }, { - "id": "480", - "name": "Gnome troop" - }, - { - "id": "481", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 1", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "481", + "range_level": "1", + "attack_level": "1" }, { - "id": "482", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 2", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "482", + "range_level": "1", + "attack_level": "1" }, { - "id": "483", + "examine": "It's a gnome who specialises in covert operations.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Tracker gnome 3", - "examine": "It's a gnome who specialises in covert operations.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "483", + "range_level": "1", + "attack_level": "1" }, { - "id": "484", - "name": "Local Gnome" - }, - { - "id": "485", - "name": "Local Gnome", "examine": "It's a young tree gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Local Gnome", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "485", + "range_level": "1", + "attack_level": "1" }, { - "id": "486", - "name": "Kalron" - }, - { - "id": "487", - "name": "Giant", "examine": "I guess he wants to be more than just the muscle.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "487", + "range_level": "1", + "attack_level": "1" }, { - "id": "488", - "name": "Observatory professor", "examine": "A man, learned in the ways of the stars.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Observatory professor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "488", + "range_level": "1", + "attack_level": "1" }, { - "id": "489", - "name": "Goblin guard", "examine": "He doesn't look like he'd trust his own mother.", - "attack_level": "32", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "0", - "defence_level": "37", - "lifepoints": "43", - "magic_animation": "0", "melee_animation": "6199", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin guard", + "defence_level": "37", "safespot": null, + "lifepoints": "43", "strength_level": "37", - "weakness": "7" + "id": "489", + "range_level": "1", + "attack_level": "32" }, { - "id": "490", - "name": "Mummy", "examine": "If the mummy is at school", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mummy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "490", + "range_level": "1", + "attack_level": "1" }, { - "id": "491", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "5540", - "range_level": "1", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5541", "slayer_exp": "25", - "strength_level": "1" + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "492", - "name": "Spirit of Scorpius", "examine": "The essence of evil.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spirit of Scorpius", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "492", + "range_level": "1", + "attack_level": "1" }, { - "id": "493", - "name": "Grave scorpion", "examine": "A vicious", - "aggressive": "true", - "attack_level": "5", - "combat_audio": "3611,3612,3610", - "death_animation": "6260", - "defence_animation": "0", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "6261", "range_animation": "0", - "range_level": "7", + "combat_audio": "3611,3612,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6260", + "name": "Grave scorpion", + "defence_level": "7", "safespot": null, + "lifepoints": "10", "strength_level": "5", - "weakness": "2" + "id": "493", + "aggressive": "true", + "range_level": "7", + "attack_level": "5" }, { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "494", - "name": "Banker", - "examine": "He can look after my money.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "495", - "name": "Banker", "examine": "Good with money.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "496", - "name": "Banker", - "examine": "He can look after my money." - }, - { - "id": "497", - "name": "Banker", - "examine": "She can look after my money." - }, - { - "id": "498", - "name": "Banker", "examine": "Manages money momentarily.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "499", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "498", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "500", - "name": "Mosol Rei", - "examine": "A warrior from Shilo Village." - }, - { - "id": "501", - "name": "Spirit of Zadimus", - "examine": "An unquiet soul." - }, - { - "id": "502", - "name": "Undead one", - "examine": "A minion of Rashiliyia.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5491", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A minion of Rashiliyia.", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "8" + "id": "502", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" }, { - "id": "503", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "attack_level": "33", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "8" + "id": "503", + "range_level": "1", + "attack_level": "33" }, { - "id": "504", - "name": "Undead one", "examine": "The animated dead; one of Rashiliyia's minions.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" - }, - { - "id": "505", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", - "aggressive": "true", - "attack_level": "33", "attack_speed": "5", - "death_animation": "5575", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "504", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", "defence_level": "33", + "safespot": null, "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "33", - "weakness": "8" - }, - { - "id": "506", - "name": "Rashiliyia ", - "examine": "The animated spirit of Rashiliyia the Zombie Queen." - }, - { - "id": "507", - "name": "Nazastarool", + "id": "505", "aggressive": "true", - "attack_level": "1", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "100", + "range_level": "1", + "attack_level": "33" + }, + { "melee_animation": "5571", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "5574", + "death_animation": "5575", + "name": "Nazastarool", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "100", + "strength_level": "1", + "id": "507", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "508", - "name": "Nazastarool", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5509", - "defence_animation": "5508", - "defence_level": "1", - "lifepoints": "75", "melee_animation": "5507", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "509", + "defence_animation": "5508", + "death_animation": "5509", "name": "Nazastarool", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5534", - "defence_animation": "5533", "defence_level": "1", - "lifepoints": "110", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "508", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5532", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "5533", + "death_animation": "5534", + "name": "Nazastarool", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "110", + "strength_level": "1", + "id": "509", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "510", - "name": "Hajedy", - "examine": "A cart driver; it looks like he's quite experienced." - }, - { - "id": "511", - "name": "Vigroy", - "examine": "A cart driver; it looks like he's quite experienced." - }, - { - "id": "512", - "name": "Kaleb Paramaya", - "examine": "This is Kaleb Paramaya, a warm and friendly inn owner." - }, - { - "id": "513", - "name": "Yohnus", - "examine": "This is Yohnus - he runs the local blacksmiths." - }, - { - "id": "514", - "name": "Seravel", - "examine": "This is Seravel. He sells tickets for the 'Lady of the Waves.'" - }, - { - "id": "515", - "name": "Yanni Salika", - "examine": "Yanni Salika; he buys and sells antiques." - }, - { - "id": "516", - "name": "Obli", - "examine": "An intelligent-looking shop owner." - }, - { - "id": "517", - "name": "Fernahei", - "examine": "This is Fernahei; he owns the local fishing tackle shop." - }, - { - "id": "518", - "name": "Captain Shanks", "examine": "He's the Captain of the 'Lady of the Waves'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Shanks", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "518", + "range_level": "1", + "attack_level": "1" }, { - "id": "519", - "name": "Bob", "examine": "An expert on axes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "519", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "520", - "name": "Shopkeeper", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "521", - "name": "Shop assistant", "examine": "Helps sell stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "521", + "range_level": "1", + "attack_level": "1" }, { - "id": "522", - "name": "Shopkeeper", "examine": "Likes people spending money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "522", + "range_level": "1", + "attack_level": "1" }, { - "id": "523", - "name": "Shop assistant", "examine": "Likes helping sell stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "523", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A product of a consumerist society.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "524", - "name": "Shopkeeper", - "examine": "A product of a consumerist society.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Likes you more, the more you spend.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "525", - "name": "Shop assistant", - "examine": "Likes you more, the more you spend.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "526", - "name": "Shopkeeper", "examine": "A product of a consumerist society.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "526", + "range_level": "1", + "attack_level": "1" }, { - "id": "527", - "name": "Shop assistant", "examine": "Likes you more, the more you spend.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "528", - "name": "Shopkeeper", - "examine": "Sells stuff." - }, - { - "id": "529", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Shop assistant", - "examine": "Loves you more, the more you spend." + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "527", + "range_level": "1", + "attack_level": "1" }, { - "id": "530", - "name": "Shopkeeper", "examine": "Has an interesting assortment of items for sale.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "530", + "range_level": "1", + "attack_level": "1" }, { - "id": "531", - "name": "Shop assistant", "examine": "Works on commission.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "531", + "range_level": "1", + "attack_level": "1" }, { - "id": "532", - "name": "Shopkeeper Kofi", "examine": "He clearly takes pride in his appearance.", - "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "60", "range_animation": "0", - "range_level": "60", + "magic_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Shopkeeper Kofi", + "defence_level": "60", "safespot": null, + "lifepoints": "285", "strength_level": "60", - "weakness": "10" + "id": "532", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" }, { - "id": "533", - "name": "Shop assistant", "examine": "Needs a haircut.", - "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "285", - "magic_animation": "0", + "range_animation": "0", "magic_level": "60", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "534", - "name": "Fairy shopkeeper", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "535", - "name": "Fairy shop assistant", - "examine": "Sells stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "536", - "name": "Valaine" - }, - { - "id": "537", - "name": "Scavvo" - }, - { - "id": "538", - "name": "Peksa", - "examine": "Always up-to-date with the latest helmet fashions." - }, - { - "id": "539", - "name": "Silk trader", - "examine": "Very snappily dressed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "540", - "name": "Gem trader", - "examine": "Makes his money selling rocks.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "541", - "name": "Zeke", - "examine": "Sells superior scimitars." - }, - { - "id": "542", - "name": "Louie Legs", - "examine": "For the finest in armoured legware.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "543", - "name": "Karim", - "examine": "Kebabs are full of meaty goodness!" - }, - { - "id": "544", - "name": "Ranael", - "examine": "She's an expert on armoured skirts." - }, - { - "id": "545", - "name": "Dommik", - "examine": "If Crafting's your thing, he's your man." - }, - { - "id": "546", - "name": "Zaff", - "examine": "Sells superior staffs." - }, - { - "id": "547", - "name": "Baraek", - "examine": "Animal skins are a specialty." - }, - { - "id": "548", - "name": "Thessalia", - "examine": "Interesting assortment of clothes on offer..." - }, - { - "id": "549", - "name": "Horvik", - "examine": "The man with the armour." - }, - { - "id": "550", - "name": "Lowe", - "examine": "Sells arrows." - }, - { - "id": "551", - "name": "Shopkeeper", - "examine": "Ironically, makes a living from swords.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "552", "name": "Shop assistant", + "defence_level": "60", + "safespot": null, + "lifepoints": "285", + "strength_level": "60", + "id": "533", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "534", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells stuff.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy shop assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "535", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very snappily dressed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "539", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Makes his money selling rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gem trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "540", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "For the finest in armoured legware.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Louie Legs", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "542", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ironically, makes a living from swords.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "551", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Helps the shopkeeper sell swords.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shop assistant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "552", + "range_level": "1", + "attack_level": "1" }, { - "id": "553", - "name": "Aubury" - }, - { - "id": "554", - "name": "Fancy-dress shop owner", "examine": "For the interesting clothing items you just can't find elsewhere.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy-dress shop owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "554", + "range_level": "1", + "attack_level": "1" }, { - "id": "555", - "name": "Shopkeeper", "examine": "Has a fine moustache.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "556", - "name": "Grum", - "examine": "Loves his gold!" - }, - { - "id": "557", - "name": "Wydin", - "examine": "Likes his food to be kept fresh." - }, - { - "id": "558", - "name": "Gerrant", - "examine": "A Fishing expert." - }, - { - "id": "559", - "name": "Brian", - "examine": "An expert on axes." - }, - { - "id": "560", - "name": "Jiminua", - "examine": "Goods for sale and trade." - }, - { - "id": "561", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "555", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Could stand to lose a few pounds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "561", + "range_level": "1", + "attack_level": "1" }, { - "id": "562", - "name": "Candle-maker", "examine": "Has an odd smell about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle-maker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "562", + "range_level": "1", + "attack_level": "1" }, { - "id": "563", - "name": "Arhein" - }, - { - "id": "564", + "examine": "A being from a mysterious realm.", "name": "Jukat", - "examine": "A being from a mysterious realm." + "id": "564" }, { - "id": "565", - "name": "Lunderwin" - }, - { - "id": "566", + "examine": "Is he invisible, or just floating clothing?", "name": "Irksol", - "examine": "Is he invisible, or just floating clothing?" + "id": "566" }, { - "id": "567", - "name": "Fairy", "examine": "Looks strange and mysterious.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "567", + "range_level": "1", + "attack_level": "1" }, { - "id": "568", - "name": "Zambo", - "examine": "Appears slightly drunk." - }, - { - "id": "569", - "name": "Silver merchant", "examine": "Looks fairly well fed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "569", + "range_level": "1", + "attack_level": "1" }, { - "id": "570", + "examine": "Seems very well-off.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Gem merchant", - "examine": "Seems very well-off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "570", + "range_level": "1", + "attack_level": "1" }, { - "id": "571", - "name": "Baker", "examine": "So where are the butcher and the candlestick-maker?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "571", + "range_level": "1", + "attack_level": "1" }, { - "id": "572", - "name": "Spice seller", "examine": "Has a very exotic aroma about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spice seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "572", + "range_level": "1", + "attack_level": "1" }, { - "id": "573", - "name": "Fur trader", "examine": "Knows how to keep warm in the winter.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fur trader", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "573", + "range_level": "1", + "attack_level": "1" }, { - "id": "574", - "name": "Silk merchant", "examine": "Seems very well-off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silk merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "574", + "range_level": "1", + "attack_level": "1" }, { - "id": "575", - "name": "Hickton" - }, - { - "id": "576", - "name": "Harry" - }, - { - "id": "577", - "name": "Cassie", - "examine": "Nice eyes." - }, - { - "id": "578", - "name": "Frincos" - }, - { - "id": "579", - "name": "Drogo dwarf", "examine": "He runs a Mining store.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drogo dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "579", + "range_level": "1", + "attack_level": "1" }, { - "id": "580", - "name": "Flynn", - "examine": "The mace salesman." - }, - { - "id": "581", - "name": "Wayne", - "examine": "An armourer." - }, - { - "id": "582", - "name": "Dwarf", "examine": "I wonder if he wants to buy my junk?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "582", + "range_level": "1", + "attack_level": "1" }, { - "id": "583", - "name": "Betty", - "examine": "She seems like a nice sort of person." - }, - { - "id": "584", - "name": "Herquin" - }, - { - "id": "585", - "name": "Rommik" - }, - { - "id": "586", - "name": "Gaius", - "examine": "Ironically, makes a living from swords." - }, - { - "id": "587", - "name": "Jatix", - "examine": "He runs the Herblore Shop." - }, - { - "id": "588", - "name": "Davon", - "examine": "An amulet trader." - }, - { - "id": "589", - "name": "Zenesha" - }, - { - "id": "590", - "name": "Aemad" - }, - { - "id": "591", - "name": "Kortan" - }, - { - "id": "592", - "name": "Roachey" - }, - { - "id": "593", - "name": "Frenita" - }, - { - "id": "594", - "name": "Nurmof" - }, - { - "id": "595", - "name": "Tea seller", "examine": "He seems to sell tea.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tea seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "595", + "range_level": "1", + "attack_level": "1" }, { - "id": "596", - "name": "Fat Tony", "examine": "A pizza expert; in both making and eating.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fat Tony", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "596", + "range_level": "1", + "attack_level": "1" }, { - "id": "597", - "name": "Noterazzo" - }, - { - "id": "598", - "name": "Hairdresser", "examine": "Anyone fancy a trim?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hairdresser", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "598", + "range_level": "1", + "attack_level": "1" }, { - "id": "599", - "name": "Make-over Mage", "examine": "Master of the mystical make-over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Make-over Mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "599", + "range_level": "1", + "attack_level": "1" }, { - "id": "600", - "name": "Hudo" - }, - { - "id": "601", - "name": "Rometti" - }, - { - "id": "602", - "name": "Gulluck" - }, - { - "id": "603", - "name": "Heckel Funch" - }, - { - "id": "604", - "name": "Thurgo", - "examine": "Dwarvish." - }, - { - "id": "605", - "name": "Sir Vyvin", - "examine": "An elderly White Knight." - }, - { - "id": "606", - "name": "Squire", "examine": "Indentured servant of a Knight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "607", - "name": "Gunnjorn" - }, - { - "id": "608", - "name": "Sir Amik Varze" - }, - { - "id": "609", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "606", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A generic evil henchman.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "610", - "name": "Black Knight Captain", - "examine": "One of the Black Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "611", - "name": "Witch", - "examine": "The Black Knights' resident witch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "612", - "name": "Greldo" - }, - { - "id": "613", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "614", - "name": "Doug Deeping", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "615", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "616", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "617", - "name": "Student", - "examine": "A student busy studying the digsite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "618", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "619", - "name": "Archaeological expert", - "examine": "An expert on archaeology.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "620", - "name": "Panning guide", - "examine": "A specialist in panning for gold.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "621", - "name": "Gnome baller", - "examine": "A professional gnome baller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "622", - "name": "Gnome baller" - }, - { - "id": "623", - "name": "Gnome baller" - }, - { - "id": "624", - "name": "Gnome baller" - }, - { - "id": "625", - "name": "Gnome baller" - }, - { - "id": "626", - "name": "Gnome baller" - }, - { - "id": "627", - "name": "Gnome baller" - }, - { - "id": "628", - "name": "Gnome baller" - }, - { - "id": "629", - "name": "Gnome baller" - }, - { - "id": "630", - "name": "Gnome baller" - }, - { - "id": "631", - "name": "Gnome baller" - }, - { - "id": "632", - "name": "Gnome baller" - }, - { - "id": "633", - "name": "Gnome winger", - "examine": "A professional gnome baller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "634", - "name": "Gnome winger" - }, - { - "id": "635", - "name": "Gnome ball referee", - "examine": "Keeps the game fair.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "636", - "name": "Cheerleader" - }, - { - "id": "637", - "name": "Juliet", - "examine": "A tearful damsel, maybe I can help her?" - }, - { - "id": "638", - "name": "Apothecary", - "examine": "A dealer in potions.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "639", - "name": "Romeo", - "examine": "Rather dense and soppy looking." - }, - { - "id": "640", - "name": "Father Lawrence", - "examine": "A religious man... And occasional drunk.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "641", - "name": "Charlie the Tramp", - "examine": "Looks down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "642", - "name": "Katrine" - }, - { - "id": "643", - "name": "Weaponsmaster", - "examine": "Looks kind of obsessive...", - "attack_level": "15", "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "609", + "range_level": "1", + "attack_level": "26" + }, + { + "examine": "One of the Black Knights.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Black Knight Captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "610", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Black Knights' resident witch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witch", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "611", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "613", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doug Deeping", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "614", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "615", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "616", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A student busy studying the digsite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "617", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "618", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on archaeology.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeological expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "619", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A specialist in panning for gold.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Panning guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "620", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A professional gnome baller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome baller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "621", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A professional gnome baller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome winger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "633", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the game fair.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome ball referee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "635", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dealer in potions.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apothecary", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "638", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A religious man... And occasional drunk.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Father Lawrence", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "640", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks down on his luck.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charlie the Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "641", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks kind of obsessive...", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "15", - "weakness": "9" - }, - { - "id": "644", - "name": "Straven" - }, - { - "id": "645", - "name": "Jonny the beard", - "examine": "Looks kind of shifty...", - "attack_level": "1", - "combat_audio": "498,500,499", - "death_animation": "836", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "2", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Weaponsmaster", + "defence_level": "15", + "safespot": null, + "lifepoints": "42", + "strength_level": "15", + "id": "643", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Looks kind of shifty...", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "498,500,499", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Jonny the beard", + "defence_level": "1", "safespot": null, + "lifepoints": "2", "strength_level": "1", - "weakness": "9" + "id": "645", + "range_level": "1", + "attack_level": "1" }, { - "id": "646", - "name": "Curator Haig Halen", "examine": "Curator of the museum.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Curator Haig Halen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "646", + "range_level": "1", + "attack_level": "1" }, { - "id": "647", - "name": "King Roald" - }, - { - "id": "648", - "name": "King Roald", "examine": "Varrock's resident monarch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Roald", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "648", + "range_level": "1", + "attack_level": "1" }, { - "id": "649", - "name": "Archer", "examine": "She looks quite experienced.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "649", + "range_level": "1", + "attack_level": "1" }, { - "id": "650", - "name": "Warrior", "examine": "He looks big and dumb.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Warrior", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "650", + "range_level": "1", + "attack_level": "1" }, { - "id": "651", - "name": "Monk", "examine": "He looks holy.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "651", + "range_level": "1", + "attack_level": "1" }, { - "id": "652", - "name": "Wizard", "examine": "He looks kind of puny...", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", - "prj_height": "3", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "653", - "name": "Fairy Queen" - }, - { - "id": "654", - "name": "Shamus" - }, - { - "id": "655", - "name": "Tree spirit", - "examine": "Guardian of the dramen tree.", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "5534", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "652", + "range_level": "1", + "attack_level": "1", + "prj_height": "3" + }, + { + "examine": "Guardian of the dramen tree.", "melee_animation": "5532", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5534", + "name": "Tree spirit", + "defence_level": "45", "safespot": null, + "lifepoints": "64", "strength_level": "45", - "weakness": "9" + "id": "655", + "range_level": "1", + "attack_level": "45" }, { - "id": "656", - "name": "Cave monk", "examine": "Unsurprisingly monk like.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave monk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "656", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "657", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "658", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "659", - "name": "Party Pete", "examine": "He likes to paaaarty!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Party Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "659", + "range_level": "1", + "attack_level": "1" }, { - "id": "660", "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "660", + "range_level": "1", + "attack_level": "1" }, { - "id": "661", - "name": "Megan" - }, - { - "id": "662", - "name": "Lucy" - }, - { - "id": "663", "name": "Man", - "attack_level": "1", - "clue_level": "0", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "663", + "clue_level": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "664", - "name": "Boot" - }, - { - "id": "665", - "name": "Boot", "examine": "A short and angry dwarf.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "665", + "range_level": "1", + "attack_level": "1" }, { - "id": "666", - "name": "Caleb" - }, - { - "id": "667", - "name": "Chronozon", "examine": "Chronozon the blood demon.", - "aggressive": "true", - "attack_level": "173", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "173", - "lifepoints": "60", - "magic_level": "1", "melee_animation": "64", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "65", + "death_animation": "67", + "name": "Chronozon", + "defence_level": "173", "safespot": null, - "strength_level": "172" + "lifepoints": "60", + "strength_level": "172", + "id": "667", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "173" }, { - "id": "668", - "name": "Johnathon" - }, - { - "id": "669", - "name": "Hazelmere" - }, - { - "id": "670", - "name": "King Narnode Shareen", "examine": "An important looking gnome.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "671", - "name": "Glough" - }, - { - "id": "672", - "name": "Anita" - }, - { - "id": "673", - "name": "Charlie" - }, - { - "id": "674", - "name": "Foreman", - "examine": "The boss!", - "attack_level": "20", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", "magic_animation": "0", + "death_animation": "0", + "name": "King Narnode Shareen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "670", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The boss!", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Foreman", + "defence_level": "20", "safespot": null, + "lifepoints": "28", "strength_level": "20", - "weakness": "9" + "id": "674", + "range_level": "1", + "attack_level": "20" }, { - "id": "675", - "name": "Shipyard worker", - "examine": "Builds ships for a living." - }, - { - "id": "676", - "name": "Femi" - }, - { - "id": "677", - "name": "Black demon", "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", "melee_animation": "64", "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "678", - "name": "Guard", - "examine": "Keeps order in the ranging guild.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "679", - "name": "Ranging Guild Doorman", - "examine": "The keeper of the gates to the ranging guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "680", - "name": "Leatherworker", - "examine": "An expert leatherworker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "681", - "name": "Held vampyre juvinate", - "examine": "Mysterious swamp lights...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "682", - "name": "Armour salesman", - "examine": "Supplier of Rangers armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "683", - "name": "Bow and Arrow salesman", - "examine": "Supplier of Archery equipment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "684", - "name": "Tower Advisor", - "examine": "Tower keeper and competition judge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "685", - "name": "Tower Advisor" - }, - { - "id": "686", - "name": "Tower Advisor" - }, - { - "id": "687", - "name": "Tower Advisor" - }, - { - "id": "688", - "name": "Tower Archer", - "examine": "Defender of the north tower.", - "aggressive": "true", - "attack_level": "7", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "10", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "0" - }, - { - "id": "689", - "name": "Tower Archer", - "examine": "Defender of the east tower.", - "aggressive": "true", - "attack_level": "15", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "20", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "0" - }, - { - "id": "690", - "name": "Tower Archer", - "examine": "Defender of the south tower.", - "aggressive": "true", - "attack_level": "22", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "30", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "0" - }, - { - "id": "691", - "name": "Tower Archer", - "examine": "Defender of the west tower.", - "aggressive": "true", - "attack_level": "30", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "40", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "0" - }, - { - "id": "692", - "name": "Tribal Weapon Salesman", - "examine": "Supplier of authentic throwing weapons.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "693", - "name": "Competition Judge" - }, - { - "id": "694", - "name": "Ticket Merchant", - "examine": "Sells equipment in exchange for archery tickets.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "695", - "name": "Bailey" - }, - { - "id": "696", - "name": "Caroline", - "examine": "She looks very worried about something.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "697", - "name": "Holgart" - }, - { - "id": "698", - "name": "Holgart", - "examine": "A very good sailor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "699", - "name": "Holgart" - }, - { - "id": "700", - "name": "Holgart" - }, - { - "id": "701", - "name": "Kent" - }, - { - "id": "702", - "name": "Fisherman" - }, - { - "id": "703", - "name": "Fisherman" - }, - { - "id": "704", - "name": "Fisherman" - }, - { - "id": "705", - "name": "Melee tutor", - "examine": "Harlan, ready to teach swordplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "706", - "name": "Wizard Mizgog", - "examine": "An old wizard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "707", - "name": "Wizard Grayzag", - "examine": "Master of imps." - }, - { - "id": "708", - "name": "Imp", - "examine": "A cheeky little imp.", - "attack_level": "2", - "attack_speed": "5", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "2", - "lifepoints": "8", - "magic_animation": "169", - "melee_animation": "169", - "movement_radius": "25", - "range_animation": "169", - "range_level": "1", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "709", - "name": "Imp", - "examine": "A cheeky little imp.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "169", - "melee_animation": "169", - "movement_radius": "25", - "range_animation": "169", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "710", - "name": "Alrena" - }, - { - "id": "711", - "name": "Bravek" - }, - { - "id": "712", - "name": "Carla" - }, - { - "id": "713", - "name": "Clerk", - "examine": "A bureaucratic administrator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "714", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "715", - "name": "Elena", - "examine": "She looks concerned." - }, - { - "id": "716", - "name": "Head Mourner", - "examine": "In charge of people with silly outfits." - }, - { - "id": "717", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "718", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "719", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "720", - "name": "Recruiter", - "examine": "A member of the Ardougne Royal Army.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "721", - "name": "Ted Rehnison" - }, - { - "id": "722", - "name": "Martha Rehnison" - }, - { - "id": "723", - "name": "Billy Rehnison" - }, - { - "id": "724", - "name": "Milli Rehnison" - }, - { - "id": "725", - "name": "Jethick" - }, - { - "id": "726", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "727", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "728", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "", - "clue_level": "", - "combat_audio": "", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "protect_style": "", - "range_animation": "", - "range_level": "", - "respawn_delay": "", - "safespot": "", - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "729", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "", - "clue_level": "", - "combat_audio": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "730", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "731", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "732", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "733", - "name": "Bartender", - "examine": "I could get a beer from him." - }, - { - "id": "734", - "name": "Bartender", - "examine": "I could get a beer from him." - }, - { - "id": "735", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "736", - "name": "Emily", - "examine": "Works in the Rising Sun." - }, - { - "id": "737", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "738", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "739", - "name": "Bartender", - "examine": "I could get a beer from him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "740", - "name": "Trufitus", - "examine": "A wise old witch doctor." - }, - { - "id": "741", - "name": "Duke Horacio", - "examine": "Duke Horacio of Lumbridge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "742", - "name": "Elvarg", - "examine": "Roar! A dragon!", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "70", + "combat_audio": "397,399,398", "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "death_animation": "4642", - "defence_animation": "89", - "defence_level": "70", - "lifepoints": "80", - "magic_level": "70", - "melee_animation": "80", - "range_level": "1", - "respawn_delay": "35", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", "safespot": null, - "strength_level": "70" + "lifepoints": "157", + "strength_level": "148", + "id": "677", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" }, { - "id": "743", - "name": "Ned", - "examine": "An old sailor." - }, - { - "id": "744", - "name": "Klarense", - "examine": "A young sailor." - }, - { - "id": "745", - "name": "Wormbrain", - "examine": "A badly-behaved goblin.", - "attack_level": "1", - "death_animation": "6204", + "examine": "Keeps order in the ranging guild.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "678", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The keeper of the gates to the ranging guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ranging Guild Doorman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "679", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert leatherworker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leatherworker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "680", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mysterious swamp lights...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Held vampyre juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "681", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supplier of Rangers armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Armour salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "682", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Supplier of Archery equipment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bow and Arrow salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "683", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Tower keeper and competition judge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tower Advisor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "684", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Defender of the north tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "7", + "id": "688", + "aggressive": "true", + "range_level": "10", + "attack_level": "7" + }, + { + "examine": "Defender of the east tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "15", + "id": "689", + "aggressive": "true", + "range_level": "20", + "attack_level": "15" + }, + { + "examine": "Defender of the south tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "22", + "id": "690", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" + }, + { + "examine": "Defender of the west tower.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Tower Archer", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "30", + "id": "691", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "examine": "Supplier of authentic throwing weapons.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tribal Weapon Salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "692", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells equipment in exchange for archery tickets.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "694", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Harlan, ready to teach swordplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Melee tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "705", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old wizard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard Mizgog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "706", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cheeky little imp.", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "attack_speed": "5", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "2", + "safespot": null, + "movement_radius": "25", + "lifepoints": "8", + "strength_level": "2", + "id": "708", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "A cheeky little imp.", + "melee_animation": "169", + "range_animation": "169", + "combat_audio": "534,536,535", + "attack_speed": "5", + "defence_animation": "170", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "1", + "safespot": null, + "movement_radius": "25", + "lifepoints": "8", + "strength_level": "1", + "id": "709", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bureaucratic administrator.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clerk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "713", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "714", + "range_level": "", + "attack_level": "" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "3213", + "range_level": "", + "attack_level": "" + }, + { + "slayer_exp": "", + "examine": "A local civilian.", + "name": "Edmond", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "combat_audio": "", + "strength_level": "", + "id": "3214", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A member of the Ardougne Royal Army.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Recruiter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "720", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "727", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "", + "range_animation": "", + "combat_audio": "", + "protect_style": "", + "respawn_delay": "", + "defence_animation": "0", + "slayer_exp": "", + "magic_animation": "", + "death_animation": "0", + "name": "Man", + "defence_level": "1", + "safespot": "", + "lifepoints": "", + "strength_level": "", + "id": "728", + "clue_level": "", + "range_level": "", + "attack_level": "" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "", + "range_animation": "", + "combat_audio": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Man", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "729", + "clue_level": "", + "range_level": "", + "attack_level": "" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "730", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "731", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "735", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "737", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "738", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I could get a beer from him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Duke Horacio of Lumbridge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Duke Horacio", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "741", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Roar! A dragon!", + "melee_animation": "80", + "attack_speed": "4", + "magic_level": "70", + "respawn_delay": "35", + "defence_animation": "89", + "death_animation": "4642", + "name": "Elvarg", + "defence_level": "70", + "safespot": null, + "lifepoints": "80", + "strength_level": "70", + "id": "742", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A badly-behaved goblin.", "melee_animation": "6184", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6204", + "name": "Wormbrain", + "defence_level": "1", "safespot": null, + "lifepoints": "1", "strength_level": "1", - "weakness": "9" + "id": "745", + "range_level": "1", + "attack_level": "1" }, { - "id": "746", - "name": "Oracle" - }, - { - "id": "747", - "name": "Oziach", - "examine": "A strange little man." - }, - { - "id": "748", - "name": "Angry barbarian spirit" - }, - { - "id": "749", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Angry barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", - "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "108", "strength_level": "76", - "weakness": "6" + "id": "749", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "750", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Enraged barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", - "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "108", "strength_level": "76", - "weakness": "6" + "id": "750", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "751", + "examine": "He looks a tad upset.", + "melee_animation": "6726", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", "name": "Berserk barbarian spirit", - "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "death_animation": "6727", - "defence_animation": "0", "defence_level": "76", + "safespot": null, "lifepoints": "108", - "magic_animation": "0", - "melee_animation": "6726", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "76", - "weakness": "6" + "id": "751", + "aggressive": "true", + "range_level": "1", + "attack_level": "76" }, { - "id": "752", - "name": "Ferocious barbarian spirit", "examine": "He looks a tad upset.", - "aggressive": "true", - "attack_level": "76", - "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0", - "death_animation": "6727", - "defence_animation": "0", - "defence_level": "76", - "lifepoints": "190", - "magic_animation": "0", "melee_animation": "6726", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6727", + "name": "Ferocious barbarian spirit", + "defence_level": "76", "safespot": null, + "lifepoints": "190", "strength_level": "76", - "weakness": "6" + "id": "752", + "aggressive": "true", + "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0", + "range_level": "1", + "attack_level": "76" }, { - "id": "753", - "name": "Melzar the Mad", "examine": "He looks totally insane!", - "aggressive": "true", - "attack_level": "28", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", "melee_animation": "423", "range_animation": "0", - "range_level": "28", + "magic_level": "28", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Melzar the Mad", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "10" - }, - { - "id": "754", - "name": "Peaceful barbarian spirit" - }, - { - "id": "755", - "name": "Morgan", - "examine": "He looks scared." - }, - { - "id": "756", - "name": "Dr Harlow", - "examine": "A retired vampyre hunter." - }, - { - "id": "757", - "name": "Count Draynor", - "examine": "Stop looking and run!", + "id": "753", "aggressive": "true", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "20", - "lifepoints": "4", - "magic_animation": "422", + "range_level": "28", + "attack_level": "28" + }, + { + "examine": "Stop looking and run!", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "758", - "name": "Fred the Farmer", - "examine": "A well-fed farmer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "759", - "name": "Kittens" - }, - { - "id": "761", - "name": "Kitten" - }, - { - "id": "762", - "name": "Kitten" - }, - { - "id": "763", - "name": "Kitten" - }, - { - "id": "764", - "name": "Kitten" - }, - { - "id": "765", - "name": "Kitten" - }, - { - "id": "766", - "name": "Kitten" - }, - { - "id": "767", - "name": "Crate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "196", - "defence_animation": "194", - "defence_level": "1", - "lifepoints": "88", - "melee_animation": "192", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "768", - "name": "Cat" - }, - { - "id": "769", - "name": "Cat" - }, - { - "id": "770", - "name": "Cat" - }, - { - "id": "771", - "name": "Cat" - }, - { - "id": "772", - "name": "Cat" - }, - { - "id": "773", - "name": "Cat" - }, - { - "id": "774", - "name": "Overgrown cat" - }, - { - "id": "775", - "name": "Overgrown cat" - }, - { - "id": "776", - "name": "Overgrown cat" - }, - { - "id": "777", - "name": "Overgrown cat" - }, - { - "id": "778", - "name": "Overgrown cat", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "66", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "779", - "name": "Overgrown cat" - }, - { - "id": "780", - "name": "Gertrude" - }, - { - "id": "781", - "name": "Shilop", - "examine": "One of Gertrude's Sons." - }, - { - "id": "782", - "name": "Philop" - }, - { - "id": "783", - "name": "Wilough", - "examine": "One of Gertrude's Sons." - }, - { - "id": "784", - "name": "Kanel" - }, - { - "id": "785", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "786", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "787", - "name": "Civilian", - "examine": "A citizen of Ardougne.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "788", - "name": "Garv", - "examine": "A diligent guard." - }, - { - "id": "789", - "name": "Grubor", - "examine": "A rough looking thief." - }, - { - "id": "790", - "name": "Letham", - "examine": "A gnome who's supposed to be cleaning up a mess.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "791", - "name": "Seth" - }, - { - "id": "792", - "name": "Grip", - "examine": "Looks like he's been in the wars." - }, - { - "id": "793", - "name": "Alfonse the waiter", - "examine": "Smartly dressed, and ready to deliver food.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "794", - "name": "Charlie the cook", - "examine": "Distinctly cook-like.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "795", - "name": "Ice Queen", - "examine": "A cold hearted lady.", - "attack_level": "95", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "95", - "lifepoints": "104", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "94", - "weakness": "10" - }, - { - "id": "796", - "name": "Achietties", - "examine": "Distinctly heroic." - }, - { - "id": "797", - "name": "Helemos" - }, - { - "id": "798", - "name": "Velrak the explorer", - "examine": "He looks cold and hungry.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "799", - "name": "Pirate Guard", - "examine": "A morally ambiguous guard.", - "attack_level": "30", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "800", - "name": "Fishing spot", - "examine": "It looks like there might be eels swimming in the lava.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "801", - "name": "Abbot Langley", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "802", - "name": "Brother Jered", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "803", - "name": "Monk", - "examine": "A holy man.", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "9" - }, - { - "id": "804", - "name": "Tanner", - "examine": "Manufacturer of fine leathers.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "805", - "name": "Master Crafter", - "examine": "He's in charge of the Crafting Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "806", - "name": "Donovan the Family Handyman", - "examine": "He looks very tired...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "807", - "name": "Pierre", - "examine": "His job doesn't look very fun..." - }, - { - "id": "808", - "name": "Hobbes", - "examine": "He looks kind of stuck up..." - }, - { - "id": "809", - "name": "Louisa", - "examine": "She looks like she enjoys her job." - }, - { - "id": "810", - "name": "Mary", - "examine": "She looks very nervous..." - }, - { - "id": "811", - "name": "Stanford", - "examine": "He looks like he spends a lot of time outdoor." - }, - { - "id": "812", - "name": "Guard", - "examine": "An officer of the Law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "813", - "name": "Gossip", - "examine": "One of those people who love to gossip!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "814", - "name": "Anna", - "examine": "She's dressed in a red top and green trousers." - }, - { - "id": "815", - "name": "Bob", - "examine": "He's dressed all in red." - }, - { - "id": "816", - "name": "Carol", - "examine": "She's wearing a blue top and red trousers." - }, - { - "id": "817", - "name": "David", - "examine": "He's dressed all in green." - }, - { - "id": "818", - "name": "Elizabeth", - "examine": "She's wearing a green top and blue trousers." - }, - { - "id": "819", - "name": "Frank", - "examine": "He's dressed all in blue." - }, - { - "id": "820", - "name": "Poison Salesman", - "examine": "He sure likes to sell stuff!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "821", - "name": "Sinclair Guard dog", - "examine": "Big, noisy, and scary looking!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "822", - "name": "Ana" - }, - { - "id": "823", - "name": "Ana" - }, - { - "id": "824", - "name": "Female slave" - }, - { - "id": "825", - "name": "Male slave", - "examine": "It looks like he's been here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "826", - "name": "Escaping slave" - }, - { - "id": "827", - "name": "Rowdy slave", - "examine": "He looks a bit aggressive.", - "aggressive": "true", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "828", - "name": "Shanty Claws" - }, - { - "id": "829", - "name": "Mercenary Captain" - }, - { - "id": "830", - "name": "Mercenary Captain", - "examine": "He looks a bit aggressive.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Count Draynor", "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "4", "strength_level": "1", - "weakness": "9" + "id": "757", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" }, { - "id": "831", - "name": "Captain Siad", - "examine": "He's in control of the whole mining camp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A well-fed farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "832", - "name": "Al Shabim" - }, - { - "id": "833", - "name": "Bedabin Nomad", - "examine": "A Bedabin nomad", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Fred the Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "758", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "192", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "194", + "death_animation": "196", + "name": "Crate", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "767", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Overgrown cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "66", + "strength_level": "1", + "id": "778", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "785", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "786", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A citizen of Ardougne.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Civilian", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "787", + "range_level": "", + "attack_level": "" + }, + { + "examine": "A gnome who's supposed to be cleaning up a mess.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Letham", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "790", + "range_level": "1", + "attack_level": "1" }, { - "id": "834", - "name": "Bedabin Nomad Guard", - "examine": "A Bedabin nomad guard - it looks like he's protecting an area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Smartly dressed, and ready to deliver food.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Alfonse the waiter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "793", + "range_level": "1", + "attack_level": "1" }, { - "id": "835", - "name": "Irena", - "examine": "A resident of Al Kharid." + "examine": "Distinctly cook-like.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charlie the cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "794", + "range_level": "1", + "attack_level": "1" }, { - "id": "836", - "name": "Shantay", - "examine": "He's in control of the Shantay Pass." - }, - { - "id": "837", - "name": "Shantay Guard", - "examine": "He patrols the Shantay Pass.", - "attack_level": "11", + "examine": "A cold hearted lady.", + "melee_animation": "422", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "836", + "name": "Ice Queen", + "defence_level": "95", + "safespot": null, + "lifepoints": "104", + "strength_level": "94", + "id": "795", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "He looks cold and hungry.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", "magic_animation": "0", + "death_animation": "0", + "name": "Velrak the explorer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "798", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A morally ambiguous guard.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Pirate Guard", + "defence_level": "30", "safespot": null, - "strength_level": "11", - "weakness": "9" + "lifepoints": "42", + "strength_level": "30", + "id": "799", + "range_level": "1", + "attack_level": "30" }, { - "id": "838", - "name": "Shantay Guard", - "examine": "He patrols the Shantay Pass.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "It looks like there might be eels swimming in the lava.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "800", + "range_level": "1", + "attack_level": "1" }, { - "id": "839", - "name": "Desert Wolf", - "examine": "A vicious desert wolf.", - "attack_level": "11", - "death_animation": "6558", + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", "magic_animation": "0", + "death_animation": "0", + "name": "Abbot Langley", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "801", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Jered", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "802", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Monk", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "803", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Manufacturer of fine leathers.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tanner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "804", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in charge of the Crafting Guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Crafter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "805", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks very tired...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Donovan the Family Handyman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "806", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the Law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "812", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of those people who love to gossip!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gossip", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "813", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sure likes to sell stuff!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Poison Salesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "820", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, noisy, and scary looking!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sinclair Guard dog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "821", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It looks like he's been here a long time.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Male slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "825", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a bit aggressive.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Rowdy slave", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "827", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary Captain", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "830", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's in control of the whole mining camp.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Siad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "831", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Bedabin nomad", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedabin Nomad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "833", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Bedabin nomad guard - it looks like he's protecting an area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedabin Nomad Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "834", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He patrols the Shantay Pass.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Shantay Guard", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "837", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "He patrols the Shantay Pass.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shantay Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "838", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A vicious desert wolf.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "11", "safespot": null, + "lifepoints": "15", "strength_level": "11", - "weakness": "9" + "id": "839", + "range_level": "1", + "attack_level": "11" }, { - "id": "840", - "name": "Ugthanki", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", "death_animation": "9674", + "name": "Ugthanki", "defence_level": "1", + "safespot": null, "lifepoints": "46", + "strength_level": "1", + "attack_speed": "5", + "id": "840", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "841", - "name": "Mine cart driver", "examine": "He looks busy attending to his cart.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mine cart driver", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "841", + "range_level": "1", + "attack_level": "1" }, { - "id": "842", - "name": "Rowdy Guard", "examine": "This pickaxe has been possessed by a dwarf ancestor spirit.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "188", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "400", - "magic_animation": "0", "melee_animation": "185", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "188", + "name": "Rowdy Guard", + "defence_level": "40", "safespot": null, - "strength_level": "40" + "lifepoints": "400", + "strength_level": "40", + "id": "842", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "843", - "name": "RPDT employee", "examine": "Inefficient looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RPDT employee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "843", + "range_level": "1", + "attack_level": "1" }, { - "id": "844", - "name": "Horacio" - }, - { - "id": "846", - "name": "Kangai Mau", - "examine": "A happening kind of guy!" - }, - { - "id": "847", - "name": "Head chef", "examine": "Despite his name", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Head chef", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "847", + "range_level": "1", + "attack_level": "1" }, { - "id": "848", - "name": "Blurberry" - }, - { - "id": "849", - "name": "Barman" - }, - { - "id": "850", - "name": "Aluft Gianne snr.", "examine": "The famous tree gnome chef.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Aluft Gianne snr.", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "850", + "range_level": "1", + "attack_level": "1" }, { - "id": "851", - "name": "Gnome Waiter", "examine": "He can serve you gnome food.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Waiter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "851", + "range_level": "1", + "attack_level": "1" }, { - "id": "852", - "name": "Ogre chieftain", "examine": "Tough-looking.", - "attack_level": "75", + "range_animation": "0", "attack_speed": "4", - "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "60", - "magic_animation": "0", "magic_level": "1", - "range_animation": "0", - "range_level": "1", "respawn_delay": "300", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre chieftain", + "defence_level": "75", "safespot": null, + "lifepoints": "60", "strength_level": "71", - "weakness": "7" + "id": "852", + "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0", + "range_level": "1", + "attack_level": "75" }, { - "id": "853", - "name": "Og" - }, - { - "id": "854", - "name": "Grew" - }, - { - "id": "855", - "name": "Toban" - }, - { - "id": "856", "name": "Gorad", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "81", + "strength_level": "1", + "id": "856", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "857", - "name": "Ogre guard" - }, - { - "id": "858", - "name": "Ogre guard", "examine": "These ogres protect the city.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "859", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre guard", - "examine": "An ogre that guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "858", + "range_level": "1", + "attack_level": "1" }, { - "id": "860", - "name": "Ogre guard" + "examine": "An ogre that guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "859", + "range_level": "1", + "attack_level": "1" }, { - "id": "861", - "name": "Ogre guard" - }, - { - "id": "862", + "examine": "Tries to keep the peace.", + "melee_animation": "2100", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", "name": "City guard", - "examine": "Tries to keep the peace.", - "attack_level": "58", - "death_animation": "8576", - "defence_animation": "0", "defence_level": "58", - "lifepoints": "331", - "magic_animation": "0", - "melee_animation": "2100", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "331", "strength_level": "58", - "weakness": "7" + "id": "862", + "range_level": "1", + "attack_level": "58" }, { - "id": "863", - "name": "Scared skavid", "examine": "Frightened-looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Scared skavid", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "863", + "range_level": "1", + "attack_level": "1" }, { - "id": "864", - "name": "Mad skavid", "examine": "Looks mad.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "865", - "name": "Skavid" - }, - { - "id": "866", - "name": "Skavid" - }, - { - "id": "867", - "name": "Skavid" - }, - { - "id": "868", - "name": "Skavid" - }, - { - "id": "869", - "name": "Skavid" - }, - { - "id": "870", - "name": "Enclave guard", - "examine": "Big and ugly looking.", - "attack_level": "58", - "death_animation": "8576", "defence_animation": "0", - "defence_level": "58", - "lifepoints": "331", "magic_animation": "0", + "death_animation": "0", + "name": "Mad skavid", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big and ugly looking.", "melee_animation": "2100", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "8576", + "name": "Enclave guard", + "defence_level": "58", "safespot": null, + "lifepoints": "331", "strength_level": "58", - "weakness": "7" + "id": "870", + "range_level": "1", + "attack_level": "58" }, { - "id": "871", - "name": "Watchtower Wizard" - }, - { - "id": "872", - "name": "Watchtower Wizard", "examine": "The hat is a dead giveaway.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Watchtower Wizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "872", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogre trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "873", - "name": "Ogre trader", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "874", + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre merchant", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "874", + "range_level": "1", + "attack_level": "1" }, { - "id": "875", + "examine": "Funnily enough", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ogre trader", - "examine": "Funnily enough", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "875", + "range_level": "1", + "attack_level": "1" }, { - "id": "876", - "name": "Ogre trader" - }, - { - "id": "877", - "name": "Tower guard", "examine": "Tries to keep the peace.", - "attack_level": "17", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "17", - "lifepoints": "97", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "17", - "weakness": "7" - }, - { - "id": "878", - "name": "Colonel Radick", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "71", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", + "name": "Tower guard", + "defence_level": "17", "safespot": null, - "strength_level": "1" + "lifepoints": "97", + "strength_level": "17", + "id": "877", + "range_level": "1", + "attack_level": "17" }, { - "id": "879", - "name": "Delrith", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", + "melee_animation": "395", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Colonel Radick", "defence_level": "1", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", + "id": "878", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "67", + "name": "Delrith", + "defence_level": "1", + "safespot": null, "lifepoints": "7", "melee_animation": "64", + "strength_level": "1", + "id": "879", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "65" }, { - "id": "880", - "name": "Weakened Delrith" - }, - { - "id": "881", - "name": "Traiborn", - "examine": "An old wizard." - }, - { - "id": "882", - "name": "Gypsy Aris", - "examine": "An old gypsy lady." - }, - { - "id": "883", - "name": "Sir Prysin", - "examine": "One of the king's knights." - }, - { - "id": "884", - "name": "Captain Rovin", "examine": "The head of the palace guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Rovin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "884", + "range_level": "1", + "attack_level": "1" }, { - "id": "885", - "name": "Ceril Carnillean", "examine": "Head of the Carnillean household.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "886", - "name": "Claus the chef", - "examine": "The Carnillean family chef." - }, - { - "id": "887", - "name": "Guard", - "examine": "On special duty to protect the Canilleans.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "888", - "name": "Philipe Carnillean" - }, - { - "id": "889", - "name": "Henryeta Carnillean", - "examine": "Ceril Carnillean's wife." - }, - { - "id": "890", - "name": "Butler Jones", - "examine": "The Carnellian family butler." - }, - { - "id": "891", - "name": "Alomone", - "examine": "Leader of the Hazeel cult." - }, - { - "id": "892", - "name": "Hazeel" - }, - { - "id": "893", - "name": "Clivet", - "examine": "A member of the Hazeel cult.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "811", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "894", - "name": "Hazeel Cultist", - "examine": "A member of the Hazeel cult.", - "attack_level": "15", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", "magic_animation": "0", - "magic_level": "20", + "death_animation": "0", + "name": "Ceril Carnillean", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "On special duty to protect the Canilleans.", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "887", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Hazeel cult.", + "melee_animation": "811", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Clivet", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "893", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the Hazeel cult.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "magic_level": "20", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Hazeel Cultist", + "defence_level": "20", "safespot": null, + "lifepoints": "28", "strength_level": "15", - "weakness": "3" + "id": "894", + "range_level": "1", + "attack_level": "15" }, { - "id": "895", - "name": "Boy", "examine": "A sad looking child.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "896", - "name": "Nora T. Hagg" - }, - { - "id": "897", - "name": "Witch's experiment", - "examine": "Looks unnatural.", - "attack_level": "18", - "attack_speed": "4", - "death_animation": "258", "defence_animation": "0", - "defence_level": "19", - "lifepoints": "21", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "895", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks unnatural.", "melee_animation": "255", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "258", + "name": "Witch's experiment", + "defence_level": "19", "safespot": null, + "lifepoints": "21", "strength_level": "10", - "weakness": "7" + "id": "897", + "range_level": "1", + "attack_level": "18" }, { - "id": "898", - "name": "Witch's experiment (second form)", "examine": "Looks unnatural.", - "attack_level": "28", - "attack_speed": "4", - "death_animation": "5329", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "5327", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5329", + "name": "Witch's experiment (second form)", + "defence_level": "29", "safespot": null, + "lifepoints": "31", "strength_level": "20", - "weakness": "7" + "id": "898", + "range_level": "1", + "attack_level": "28" }, { - "id": "899", - "name": "Witch's experiment (third form)", "examine": "Looks unnatural.", - "attack_level": "38", - "attack_speed": "4", - "death_animation": "4929", - "defence_animation": "0", - "defence_level": "39", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4925", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4929", + "name": "Witch's experiment (third form)", + "defence_level": "39", "safespot": null, + "lifepoints": "41", "strength_level": "30", - "weakness": "7" + "id": "899", + "range_level": "1", + "attack_level": "38" }, { - "id": "900", - "name": "Witch's experiment (fourth form)", "examine": "Looks unnatural.", - "attack_level": "48", - "attack_speed": "4", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "51", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "901", - "name": "Mouse" - }, - { - "id": "902", - "name": "Gundai" - }, - { - "id": "903", - "name": "Lundail" - }, - { - "id": "904", - "name": "Chamber guardian", - "examine": "He hasn't seen much sun lately.", - "attack_level": "1", - "death_animation": "0", + "attack_speed": "4", + "magic_level": "1", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "6558", + "name": "Witch's experiment (fourth form)", + "defence_level": "49", + "safespot": null, + "lifepoints": "51", + "strength_level": "40", + "id": "900", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "He hasn't seen much sun lately.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "905", - "name": "Kolodion", - "examine": "Runs the Mage Arena.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chamber guardian", "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "904", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "906", - "name": "Kolodion" - }, - { - "id": "907", + "examine": "Runs the Mage Arena.", "name": "Kolodion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "905", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He's a shape-shifter", - "attack_level": "42", - "attack_speed": "7", "combat_style": "2", - "death_animation": "1816", - "defence_animation": "404", - "defence_level": "20", - "lifepoints": "3", + "melee_animation": "811", + "attack_speed": "7", "magic_level": "75", - "melee_animation": "811", - "range_level": "1", - "safespot": null, + "defence_animation": "404", "slayer_exp": "0", - "strength_level": "1" + "death_animation": "1816", + "name": "Kolodion", + "defence_level": "20", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "907", + "range_level": "1", + "attack_level": "42" }, { - "id": "908", - "name": "Kolodion", "examine": "He's a shape-shifter", - "attack_level": "74", - "attack_speed": "7", "combat_style": "2", - "death_animation": "133", - "defence_animation": "404", - "defence_level": "25", - "lifepoints": "65", - "magic_level": "89", "melee_animation": "132", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "909", - "name": "Kolodion", - "examine": "He's a shape-shifter", - "attack_level": "74", "attack_speed": "7", - "combat_style": "2", - "death_animation": "5323", - "defence_animation": "5320", - "defence_level": "28", - "lifepoints": "65", "magic_level": "89", - "melee_animation": "5322", - "range_level": "1", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "910", - "name": "Kolodion", - "examine": "He's a shape-shifter", - "attack_level": "74", - "attack_speed": "7", - "combat_style": "2", - "death_animation": "714", "defence_animation": "404", - "defence_level": "30", - "lifepoints": "78", - "magic_level": "89", - "melee_animation": "811", - "range_level": "1", - "safespot": null, "slayer_exp": "0", - "strength_level": "1" - }, - { - "id": "911", + "death_animation": "133", "name": "Kolodion", + "defence_level": "25", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "908", + "range_level": "1", + "attack_level": "74" + }, + { "examine": "He's a shape-shifter", - "attack_level": "85", + "combat_style": "2", + "melee_animation": "5322", "attack_speed": "7", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "105", - "lifepoints": "107", - "magic_level": "80", + "magic_level": "89", + "defence_animation": "5320", + "slayer_exp": "0", + "death_animation": "5323", + "name": "Kolodion", + "defence_level": "28", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "909", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", + "combat_style": "2", + "melee_animation": "811", + "attack_speed": "7", + "magic_level": "89", + "defence_animation": "404", + "slayer_exp": "0", + "death_animation": "714", + "name": "Kolodion", + "defence_level": "30", + "safespot": null, + "lifepoints": "78", + "strength_level": "1", + "id": "910", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "He's a shape-shifter", "melee_animation": "69", - "range_level": "1", - "safespot": null, + "attack_speed": "7", + "magic_level": "80", + "defence_animation": "65", "slayer_exp": "0", - "strength_level": "98" + "death_animation": "68", + "name": "Kolodion", + "defence_level": "105", + "safespot": null, + "lifepoints": "107", + "strength_level": "98", + "id": "911", + "range_level": "1", + "attack_level": "85" }, { - "id": "912", - "name": "Battle mage", "examine": "He kills in the name of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "811", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "1", "safespot": null, + "lifepoints": "120", "strength_level": "1", - "weakness": "3" + "id": "912", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "913", - "name": "Battle mage", "examine": "He kills in the name of Saradomin.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "811", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", - "safespot": null, + "defence_animation": "0", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Battle mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", "strength_level": "1", - "weakness": "3" + "id": "913", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "914", - "name": "Battle mage", "examine": "He kills in the name of Guthix.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_style": "2", - "death_animation": "196", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "120", - "magic_animation": "0", - "magic_level": "50", "melee_animation": "197", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "50", "respawn_delay": "150", - "safespot": null, - "slayer_exp": "0", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "915", - "name": "Leela", - "examine": "She comes from Al-Kharid." - }, - { - "id": "916", - "name": "Joe", - "examine": "A crafter at the pinnacle of his art.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "3", + "slayer_exp": "0", "magic_animation": "0", + "death_animation": "196", + "name": "Battle mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "914", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A crafter at the pinnacle of his art.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Joe", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "916", + "range_level": "1", + "attack_level": "1" }, { - "id": "917", - "name": "Jail guard", "examine": "I wonder who he's guarding?", - "aggressive": "true", - "attack_level": "19", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "32", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "23" - }, - { - "id": "918", - "name": "Ned" - }, - { - "id": "919", - "name": "Lady Keli", - "examine": "An infamous bandit." - }, - { - "id": "920", - "name": "Prince Ali", - "examine": "A young prince." - }, - { - "id": "921", - "name": "Prince Ali" - }, - { - "id": "922", - "name": "Aggie", - "examine": "A witch." - }, - { - "id": "923", - "name": "Hassan", - "examine": "The emir's chief advisor and physician.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "924", - "name": "Osman", - "examine": "Spymaster of Al Kharid." - }, - { - "id": "925", - "name": "Border Guard", - "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "926", - "name": "Border Guard" - }, - { - "id": "927", - "name": "Fishing spot" - }, - { - "id": "928", - "name": "Gujuo" - }, - { - "id": "929", - "name": "Ungadulu" - }, - { - "id": "930", - "name": "Ungadulu" - }, - { - "id": "931", - "name": "Jungle savage", - "examine": "An aggressive native of the Kharazi Jungle.", - "aggressive": "true", - "attack_level": "44", "death_animation": "836", + "name": "Jail guard", + "defence_level": "21", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", + "id": "917", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "The emir's chief advisor and physician.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", "magic_animation": "0", + "death_animation": "0", + "name": "Hassan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "923", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Border Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "925", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An aggressive native of the Kharazi Jungle.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "44", - "weakness": "6" - }, - { - "id": "932", - "name": "Fionella", - "examine": "She sells general items at the Legends Guild." - }, - { - "id": "933", - "name": "Siegfried Erkle" - }, - { - "id": "934", - "name": "Nezikchened", - "aggressive": "true", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "150", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "935", - "name": "Viyeldi" - }, - { - "id": "936", - "name": "San Tojalon" - }, - { - "id": "937", - "name": "Irvig Senay" - }, - { - "id": "938", - "name": "Ranalph Devere", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "1", - "lifepoints": "130", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "939", - "name": "Boulder", - "examine": "I wonder what this is doing here.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "836", + "name": "Jungle savage", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "931", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Nezikchened", + "defence_level": "1", + "safespot": null, + "lifepoints": "150", + "strength_level": "1", + "id": "934", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5485", + "respawn_delay": "60", + "defence_animation": "5489", + "death_animation": "5491", + "name": "Ranalph Devere", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "938", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder what this is doing here.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "939", + "range_level": "1", + "attack_level": "1" }, { - "id": "940", - "name": "Echned Zekin" - }, - { - "id": "941", - "name": "Green dragon", "examine": "Must be related to Elvarg.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", "strength_level": "68", - "weakness": "3" - }, - { - "id": "942", - "name": "Master chef", - "examine": "An expert on all things culinary.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "943", - "name": "Survival expert", - "examine": "Very much an outdoors type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "944", - "name": "Combat instructor", - "examine": "An expert on all forms of combat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "945", - "name": "RuneScape guide", - "examine": "Your introduction to the world of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "946", - "name": "Magic instructor", - "examine": "A master of Magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "947", - "name": "Financial advisor", - "examine": "An official representative from the First National Bank of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "948", - "name": "Mining instructor", - "examine": "An expert on Mining-related skills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "949", - "name": "Quest guide", - "examine": "Your introduction to the world of Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "950", - "name": "Giant rat", + "id": "941", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", + "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "68" }, { - "id": "951", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "examine": "An expert on all things culinary.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master chef", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "942", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Very much an outdoors type.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Survival expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "943", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on all forms of combat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Combat instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "944", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your introduction to the world of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "RuneScape guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "945", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A master of Magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Magic instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "946", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An official representative from the First National Bank of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Financial advisor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An expert on Mining-related skills.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mining instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "948", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your introduction to the world of Gielinor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Quest guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "949", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "950", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "952", - "name": "Fishing spot" - }, - { - "id": "953", - "name": "Banker" - }, - { - "id": "954", - "name": "Brother Brace", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "951", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Brace", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "954", + "range_level": "1", + "attack_level": "1" }, { - "id": "955", - "name": "Cow", "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "956", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "5", + "combat_audio": "369,371,370", "attack_speed": "5", - "combat_audio": "2707,419,418", - "combat_style": "1", - "death_animation": "102", - "defence_animation": "101", + "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "99", - "magic_level": "20", - "melee_animation": "99", - "prj_height": "45", - "projectile": "33", - "range_animation": "99", - "range_level": "6", "safespot": null, - "slayer_exp": "0", + "lifepoints": "8", + "strength_level": "1", + "id": "955", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's had a fair bit to drink...", "start_gfx": "", - "strength_level": "5" - }, - { - "id": "957", - "name": "Mubariz", - "examine": "Tough-looking combat type." - }, - { - "id": "958", - "name": "Fadli", - "examine": "Looks kinda bored." - }, - { - "id": "959", - "name": "A'abla", - "examine": "Trained to deal with all sorts of injuries." - }, - { - "id": "960", - "name": "Sabreen", - "examine": "Wow! She's made a statement with that hair!" - }, - { - "id": "961", - "name": "Surgeon General Tafani", - "examine": "This doctor really knows her stuff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "combat_style": "1", + "melee_animation": "99", + "range_animation": "99", + "combat_audio": "2707,419,418", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "101", + "slayer_exp": "0", + "magic_animation": "99", + "death_animation": "102", + "name": "Drunken Dwarf", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "5", + "id": "956", + "range_level": "6", + "projectile": "33", + "attack_level": "5", + "prj_height": "45" + }, + { + "examine": "This doctor really knows her stuff.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "962", - "name": "Jaraah", - "examine": "Has the messy job of putting players back together again." - }, - { - "id": "963", - "name": "Zahwa", - "examine": "Battle-scarred." - }, - { - "id": "964", - "name": "Ima", - "examine": "A citizen of Al Kharid" - }, - { - "id": "965", - "name": "Sabeil", - "examine": "A citizen of Al Kharid" - }, - { - "id": "966", - "name": "Jadid", - "examine": "A citizen of Al Kharid" - }, - { - "id": "967", - "name": "Dalal", - "examine": "A citizen of Al Kharid" - }, - { - "id": "968", - "name": "Afrah", - "examine": "A citizen of Al Kharid" - }, - { - "id": "969", - "name": "Jeed", - "examine": "A citizen of Al Kharid" - }, - { - "id": "970", - "name": "Diango", - "examine": "He smells funny." - }, - { - "id": "971", - "name": "Chadwell", - "examine": "Shopkeeper." - }, - { - "id": "972", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "973", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "974", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "975", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "976", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "977", - "name": "Blessed spider", - "examine": "It's one of Iban's pets.", - "attack_level": "22", - "combat_audio": "537,539,538", - "death_animation": "5329", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Surgeon General Tafani", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "961", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of Iban's pets.", "melee_animation": "5327", "range_animation": "0", - "range_level": "30", + "combat_audio": "537,539,538", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5329", + "name": "Blessed spider", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "22", - "weakness": "2" + "id": "977", + "range_level": "30", + "attack_level": "22" }, { - "id": "978", - "name": "Blessed giant rat", "examine": "It's one of Iban's pet vermin.", - "attack_level": "12", + "range_animation": "0", "combat_audio": "703,705,704", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Blessed giant rat", "defence_level": "12", + "safespot": null, "lifepoints": "17", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "12", - "weakness": "9" + "id": "978", + "range_level": "1", + "attack_level": "12" }, { - "id": "979", - "name": "Slave", "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "980", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "981", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "982", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "983", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "984", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "985", - "name": "Slave", - "examine": "A wretched slave of Iban.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "986", - "name": "Boulder", - "examine": "Precariously balanced...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "987", - "name": "Unicorn", - "attack_level": "1", - "combat_audio": "369,371,370", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "988", - "name": "Sir Jerro", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "989", - "name": "Sir Carl", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "990", - "name": "Sir Harry", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "57", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "991", - "name": "Half-soulless", - "examine": "A creature empty of emotion.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "992", - "name": "Kardia" - }, - { - "id": "993", - "name": "Witch's cat", - "examine": "Curiosity is yet to kill this one...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "994", - "name": "Niloof" - }, - { - "id": "995", - "name": "Klank", - "examine": "A dwarven maker of gauntlets." - }, - { - "id": "996", - "name": "Kamen", - "examine": "This dwarf looks intoxicated." - }, - { - "id": "997", - "name": "Kalrag", - "examine": "A giant spider.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5321", - "defence_animation": "5320", - "defence_level": "1", - "lifepoints": "91", - "melee_animation": "5319", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "998", - "name": "Othainian", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "999", - "name": "Doomion", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1000", - "name": "Holthion", - "examine": "One of the guardians of Iban.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "90", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1001", - "name": "Dark mage", - "examine": "A user of dark magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "3" + "id": "979", + "range_level": "1", + "attack_level": "1" }, { - "id": "1002", - "name": "Disciple of Iban", - "examine": "A dark magic user.", - "attack_level": "24", - "death_animation": "836", + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", - "magic_level": "32", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "983", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "984", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A wretched slave of Iban.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "985", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Precariously balanced...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "986", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Unicorn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "369,371,370", + "strength_level": "1", + "id": "987", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Sir Jerro", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "988", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sir Carl", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "989", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Sir Harry", + "defence_level": "1", + "safespot": null, + "lifepoints": "57", + "melee_animation": "400", + "strength_level": "1", + "id": "990", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "A creature empty of emotion.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Half-soulless", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "991", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curiosity is yet to kill this one...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witch's cat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "993", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant spider.", + "melee_animation": "5319", + "respawn_delay": "60", + "defence_animation": "5320", + "death_animation": "5321", + "name": "Kalrag", + "defence_level": "1", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", + "id": "997", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Othainian", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "998", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Doomion", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "999", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the guardians of Iban.", + "melee_animation": "64", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Holthion", + "defence_level": "1", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "1000", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A user of dark magic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1001", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark magic user.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "magic_level": "32", "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "3" - }, - { - "id": "1003", - "name": "Lord Iban" - }, - { - "id": "1004", - "name": "Spider", - "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "1", - "lifepoints": "2", - "melee_animation": "6249", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1005", - "name": "Giant bat", - "examine": "An annoying flappy thing.", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "defence_level": "22", - "lifepoints": "32", - "magic_level": "1", - "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "8", - "strength_level": "22" - }, - { - "id": "1006", - "name": "Sea slug", - "examine": "A rather nasty looking crustacean." - }, - { - "id": "1007", - "name": "Zamorak wizard", - "examine": "A servant of Zamorak.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "50", - "lifepoints": "73", - "magic_animation": "811", - "magic_level": "60", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "Disciple of Iban", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "24", + "id": "1002", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Incey wincey.", + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "1004", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An annoying flappy thing.", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "slayer_exp": "8", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "1005", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A rather nasty looking crustacean.", + "name": "Sea slug", + "id": "1006" + }, + { + "examine": "A servant of Zamorak.", + "combat_style": "2", "melee_animation": "811", "range_animation": "0", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, + "attack_speed": "5", + "magic_level": "60", "spell_id": "43", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Zamorak wizard", + "defence_level": "50", + "safespot": null, + "lifepoints": "73", "strength_level": "50", - "weakness": "3" - }, - { - "id": "1008", - "name": "Hamid" - }, - { - "id": "1009", - "name": "Poison spider", - "examine": "A nasty, poisonous arachnid.", + "id": "1007", "aggressive": "true", - "attack_level": "28", - "attack_speed": "4", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "A nasty, poisonous arachnid.", + "melee_animation": "5327", + "range_animation": "0", "combat_audio": "537,539,538", - "death_animation": "5329", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "30", "defence_animation": "5328", + "weakness": "2", + "poison_amount": "30", + "magic_animation": "0", + "death_animation": "5329", + "name": "Poison spider", + "safespot": null, "defence_level": "28", "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "5327", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, "strength_level": "28", - "weakness": "2" - }, - { - "id": "1010", - "name": "Rantz", - "examine": "He hungry.", - "combat_style": "1", - "prj_height": "50", - "projectile": "242", - "range_animation": "3460", - "start_gfx": "243", - "start_height": "100" - }, - { - "id": "1011", - "name": "Fycie" - }, - { - "id": "1012", - "name": "Bugs" - }, - { - "id": "1013", - "name": "Swamp toad", - "examine": "A green skinned croaker", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "34", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1014", - "name": "Bloated Toad" - }, - { - "id": "1015", - "name": "Iron pickaxe", - "examine": "Useful for hitting rocks.", + "id": "1009", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A green skinned croaker", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1016", - "name": "Chompy bird" - }, - { - "id": "1017", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", + "respawn_delay": "34", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp toad", "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1013", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Useful for hitting rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Iron pickaxe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1015", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Yep. Definitely a chicken.", "melee_animation": "5387", "range_animation": "5387", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "6", "respawn_delay": "18", + "defence_animation": "5388", + "weakness": "9", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "9" + "id": "1017", + "range_level": "1", + "attack_level": "1" }, { - "id": "1018", - "name": "Rooster", "examine": "He rules the", - "attack_level": "2", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5389", + "name": "Rooster", + "defence_level": "2", "safespot": null, + "lifepoints": "2", "strength_level": "2", - "weakness": "9" + "id": "1018", + "range_level": "1", + "attack_level": "2" }, { - "id": "1019", - "name": "Fire elemental", "examine": "A fire elemental.", - "attack_level": "24", - "combat_audio": "1534,1536,1535", - "death_animation": "1031", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", "melee_animation": "1029", - "movement_radius": "4", "range_animation": "0", - "range_level": "1", + "combat_audio": "1534,1536,1535", + "magic_level": "32", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1031", + "name": "Fire elemental", + "defence_level": "32", "safespot": null, + "movement_radius": "4", + "lifepoints": "45", "strength_level": "24", - "weakness": "3" + "id": "1019", + "range_level": "1", + "attack_level": "24" }, { - "id": "1020", - "name": "Earth elemental", "examine": "An earth elemental.", - "aggressive": "false", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "1531,1533,1532", - "death_animation": "4870", - "defence_animation": "4869", - "defence_level": "35", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "10", "melee_animation": "4868", - "movement_radius": "4", "range_animation": "0", - "range_level": "30", + "combat_audio": "1531,1533,1532", + "attack_speed": "6", + "magic_level": "10", "respawn_delay": "50", + "defence_animation": "4869", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "35", "safespot": null, + "movement_radius": "4", + "lifepoints": "35", "strength_level": "32", - "weakness": "7" - }, - { - "id": "1021", - "name": "Air elemental", - "examine": "An air elemental.", - "attack_level": "24", - "combat_audio": "1527,1529,1528", - "death_animation": "1041", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "1040", - "movement_radius": "4", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "1" - }, - { - "id": "1022", - "name": "Water elemental", - "examine": "A water elemental.", - "attack_level": "24", - "combat_audio": "1546,1543,1545", - "death_animation": "1048", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "1044", - "movement_radius": "4", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "1" - }, - { - "id": "1023", - "name": "Vampire", - "examine": "It looks very hungry!", - "attack_level": "52", - "clue_level": "1", - "death_animation": "7185", - "defence_level": "52", - "lifepoints": "50", - "melee_animation": "7183", - "range_level": "1", - "safespot": null, - "slayer_exp": "50", - "strength_level": "1" - }, - { - "id": "1024", - "name": "Baby impling" - }, - { - "id": "1028", - "name": "Baby Impling", - "examine": "A baby impling. Ahhh." - }, - { - "id": "1029", - "name": "Young Impling", - "examine": "A young impling. It's not fair!" - }, - { - "id": "1030", - "name": "Gourmet Impling", - "examine": "An impling gourmet. Mmmm, tasty." - }, - { - "id": "1031", - "name": "Earth Impling", - "examine": "An earth impling. Rock on." - }, - { - "id": "1032", - "name": "Essence Impling", - "examine": "An impling who likes magic. Magic!" - }, - { - "id": "1033", - "name": "Eclectic Impling", - "examine": "An impling with varied tastes." - }, - { - "id": "1034", - "name": "Nature Impling", - "examine": "A nature impling. Right on, maaan." - }, - { - "id": "1035", - "name": "Magpie Impling", - "examine": "Ooh, shiny things!" - }, - { - "id": "1036", - "name": "Banker" - }, - { - "id": "1037", - "name": "Prissy Scilla", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "1038", - "name": "Rufus" - }, - { - "id": "1039", - "name": "Barker" - }, - { - "id": "1040", - "name": "Fidelio" - }, - { - "id": "1041", - "name": "Sbott" - }, - { - "id": "1042", - "name": "Roavar" - }, - { - "id": "1043", - "name": "Will o' the wisp" - }, - { - "id": "1044", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "22", - "end_gfx": "101", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "18", - "weakness": "3" - }, - { - "id": "1045", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "17", - "end_gfx": "101", - "lifepoints": "10", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "8", - "weakness": "3" - }, - { - "id": "1046", - "name": "Monk of Zamorak", - "examine": "An evil human cleric.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "4", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "25", - "end_gfx": "101", - "lifepoints": "25", - "magic_animation": "711", - "magic_level": "40", - "melee_animation": "422", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "strength_level": "25", - "weakness": "3" - }, - { - "id": "1047", - "name": "Drezel" - }, - { - "id": "1049", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "1050", - "name": "Filiman Tarlock", - "examine": "The animated spirit of a soul not at rest." - }, - { - "id": "1051", - "name": "Nature Spirit", - "examine": "The animated spirit of a soul not at rest." - }, - { - "id": "1052", - "name": "Ghast", - "examine": "Arrghhh... a Ghast.", + "id": "1020", "aggressive": "false", - "attack_level": "1", - "combat_audio": "433,435,434", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "range_level": "30", + "attack_level": "20" }, { - "id": "1053", - "name": "Ghast", - "examine": "Arrghhh... A Ghast.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "combat_audio": "433,435,434", - "death_animation": "1089", - "death_gfx": "265", - "defence_animation": "1088", - "defence_level": "18", + "examine": "An air elemental.", + "melee_animation": "1040", + "range_animation": "0", + "combat_audio": "1527,1529,1528", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "1041", + "name": "Air elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", "lifepoints": "45", + "strength_level": "24", + "id": "1021", + "range_level": "32", + "attack_level": "24" + }, + { + "examine": "A water elemental.", + "melee_animation": "1044", + "range_animation": "0", + "combat_audio": "1546,1543,1545", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", "magic_animation": "0", - "magic_level": "1", + "death_animation": "1048", + "name": "Water elemental", + "defence_level": "32", + "safespot": null, + "movement_radius": "4", + "lifepoints": "45", + "strength_level": "24", + "id": "1022", + "range_level": "32", + "attack_level": "24" + }, + { + "examine": "It looks very hungry!", + "melee_animation": "7183", + "slayer_exp": "50", + "death_animation": "7185", + "name": "Vampire", + "defence_level": "52", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1023", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "18", + "id": "1044", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "18" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "17", + "safespot": null, + "lifepoints": "10", + "strength_level": "8", + "id": "1045", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "8" + }, + { + "examine": "An evil human cleric.", + "start_gfx": "99", + "combat_style": "2", + "combat_audio": "511,513,512", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "40", + "end_gfx": "101", + "respawn_delay": "60", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "711", + "death_animation": "836", + "name": "Monk of Zamorak", + "defence_level": "25", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "1046", + "aggressive": "true", + "range_level": "1", + "projectile": "100", + "attack_level": "25" + }, + { + "examine": "Arrghhh... a Ghast.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "433,435,434", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghast", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1052", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arrghhh... A Ghast.", + "death_gfx": "265", + "range_animation": "0", "melee_animation": "1087", - "range_animation": "0", - "range_level": "1", + "combat_audio": "433,435,434", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "1088", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1089", + "name": "Ghast", + "defence_level": "18", "safespot": null, + "lifepoints": "45", "strength_level": "22", - "weakness": "9" + "id": "1053", + "aggressive": "true", + "range_level": "1", + "attack_level": "22" }, { - "id": "1054", - "name": "Ulizius", - "examine": "A slightly nervous guard." - }, - { - "id": "1055", - "name": "Pirate Jackie the Fruit", "examine": "Ticket trader for the Brimhaven Agility Arena.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Jackie the Fruit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1055", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the audience.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1056", - "name": "Mime" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "1057", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A member of the audience.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1058", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A member of the audience.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange watcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1059", - "name": "Strange watcher", - "examine": "A member of the audience.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1060", - "name": "Denulth", "examine": "Commander of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Denulth", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1060", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A sergeant of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1061", - "name": "Sergeant", - "examine": "A sergeant of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A sergeant of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1062", - "name": "Sergeant", - "examine": "A sergeant of the Imperial Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1063", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "1064", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "name": "Soldier", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "combat_audio": "511,513,512", + "strength_level": "44", "id": "1065", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "44", - "combat_audio": "511,513,512", - "defence_level": "44", - "lifepoints": "55", "magic_level": "1", "range_level": "1", - "safespot": null, - "strength_level": "44" + "attack_level": "44" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1066", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1067", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1068", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A soldier of the Imperial Guard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1069", - "name": "Soldier", - "examine": "A soldier of the Imperial Guard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1070", - "name": "Saba" - }, - { - "id": "1071", - "name": "Tenzing" - }, - { - "id": "1072", - "name": "Eadburg", "examine": "The Burthorpe Castle cook.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", "melee_animation": "422", - "range_level": "1", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Eadburg", + "defence_level": "3", "safespot": null, - "strength_level": "2" + "lifepoints": "10", + "strength_level": "2", + "id": "1072", + "range_level": "1", + "attack_level": "3" }, { + "examine": "A Burthorpe Castle Archer.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "1", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "1073", - "name": "Archer", - "examine": "A Burthorpe Castle Archer.", - "attack_level": "1", "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "426", - "magic_level": "1", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", "range_level": "44", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "19", - "strength_level": "1" + "projectile": "10", + "attack_level": "1" }, { + "examine": "A Burthorpe Castle Archer.", + "start_gfx": "19", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "magic_level": "1", + "respawn_delay": "12", + "defence_animation": "404", + "magic_animation": "426", + "death_animation": "9055", + "name": "Archer", + "defence_level": "44", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "1074", - "name": "Archer", - "examine": "A Burthorpe Castle Archer.", - "attack_level": "1", "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "55", - "magic_animation": "426", - "magic_level": "1", - "melee_animation": "426", - "projectile": "10", - "range_animation": "426", "range_level": "44", - "respawn_delay": "12", + "projectile": "10", + "attack_level": "1" + }, + { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "401", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "33", "safespot": null, - "start_gfx": "19", - "strength_level": "1" - }, - { - "id": "1075", - "name": "Archer" - }, - { + "lifepoints": "44", + "strength_level": "33", "id": "1076", - "name": "Guard", - "examine": "A Burthorpe Castle guard.", - "attack_level": "33", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "33", - "lifepoints": "44", - "magic_level": "1", - "melee_animation": "401", "range_level": "1", - "safespot": null, - "strength_level": "33" + "attack_level": "33" }, { + "examine": "A Burthorpe Castle guard.", + "melee_animation": "401", + "combat_audio": "511,513,512", + "magic_level": "1", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "33", + "safespot": null, + "lifepoints": "44", + "strength_level": "33", "id": "1077", - "name": "Guard", - "examine": "A Burthorpe Castle guard.", - "attack_level": "33", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "33", - "lifepoints": "44", - "magic_level": "1", - "melee_animation": "401", "range_level": "1", - "safespot": null, - "strength_level": "33" + "attack_level": "33" }, { - "id": "1078", + "examine": "An off-duty Burthorpe Castle guard.", "name": "Harold", - "examine": "An off-duty Burthorpe Castle guard." + "id": "1078" }, { - "id": "1079", + "examine": "Barman of the Toad and Chicken.", "name": "Tostig", - "examine": "Barman of the Toad and Chicken." + "id": "1079" }, { - "id": "1080", + "examine": "Head servant for Prince Anlaf.", "name": "Eohric", - "examine": "Head servant for Prince Anlaf." + "id": "1080" }, { - "id": "1081", - "name": "Servant", "examine": "A servant for Prince Anlaf.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", "melee_animation": "422", - "range_level": "1", + "magic_level": "1", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Servant", + "defence_level": "3", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1081", + "range_level": "1", + "attack_level": "3" }, { - "id": "1082", + "examine": "Smithy for Burthorpe.", "name": "Dunstan", - "examine": "Smithy for Burthorpe." + "id": "1082" }, { - "id": "1083", + "examine": "Shopkeeper for Burthorpe.", "name": "Wistan", - "examine": "Shopkeeper for Burthorpe." + "id": "1083" }, { - "id": "1084", + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", "name": "Breoca", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1084", + "range_level": "1", + "attack_level": "3" }, { - "id": "1085", + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", "name": "Ocga", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "3" + "lifepoints": "10", + "strength_level": "3", + "id": "1085", + "range_level": "1", + "attack_level": "3" }, { - "id": "1086", "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1087", - "name": "Penda", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3" - }, - { - "id": "1088", - "name": "Hygd", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2" - }, - { - "id": "1089", - "name": "Ceolburg", - "examine": "A citizen of Burthorpe.", - "attack_level": "3", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "3", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2" - }, - { - "id": "1090", - "name": "Hild", - "examine": "A pretty young woman with an air of mystery around her." - }, - { - "id": "1091", - "name": "Bob" - }, - { - "id": "1092", - "name": "White Knight", - "examine": "The knight seems to be watching something.", - "attack_level": "27", - "attack_speed": "8", "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1086", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", - "magic_animation": "0", + "name": "Penda", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "3", + "id": "1087", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Hygd", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1088", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A citizen of Burthorpe.", + "melee_animation": "422", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Ceolburg", + "defence_level": "3", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "1089", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "A pretty young woman with an air of mystery around her.", + "name": "Hild", + "id": "1090" + }, + { + "examine": "The knight seems to be watching something.", "melee_animation": "7042", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "8", "respawn_delay": "60", - "safespot": null, - "strength_level": "27", - "weakness": "9" - }, - { - "id": "1093", - "name": "Billy" - }, - { - "id": "1094", - "name": "Mountain goat" - }, - { - "id": "1095", - "name": "Rock", - "examine": "The biggest and baddest troll.", - "aggressive": "true", - "attack_level": "70", - "bonuses": "60,60,60,0,0,35,60,35,200,200,0,100,0,0,0", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "140", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "White Knight", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "1092", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "The biggest and baddest troll.", "melee_animation": "6523", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "110", - "weakness": "7" - }, - { - "id": "1096", - "name": "Stick", - "examine": "Careful, he is a big.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "7", - "bonuses": "50,50,50,0,0,30,30,50,200,200,0,80,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "135", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "110", - "weakness": "7" - }, - { - "id": "1097", - "name": "Pee Hat", - "examine": "A nasty looking troll.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "1098", - "name": "Kraka", - "examine": "A nasty looking troll.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "1099", - "name": "Dung", - "examine": "Human is his speciality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "1100", - "name": "Ash", - "examine": "Human is his speciality.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "1101", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1102", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1103", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1104", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1105", - "name": "Thrower Troll", - "examine": "Small for a troll, but mean, ugly and throws rocks.", - "agg_radius": "6", - "attack_level": "41", - "attack_speed": "7", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1106", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1107", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1108", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1109", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1110", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1111", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1112", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1113", - "name": "Eadgar" - }, - { - "id": "1114", - "name": "Godric" - }, - { - "id": "1115", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1116", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1117", - "name": "Troll general", - "examine": "One of the troll generals.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" - }, - { - "id": "1118", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1119", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1120", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1121", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1122", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1123", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1124", - "name": "Troll spectator", - "examine": "He's watching the arena.", - "attack_level": "47", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "1259", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "1125", - "name": "Dad", - "examine": "An unusually large troll.", - "attack_level": "60", - "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "120", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "120", - "weakness": "7" - }, - { - "id": "1126", - "name": "Twig", - "examine": "He's guarding the cells.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1127", - "name": "Berry", - "examine": "He's guarding the cells.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "death_animation": "287", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "1158", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1128", - "name": "Twig", - "examine": "He's guarding the cells.", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "90", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1129", - "name": "Berry", - "examine": "He's guarding the cells.", - "attack_level": "40", - "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "90", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "90", - "weakness": "7" - }, - { - "id": "1130", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1131", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1132", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1133", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1134", - "name": "Thrower troll", - "examine": "Small for a troll, but it's mean, ugly and throws rocks.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "41", - "attack_speed": "7", - "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "30", - "lifepoints": "95", - "magic_animation": "284", - "melee_animation": "284", - "projectile": "276", - "range_animation": "284", - "range_level": "40", - "respawn_delay": "35", - "safespot": null, - "start_gfx": "33", - "strength_level": "41", - "weakness": "0" - }, - { - "id": "1135", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1136", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1137", - "name": "Cook", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1138", - "name": "Mountain troll", - "examine": "Small for a troll, but mean and ugly.", - "attack_level": "53", - "attack_speed": "5", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "53", - "lifepoints": "90", - "magic_animation": "284", - "melee_animation": "284", - "range_animation": "284", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1139", - "name": "Mushroom", - "examine": "He's fast asleep.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1140", - "name": "Mountain goat", - "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1141", - "name": "Mountain goat", - "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1142", - "name": "Guard", - "examine": "He's guarding the storeroom.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1143", - "name": "Guard", - "examine": "He's guarding the storeroom.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1144", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1145", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1146", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1147", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1148", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1149", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1150", - "name": "Guard", - "examine": "He's guarding the goutweed.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1151", - "name": "Burntmeat", - "examine": "Human is his speciality.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1152", - "name": "Weird Old Man", - "examine": "What's he mumbling about?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1153", - "name": "Kalphite Worker", - "examine": "I don't think insect repellent will work...", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", - "combat_audio": "571,573,572", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "38", - "safespot": null, - "slayer_exp": "40", - "strength_level": "20", - "weakness": "7" - }, - { - "id": "1154", - "name": "Kalphite Soldier", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "combat_audio": "567,569,568", - "death_animation": "6228", - "defence_animation": "6227", + "name": "Rock", "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "6224", - "poison_amount": "20", - "poisonous": "true", - "range_animation": "0", + "safespot": null, + "lifepoints": "140", + "strength_level": "110", + "id": "1095", + "aggressive": "true", + "bonuses": "60,60,60,0,0,35,60,35,200,200,0,100,0,0,0", "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Careful, he is a big.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Stick", + "defence_level": "60", "safespot": null, - "slayer_exp": "90", - "strength_level": "70", - "weakness": "7" - }, - { - "id": "1155", - "name": "Kalphite Guardian", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "110", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "110", - "lifepoints": "170", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "65", - "safespot": null, + "lifepoints": "135", "strength_level": "110", - "weakness": "7" + "id": "1096", + "aggressive": "true", + "bonuses": "50,50,50,0,0,30,30,50,200,200,0,80,0,0,0", + "range_level": "1", + "attack_level": "60" }, { - "id": "1156", - "name": "Kalphite Worker", - "examine": "I don't think insect repellent will work...", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", - "combat_audio": "571,573,572", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "range_animation": "6223", - "range_level": "1", - "respawn_delay": "38", + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Pee Hat", + "defence_level": "50", "safespot": null, - "slayer_exp": "40", + "lifepoints": "120", + "strength_level": "100", + "id": "1097", + "aggressive": "true", + "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Kraka", + "defence_level": "50", + "safespot": null, + "lifepoints": "120", + "strength_level": "100", + "id": "1098", + "aggressive": "true", + "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dung", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1099", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ash", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1100", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1101", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1102", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1103", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1104", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but mean, ugly and throws rocks.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower Troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1105", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", "strength_level": "20", - "weakness": "7" - }, - { - "id": "1157", - "name": "Kalphite Guardian", - "examine": "I don't think insect repellent will work...", - "aggressive": "true", - "attack_level": "110", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "death_animation": "6230", - "defence_animation": "6232", - "defence_level": "110", - "lifepoints": "170", - "magic_animation": "6223", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "6223", + "id": "1106", "range_level": "1", - "respawn_delay": "65", - "safespot": null, - "strength_level": "110", - "weakness": "7" + "attack_level": "53" }, { - "id": "1158", - "name": "Kalphite Queen", - "examine": "I don't think insect repellent will work...", - "agg_radius": "64", + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1107", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1108", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1109", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1110", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1111", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1112", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1115", "aggressive": "true", - "attack_level": "300", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1116", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "One of the troll generals.", + "melee_animation": "1259", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll general", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "1117", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1118", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1119", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1120", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1121", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1122", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1123", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "He's watching the arena.", + "melee_animation": "1259", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Troll spectator", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "1124", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "An unusually large troll.", + "melee_animation": "1158", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Dad", + "defence_level": "50", + "safespot": null, + "lifepoints": "120", + "strength_level": "120", + "id": "1125", + "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "melee_animation": "1158", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Twig", + "defence_level": "25", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1126", + "aggressive": "true", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "melee_animation": "1158", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "287", + "name": "Berry", + "defence_level": "40", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1127", + "aggressive": "true", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Twig", + "defence_level": "25", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1128", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "He's guarding the cells.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Berry", + "defence_level": "40", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", + "id": "1129", + "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1130", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1131", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1132", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1133", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "agg_radius": "6", + "examine": "Small for a troll, but it's mean, ugly and throws rocks.", + "start_gfx": "33", + "combat_style": "1", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "7", + "respawn_delay": "35", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "284", + "death_animation": "287", + "name": "Thrower troll", + "defence_level": "30", + "safespot": null, + "lifepoints": "95", + "strength_level": "41", + "id": "1134", + "aggressive": "true", + "bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "276", + "attack_level": "41" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1135", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1136", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1137", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Small for a troll, but mean and ugly.", + "melee_animation": "284", + "range_animation": "284", + "attack_speed": "5", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", + "name": "Mountain troll", + "defence_level": "53", + "safespot": null, + "lifepoints": "90", + "strength_level": "20", + "id": "1138", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "He's fast asleep.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Mushroom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1139", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This beast doesn't need climbing boots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This beast doesn't need climbing boots.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the storeroom.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1142", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the storeroom.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1143", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1144", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1145", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1146", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1147", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1148", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1149", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the goutweed.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1150", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Human is his speciality.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Burntmeat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1151", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What's he mumbling about?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Weird Old Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1152", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "combat_audio": "571,573,572", "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0", - "death_animation": "6242", + "magic_level": "1", + "respawn_delay": "38", "defence_animation": "6232", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6241", - "magic_level": "150", - "melee_animation": "6241", - "poisonous": "", - "range_animation": "6241", - "range_level": "1000", - "respawn_delay": "0", + "weakness": "7", + "slayer_exp": "40", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Worker", + "defence_level": "20", "safespot": null, - "strength_level": "300", - "weakness": "10" + "lifepoints": "40", + "strength_level": "20", + "id": "1153", + "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { - "id": "1159", - "name": "Kalphite Queen" - }, - { - "id": "1160", - "name": "Kalphite Queen", "examine": "I don't think insect repellent will work...", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "300", + "melee_animation": "6224", + "range_animation": "0", + "combat_audio": "567,569,568", "attack_speed": "4", - "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", - "death_animation": "6233", - "defence_animation": "6234", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6235", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "7", + "slayer_exp": "90", + "poison_amount": "20", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "70", + "id": "1154", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "poison_amount": "30", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Guardian", + "defence_level": "110", + "safespot": null, + "lifepoints": "170", + "strength_level": "110", + "id": "1155", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "110" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "combat_audio": "571,573,572", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "38", + "defence_animation": "6232", + "weakness": "7", + "slayer_exp": "40", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Worker", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "20", + "id": "1156", + "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "6223", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "65", + "defence_animation": "6232", + "weakness": "7", + "poison_amount": "30", + "magic_animation": "6223", + "death_animation": "6230", + "name": "Kalphite Guardian", + "defence_level": "110", + "safespot": null, + "lifepoints": "170", + "strength_level": "110", + "id": "1157", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "110" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", + "melee_animation": "6241", + "range_animation": "6241", + "attack_speed": "4", + "poisonous": "", "magic_level": "150", + "respawn_delay": "0", + "defence_animation": "6232", + "weakness": "10", + "magic_animation": "6241", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "300", + "safespot": null, + "lifepoints": "255", + "strength_level": "300", + "id": "1158", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0", + "range_level": "1000", + "attack_level": "300" + }, + { + "agg_radius": "64", + "examine": "I don't think insect repellent will work...", "melee_animation": "6235", "range_animation": "6235", - "range_level": "1000", + "attack_speed": "4", + "magic_level": "150", "respawn_delay": "45", + "defence_animation": "6234", + "weakness": "10", + "magic_animation": "6235", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "300", "safespot": null, + "lifepoints": "255", "strength_level": "300", - "weakness": "10" + "id": "1160", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0", + "range_level": "1000", + "attack_level": "300" }, { - "id": "1161", - "name": "Kalphite Larva", "examine": "I don't think insect repellent will work...", - "aggressive": "false", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kalphite Larva", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1161", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" }, { - "id": "1162", - "name": "Timfraku", - "examine": "The imposing Chief of Tai Bwo Wannai." - }, - { - "id": "1163", - "name": "Tiadeche", - "examine": "A rather depressed looking fisherman." - }, - { - "id": "1164", - "name": "Tiadeche", - "examine": "A rather depressed looking fisherman." - }, - { - "id": "1165", - "name": "Tinsay" - }, - { - "id": "1166", - "name": "Tinsay" - }, - { - "id": "1167", - "name": "Tamayu", - "examine": "A hunter who long ago succumbed to blood lust." - }, - { - "id": "1168", - "name": "Tamayu" - }, - { - "id": "1169", - "name": "Tamayu" - }, - { - "id": "1170", - "name": "Tamayu" - }, - { - "id": "1171", - "name": "Lubufu", - "examine": "A crotchety old fisherman who doesn't like young whippersnappers." - }, - { - "id": "1172", - "name": "The Shaikahan", "examine": "A huge beast, resembling in some ways a lion, but mostly a twisted nightmare.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "1201", - "defence_animation": "1200", - "defence_level": "50", - "lifepoints": "100", - "magic_animation": "1197", "melee_animation": "1199", "range_animation": "1197", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "1173", - "name": "The Shaikahan" - }, - { - "id": "1174", - "name": "Fishing spot" - }, - { - "id": "1175", - "name": "Fishing spot" - }, - { - "id": "1176", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water." - }, - { - "id": "1177", - "name": "Fishing spot" - }, - { - "id": "1178", - "name": "Fishing spot" - }, - { - "id": "1179", - "name": "Gull", - "examine": "Flappy bird.", - "water_npc": "true" - }, - { - "id": "1180", - "name": "Cormorant", - "examine": "A sea bird." - }, - { - "id": "1181", - "name": "Pelican", - "examine": "A sea bird." - }, - { - "id": "1182", - "name": "Lord Iorwerth" - }, - { - "id": "1183", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", - "range_level": "72", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" - }, - { - "id": "1184", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "68", "attack_speed": "5", - "clue_level": "2", + "respawn_delay": "60", + "defence_animation": "1200", + "weakness": "9", + "magic_animation": "1197", + "death_animation": "1201", + "name": "The Shaikahan", + "defence_level": "50", + "safespot": null, + "lifepoints": "100", + "strength_level": "50", + "id": "1172", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", "combat_audio": "425,427,426", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "68", - "lifepoints": "85", + "weakness": "2", "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", + "id": "1183", + "clue_level": "2", + "range_level": "72", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "I don't wanna be at the wrong end of that pike.", "melee_animation": "428", "range_animation": "0", - "range_level": "1", + "combat_audio": "425,427,426", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "68", "safespot": null, + "lifepoints": "85", "strength_level": "68", - "weakness": "9" + "id": "1184", + "clue_level": "2", + "range_level": "1", + "attack_level": "68" }, { - "id": "1185", - "name": "Elven city guard", "examine": "An elven city guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1186", - "name": "Idris" - }, - { - "id": "1187", - "name": "Essyllt" - }, - { - "id": "1188", - "name": "Morvran" - }, - { - "id": "1189", - "name": "Fishing spot" - }, - { - "id": "1190", - "name": "Fishing spot" - }, - { - "id": "1191", - "name": "Fishing spot" - }, - { - "id": "1192", - "name": "Rabbit", - "examine": "A cute bunny rabbit.", - "attack_level": "1", - "death_animation": "6092", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", "magic_animation": "0", - "melee_animation": "6090", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "0", + "name": "Elven city guard", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "1185", + "range_level": "1", + "attack_level": "1" }, { - "id": "1193", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", - "defence_level": "1", - "lifepoints": "5", + "examine": "A cute bunny rabbit.", "melee_animation": "6090", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1194", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "6090", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1195", - "name": "Grizzly bear", - "examine": "It's an NPC.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "combat_audio": "300,302,301", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "35", - "lifepoints": "35", - "magic_level": "1", - "melee_animation": "4921", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "36" - }, - { - "id": "1196", - "name": "Grizzly bear cub", - "examine": "Eek! A bear cub!", - "attack_level": "21", - "combat_audio": "498,500,499", - "defence_animation": "0", - "defence_level": "21", - "lifepoints": "30", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "21", - "weakness": "6" - }, - { - "id": "1197", - "name": "Grizzly bear cub", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "35", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1198", - "name": "Dire Wolf", - "examine": "What big teeth you have.", - "attack_level": "33", - "death_animation": "6558", "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", + "weakness": "9", "magic_animation": "0", + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1192", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1193", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "melee_animation": "6090", + "strength_level": "1", + "id": "1194", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "6091" + }, + { + "examine": "It's an NPC.", + "melee_animation": "4921", + "combat_audio": "300,302,301", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "4927", + "slayer_exp": "0", + "death_animation": "4929", + "name": "Grizzly bear", + "defence_level": "35", + "safespot": null, + "lifepoints": "35", + "strength_level": "36", + "id": "1195", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Eek! A bear cub!", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Grizzly bear cub", + "defence_level": "21", + "safespot": null, + "lifepoints": "30", + "strength_level": "21", + "id": "1196", + "range_level": "1", + "attack_level": "21" + }, + { + "name": "Grizzly bear cub", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1197", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "What big teeth you have.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6558", + "name": "Dire Wolf", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "9" + "id": "1198", + "range_level": "1", + "attack_level": "33" }, { - "id": "1199", - "name": "Elf Tracker", "examine": "An elf tracker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elf Tracker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1199", + "range_level": "1", + "attack_level": "1" }, { - "id": "1200", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "42", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "414", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Tyras guard", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "8" + "id": "1200", + "range_level": "1", + "attack_level": "42" }, { - "id": "1201", - "name": "Elf warrior", "examine": "I don't want to get on the wrong side of him.", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "105", - "melee_animation": "426", - "projectile": "249", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "250", - "strength_level": "1" - }, - { - "id": "1202", - "name": "Arianwyn" - }, - { - "id": "1203", - "name": "Tyras guard", - "examine": "One of King Tyras's men.", - "attack_level": "95", - "attack_speed": "6", - "death_animation": "836", + "combat_style": "1", + "melee_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "id": "1201", + "clue_level": "2", + "range_level": "1", + "projectile": "249", + "attack_level": "1" + }, + { + "examine": "One of King Tyras's men.", + "melee_animation": "395", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Tyras guard", "defence_level": "110", + "safespot": null, "lifepoints": "110", - "melee_animation": "395", + "strength_level": "105", + "id": "1203", "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "105" + "attack_level": "95" }, { - "id": "1204", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "112", "melee_animation": "395", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1205", - "name": "Tyras guard" - }, - { - "id": "1206", - "name": "Tyras guard", - "examine": "One of King Tyras's men." - }, - { - "id": "1207", - "name": "Quartermaster" - }, - { - "id": "1208", - "name": "Quartermaster", - "examine": "Responsible for the food and equipment of the troops.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1209", - "name": "Koftik", - "examine": "The cave guide." - }, - { - "id": "1210", - "name": "Kings messenger", - "examine": "One of King Lathas' messengers." - }, - { - "id": "1211", - "name": "Will o' the wisp", - "examine": "Mysterious swamp lights...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1212", - "name": "Will o' the wisp", - "examine": "Mysterious swamp lights..." - }, - { - "id": "1213", - "name": "Tegid", - "examine": "He's washing his clothes in the lake." - }, - { - "id": "1214", - "name": "Thistle", - "examine": "A plant." - }, - { - "id": "1215", - "name": "Parrots", - "examine": "What a colourful bunch of parrots!" - }, - { - "id": "1216", - "name": "Parroty Pete", - "examine": "He seems strangely familiar...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1217", - "name": "Gardener", - "examine": "An old gardener.", - "attack_level": "4", + "defence_animation": "425", "death_animation": "836", + "name": "Tyras guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "1204", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Responsible for the food and equipment of the troops.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", "magic_animation": "0", + "death_animation": "0", + "name": "Quartermaster", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1208", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mysterious swamp lights...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Will o' the wisp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1211", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems strangely familiar...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Parroty Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1216", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old gardener.", "melee_animation": "433", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "8" + "id": "1217", + "range_level": "1", + "attack_level": "4" }, { - "id": "1218", - "name": "Ghoul", "examine": "A scary, man eating ghoul.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "442,444,443", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "50", - "magic_animation": "422", - "magic_level": "1", "melee_animation": "422", "range_animation": "422", - "range_level": "1", + "combat_audio": "442,444,443", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "50", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ghoul", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "9" + "id": "1218", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "1219", - "name": "Leech", "examine": "Yuck! It's all slimy!", - "aggressive": "true", - "attack_level": "42", - "death_animation": "1272", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "1273", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1272", + "name": "Leech", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "9" + "id": "1219", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" }, { - "id": "1220", - "name": "Vampire", "examine": "It looks very hungry!", - "attack_level": "52", - "clue_level": "1", - "death_animation": "7185", - "defence_level": "52", - "lifepoints": "50", "melee_animation": "1264", - "range_level": "1", - "safespot": null, "slayer_exp": "50", - "strength_level": "1" - }, - { - "id": "1221", - "name": "Spider" - }, - { - "id": "1222", - "name": "Mist" - }, - { - "id": "1223", + "death_animation": "7185", "name": "Vampire", - "examine": "It looks very hungry!", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1264", - "range_level": "1", + "defence_level": "52", "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1220", + "clue_level": "1", + "range_level": "1", + "attack_level": "52" + }, + { "slayer_exp": "40", - "strength_level": "1" - }, - { - "id": "1224", - "name": "Vampyric hound" - }, - { - "id": "1225", - "name": "Vampire", "examine": "It looks very hungry!", - "attack_level": "1", - "clue_level": "1", + "name": "Vampire", "defence_level": "1", - "lifepoints": "50", - "range_level": "1", "safespot": null, - "strength_level": "1" + "melee_animation": "1264", + "lifepoints": "50", + "strength_level": "1", + "id": "1223", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1226", - "name": "Tree" + "examine": "It looks very hungry!", + "name": "Vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1225", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A marsh coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", + "defence_level": "22", + "safespot": null, + "lifepoints": "8", + "strength_level": "0", "id": "1227", - "name": "Myre Blamish Snail", - "examine": "A marsh coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "8", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "5", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A blood coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", + "defence_level": "45", + "safespot": null, + "lifepoints": "13", + "strength_level": "0", "id": "1228", - "name": "Blood Blamish Snail", - "examine": "A blood coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "13", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A muddy coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", + "defence_level": "18", + "safespot": null, + "lifepoints": "10", + "strength_level": "0", "id": "1229", - "name": "Ochre Blamish Snail", - "examine": "A muddy coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "7", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", + "defence_level": "40", + "safespot": null, + "lifepoints": "12", + "strength_level": "0", "id": "1230", - "name": "Bruise Blamish Snail", - "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", - "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "12", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", "range_level": "15", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1231", - "name": "Bark Blamish Snail", - "examine": "A branch bark coloured blamish snail, these types are said to spit acid.", "agg_radius": "", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "examine": "A branch bark coloured blamish snail, these types are said to spit acid.", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Bark Blamish Snail", "defence_level": "20", + "safespot": null, "lifepoints": "22", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1231", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "10", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1232", - "name": "Myre Blamish Snail", "examine": "A marsh coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Myre Blamish Snail", "defence_level": "22", + "safespot": null, "lifepoints": "8", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1232", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "5", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1233", - "name": "Blood Blamish Snail", "examine": "A blood coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Blood Blamish Snail", "defence_level": "45", + "safespot": null, "lifepoints": "13", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", + "strength_level": "0", + "id": "1233", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" + "attack_level": "0" }, { - "id": "1234", - "name": "Ochre Blamish Snail", "examine": "A muddy coloured blamish snail, these types are said to spit acid.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", - "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", "combat_style": "1", - "death_animation": "8144", + "melee_animation": "8143", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "50", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "8144", + "name": "Ochre Blamish Snail", "defence_level": "18", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "8143", - "range_animation": "0", - "range_level": "7", - "respawn_delay": "50", "safespot": null, - "slayer_exp": "0", + "lifepoints": "10", "strength_level": "0", - "weakness": "9" - }, - { - "id": "1235", - "name": "Bruise Blamish Snail", - "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", + "id": "1234", "aggressive": "true", - "attack_level": "0", - "attack_speed": "6", "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "7", + "attack_level": "0" + }, + { + "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.", "combat_style": "1", - "death_animation": "8144", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "12", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "8143", "range_animation": "0", - "range_level": "15", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "0", - "strength_level": "0", - "weakness": "9" - }, - { - "id": "1236", - "name": "Fishing spot" - }, - { - "id": "1237", - "name": "Fishing spot" - }, - { - "id": "1238", - "name": "Fishing spot" - }, - { - "id": "1239", - "name": "Bedabin Nomad Fighter", - "examine": "A Bedabin nomad fighter - a sandy swordsman.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "9" - }, - { - "id": "1240", - "name": "Loar Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "45", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "38", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "3" - }, - { - "id": "1241", - "name": "Loar Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "1308", - "defence_animation": "1284", - "defence_level": "26", - "lifepoints": "38", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "3" - }, - { - "id": "1242", - "name": "Shade Spirit" - }, - { - "id": "1243", - "name": "Phrin Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "64", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "56", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "3" - }, - { - "id": "1244", - "name": "Phrin Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "64", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "56", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "3" - }, - { - "id": "1245", - "name": "Riyl Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "88", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "76", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "3" - }, - { - "id": "1246", - "name": "Riyl Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "88", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "76", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "3" - }, - { - "id": "1247", - "name": "Asyn Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "102", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84", - "weakness": "3" - }, - { - "id": "1248", - "name": "Asyn Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "102", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84", - "weakness": "3" - }, - { - "id": "1249", - "name": "Fiyr Shadow", - "examine": "A shadowy sort of entity", - "aggressive": "true", - "attack_level": "120", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "3" - }, - { - "id": "1250", - "name": "Fiyr Shade", - "examine": "The shadowy remains of a long departed soul.", - "aggressive": "true", - "attack_level": "120", - "death_animation": "1287", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "1283", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "3" - }, - { - "id": "1251", - "name": "Afflicted(Ulsquire)" - }, - { - "id": "1252", - "name": "Ulsquire Shauncy" - }, - { - "id": "1253", - "name": "Afflicted(Razmire)" - }, - { - "id": "1254", - "name": "Razmire Keelgan" - }, - { - "id": "1255", - "name": "Mort'ton Local" - }, - { - "id": "1256", - "name": "Mort'ton Local" - }, - { - "id": "1257", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "43", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "43", - "weakness": "6" - }, - { - "id": "1258", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "44", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "44", - "weakness": "6" - }, - { - "id": "1259", - "name": "Mort'ton local" - }, - { - "id": "1260", - "name": "Mort'ton local" - }, - { - "id": "1261", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "attack_level": "45", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "45", - "weakness": "6" - }, - { - "id": "1262", - "name": "Afflicted", - "examine": "A local villager of Mort'ton.", - "aggressive": "true", - "attack_level": "46", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "46", - "weakness": "6" - }, - { - "id": "1263", - "name": "Wizard", - "examine": "Slightly more magical.", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1264", - "name": "Saradomin wizard", - "examine": "A follower of Saradomin.", - "aggressive": "true", - "attack_level": "90", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "811", - "magic_level": "90", - "melee_animation": "376", - "poison_amount": "30", - "poisonous": "true", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "60", - "safespot": null, - "spell_id": "41", - "strength_level": "90", - "weakness": "3" - }, - { - "id": "1265", - "name": "Rock Crab", - "examine": "No one likes crabs...", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "magic_level": "1", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1266", - "name": "Rocks", - "examine": "A rocky outcrop.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1267", - "name": "Rock Crab", - "examine": "No one likes crabs...", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1268", - "name": "Rocks", - "examine": "A rocky outcrop.", - "aggressive": "true", - "attack_level": "4", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "4", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1269", - "name": "Olaf the Bard", - "examine": "A Fremennik bard.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "5", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "8", - "lifepoints": "50", - "magic_animation": "1312", - "melee_animation": "1312", - "range_animation": "1312", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1270", - "name": "Lalli", - "examine": "Distinctly troll-shaped.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1271", - "name": "Golden sheep", - "examine": "Freshly shorn.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1272", - "name": "Golden sheep", - "examine": "Lovely thick wool.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1273", - "name": "Fossegrimen", - "examine": "A powerful spirit that lives in this lake.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1274", - "name": "Ospak", - "examine": "Looks like he's had a few drinks already.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1275", - "name": "Styrmir", - "examine": "Doesn't look like the musical type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1276", - "name": "Torbrund", - "examine": "Waiting for the show.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1277", - "name": "Fridgeir", - "examine": "He sits impatiently with his friends.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1278", - "name": "Longhall Bouncer", - "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1279", - "name": "The Draugen", - "examine": "A fearful spirit of the drowned.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "836", - "defence_animation": "0", + "death_animation": "8144", + "name": "Bruise Blamish Snail", "defence_level": "40", + "safespot": null, + "lifepoints": "12", + "strength_level": "0", + "id": "1235", + "aggressive": "true", + "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0", + "range_level": "15", + "attack_level": "0" + }, + { + "examine": "A Bedabin nomad fighter - a sandy swordsman.", + "melee_animation": "390", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Bedabin Nomad Fighter", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "1239", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Loar Shadow", + "defence_level": "26", + "safespot": null, + "lifepoints": "38", + "strength_level": "30", + "id": "1240", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "1284", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1308", + "name": "Loar Shade", + "defence_level": "26", + "safespot": null, + "lifepoints": "38", + "strength_level": "30", + "id": "1241", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Phrin Shadow", + "defence_level": "42", + "safespot": null, + "lifepoints": "56", + "strength_level": "47", + "id": "1243", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Phrin Shade", + "defence_level": "42", + "safespot": null, + "lifepoints": "56", + "strength_level": "47", + "id": "1244", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Riyl Shadow", + "defence_level": "60", + "safespot": null, + "lifepoints": "76", + "strength_level": "55", + "id": "1245", + "aggressive": "true", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Riyl Shade", + "defence_level": "60", + "safespot": null, + "lifepoints": "76", + "strength_level": "55", + "id": "1246", + "aggressive": "true", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Asyn Shadow", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "84", + "id": "1247", + "aggressive": "true", + "range_level": "1", + "attack_level": "102" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Asyn Shade", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "84", + "id": "1248", + "aggressive": "true", + "range_level": "1", + "attack_level": "102" + }, + { + "examine": "A shadowy sort of entity", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "0", + "name": "Fiyr Shadow", + "defence_level": "85", + "safespot": null, + "lifepoints": "110", + "strength_level": "100", + "id": "1249", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "The shadowy remains of a long departed soul.", + "melee_animation": "1283", + "range_animation": "0", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1287", + "name": "Fiyr Shade", + "defence_level": "85", + "safespot": null, + "lifepoints": "110", + "strength_level": "100", + "id": "1250", + "aggressive": "true", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "1257", + "range_level": "1", + "attack_level": "43" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "1258", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "1261", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A local villager of Mort'ton.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Afflicted", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "1262", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "examine": "Slightly more magical.", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1263", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A follower of Saradomin.", + "melee_animation": "376", + "range_animation": "0", + "poisonous": "true", + "magic_level": "90", + "spell_id": "41", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "poison_amount": "30", + "magic_animation": "811", + "death_animation": "836", + "name": "Saradomin wizard", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "90", + "id": "1264", + "aggressive": "true", + "range_level": "70", + "attack_level": "90" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "1312", + "range_animation": "1312", + "combat_audio": "717,723,722", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1265", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rocky outcrop.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "weakness": "7", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rocks", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1266", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "1312", + "range_animation": "1312", + "combat_audio": "717,723,722", + "attack_speed": "4", + "respawn_delay": "50", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rock Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1267", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rocky outcrop.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Rocks", + "defence_level": "4", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1268", + "aggressive": "true", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "A Fremennik bard.", + "melee_animation": "1312", + "range_animation": "1312", + "attack_speed": "5", + "defence_animation": "1313", + "magic_animation": "1312", + "death_animation": "1314", + "name": "Olaf the Bard", + "defence_level": "8", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1269", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Distinctly troll-shaped.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lalli", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1270", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Freshly shorn.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1271", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely thick wool.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1272", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A powerful spirit that lives in this lake.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fossegrimen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1273", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's had a few drinks already.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ospak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1274", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't look like the musical type.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Styrmir", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1275", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Waiting for the show.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torbrund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1276", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sits impatiently with his friends.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fridgeir", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1277", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longhall Bouncer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1278", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fearful spirit of the drowned.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "The Draugen", + "defence_level": "40", + "safespot": null, "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "40", - "weakness": "9" + "id": "1279", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "1280", - "name": "Butterfly" - }, - { - "id": "1281", - "name": "Sigli the Huntsman", "examine": "A Fremennik hunter.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigli the Huntsman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1281", + "range_level": "1", + "attack_level": "1" }, { - "id": "1282", - "name": "Sigmund The Merchant", "examine": "A Fremennik merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund The Merchant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1282", + "range_level": "1", + "attack_level": "1" }, { - "id": "1283", - "name": "Swensen the Navigator", "examine": "A Fremennik navigator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swensen the Navigator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1283", + "range_level": "1", + "attack_level": "1" }, { - "id": "1284", - "name": "Bjorn" - }, - { - "id": "1285", - "name": "Eldgrim" - }, - { - "id": "1286", - "name": "Manni the Reveller", "examine": "Every innkeeper's best friend!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Manni the Reveller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1286", + "range_level": "1", + "attack_level": "1" }, { - "id": "1287", - "name": "Council workman", "examine": "Supposedly fixes things around Gielinor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Council workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1287", + "range_level": "1", + "attack_level": "1" }, { - "id": "1288", - "name": "Peer the Seer", "examine": "A Fremennik riddler.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Peer the Seer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1288", + "range_level": "1", + "attack_level": "1" }, { - "id": "1289", - "name": "Thorvald the Warrior", "examine": "A Fremennik hero.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thorvald the Warrior", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1289", + "range_level": "1", + "attack_level": "1" }, { - "id": "1290", - "name": "Koschei the deathless", "examine": "Your challenge awaits! ", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, + "lifepoints": "14", "strength_level": "13", - "weakness": "10" + "id": "1290", + "range_level": "1", + "attack_level": "13" }, { - "id": "1291", - "name": "Koschei the deathless", "examine": "He lives again!", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, + "lifepoints": "14", "strength_level": "13", - "weakness": "10" + "id": "1291", + "range_level": "1", + "attack_level": "13" }, { - "id": "1292", - "name": "Koschei the deathless", "examine": "He keeps on living!", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "14", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "13", - "weakness": "10" - }, - { - "id": "1293", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", "name": "Koschei the deathless", - "examine": "He just keeps on going.", - "attack_level": "13", - "death_animation": "836", - "defence_animation": "0", "defence_level": "13", + "safespot": null, "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "13", - "weakness": "10" - }, - { - "id": "1294", - "name": "Brundt the Chieftain", - "examine": "The Fremennik tribe's chieftain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "id": "1292", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "13" }, { - "id": "1295", - "name": "Askeladden" - }, - { - "id": "1296", - "name": "Guard", - "examine": "Stands around and looks at stuff all day.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1297", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1298", - "name": "Town Guard", - "examine": "What a rubbish job he has.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1299", - "name": "Town Guard" - }, - { - "id": "1300", - "name": "A bartender.", - "examine": "The Longhall barkeep", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1301", - "name": "Yrsa", - "examine": "Pretty shabbily dressed for a clothes shop owner.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1302", - "name": "Fisherman", - "examine": "There's something fishy about this guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1303", - "name": "Skulgrimen", - "examine": "Sells and makes weapons and armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1304", - "name": "Sailor", - "examine": "He's strong to the finish", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1305", - "name": "Agnar", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1306", - "name": "Freidir", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1307", - "name": "Borrokar", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1308", - "name": "Lanzig", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "51", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1309", - "name": "Pontak", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "51", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1310", - "name": "Freygerd" - }, - { - "id": "1311", - "name": "Lensa" - }, - { - "id": "1312", - "name": "Jennella" - }, - { - "id": "1313", - "name": "Sassilik", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1314", - "name": "Inga", - "examine": "One of Rellekka's many citizens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1315", - "name": "Fish monger", - "examine": "Fish-tastic!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1316", - "name": "Fur trader", - "examine": "I wonder what he does with all that fur?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1317", - "name": "Market Guard", - "examine": "Keeps the stalls secure.", - "attack_level": "28", - "combat_audio": "", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", + "examine": "He just keeps on going.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Koschei the deathless", + "defence_level": "13", "safespot": null, - "strength_level": "28", - "weakness": "9" + "lifepoints": "14", + "strength_level": "13", + "id": "1293", + "range_level": "1", + "attack_level": "13" }, { - "id": "1318", - "name": "Warrior", - "examine": "A hardened Fremennik warrior.", - "attack_level": "28", - "death_animation": "836", + "examine": "The Fremennik tribe's chieftain.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", "magic_animation": "0", + "death_animation": "0", + "name": "Brundt the Chieftain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Stands around and looks at stuff all day.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1296", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1297", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What a rubbish job he has.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Town Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1298", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Longhall barkeep", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A bartender.", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1300", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pretty shabbily dressed for a clothes shop owner.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yrsa", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1301", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "There's something fishy about this guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1302", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sells and makes weapons and armour.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skulgrimen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1303", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's strong to the finish", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sailor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1304", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Agnar", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1305", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Freidir", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1306", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "395", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Borrokar", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Lanzig", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1308", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pontak", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "1309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sassilik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1313", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Rellekka's many citizens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Inga", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1314", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fish-tastic!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish monger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1315", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wonder what he does with all that fur?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fur trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1316", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeps the stalls secure.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Market Guard", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "1317", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A hardened Fremennik warrior.", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Warrior", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "9" + "id": "1318", + "range_level": "1", + "attack_level": "28" }, { - "id": "1319", - "name": "Fox", "examine": "A cunning animal.", - "attack_level": "32", - "death_animation": "6570", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "6562", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6570", + "name": "Fox", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "7" + "id": "1319", + "range_level": "1", + "attack_level": "32" }, { - "id": "1320", - "name": "Bunny", "examine": "Hoppity", - "attack_level": "1", - "death_animation": "1246", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", "melee_animation": "1245", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "1246", + "name": "Bunny", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "1", + "strength_level": "1", + "id": "1320", + "range_level": "1", + "attack_level": "1" }, { - "id": "1321", - "name": "Bunny", - "attack_level": "1", "death_animation": "1246", - "defence_animation": "1244", + "name": "Bunny", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "1245", + "strength_level": "1", + "id": "1321", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1322", - "name": "Gull" - }, - { - "id": "1323", - "name": "Gull" - }, - { - "id": "1324", - "name": "Gull" - }, - { - "id": "1325", - "name": "Gull" - }, - { - "id": "1326", - "name": "Bear Cub", - "examine": "Cute. But deadly.", - "aggressive": "true", - "attack_level": "8", - "combat_audio": "498,500,499", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "7" - }, - { - "id": "1327", - "name": "Bear Cub", - "examine": "Cute. But deadly.", - "aggressive": "true", "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "defence_animation": "1244" + }, + { + "examine": "Cute. But deadly.", + "range_animation": "0", + "combat_audio": "498,500,499", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Bear Cub", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", + "id": "1326", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "Cute. But deadly.", + "name": "Bear Cub", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1327", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" }, { - "id": "1328", - "name": "Unicorn Foal", "examine": "Horned horsey.", - "attack_level": "10", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "10", - "lifepoints": "15", - "magic_animation": "6376", - "magic_level": "1", "melee_animation": "6376", "range_animation": "6376", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "90", + "defence_animation": "6375", + "weakness": "7", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn Foal", + "defence_level": "10", "safespot": null, + "lifepoints": "15", "strength_level": "6", - "weakness": "7" + "id": "1328", + "range_level": "1", + "attack_level": "10" }, { - "id": "1329", - "name": "Black unicorn Foal", "examine": "Cute but evil.", - "aggressive": "false", - "attack_level": "18", - "attack_speed": "4", - "combat_audio": "369,371,370", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", "melee_animation": "6376", "range_animation": "0", - "range_level": "1", + "combat_audio": "369,371,370", + "attack_speed": "4", "respawn_delay": "20", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Black unicorn Foal", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "7" + "id": "1329", + "aggressive": "false", + "range_level": "1", + "attack_level": "18" }, { - "id": "1330", - "name": "Wolf", "examine": "Fearsome predator found only in the Fremennik Province", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "69", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", + "combat_audio": "481,491,490", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "69", - "strength_level": "35", - "weakness": "7" - }, - { - "id": "1331", - "name": "Fishing spot" - }, - { - "id": "1332", - "name": "Fishing spot" - }, - { - "id": "1333", - "name": "Fishing spot" - }, - { - "id": "1334", - "name": "Jossik" - }, - { - "id": "1335", - "name": "Jossik" - }, - { - "id": "1336", - "name": "Larrissa" - }, - { - "id": "1337", - "name": "Larrissa" - }, - { - "id": "1338", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "80", - "attack_speed": "5", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1341", - "defence_level": "70", - "lifepoints": "70", - "magic_animation": "1340", - "melee_animation": "1340", - "projectile": "288", - "range_animation": "1340", - "range_level": "85", - "safespot": null, - "strength_level": "80" - }, - { - "id": "1339", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1340", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1341", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1342", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1343", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1344", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1345", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1346", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1347", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1348", - "name": "Dagannoth mother" - }, - { - "id": "1349", - "name": "Dagannoth mother" - }, - { - "id": "1350", - "name": "Dagannoth mother" - }, - { - "id": "1351", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "60", - "death_animation": "1342", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "128", + "weakness": "7", + "slayer_exp": "69", "magic_animation": "0", - "magic_level": "60", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "35", + "safespot": null, + "lifepoints": "69", + "strength_level": "35", + "id": "1330", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1340", + "range_animation": "1340", + "attack_speed": "5", + "defence_animation": "1341", + "magic_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "70", + "safespot": null, + "lifepoints": "70", + "strength_level": "80", + "id": "1338", + "clue_level": "1", + "range_level": "85", + "projectile": "288", + "attack_level": "80" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1339", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1340", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1341", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1342", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "1343", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1344", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1345", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1346", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths...", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1347", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", "melee_animation": "1341", "range_animation": "0", - "range_level": "60", + "magic_level": "60", "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "1352", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1353", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1354", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1355", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1356", - "name": "Dagannoth mother", - "examine": "A horror from the ocean depths.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1357", - "name": "Sam", - "examine": "Pretty barmaid." - }, - { - "id": "1358", - "name": "Rachael", - "examine": "Pretty barmaid." - }, - { - "id": "1359", - "name": "Queen Sigrid" - }, - { - "id": "1360", - "name": "Banker", - "examine": "He seems happy to see you.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "60", + "safespot": null, + "lifepoints": "128", + "strength_level": "60", + "id": "1351", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1353", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1354", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1355", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A horror from the ocean depths.", + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "1356", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Pretty barmaid.", + "name": "Sam", + "id": "1357" + }, + { + "examine": "Pretty barmaid.", + "name": "Rachael", + "id": "1358" + }, + { + "examine": "He seems happy to see you.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1361", - "name": "Arnor" - }, - { - "id": "1362", - "name": "Haming" - }, - { - "id": "1363", - "name": "Moldof" - }, - { - "id": "1364", - "name": "Helga" - }, - { - "id": "1365", - "name": "Matilda" - }, - { - "id": "1366", - "name": "Ashild" - }, - { - "id": "1367", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1360", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "401", + "strength_level": "1", + "id": "1367", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "395", + "strength_level": "1", "id": "1368", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "1", - "melee_animation": "395", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1369", - "name": "Fishmonger", "examine": "Hmm", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1369", + "range_level": "1", + "attack_level": "1" }, { - "id": "1370", - "name": "Greengrocer", "examine": "At least he eats his greens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1370", + "range_level": "1", + "attack_level": "1" }, { - "id": "1371", - "name": "Prince Brand" - }, - { - "id": "1372", - "name": "Princess Astrid" - }, - { - "id": "1373", - "name": "King Vargas" - }, - { - "id": "1374", - "name": "Guard", "examine": "He's guarding the throne room.", - "attack_level": "1", - "clue_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1374", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1375", - "name": "Advisor Ghrim" - }, - { - "id": "1376", - "name": "Derrik", - "examine": "Smithy for Sogthorpe." - }, - { - "id": "1377", - "name": "Farmer", "examine": "He's cutting the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1377", + "range_level": "1", + "attack_level": "1" }, { - "id": "1378", - "name": "Flower Girl", "examine": "No-one would mistake her for a duchess.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flower Girl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1378", + "range_level": "1", + "attack_level": "1" }, { - "id": "1379", - "name": "Ragnar", - "examine": "A subject of Miscellania." - }, - { - "id": "1380", - "name": "Einar", - "examine": "A subject of Miscellania." - }, - { - "id": "1381", + "death_animation": "836", "name": "Alrik", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1381", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1382", - "name": "Thorhild", - "examine": "A subject of Miscellania." - }, - { - "id": "1383", - "name": "Halla" - }, - { - "id": "1384", - "name": "Yrsa" - }, - { - "id": "1385", - "name": "Sailor", - "examine": "He's strong to the finish, because he eats cabbage.", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "425" + }, + { + "examine": "He's strong to the finish, because he eats cabbage.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sailor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1385", + "range_level": "1", + "attack_level": "1" }, { - "id": "1386", + "death_animation": "836", "name": "Rannveig", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1386", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1387", - "name": "Thora" - }, - { - "id": "1388", + "death_animation": "836", "name": "Valgerd", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1388", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { + "death_animation": "836", + "name": "Skraeling", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "melee_animation": "395", + "strength_level": "1", "id": "1389", - "name": "Skraeling", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "1", - "melee_animation": "395", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1390", - "name": "Broddi", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Broddi", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "422", + "strength_level": "1", + "id": "1390", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1391", - "name": "Skraeling", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Skraeling", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "395", + "strength_level": "1", + "id": "1391", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1392", - "name": "Ragnvald", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Ragnvald", "defence_level": "1", + "safespot": null, "lifepoints": "1", "melee_animation": "810", + "strength_level": "1", + "id": "1392", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "1393", - "name": "Fishmonger", "examine": "Hmm", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishmonger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1393", + "range_level": "1", + "attack_level": "1" }, { - "id": "1394", - "name": "Greengrocer", "examine": "At least he eats his greens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greengrocer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1394", + "range_level": "1", + "attack_level": "1" }, { - "id": "1395", - "name": "Lumberjack Leif", "examine": "He's a lumberjack", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumberjack Leif", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1395", + "range_level": "1", + "attack_level": "1" }, { - "id": "1396", - "name": "Miner Magnus", "examine": "He's just mining his own business.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner Magnus", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1396", + "range_level": "1", + "attack_level": "1" }, { - "id": "1397", - "name": "Fisherman Frodi", "examine": "There's something fishy about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fisherman Frodi", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1397", + "range_level": "1", + "attack_level": "1" }, { - "id": "1398", - "name": "Gardener Gunnhild", "examine": "She's looking a bit weedy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gardener Gunnhild", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1399", - "name": "Fishing spot" - }, - { - "id": "1400", - "name": "Gull" + "lifepoints": "10", + "strength_level": "1", + "id": "1398", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "1401", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "1402", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1403", - "name": "Rooster", - "attack_level": "1", "death_animation": "5389", - "defence_animation": "5388", + "name": "Rooster", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "5387", + "strength_level": "1", + "id": "1403", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5388" }, { - "id": "1404", - "name": "Rabbit", - "attack_level": "1", "death_animation": "6092", - "defence_animation": "6091", + "name": "Rabbit", "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "6090", + "strength_level": "1", + "id": "1404", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "6091" }, { - "id": "1405", - "name": "Fishing spot" - }, - { - "id": "1406", - "name": "Fishing spot" - }, - { - "id": "1407", - "name": "Daero" - }, - { - "id": "1408", - "name": "Waydar" - }, - { - "id": "1409", - "name": "Waydar" - }, - { - "id": "1410", - "name": "Waydar" - }, - { - "id": "1411", - "name": "Garkor" - }, - { - "id": "1412", - "name": "Garkor" - }, - { - "id": "1413", - "name": "Lumo" - }, - { - "id": "1414", - "name": "Lumo" - }, - { - "id": "1415", - "name": "Bunkdo" - }, - { - "id": "1416", - "name": "Bunkdo" - }, - { - "id": "1417", - "name": "Carado" - }, - { - "id": "1418", - "name": "Carado" - }, - { - "id": "1419", - "name": "Lumdo", "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumdo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1419", + "range_level": "1", + "attack_level": "1" }, { - "id": "1420", - "name": "Karam" - }, - { - "id": "1421", - "name": "Karam" - }, - { - "id": "1422", - "name": "Karam" - }, - { - "id": "1423", - "name": "Bunkwicket" - }, - { - "id": "1424", - "name": "Waymottin" - }, - { - "id": "1425", - "name": "Zooknock" - }, - { - "id": "1426", - "name": "Zooknock" - }, - { - "id": "1427", - "name": "G.L.O. Caranock", "examine": "An official looking Gnome with small beady eyes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "G.L.O. Caranock", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1427", + "range_level": "1", + "attack_level": "1" }, { - "id": "1428", - "name": "G.L.O. Caranock" - }, - { - "id": "1429", - "name": "Dugopul" - }, - { - "id": "1430", - "name": "Salenab" - }, - { - "id": "1431", - "name": "Trefaji" - }, - { - "id": "1432", - "name": "Aberab" - }, - { - "id": "1433", - "name": "Solihib", - "movement_radius": "1" - }, - { - "id": "1434", - "name": "Daga" - }, - { - "id": "1435", - "name": "Tutab" - }, - { - "id": "1436", - "name": "Ifaba" - }, - { - "id": "1437", - "name": "Hamab" - }, - { - "id": "1438", - "name": "Hafuba" - }, - { - "id": "1439", - "name": "Denadu" - }, - { - "id": "1440", - "name": "Lofu" - }, - { - "id": "1441", - "name": "Kruk" - }, - { - "id": "1442", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Duke", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1442", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1443", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Oipuis", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1443", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1444", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Uyoro", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1444", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1445", - "name": "Ouhai", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", + "melee_animation": "1383", + "respawn_delay": "60", "defence_animation": "1387", + "death_animation": "1384", + "name": "Ouhai", "defence_level": "1", - "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "130", + "strength_level": "1", + "id": "1445", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1446", + "melee_animation": "1383", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", "name": "Uodai", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", "defence_level": "1", + "safespot": null, "lifepoints": "130", - "melee_animation": "1383", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1447", - "name": "Padulah", + "strength_level": "1", + "id": "1446", "aggressive": "true", - "attack_level": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "133", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "1383", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1448", - "name": "Awowogei" - }, - { - "id": "1449", - "name": "Uwogo" - }, - { - "id": "1450", - "name": "Muruwoi" - }, - { - "id": "1451", - "name": "Sleeping Monkey", - "examine": "A rather sleepy looking guard", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1452", - "name": "Monkey Child", - "examine": "An adorable little monkey child.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1453", - "name": "The Monkey's Uncle", - "examine": "He looks like the Monkey's Uncle.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1454", - "name": "The Monkey's Aunt", - "examine": "She looks like the Monkey's Aunt.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1455", - "name": "Monkey Guard", - "examine": "A scimitar wielding ninja monkey.", - "attack_level": "66", - "combat_audio": "629,631,630", + "defence_animation": "1393", "death_animation": "1384", + "name": "Padulah", + "defence_level": "1", + "safespot": null, + "lifepoints": "133", + "strength_level": "1", + "id": "1447", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rather sleepy looking guard", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", "magic_animation": "0", + "death_animation": "0", + "name": "Sleeping Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1451", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An adorable little monkey child.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1452", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks like the Monkey's Uncle.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Monkey's Uncle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1453", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She looks like the Monkey's Aunt.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Monkey's Aunt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1454", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A scimitar wielding ninja monkey.", "melee_animation": "1392", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Guard", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "8" + "id": "1455", + "range_level": "1", + "attack_level": "66" }, { - "id": "1456", - "name": "Monkey Archer", "examine": "A bow wielding ninja monkey.", - "aggressive": "true", - "attack_level": "43", - "combat_audio": "629,631,630", "combat_style": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "82", - "magic_animation": "0", "melee_animation": "0", "range_animation": "1394", - "range_level": "58", + "combat_audio": "629,631,630", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey Archer", + "defence_level": "58", "safespot": null, + "lifepoints": "82", "strength_level": "43", - "weakness": "1" + "id": "1456", + "aggressive": "true", + "range_level": "58", + "attack_level": "43" }, { + "combat_style": "1", + "melee_animation": "1394", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1457", - "name": "Monkey Archer", "aggressive": "true", - "attack_level": "1", - "combat_audio": "629,631,630", - "combat_style": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1394", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "combat_style": "1", + "melee_animation": "1394", + "combat_audio": "629,631,630", + "respawn_delay": "60", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1458", - "name": "Monkey Archer", "aggressive": "true", - "attack_level": "1", - "combat_audio": "629,631,630", - "combat_style": "1", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1394", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1459", - "name": "Monkey Guard", "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "attack_level": "100", - "attack_speed": "6", - "combat_audio": "629,631,630", - "death_animation": "1404", - "defence_animation": "1403", - "defence_level": "90", - "lifepoints": "130", - "magic_animation": "1402", "melee_animation": "1402", "range_animation": "1402", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "6", + "defence_animation": "1403", + "weakness": "8", + "magic_animation": "1402", + "death_animation": "1404", + "name": "Monkey Guard", + "defence_level": "90", "safespot": null, + "lifepoints": "130", "strength_level": "130", - "weakness": "8" + "id": "1459", + "range_level": "1", + "attack_level": "100" }, { - "id": "1460", - "name": "Monkey Guard", "examine": "A huge brutish gorilla armoured with dangerous looking vambraces.", - "aggressive": "true", - "attack_level": "63", - "attack_speed": "5", - "combat_audio": "629,631,630", - "death_animation": "1404", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "1402", "range_animation": "0", - "range_level": "1", + "combat_audio": "629,631,630", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "1404", + "name": "Monkey Guard", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "8" + "id": "1460", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" }, { - "id": "1461", - "name": "Elder Guard", "examine": "A huge brutish gorilla stands here", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1462", - "name": "Elder Guard" - }, - { - "id": "1463", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1464", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1465", - "name": "Monkey Zombie", - "examine": "A large and lumbering undead monkey.", - "aggressive": "true", - "attack_level": "150", - "attack_speed": "4", - "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "60", - "lifepoints": "60", + "defence_animation": "0", "magic_animation": "0", - "magic_level": "60", + "death_animation": "0", + "name": "Elder Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1461", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1463", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1464", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large and lumbering undead monkey.", "melee_animation": "1383", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "60", - "weakness": "6" - }, - { - "id": "1466", - "name": "Monkey Zombie", - "examine": "A large and lumbering undead monkey stands here, blocking the way.", - "aggressive": "true", - "attack_level": "150", - "attack_speed": "4", - "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "90", - "lifepoints": "90", - "magic_level": "90", - "melee_animation": "1392", - "range_level": "1", - "respawn_delay": "13", - "safespot": null, - "strength_level": "110" - }, - { - "id": "1467", - "name": "Monkey Zombie", - "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.", - "aggressive": "true", - "attack_level": "100", "attack_speed": "4", - "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "629,631,630", - "death_animation": "1384", - "defence_animation": "1393", - "defence_level": "60", - "lifepoints": "60", "magic_level": "60", - "melee_animation": "1392", - "range_level": "1", "respawn_delay": "50", - "safespot": null, - "strength_level": "60" - }, - { - "id": "1468", - "name": "Bonzara" - }, - { - "id": "1469", - "name": "Monkey minder", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "1393", + "weakness": "6", "magic_animation": "0", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "60", + "id": "1465", + "aggressive": "true", + "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "A large and lumbering undead monkey stands here, blocking the way.", + "melee_animation": "1392", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "90", + "respawn_delay": "13", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "90", + "safespot": null, + "lifepoints": "90", + "strength_level": "110", + "id": "1466", + "aggressive": "true", + "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.", + "melee_animation": "1392", + "combat_audio": "629,631,630", + "attack_speed": "4", + "magic_level": "60", + "respawn_delay": "50", + "defence_animation": "1393", + "death_animation": "1384", + "name": "Monkey Zombie", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "60", + "id": "1467", + "aggressive": "true", + "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "He looks like the type of guy who would mind monkeys.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1470", - "name": "Foreman" - }, - { - "id": "1471", - "name": "Skeleton", - "examine": "It looks just a bit... underfed.", - "aggressive": "true", - "attack_level": "180", - "attack_speed": "4", - "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5521", - "defence_animation": "5520", - "defence_level": "110", - "lifepoints": "77", - "magic_animation": "5519", - "magic_level": "110", - "melee_animation": "5519", - "range_animation": "5519", - "range_level": "1", - "respawn_delay": "100", - "safespot": null, - "slayer_exp": "110", - "strength_level": "90", - "weakness": "8" - }, - { - "id": "1472", - "name": "Jungle demon", - "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "2", - "combat_audio": "400,404,403", + "combat_audio": "629,631,630", "defence_animation": "0", - "defence_level": "50", - "lifepoints": "428", "magic_animation": "0", - "magic_level": "50", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "1473", - "name": "Spider", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6251", - "defence_animation": "6250", + "death_animation": "0", + "name": "Monkey minder", "defence_level": "1", - "lifepoints": "2", - "melee_animation": "6249", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "1474", - "name": "Spider" - }, - { - "id": "1475", - "name": "Bird", - "examine": "It's a brightly coloured bird of the jungle.", - "attack_level": "5", - "death_animation": "6779", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "1476", - "name": "Bird", - "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.", - "attack_level": "5", - "death_animation": "6777", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "8" - }, - { - "id": "1477", - "name": "Scorpion", - "attack_level": "1", - "combat_audio": "3611,3612,3610", - "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "1469", "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1478", - "name": "Jungle spider", - "examine": "A very dangerous looking spider", - "aggressive": "true", - "attack_level": "47", - "combat_audio": "537,539,538", - "death_animation": "5329", + "examine": "A Greater Jungle demon. A magical aura emanates from its hide.", + "range_animation": "0", + "combat_audio": "400,404,403", + "attack_speed": "2", + "magic_level": "50", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", + "weakness": "10", "magic_animation": "0", + "name": "Jungle demon", + "defence_level": "50", + "safespot": null, + "lifepoints": "428", + "strength_level": "50", + "id": "1472", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "melee_animation": "6249", + "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "1473", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a brightly coloured bird of the jungle.", + "melee_animation": "6775", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6779", + "name": "Bird", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1475", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.", + "melee_animation": "6775", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6777", + "name": "Bird", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1476", + "range_level": "1", + "attack_level": "5" + }, + { + "slayer_exp": "17", + "name": "Scorpion", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3611,3612,3610", + "strength_level": "1", + "id": "1477", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very dangerous looking spider", "melee_animation": "5327", "range_animation": "0", - "range_level": "63", + "combat_audio": "537,539,538", "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "2" - }, - { - "id": "1479", - "name": "Snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1480", - "name": "Small ninja monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1481", - "name": "Medium ninja monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1482", - "name": "Gorilla" - }, - { - "id": "1483", - "name": "Bearded gorilla", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1484", - "name": "Ancient monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1485", - "name": "Small zombie monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1486", - "name": "Large zombie monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1487", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1488", - "name": "Dummy" - }, - { - "id": "1489", - "name": "Dummy" - }, - { - "id": "1490", - "name": "Dummy" - }, - { - "id": "1491", - "name": "Dummy" - }, - { - "id": "1492", - "name": "Dummy" - }, - { - "id": "1493", - "name": "Dummy" - }, - { - "id": "1494", - "name": "Dummy" - }, - { - "id": "1495", - "name": "Dummy" - }, - { - "id": "1496", - "name": "Dummy" - }, - { - "id": "1497", - "name": "Dummy" - }, - { - "id": "1498", - "name": "Dummy" - }, - { - "id": "1499", - "name": "Dummy" - }, - { - "id": "1500", - "name": "Dummy" - }, - { - "id": "1501", - "name": "Dummy" - }, - { - "id": "1502", - "name": "Dummy" - }, - { - "id": "1503", - "name": "Dummy" - }, - { - "id": "1504", - "name": "Dummy" - }, - { - "id": "1505", - "name": "Dummy" - }, - { - "id": "1506", - "name": "Dummy" - }, - { - "id": "1507", - "name": "Dummy" - }, - { - "id": "1508", - "name": "Forester" - }, - { - "id": "1509", - "name": "Woman-at-arms" - }, - { - "id": "1510", - "name": "Apprentice" - }, - { - "id": "1511", - "name": "Ranger" - }, - { - "id": "1512", - "name": "Adventurer" - }, - { - "id": "1513", - "name": "Mage" - }, - { - "id": "1514", - "name": "Hiylik Myna", - "examine": "A local holy man who supports the people trying to get though Mort Myre." - }, - { - "id": "1515", - "name": "Nail beast" - }, - { - "id": "1521", - "name": "Nail beast", - "examine": "A huge nail beast. Its nails appear very sharp.", - "attack_level": "150", - "death_animation": "5990", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "550", + "weakness": "2", "magic_animation": "0", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "47", + "id": "1478", + "aggressive": "true", + "range_level": "63", + "attack_level": "47" + }, + { + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "1479", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Small ninja monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1480", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Medium ninja monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1481", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Bearded gorilla", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "1483", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ancient monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1484", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Small zombie monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1485", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Large zombie monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1486", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "1487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge nail beast. Its nails appear very sharp.", "melee_animation": "5989", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "150" - }, - { - "id": "1522", - "name": "Nail beast" - }, - { - "id": "1523", - "name": "Nail beast" - }, - { - "id": "1524", - "name": "Undead Lumberjack", - "examine": "He is one", - "attack_level": "73", - "death_animation": "5972", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "5990", + "name": "Nail beast", + "defence_level": "20", + "safespot": null, + "lifepoints": "550", + "strength_level": "150", + "id": "1521", + "range_level": "1", + "attack_level": "150" + }, + { + "examine": "He is one", "melee_animation": "5970", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", "safespot": null, - "strength_level": "73" + "lifepoints": "100", + "strength_level": "73", + "id": "1524", + "range_level": "1", + "attack_level": "73" }, { - "id": "1525", - "name": "Undead Lumberjack" - }, - { - "id": "1526", - "name": "Lanthus" - }, - { - "id": "1527", - "name": "Mine cart" - }, - { - "id": "1528", - "name": "Zealot", "examine": "His robes prominently display the star of Saradomin.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zealot", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1528", + "range_level": "1", + "attack_level": "1" }, { - "id": "1529", - "name": "Sheep" - }, - { - "id": "1530", - "name": "Rabbit" - }, - { - "id": "1531", "name": "Imp", - "attack_level": "1", "defence_level": "1", - "lifepoints": "8", + "safespot": null, "movement_radius": "25", + "lifepoints": "8", + "strength_level": "1", + "id": "1531", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1532", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "combat_style": "1", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1533", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1534", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Handy for hindering the enemy team's movement.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "9658", + "name": "Barricade", + "defence_level": "1", + "poison_immune": "true", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", "id": "1535", - "name": "Barricade", - "examine": "Handy for hindering the enemy team's movement.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9658", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "0", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1536", - "name": "Possessed pickaxe", - "aggressive": "true", - "attack_level": "1", - "death_animation": "188", - "defence_animation": "186", - "defence_level": "1", - "lifepoints": "40", "melee_animation": "185", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "186", + "death_animation": "188", + "name": "Possessed pickaxe", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "40", + "strength_level": "1", + "id": "1536", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1537", - "name": "Haze", "examine": "A strange disturbance in the air.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Haze", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "1537", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1538", - "name": "Corpse", "examine": "Well", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Corpse", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "1538", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1539", - "name": "Skeletal miner", "examine": "I don't think the pickaxe is for hitting rocks.", - "aggressive": "true", - "attack_level": "35", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "8", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeletal miner", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "8" + "id": "1539", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { - "id": "1540", + "melee_animation": "5540", + "respawn_delay": "60", + "defence_animation": "5541", + "death_animation": "5542", "name": "Treus Dayth", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5542", - "defence_animation": "5541", "defence_level": "1", + "safespot": null, "lifepoints": "100", - "melee_animation": "5540", + "strength_level": "1", + "id": "1540", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", "id": "1541", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1542", - "name": "Loading crane" - }, - { - "id": "1543", - "name": "Innocent-looking key" - }, - { - "id": "1544", - "name": "Mine cart" - }, - { - "id": "1545", - "name": "Mine cart" - }, - { - "id": "1546", - "name": "Mine cart" - }, - { - "id": "1547", - "name": "Mine cart" - }, - { - "id": "1548", - "name": "Mine cart" - }, - { - "id": "1549", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "30", "melee_animation": "5540", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "1550", - "name": "Chompy bird", - "examine": "A large boisterous bird, a delicacy for ogres.", - "aggressive": "false", - "attack_level": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "1449,1451,1450", - "death_animation": "6762", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6761", - "poison_immune": "true", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "3" - }, - { - "id": "1551", - "name": "Mischievous ghost", - "attack_level": "1", "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1552", - "name": "Santa" - }, - { - "id": "1553", - "name": "Ug", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1554", - "name": "Aga" - }, - { - "id": "1555", - "name": "Arrg" - }, - { - "id": "1556", - "name": "Arrg", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5541", + "slayer_exp": "25", + "death_animation": "5542", + "name": "Ghost", "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "1549", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird, a delicacy for ogres.", + "melee_animation": "6761", + "range_animation": "0", + "combat_audio": "1449,1451,1450", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "6762", + "name": "Chompy bird", + "defence_level": "3", + "safespot": null, + "poison_immune": "true", + "lifepoints": "10", + "strength_level": "5", + "id": "1550", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "5" + }, + { + "name": "Mischievous ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1551", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ug", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1553", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Arrg", + "defence_level": "1", + "safespot": null, "lifepoints": "150", + "strength_level": "1", + "attack_speed": "5", + "id": "1556", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1557", "name": "Ug", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "1557", + "range_level": "1", + "attack_level": "1" }, { - "id": "1558", - "name": "Ice wolf", "examine": "Not man's best friend.", - "aggressive": "true", - "attack_level": "51", - "death_animation": "6558", - "defence_animation": "0", - "defence_level": "51", - "lifepoints": "72", - "magic_animation": "0", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "51", - "weakness": "7" - }, - { - "id": "1559", - "name": "Ice wolf" - }, - { - "id": "1560", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1561", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1562", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1563", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1564", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1565", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "aggressive": "true", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1566", - "name": "Ice Troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "60", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "1567", - "name": "Cyreg Paddlehorn", - "examine": "A tall and imposing man who's more than familiar with boating.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "1558", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1560", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1561", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1562", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1563", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1564", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1565", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice Troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "1566", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A tall and imposing man who's more than familiar with boating.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cyreg Paddlehorn", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1568", - "name": "Curpile Fyod" - }, - { - "id": "1569", - "name": "Veliaf Hurtz" - }, - { - "id": "1570", - "name": "Sani Piliu" - }, - { - "id": "1571", - "name": "Harold Evans" - }, - { - "id": "1572", - "name": "Radigad Ponfit" - }, - { - "id": "1573", - "name": "Polmafi Ferdygris" - }, - { - "id": "1574", - "name": "Ivan Strom" - }, - { - "id": "1575", - "name": "Skeleton Hellhound" - }, - { - "id": "1576", - "name": "Stranger" - }, - { - "id": "1577", - "name": "Vanstrom Klause" - }, - { - "id": "1578", - "name": "Mist" - }, - { - "id": "1579", - "name": "Vanstrom Klause" - }, - { - "id": "1580", - "name": "Vanstrom Klause" - }, - { - "id": "1581", - "name": "Vanstrom Klause" + "lifepoints": "10", + "strength_level": "1", + "id": "1567", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1582", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1583", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1584", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1585", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", "id": "1586", - "name": "Fire giant", - "examine": "A very large elemental adversary.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4665", + "weakness": "1", + "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", "id": "1587", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" + "attack_level": "30" }, { + "examine": "His beard seems to have a life of its own.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4665", + "weakness": "1", + "slayer_exp": "60", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", "id": "1588", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" + "attack_level": "30" }, { - "id": "1589", - "name": "Baby red dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", + "defence_animation": "26", + "weakness": "3", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby red dragon", + "defence_level": "42", "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "1589", + "aggressive": "true", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "1590", - "name": "Bronze dragon", "examine": "Its scales seem to be made of bronze.", - "aggressive": "true", - "attack_level": "112", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "112", - "lifepoints": "122", - "magic_animation": "80", - "magic_level": "100", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "40", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "125", + "magic_animation": "80", + "death_animation": "92", + "name": "Bronze dragon", + "defence_level": "112", + "safespot": null, + "lifepoints": "122", "strength_level": "112", - "weakness": "7" + "id": "1590", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "112" }, { - "id": "1591", - "name": "Iron dragon", "examine": "Its scales seem to be made of iron.", - "aggressive": "true", - "attack_level": "165", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "165", - "lifepoints": "165", - "magic_animation": "80", - "magic_level": "100", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "45", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "173", + "magic_animation": "80", + "death_animation": "92", + "name": "Iron dragon", + "defence_level": "165", + "safespot": null, + "lifepoints": "165", "strength_level": "165", - "weakness": "7" - }, - { - "id": "1592", - "name": "Steel dragon", - "examine": "Its scales seem to be made of steel.", + "id": "1591", "aggressive": "true", - "attack_level": "215", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "215", - "lifepoints": "210", - "magic_animation": "80", - "magic_level": "100", + "range_level": "1", + "attack_level": "165" + }, + { + "examine": "Its scales seem to be made of steel.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", "respawn_delay": "45", - "safespot": null, + "defence_animation": "89", + "weakness": "7", "slayer_exp": "221", + "magic_animation": "80", + "death_animation": "92", + "name": "Steel dragon", + "defence_level": "215", + "safespot": null, + "lifepoints": "210", "strength_level": "215", - "weakness": "7" + "id": "1592", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "215" }, { - "id": "1593", - "name": "Wild dog", "examine": "An unsuitable pet.", - "aggressive": "true", - "attack_level": "25", - "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", - "death_animation": "6564", - "defence_animation": "6563", - "defence_level": "25", - "lifepoints": "62", - "magic_animation": "6562", - "magic_level": "20", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "magic_level": "20", "respawn_delay": "20", - "safespot": null, - "strength_level": "25", - "weakness": "7" - }, - { - "id": "1594", + "defence_animation": "6563", + "weakness": "7", + "magic_animation": "6562", + "death_animation": "6564", "name": "Wild dog", - "examine": "Looks like it's got Rabies!", - "aggressive": "true", - "attack_level": "25", - "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", - "death_animation": "6564", - "defence_animation": "6563", "defence_level": "25", + "safespot": null, "lifepoints": "62", - "magic_animation": "6562", - "magic_level": "20", + "strength_level": "25", + "id": "1593", + "aggressive": "true", + "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "Looks like it's got Rabies!", "melee_animation": "6562", "range_animation": "6562", - "range_level": "1", + "magic_level": "20", "respawn_delay": "20", + "defence_animation": "6563", + "magic_animation": "6562", + "death_animation": "6564", + "name": "Wild dog", + "defence_level": "25", "safespot": null, - "strength_level": "25" + "lifepoints": "62", + "strength_level": "25", + "id": "1594", + "aggressive": "true", + "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5", + "range_level": "1", + "attack_level": "25" }, { - "id": "1595", - "name": "Saniboch", - "examine": "Looks like he wants money." - }, - { - "id": "1596", - "name": "Vannaka" - }, - { - "id": "1597", - "name": "Vannaka", - "examine": "He looks dangerous." - }, - { - "id": "1598", + "examine": "She looks dangerous!", "name": "Chaeldar", - "examine": "She looks dangerous!" + "id": "1598" }, { - "id": "1599", - "name": "Cave crawler" - }, - { - "id": "1600", - "name": "Cave crawler", "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", - "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", "range_animation": "266", - "range_level": "38", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", "respawn_delay": "25", - "safespot": null, + "defence_animation": "267", + "weakness": "1", "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", "strength_level": "30", - "weakness": "1" + "id": "1600", + "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", + "range_level": "38", + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1601", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1602", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A spiky crawling critter. ", + "melee_animation": "266", + "range_animation": "266", + "combat_audio": "341,343,342", + "attack_speed": "4", + "poisonous": "true", + "respawn_delay": "25", + "defence_animation": "267", + "slayer_exp": "22", + "poison_amount": "40", + "magic_animation": "266", + "death_animation": "265", + "name": "Cave crawler", + "defence_level": "30", + "safespot": null, + "lifepoints": "23", + "strength_level": "30", "id": "1603", - "name": "Cave crawler", - "examine": "A spiky crawling critter. ", - "attack_level": "28", - "attack_speed": "4", "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0", - "combat_audio": "341,343,342", - "death_animation": "265", - "defence_animation": "267", - "defence_level": "30", - "lifepoints": "23", - "magic_animation": "266", - "melee_animation": "266", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "266", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "22", - "strength_level": "30" + "attack_level": "28" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1604", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1605", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1606", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" + "clue_level": "2", + "range_level": "1", + "projectile": "335", + "attack_level": "1" }, { + "examine": "A very smelly ghost.", + "start_gfx": "334", + "combat_style": "2", + "melee_animation": "9466", + "attack_speed": "4", + "weakness": "5", + "slayer_exp": "90", + "magic_animation": "9466", + "death_animation": "9467", + "lifepoints": "90", "id": "1607", - "name": "Aberrant spectre", - "examine": "A very smelly ghost.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "272,275,274", - "combat_style": "2", - "death_animation": "9467", - "defence_animation": "9468", - "defence_level": "90", - "end_gfx": "336", - "lifepoints": "90", - "magic_animation": "9466", - "magic_level": "105", - "melee_animation": "9466", - "projectile": "335", "range_animation": "1507", - "range_level": "1", + "combat_audio": "272,275,274", + "magic_level": "105", + "end_gfx": "336", + "defence_animation": "9468", + "name": "Aberrant spectre", + "defence_level": "90", "safespot": null, - "slayer_exp": "90", - "start_gfx": "334", "strength_level": "1", - "weakness": "5" - }, - { - "id": "1608", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", - "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", - "melee_animation": "9439", - "range_animation": "9439", - "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "97", - "strength_level": "105" - }, - { - "id": "1609", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", - "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", - "melee_animation": "9439", - "range_animation": "9439", - "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "97", - "strength_level": "105" - }, - { - "id": "1610", - "name": "Gargoyle", - "examine": "Flies like a rock.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", + "range_level": "1", + "projectile": "335", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "combat_audio": "588,590,589", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9441", + "slayer_exp": "97", + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "1608", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", + "melee_animation": "9439", + "range_animation": "9439", + "combat_audio": "588,590,589", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9441", + "slayer_exp": "97", + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "1609", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "Flies like a rock.", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "1610", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1611", - "name": "Swarming turoth", "examine": "Flies like a rock.", - "attack_level": "45", - "attack_speed": "5", - "clue_level": "2", - "death_animation": "1518", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "105", - "magic_animation": "1516", "melee_animation": "1516", "range_animation": "1516", - "range_level": "49", - "safespot": null, + "attack_speed": "5", + "defence_animation": "0", + "weakness": "0", "slayer_exp": "105", + "magic_animation": "1516", + "death_animation": "1518", + "name": "Swarming turoth", + "defence_level": "42", + "safespot": null, + "lifepoints": "105", "strength_level": "104", - "weakness": "0" + "id": "1611", + "clue_level": "2", + "range_level": "49", + "attack_level": "45" }, { - "id": "1612", - "name": "Banshee", "examine": "A tortured screaming soul.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "284,286,285", - "death_animation": "9450", - "defence_animation": "9451", - "defence_level": "22", - "lifepoints": "22", - "magic_animation": "1523", - "magic_level": "1", "melee_animation": "9449", "range_animation": "1523", - "range_level": "1", + "combat_audio": "284,286,285", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "9451", "slayer_exp": "22", - "strength_level": "15" + "magic_animation": "1523", + "death_animation": "9450", + "name": "Banshee", + "defence_level": "22", + "safespot": null, + "lifepoints": "22", + "strength_level": "15", + "id": "1612", + "aggressive": "true", + "clue_level": "0", + "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "1613", - "name": "Nechryael", "examine": "An evil death demon.", - "attack_level": "97", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "645,647,646", - "death_animation": "9488", - "defence_animation": "9489", - "defence_level": "105", - "lifepoints": "105", - "magic_animation": "1528", - "magic_level": "1", "melee_animation": "9487", "range_animation": "1528", - "range_level": "1", - "safespot": null, - "strength_level": "97" - }, - { - "id": "1614", - "name": "Death spawn", - "examine": "An evil death spawn.", - "aggressive": "true", - "attack_level": "67", + "combat_audio": "645,647,646", "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "death_animation": "9460", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "1540", "magic_level": "1", - "melee_animation": "1540", - "poison_immune": "true", - "range_animation": "1540", - "range_level": "1", + "defence_animation": "9489", + "magic_animation": "1528", + "death_animation": "9488", + "name": "Nechryael", + "defence_level": "105", "safespot": null, - "strength_level": "7", - "weakness": "2" - }, - { - "id": "1615", - "name": "Abyssal demon", - "examine": "A denizen of the Abyss!", - "attack_level": "97", - "attack_speed": "4", + "lifepoints": "105", + "strength_level": "97", + "id": "1613", "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "276,278,277", - "death_animation": "1538", - "defence_animation": "0", - "defence_level": "135", - "lifepoints": "150", - "magic_animation": "1537", + "range_level": "1", + "attack_level": "97" + }, + { + "examine": "An evil death spawn.", + "melee_animation": "1540", + "range_animation": "1540", + "attack_speed": "4", "magic_level": "1", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "1540", + "death_animation": "9460", + "name": "Death spawn", + "defence_level": "30", + "poison_immune": "true", + "safespot": null, + "lifepoints": "60", + "strength_level": "7", + "id": "1614", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" + }, + { + "examine": "A denizen of the Abyss!", "melee_animation": "1537", "range_animation": "1537", - "range_level": "1", - "safespot": null, + "combat_audio": "276,278,277", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "1", "slayer_exp": "150", + "magic_animation": "1537", + "death_animation": "1538", + "name": "Abyssal demon", + "defence_level": "135", + "safespot": null, + "lifepoints": "150", "strength_level": "67", - "weakness": "1" + "id": "1615", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "97" }, { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "combat_audio": "288,290,289", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "45", "id": "1616", - "name": "Basilisk", - "examine": "The eyes of evil.", "aggressive": "false", - "attack_level": "30", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0", - "combat_audio": "288,290,289", - "death_animation": "264", - "defence_animation": "261", - "defence_level": "75", - "lifepoints": "75", - "magic_animation": "260", - "magic_level": "1", - "melee_animation": "260", - "range_animation": "260", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "75", - "strength_level": "45" + "attack_level": "30" }, { + "examine": "The eyes of evil.", + "melee_animation": "260", + "range_animation": "260", + "combat_audio": "288,290,289", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "261", + "slayer_exp": "75", + "magic_animation": "260", + "death_animation": "264", + "name": "Basilisk", + "defence_level": "75", + "safespot": null, + "lifepoints": "75", + "strength_level": "45", "id": "1617", - "name": "Basilisk", - "examine": "The eyes of evil.", "aggressive": "false", - "attack_level": "30", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0", - "combat_audio": "288,290,289", - "death_animation": "264", - "defence_animation": "261", - "defence_level": "75", - "lifepoints": "75", - "magic_animation": "260", - "magic_level": "1", - "melee_animation": "260", - "range_animation": "260", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "75", - "strength_level": "45" + "attack_level": "30" }, { + "examine": "The tongue of evil.", + "melee_animation": "9130", + "range_animation": "1552", + "combat_audio": "312,314,313", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "9132", + "slayer_exp": "120", + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", "id": "1618", - "name": "Bloodveld", - "examine": "The tongue of evil.", "aggressive": "false", - "attack_level": "75", - "attack_speed": "4", "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", - "melee_animation": "9130", - "range_animation": "1552", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "120", - "strength_level": "45" + "attack_level": "75" }, { - "id": "1619", - "name": "Bloodveld", "examine": "The tongue of evil.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", "melee_animation": "9130", "range_animation": "1552", - "range_level": "1", + "combat_audio": "312,314,313", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "9132", "slayer_exp": "120", - "strength_level": "45" + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "1619", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1620", - "name": "Cockatrice", "examine": "The winged reptile.", - "attack_level": "32", - "attack_speed": "5", - "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "363,365,364", - "death_animation": "7763", - "defence_animation": "7761", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "7762", "melee_animation": "7762", "range_animation": "7762", - "range_level": "32", - "safespot": null, + "combat_audio": "363,365,364", + "attack_speed": "5", + "defence_animation": "7761", + "weakness": "2", "slayer_exp": "37", + "magic_animation": "7762", + "death_animation": "7763", + "name": "Cockatrice", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", "strength_level": "32", - "weakness": "2" - }, - { - "id": "1621", - "name": "Cockatrice", - "examine": "The winged reptile.", - "attack_level": "32", - "attack_speed": "5", + "id": "1620", "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "363,365,364", - "death_animation": "7763", - "defence_animation": "7761", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "7762", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The winged reptile.", "melee_animation": "7762", "range_animation": "7762", - "range_level": "1", - "safespot": null, + "combat_audio": "363,365,364", + "attack_speed": "5", + "defence_animation": "7761", "slayer_exp": "37", - "strength_level": "32" + "magic_animation": "7762", + "death_animation": "7763", + "name": "Cockatrice", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", + "strength_level": "32", + "id": "1621", + "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "32" }, { - "id": "1622", - "name": "Turoth", "examine": "He's one big leg short!", - "attack_level": "55", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "85", - "lifepoints": "78", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", - "range_level": "1", - "respawn_delay": "15", "safespot": null, - "strength_level": "85" - }, - { - "id": "1623", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "58", - "attack_speed": "4", + "lifepoints": "78", + "strength_level": "85", + "id": "1622", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "88", - "lifepoints": "81", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "88" + "attack_level": "55" }, { - "id": "1624", - "name": "Dust devil", - "examine": "The vacuumed face of evil.", - "attack_level": "105", + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", "attack_speed": "4", - "combat_audio": "414,416,415", - "death_animation": "1558", - "defence_animation": "1555", - "defence_level": "40", - "lifepoints": "105", - "magic_animation": "1557", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "88", + "safespot": null, + "lifepoints": "81", + "strength_level": "88", + "id": "1623", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "58" + }, + { + "examine": "The vacuumed face of evil.", "melee_animation": "1557", "range_animation": "1557", - "range_level": "1", - "safespot": null, + "combat_audio": "414,416,415", + "attack_speed": "4", + "defence_animation": "1555", + "weakness": "2", "slayer_exp": "105", + "magic_animation": "1557", + "death_animation": "1558", + "name": "Dust devil", + "defence_level": "40", + "safespot": null, + "lifepoints": "105", "strength_level": "70", - "weakness": "2" + "id": "1624", + "range_level": "1", + "attack_level": "105" }, { - "id": "1625", - "name": "Smokedevil", "examine": "The cave-dwelling cousin of the dust devils.", - "attack_level": "105", - "death_animation": "1558", - "defence_animation": "0", - "defence_level": "61", - "lifepoints": "87", - "magic_animation": "0", "melee_animation": "1557", "range_animation": "0", - "range_level": "61", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "1558", + "name": "Smokedevil", + "defence_level": "61", "safespot": null, + "lifepoints": "87", "strength_level": "105", - "weakness": "2" + "id": "1625", + "range_level": "61", + "attack_level": "105" }, { - "id": "1626", - "name": "Turoth", "examine": "She's one leg short!", - "attack_level": "56", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "86", + "safespot": null, "lifepoints": "79", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "86", + "id": "1626", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "86" + "attack_level": "56" }, { - "id": "1627", - "name": "Turoth", "examine": "It's one leg short!", - "attack_level": "54", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "84", + "safespot": null, "lifepoints": "77", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "84", + "id": "1627", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "84" + "attack_level": "54" }, { - "id": "1628", - "name": "Turoth", "examine": "It's one small leg short!", - "attack_level": "53", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "clue_level": "2", + "melee_animation": "9471", + "range_animation": "9471", "combat_audio": "873,875,874", - "death_animation": "9472", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", "defence_level": "83", + "safespot": null, "lifepoints": "76", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", + "strength_level": "83", + "id": "1628", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "83" + "attack_level": "53" }, { + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "87", + "safespot": null, + "lifepoints": "80", + "strength_level": "87", "id": "1629", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "57", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "87", - "lifepoints": "80", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "87" + "attack_level": "57" }, { + "examine": "He's one big leg short!", + "melee_animation": "9471", + "range_animation": "9471", + "combat_audio": "873,875,874", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "9473", + "magic_animation": "9471", + "death_animation": "9472", + "name": "Turoth", + "defence_level": "87", + "safespot": null, + "lifepoints": "80", + "strength_level": "87", "id": "1630", - "name": "Turoth", - "examine": "He's one big leg short!", - "attack_level": "57", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", "clue_level": "2", - "combat_audio": "873,875,874", - "death_animation": "9472", - "defence_animation": "9473", - "defence_level": "87", - "lifepoints": "80", - "magic_animation": "9471", - "magic_level": "1", - "melee_animation": "9471", - "range_animation": "9471", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "87" + "attack_level": "57" }, { - "id": "1631", - "name": "Rockslug", - "examine": "A rocky slug.", - "attack_level": "24", + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", "attack_speed": "5", - "clue_level": "2", - "combat_audio": "729,731,730", - "death_animation": "1597", - "defence_animation": "1596", - "defence_level": "30", - "lifepoints": "30", - "magic_animation": "1595", - "magic_level": "1", - "melee_animation": "1595", - "range_animation": "1595", - "range_level": "1", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", "safespot": null, - "strength_level": "30", - "weakness": "7" - }, - { - "id": "1632", - "name": "Rockslug", - "examine": "A rocky slug.", - "attack_level": "24", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "729,731,730", - "death_animation": "1597", - "defence_animation": "1596", - "defence_level": "30", - "lifepoints": "30", - "magic_animation": "1595", - "magic_level": "1", - "melee_animation": "1595", - "range_animation": "1595", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "7" - }, - { + "lifepoints": "45", + "strength_level": "29", "id": "1633", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1634", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1635", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { + "spawn_animation": "8081", + "examine": "A small fire demon.", + "melee_animation": "8080", + "combat_audio": "696,698,697", + "attack_speed": "5", + "magic_level": "10", + "respawn_delay": "60", + "defence_animation": "8084", + "weakness": "4", + "slayer_exp": "45", + "death_animation": "8078", + "name": "Pyrefiend", + "defence_level": "19", + "safespot": null, + "lifepoints": "45", + "strength_level": "29", "id": "1636", - "name": "Pyrefiend", - "examine": "A small fire demon.", - "attack_level": "22", - "attack_speed": "5", "bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0", "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "19", - "lifepoints": "45", - "magic_level": "10", - "melee_animation": "8080", "range_level": "19", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "45", - "spawn_animation": "8081", - "strength_level": "29", - "weakness": "4" + "attack_level": "22" }, { - "id": "1637", - "name": "Jelly", "examine": "It's a Jelly.", - "attack_level": "40", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "8571", - "defence_level": "40", - "lifepoints": "75", - "magic_animation": "8569", - "magic_level": "40", "melee_animation": "8569", "range_animation": "8569", - "range_level": "40", - "safespot": null, + "combat_audio": "547,550,549", + "attack_speed": "5", + "magic_level": "40", + "defence_animation": "8571", + "weakness": "2", "slayer_exp": "75", + "magic_animation": "8569", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "40", + "safespot": null, + "lifepoints": "75", "strength_level": "45", - "weakness": "2" + "id": "1637", + "clue_level": "2", + "range_level": "40", + "attack_level": "40" }, { - "id": "1638", - "name": "Jelly", "examine": "Doesn't look so tough...", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "8569", "range_animation": "0", - "range_level": "49", + "combat_audio": "547,550,549", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", "strength_level": "1", - "weakness": "2" + "id": "1638", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" }, { - "id": "1639", - "name": "Jelly", "examine": "Wibbly.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", + "melee_animation": "8569", + "range_animation": "0", "combat_audio": "547,550,549", - "death_animation": "8570", + "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "2", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", "defence_level": "49", + "safespot": null, "lifepoints": "70", - "magic_animation": "0", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", "strength_level": "1", - "weakness": "2" + "id": "1639", + "clue_level": "2", + "range_level": "49", + "attack_level": "1" }, { - "id": "1640", - "name": "Jelly", "examine": "There's always room for jelly.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "2", - "combat_audio": "547,550,549", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "140", - "magic_animation": "0", "melee_animation": "8569", "range_animation": "0", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "8570", + "name": "Jelly", + "defence_level": "49", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "1640", + "clue_level": "2", "range_level": "49", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1", - "weakness": "2" + "attack_level": "1" }, { + "melee_animation": "8569", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8571", + "slayer_exp": "75", + "name": "Jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", "id": "1641", - "name": "Jelly", - "attack_level": "1", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "547,550,549", - "defence_animation": "8571", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8569", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "8569", + "combat_audio": "547,550,549", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8571", + "slayer_exp": "75", + "name": "Jelly", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", "id": "1642", - "name": "Jelly", - "attack_level": "1", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "547,550,549", - "defence_animation": "8571", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8569", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1643", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1644", - "name": "Infernal Mage", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1645", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1646", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { + "examine": "An evil magic user.", + "start_gfx": "99", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "magic_level": "75", + "respawn_delay": "12", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "811", + "death_animation": "836", + "name": "Infernal Mage", + "defence_level": "60", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", "id": "1647", - "name": "Infernal Mage", - "examine": "An evil magic user.", - "attack_level": "1", "bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "end_gfx": "101", - "lifepoints": "60", - "magic_animation": "811", - "magic_level": "75", - "melee_animation": "811", - "projectile": "100", - "range_animation": "811", "range_level": "1", - "respawn_delay": "12", - "safespot": null, - "start_gfx": "99", - "strength_level": "1", - "weakness": "3" + "projectile": "100", + "attack_level": "1" }, { - "id": "1648", - "name": "Crawling Hand", "examine": "Now THAT'S handy.", - "attack_level": "5", - "attack_speed": "5", - "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "9127", - "defence_level": "5", - "lifepoints": "16", - "magic_animation": "9125", "melee_animation": "9125", "range_animation": "9125", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "20", - "safespot": null, + "defence_animation": "9127", + "weakness": "9", "slayer_exp": "19", + "magic_animation": "9125", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "5", + "safespot": null, + "lifepoints": "16", "strength_level": "5", - "weakness": "9" + "id": "1648", + "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "5" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1649", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1650", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1651", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "Gimmie five. Actually", + "melee_animation": "9125", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "19", + "magic_animation": "0", + "death_animation": "9126", + "name": "Crawling Hand", + "defence_level": "8", + "safespot": null, + "lifepoints": "5", + "strength_level": "8", "id": "1652", - "name": "Crawling Hand", - "examine": "Gimmie five. Actually", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9126", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "9125", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "19", - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { - "id": "1653", - "name": "Crawling Hand", "examine": "Now THAT's handy.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1653", + "range_level": "1", + "attack_level": "13" }, { - "id": "1654", - "name": "Crawling Hand", "examine": "I'm glad it's just the hand I can see...", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1654", + "range_level": "1", + "attack_level": "13" }, { + "examine": "A big severed hand.", + "melee_animation": "9444", + "range_animation": "0", + "combat_audio": "377,379,378", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "1655", - "name": "Crawling Hand", - "examine": "A big severed hand.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "9444", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "9" + "attack_level": "13" }, { - "id": "1656", - "name": "Crawling Hand", "examine": "Give the guy a big hand.....", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", - "strength_level": "13", - "weakness": "9" - }, - { - "id": "1657", + "magic_animation": "0", + "death_animation": "9445", "name": "Crawling Hand", - "examine": "A big severed hand.", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "377,379,378", - "death_animation": "9445", - "defence_animation": "0", "defence_level": "13", + "safespot": null, "lifepoints": "18", - "magic_animation": "0", + "strength_level": "13", + "id": "1656", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A big severed hand.", "melee_animation": "9444", "range_animation": "0", - "range_level": "1", + "combat_audio": "377,379,378", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "9445", + "name": "Crawling Hand", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "9" + "id": "1657", + "range_level": "1", + "attack_level": "13" }, { - "id": "1658", - "name": "Robe Store owner", "examine": "A Supplier of Magical robes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Robe Store owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1658", + "range_level": "1", + "attack_level": "1" }, { - "id": "1659", - "name": "Skullball" - }, - { - "id": "1660", - "name": "Skullball Boss", "examine": "He's in charge of the Skullball Course.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Boss", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1660", + "range_level": "1", + "attack_level": "1" }, { - "id": "1661", - "name": "Agility Boss", "examine": "He's in charge of the Agility Course.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Boss", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1661", + "range_level": "1", + "attack_level": "1" }, { - "id": "1662", - "name": "Skullball Trainer", "examine": "A skullball guide.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Skullball Trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1662", + "range_level": "1", + "attack_level": "1" }, { - "id": "1663", - "name": "Agility Trainer", "examine": "A werewolf agility trainer.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Trainer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1663", + "range_level": "1", + "attack_level": "1" }, { - "id": "1664", - "name": "Agility Trainer" - }, - { - "id": "1665", - "name": "Werewolf", "examine": "Looks like he's guarding a trapdoor...", - "attack_level": "1", - "clue_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "100", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1666", - "name": "Dr Fenkenstrain" - }, - { - "id": "1671", - "name": "Fenkenstrain's Monster" - }, - { - "id": "1674", - "name": "Lord Rologarth" - }, - { - "id": "1675", - "name": "Gardener Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Werewolf", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1676", - "name": "Experiment", - "examine": "It has a key hanging from its collar.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "1628", - "defence_animation": "1627", - "defence_level": "50", - "lifepoints": "40", - "magic_level": "1", - "melee_animation": "1626", - "range_level": "1", - "strength_level": "50" - }, - { - "id": "1677", - "name": "Experiment", - "examine": "One of Fenkenstrain's failed experiments.", - "aggressive": "", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "", - "death_animation": "1618", - "defence_animation": "1617", - "defence_level": "30", "lifepoints": "100", - "magic_level": "1", - "melee_animation": "1616", + "strength_level": "1", + "id": "1665", + "clue_level": "1", "range_level": "1", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1678", - "name": "Experiment", - "examine": "One of Fenkenstrain's failed experiments.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "1611", - "defence_animation": "1613", - "defence_level": "30", - "lifepoints": "100", - "magic_level": "1", - "melee_animation": "1612", + "name": "Gardener Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1675", "range_level": "1", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1679", - "name": "Eluned" - }, - { - "id": "1680", - "name": "Islwyn" - }, - { - "id": "1681", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "60", - "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "60", - "lifepoints": "120", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "magic_level": "1", + "defence_animation": "4665", + "weakness": "3", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "60", "safespot": null, + "lifepoints": "120", "strength_level": "60", - "weakness": "3" + "id": "1681", + "aggressive": "true", + "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" }, { - "id": "1682", - "name": "Golrie" - }, - { - "id": "1683", - "name": "Velorina" - }, - { - "id": "1684", - "name": "Necrovarus", - "examine": "An evil priest." - }, - { - "id": "1685", - "name": "Gravingas" - }, - { - "id": "1686", - "name": "Ghost disciple", "examine": "A ghost disciple.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1687", - "name": "Ak-Haranu" - }, - { - "id": "1688", - "name": "Ak-Haranu", - "examine": "A trader from across the eastern sea.", - "attack_level": "1", - "death_animation": "836", + "combat_audio": "436,439,438", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "movement_radius": "2", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", + "death_animation": "0", + "name": "Ghost disciple", + "defence_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1686", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A trader from across the eastern sea.", "start_gfx": "0", "start_height": "0", - "strength_level": "1" - }, - { - "id": "1689", - "name": "Undead cow" - }, - { - "id": "1691", - "name": "Undead cow", - "examine": "It's an undead cow.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", + "melee_animation": "386", + "range_animation": "0", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Ak-Haranu", + "defence_level": "1", + "movement_radius": "2", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1688", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's an undead cow.", "melee_animation": "5849", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "5", + "defence_animation": "5850", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", "safespot": null, + "lifepoints": "8", "strength_level": "3", - "weakness": "8" + "id": "1691", + "aggressive": "false", + "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "1692", - "name": "Undead chicken", "examine": "Yup, definitely a chicken... an undead chicken.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "combat_audio": "355,357,356", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5389", + "name": "Undead chicken", + "defence_level": "1", "safespot": null, + "lifepoints": "3", "strength_level": "1", - "weakness": "7" + "id": "1692", + "aggressive": "false", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "1693", - "name": "Giant lobster", "examine": "An extremely vicious lobster.", - "attack_level": "30", - "death_animation": "6267", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "128", - "magic_animation": "0", "melee_animation": "6265", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant lobster", + "defence_level": "30", "safespot": null, + "lifepoints": "128", "strength_level": "30", - "weakness": "6" + "id": "1693", + "range_level": "1", + "attack_level": "30" }, { - "id": "1694", - "name": "Robin" - }, - { - "id": "1695", - "name": "Old crone", "examine": "An old", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old crone", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1695", + "range_level": "1", + "attack_level": "1" }, { - "id": "1696", - "name": "Old man", "examine": "A creaky old man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old man", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1696", + "range_level": "1", + "attack_level": "1" }, { - "id": "1697", - "name": "Ghost villager", "examine": "A spooky ghost villager.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost villager", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1697", + "range_level": "1", + "attack_level": "1" }, { - "id": "1698", - "name": "Tortured soul", "examine": "This poor soul cannot understand why it has not passed to the next world.", - "aggressive": "true", - "attack_level": "52", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "51", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "422", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "62", - "weakness": "3" - }, - { - "id": "1699", - "name": "Ghost shopkeeper", - "examine": "Beware the ghostly shopkeeper's wares!", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1700", - "name": "Ghost innkeeper", - "examine": "Doesn't look like the bar's open anymore.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1701", - "name": "Ghost farmer", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1702", - "name": "Ghost banker", - "examine": "A ghost banker.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1703", - "name": "Ghost sailor", - "examine": "A ghost sailor.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1704", - "name": "Ghost captain", - "examine": "A ghostship captain.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1705", - "name": "Ghost captain", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1706", - "name": "Ghost guard", - "examine": "This ghost guards the gates of Port Phasmatys.", - "attack_level": "1", - "combat_audio": "436,439,438", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1707", - "name": "Ghost (?)", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1708", - "name": "Ghost (?)", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1709", - "name": "Johanhus Ulsbrecht" - }, - { - "id": "1710", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1711", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1712", - "name": "H.A.M. Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "1713", - "name": "H.A.M. Deacon", - "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1714", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1715", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1716", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1717", - "name": "H.A.M. Member", - "examine": "A member of the 'Humans Against Monsters' group.", - "attack_level": "1", - "clue_level": "0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1718", - "name": "Jimmy the Chisel", - "examine": "A young man with a dark and mysterious past.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1719", - "name": "Tree" - }, - { - "id": "1720", - "name": "Tree" - }, - { - "id": "1721", - "name": "Tree" - }, - { - "id": "1722", - "name": "Dead tree" - }, - { - "id": "1723", - "name": "Dead tree" - }, - { - "id": "1724", - "name": "Dead tree" - }, - { - "id": "1725", - "name": "Dead tree" - }, - { - "id": "1726", - "name": "Dead tree" - }, - { - "id": "1727", - "name": "Dead tree" - }, - { - "id": "1728", - "name": "Dead tree" - }, - { - "id": "1729", - "name": "Dead tree" - }, - { - "id": "1730", - "name": "Dead tree" - }, - { - "id": "1731", - "name": "Dead tree" - }, - { - "id": "1732", - "name": "Dramen tree" - }, - { - "id": "1734", - "name": "Magic tree" - }, - { - "id": "1735", - "name": "Maple tree" - }, - { - "id": "1736", - "name": "Willow" - }, - { - "id": "1737", - "name": "Willow" - }, - { - "id": "1738", - "name": "Willow" - }, - { - "id": "1739", - "name": "Oak", - "examine": "Manages the mill.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1740", - "name": "Yew", - "examine": "One of Sigmund's elite guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1741", - "name": "Evergreen", - "examine": "One of Sigmund's elite guards.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1742", - "name": "Evergreen", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1743", - "name": "Evergreen", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1744", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1745", - "name": "Dead tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1746", - "name": "Achey Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1747", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1748", - "name": "Tree", - "examine": "A member of Sigmund's H.A.M. splinter group.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1749", - "name": "Hollow tree" - }, - { - "id": "1750", - "name": "Hollow tree" - }, - { - "id": "1751", - "name": "Terrorbird", - "examine": "A giant raptor.", - "aggressive": "false", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "832,834,833", - "death_animation": "1013", - "defence_animation": "1012", - "defence_level": "19", - "lifepoints": "34", - "magic_animation": "0", + "attack_speed": "5", "magic_level": "1", - "melee_animation": "1010", - "range_level": "1", - "respawn_delay": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "slayer_exp": "51", + "magic_animation": "0", + "death_animation": "836", + "name": "Tortured soul", + "defence_level": "38", "safespot": null, - "strength_level": "23" + "lifepoints": "51", + "strength_level": "62", + "id": "1698", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" }, { - "id": "1752", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "33", - "death_animation": "6791", + "examine": "Beware the ghostly shopkeeper's wares!", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", "defence_animation": "0", - "defence_level": "33", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Ghost shopkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1699", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Doesn't look like the bar's open anymore.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost innkeeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1700", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1701", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghost banker.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1702", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghost sailor.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost sailor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1703", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A ghostship captain.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1704", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost captain", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1705", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This ghost guards the gates of Port Phasmatys.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "436,439,438", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1706", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost (?)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1707", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Ghost (?)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "1708", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1710", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1711", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A guard for the humans against monster group.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Guard", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "1712", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Deacon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1713", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1714", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1715", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1716", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1717", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young man with a dark and mysterious past.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jimmy the Chisel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Manages the mill.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Oak", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1739", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Sigmund's elite guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yew", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1740", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Sigmund's elite guards.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1741", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1742", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evergreen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1743", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1744", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dead tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1745", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Achey Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1746", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1747", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A member of Sigmund's H.A.M. splinter group.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tree", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1748", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant raptor.", + "melee_animation": "1010", + "combat_audio": "832,834,833", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "1012", + "magic_animation": "0", + "death_animation": "1013", + "name": "Terrorbird", + "defence_level": "19", + "safespot": null, + "lifepoints": "34", + "strength_level": "23", + "id": "1751", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "These gnomes know how to get around!", "melee_animation": "6790", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "33", "safespot": null, + "lifepoints": "37", "strength_level": "33", - "weakness": "6" + "id": "1752", + "range_level": "1", + "attack_level": "33" }, { - "id": "1753", - "name": "Mounted terrorbird gnome" - }, - { - "id": "1754", - "name": "Crow", "examine": "A farmer's enemy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1755", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Crow", - "examine": "A farmer's enemy." - }, - { - "id": "1756", - "name": "Crow" + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1754", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He grows the crops in this area.", + "melee_animation": "7181", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "1757", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "7181", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" + "attack_level": "5" }, { + "examine": "He grows the crops in this area.", + "melee_animation": "7181", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "1758", - "name": "Farmer", - "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "7181", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" + "attack_level": "5" }, { - "id": "1759", - "name": "Farmer", "examine": "Farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1759", + "range_level": "1", + "attack_level": "1" }, { - "id": "1760", - "name": "Farmer", "examine": "He grows the crops in this area.", - "attack_level": "5", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", "melee_animation": "7181", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "9" - }, - { - "id": "1761", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7185", "name": "Farmer", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "1760", + "range_level": "1", + "attack_level": "5" + }, + { "examine": "Farming the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1761", + "range_level": "1", + "attack_level": "1" }, { - "id": "1762", - "name": "Sheep" - }, - { - "id": "1763", - "name": "Sheep", "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "1764", - "name": "Sheep" - }, - { - "id": "1765", - "name": "Sheep" + "lifepoints": "10", + "strength_level": "1", + "id": "1763", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Young, but still beefy.", + "melee_animation": "5849", + "range_animation": "5849", + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "1", + "safespot": null, + "lifepoints": "6", + "strength_level": "1", "id": "1766", - "name": "Cow calf", - "examine": "Young, but still beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "6", - "magic_animation": "5849", - "melee_animation": "5849", - "range_animation": "5849", "range_level": "1", - "safespot": null, - "slayer_exp": "8", - "strength_level": "1" + "attack_level": "1" }, { - "id": "1767", - "name": "Cow", "examine": "Where beef comes from.", - "attack_level": "1", - "attack_speed": "5", + "melee_animation": "5849", + "range_animation": "5849", "combat_audio": "369,371,370", - "death_animation": "5851", + "attack_speed": "5", "defence_animation": "5850", + "weakness": "8", + "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", + "safespot": null, "lifepoints": "8", - "magic_animation": "5849", - "melee_animation": "5849", - "range_animation": "5849", - "range_level": "1", - "safespot": null, - "slayer_exp": "8", "strength_level": "1", - "weakness": "8" + "id": "1767", + "range_level": "1", + "attack_level": "1" }, { - "id": "1768", - "name": "Cow calf", "examine": "Young, but still beefy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "6", - "magic_animation": "5849", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", "slayer_exp": "8", - "strength_level": "1" + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "1", + "safespot": null, + "lifepoints": "6", + "strength_level": "1", + "id": "1768", + "range_level": "1", + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1769", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1770", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1771", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1772", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1773", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1774", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1775", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "weakness": "7", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "1776", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2", - "weakness": "7" + "attack_level": "1" }, { - "id": "1777", - "name": "Ilfeen" - }, - { - "id": "1778", - "name": "William" - }, - { - "id": "1779", - "name": "Ian" - }, - { - "id": "1780", - "name": "Larry" - }, - { - "id": "1781", - "name": "Darren" - }, - { - "id": "1782", - "name": "Edward" - }, - { - "id": "1783", - "name": "Richard", - "examine": "A very brave merchant." - }, - { - "id": "1784", - "name": "Neil" - }, - { - "id": "1785", - "name": "Edmond", - "examine": "A very brave merchant." - }, - { - "id": "1786", - "name": "Simon" - }, - { - "id": "1787", - "name": "Sam" - }, - { - "id": "1788", - "name": "Lumdo" - }, - { - "id": "1789", - "name": "Bunkwicket" - }, - { - "id": "1790", - "name": "Waymottin" - }, - { - "id": "1791", - "name": "Jungle Tree" - }, - { - "id": "1792", - "name": "Jungle Tree" - }, - { - "id": "1793", - "name": "Tassie Slipcast" - }, - { - "id": "1794", - "name": "Hammerspike Stoutbeard", "examine": "He looks quite independent in an aggressive and business like way.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "498,500,499", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Hammerspike Stoutbeard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1794", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1795", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1796", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "A short stout menacing fellow.", + "melee_animation": "99", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf gang member", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "1797", - "name": "Dwarf gang member", - "examine": "A short stout menacing fellow.", - "attack_level": "25", - "attack_speed": "6", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { - "id": "1798", - "name": "Phantuwti Fanstuwi Farsight" - }, - { - "id": "1799", - "name": "Tindel Marchant" - }, - { - "id": "1800", - "name": "Gnormadium Avlafrim" - }, - { - "id": "1801", - "name": "Petra Fiyed" - }, - { - "id": "1802", - "name": "Slagilith", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1752", - "defence_animation": "1751", - "defence_level": "1", - "lifepoints": "60", "melee_animation": "1750", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Slagilith", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "60", + "strength_level": "1", + "id": "1802", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1803", - "name": "Rock pile", "examine": "A pile of boulders.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rock pile", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1803", + "range_level": "1", + "attack_level": "1" }, { - "id": "1804", - "name": "Slagilith" - }, - { - "id": "1805", - "name": "Guard", "examine": "He seems to be guarding a pile of rocks. Interesting job.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1806", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Guard", - "examine": "He seems to be guarding a single rock. Interesting job.", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1805", "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to be guarding a single rock. Interesting job.", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1806", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "1807", - "name": "Hamal the Chieftain", "examine": "The Chieftain of the mountain camp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hamal the Chieftain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1807", + "range_level": "1", + "attack_level": "1" }, { - "id": "1808", - "name": "Ragnar" - }, - { - "id": "1809", - "name": "Svidi" - }, - { - "id": "1810", - "name": "Jokul" - }, - { - "id": "1811", - "name": "The Kendal" - }, - { - "id": "1812", - "name": "The Kendal", "examine": "Is that a bear... or a man?", - "aggressive": "true", - "attack_level": "23", - "death_animation": "1759", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "85", - "magic_animation": "0", + "melee_animation": "1760", + "range_animation": "0", "magic_level": "23", - "melee_animation": "1760", - "range_animation": "0", - "range_level": "23", "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "10" - }, - { - "id": "1813", - "name": "The Kendal", - "aggressive": "true", - "attack_level": "1", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "1759", - "defence_animation": "1758", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "1760", - "range_level": "1", - "respawn_delay": "60", + "name": "The Kendal", + "defence_level": "23", "safespot": null, - "strength_level": "1" - }, - { - "id": "1814", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1815", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1816", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1817", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1818", - "name": "Camp dweller", - "examine": "One of the inhabitants of the camp.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "11", - "weakness": "9" - }, - { - "id": "1819", - "name": "Mountain Goat", - "examine": "Looks a little underfed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1820", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1821", - "name": "Bald Headed Eagle" - }, - { - "id": "1822", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1823", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1824", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1825", - "name": "Cave goblin", - "examine": "A goblin with big bulging eyes.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "6001", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "1826", - "name": "Zombie", - "examine": "A human zombie.", - "attack_level": "30", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "30", - "lifepoints": "50", - "melee_animation": "5568", - "range_level": "1", - "safespot": null, - "strength_level": "30" - }, - { - "id": "1827", - "name": "Gargoyle", - "examine": "Flies like a rock.", + "lifepoints": "85", + "strength_level": "23", + "id": "1812", "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", - "magic_level": "1", + "range_level": "23", + "attack_level": "23" + }, + { + "melee_animation": "1760", + "respawn_delay": "60", + "defence_animation": "1758", + "death_animation": "1759", + "name": "The Kendal", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "1813", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1814", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1815", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1816", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1817", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "One of the inhabitants of the camp.", + "melee_animation": "422", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Camp dweller", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "1818", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Looks a little underfed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1819", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This goat belongs to the mountain camp people.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1820", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1822", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1823", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1824", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big bulging eyes.", + "melee_animation": "6001", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "1825", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A human zombie.", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "defence_animation": "5567", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", + "strength_level": "30", + "id": "1826", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Flies like a rock.", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "1827", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "1828", - "name": "Giant frog", "examine": "It didn't get that big eating flies!", - "attack_level": "45", - "attack_speed": "6", - "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", - "death_animation": "1795", - "defence_animation": "1794", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "1793", "melee_animation": "1793", "range_animation": "1793", - "range_level": "32", + "attack_speed": "6", + "defence_animation": "1794", + "weakness": "1", + "magic_animation": "1793", + "death_animation": "1795", + "name": "Giant frog", + "defence_level": "60", "safespot": null, + "lifepoints": "100", "strength_level": "45", - "weakness": "1" + "id": "1828", + "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0", + "range_level": "32", + "attack_level": "45" }, { - "id": "1829", - "name": "Big frog", "examine": "It didn't get that big eating flies.", - "attack_level": "1", - "death_animation": "1795", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", "melee_animation": "1793", "range_animation": "0", - "range_level": "26", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "1795", + "name": "Big frog", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "1", - "weakness": "1" + "id": "1829", + "range_level": "26", + "attack_level": "1" }, { - "id": "1830", - "name": "Frog" - }, - { - "id": "1831", - "name": "Cave slime", "examine": "A foul-smelling blob of protoplasm.", - "aggressive": "false", - "attack_level": "13", - "attack_speed": "4", - "clue_level": "0", - "combat_audio": "784,786,785", - "death_animation": "1792", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "13", "melee_animation": "1789", - "poison_amount": "15", - "poisonous": "true", "range_animation": "0", - "range_level": "1", + "combat_audio": "784,786,785", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "13", "respawn_delay": "15", - "safespot": null, + "defence_animation": "0", + "weakness": "1", "slayer_exp": "25", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "1792", + "name": "Cave slime", + "defence_level": "35", + "safespot": null, + "lifepoints": "25", "strength_level": "13", - "weakness": "1" + "id": "1831", + "aggressive": "false", + "clue_level": "0", + "range_level": "1", + "attack_level": "13" }, { - "id": "1832", - "name": "Cave bug", "examine": "A nasty crawling critter.", - "attack_level": "6", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", - "death_animation": "6082", - "defence_animation": "0", - "defence_level": "6", - "lifepoints": "5", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "6079", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "5", + "magic_animation": "0", + "death_animation": "6082", + "name": "Cave bug", + "defence_level": "6", + "safespot": null, + "lifepoints": "5", "strength_level": "5", - "weakness": "2" + "id": "1832", + "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "6" }, { - "id": "1833", - "name": "Cave bug larva", "examine": "A little", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave bug larva", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1833", + "range_level": "1", + "attack_level": "1" }, { - "id": "1834", - "name": "Candle seller", "examine": "Has an odd smell about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Candle seller", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1834", + "range_level": "1", + "attack_level": "1" }, { - "id": "1835", - "name": "Easter Bunny" - }, - { - "id": "1836", - "name": "Dondakan the Dwarf" - }, - { - "id": "1838", - "name": "Dondakan the Dwarf" - }, - { - "id": "1839", - "name": "Dondakan the Dwarf" - }, - { - "id": "1840", - "name": "Dwarven Engineer", "examine": "A short angry guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Engineer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1840", + "range_level": "1", + "attack_level": "1" }, { - "id": "1841", - "name": "Rolad" - }, - { - "id": "1842", - "name": "Khorvak, a dwarven engineer", "examine": "The little guy is having trouble standing up right.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Khorvak, a dwarven engineer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1842", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's probably you who will be paying the ferryman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Ferryman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1843", - "name": "Dwarven Ferryman", - "examine": "It's probably you who will be paying the ferryman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's probably you who will be paying the ferryman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Ferryman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1844", - "name": "Dwarven Ferryman", - "examine": "It's probably you who will be paying the ferryman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "1845", - "name": "Dwarven Boatman" - }, - { - "id": "1846", - "name": "Dwarven Boatman", "examine": "He seems to be in charge of the ship on the river.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1847", - "name": "Miodvetnir" - }, - { - "id": "1848", - "name": "Dernu" - }, - { - "id": "1849", - "name": "Derni" - }, - { - "id": "1850", - "name": "Arzinian Avatar of Strength", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "attack_level": "40", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1846", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1840", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "1851", - "name": "Arzinian Avatar of Strength", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1852", - "name": "Arzinian Avatar of Strength", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1853", - "name": "Arzinian Avatar of Ranging", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "aggressive": "true", - "attack_level": "30", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", + "weakness": "7", "magic_animation": "0", + "death_animation": "1841", + "name": "Arzinian Avatar of Strength", + "defence_level": "40", + "safespot": null, + "lifepoints": "114", + "strength_level": "40", + "id": "1850", + "range_level": "1", + "attack_level": "40" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Strength", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1851", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Strength", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1852", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1843", "range_animation": "1843", - "range_level": "40", - "safespot": null, - "strength_level": "30", - "weakness": "0" - }, - { - "id": "1854", - "name": "Arzinian Avatar of Ranging", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1855", - "name": "Arzinian Avatar of Ranging", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1856", - "name": "Arzinian Avatar of Magic", - "examine": "It is the avatar of the Arzinian Being of Bordanzan", - "aggressive": "true", - "attack_level": "30", - "death_animation": "1841", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "114", + "weakness": "0", "magic_animation": "0", - "magic_level": "40", + "death_animation": "1841", + "name": "Arzinian Avatar of Ranging", + "defence_level": "40", + "safespot": null, + "lifepoints": "114", + "strength_level": "30", + "id": "1853", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Ranging", + "defence_level": "1", + "safespot": null, + "lifepoints": "110", + "strength_level": "1", + "id": "1854", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1840", + "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Ranging", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "1855", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is the avatar of the Arzinian Being of Bordanzan", "melee_animation": "1844", "range_animation": "0", - "range_level": "1", + "magic_level": "40", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "1841", + "name": "Arzinian Avatar of Magic", + "defence_level": "40", "safespot": null, + "lifepoints": "114", "strength_level": "30", - "weakness": "3" + "id": "1856", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { - "id": "1857", - "name": "Arzinian Avatar of Magic", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", + "melee_animation": "1840", + "respawn_delay": "60", "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", "defence_level": "1", + "safespot": null, "lifepoints": "110", - "melee_animation": "1840", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1858", - "name": "Arzinian Avatar of Magic", + "strength_level": "1", + "id": "1857", "aggressive": "true", - "attack_level": "1", - "death_animation": "1843", - "defence_animation": "1842", - "defence_level": "1", - "lifepoints": "70", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "1840", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "1842", + "death_animation": "1843", + "name": "Arzinian Avatar of Magic", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "1858", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1859", - "name": "Arzinian Being of Bordanzan", "examine": "It's the Arzinian Being", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1860", - "name": "Brian" - }, - { - "id": "1861", - "name": "Ranged Tutor", - "examine": "Nemarti looks ready to teach you about ranged combat.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1862", - "name": "Ali Morrisane" - }, - { - "id": "1863", - "name": "Drunken Ali", - "examine": "Drunk man.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Arzinian Being of Bordanzan", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1859", + "range_level": "1", + "attack_level": "1" }, { - "id": "1864", - "name": "Ali The barman", - "examine": "A hassled looking barman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1865", - "name": "Ali the Kebab seller", - "examine": "A kebab seller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1866", - "name": "Brian", "examine": "He sells ranging equipment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nemarti looks ready to teach you about ranged combat.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ranged Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1861", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Drunk man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Ali", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1863", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hassled looking barman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali The barman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A kebab seller.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Kebab seller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1865", + "range_level": "1", + "attack_level": "1" }, { - "id": "1867", - "name": "Ali the Camel Man", "examine": "Ali the discount animal seller.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel Man", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1867", + "range_level": "1", + "attack_level": "1" }, { - "id": "1868", - "name": "Street urchin", "examine": "A mischievous looking child.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1868", + "range_level": "1", + "attack_level": "1" }, { - "id": "1869", - "name": "Ali the Mayor" - }, - { - "id": "1871", - "name": "Ali the Hag", "examine": "An old Hag named Alice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Hag", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1871", + "range_level": "1", + "attack_level": "1" }, { - "id": "1872", - "name": "Ali the Snake Charmer", "examine": "A snake charmer.", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "3609,3608,3610", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Snake Charmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1872", + "range_level": "1", + "attack_level": "1" }, { - "id": "1873", - "name": "Ali the Camel", "examine": "A foul tempered ugly lumpy yellow horse prone to spitting.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1873", + "range_level": "1", + "attack_level": "1" }, { - "id": "1874", - "name": "Desert snake", "examine": "A slithering serpent.", - "attack_level": "4", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "0", - "defence_level": "6", - "lifepoints": "8", - "magic_animation": "0", "melee_animation": "275", "range_animation": "0", - "range_level": "6", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "278", + "name": "Desert snake", + "defence_level": "6", "safespot": null, + "lifepoints": "8", "strength_level": "4", - "weakness": "1" + "id": "1874", + "range_level": "6", + "attack_level": "4" }, { - "id": "1875", - "name": "Snake", "examine": "A toothless old Snake.", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1876", - "name": "Bandit Leader" - }, - { - "id": "1879", - "name": "Bandit" - }, - { - "id": "1881", - "name": "Bandit" - }, - { - "id": "1882", - "name": "Sir Palomedes" - }, - { - "id": "1883", - "name": "Sir Palomedes" - }, - { - "id": "1884", - "name": "Trobert", - "examine": "A well dressed thief." - }, - { - "id": "1885", - "name": "Bandit champion", - "examine": "A very tough-looking bandit.", - "aggressive": "true", - "attack_level": "39", - "death_animation": "836", + "combat_audio": "3609,3608,3610", "defence_animation": "0", - "defence_level": "39", - "lifepoints": "55", "magic_animation": "0", + "death_animation": "0", + "name": "Snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1875", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very tough-looking bandit.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "39", - "weakness": "9" - }, - { - "id": "1886", - "name": "Cowardly Bandit", - "examine": "Probably the weakest bandit in the world ....ever.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1887", - "name": "Villager" - }, - { - "id": "1889", - "name": "Villager" - }, - { - "id": "1890", - "name": "Villager" - }, - { - "id": "1891", - "name": "Villager" - }, - { - "id": "1893", - "name": "Villager" - }, - { - "id": "1894", - "name": "Villager" - }, - { - "id": "1895", - "name": "Villager" - }, - { - "id": "1897", - "name": "Villager" - }, - { - "id": "1898", - "name": "Villager" - }, - { - "id": "1899", - "name": "Menaphite Leader" - }, - { - "id": "1902", - "name": "Ali the Operator", - "examine": "Smooth operator.", - "attack_level": "6", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1903", - "name": "Menaphite Thug" - }, - { - "id": "1904", - "name": "Menaphite Thug", - "examine": "Menaphite thug.", - "aggressive": "false", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "5", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "1905", - "name": "Menaphite Thug", - "examine": "Menaphite thug.", - "aggressive": "false", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "20", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "0", - "melee_animation": "395", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "5", - "safespot": null, - "strength_level": "50" - }, - { - "id": "1906", - "name": "Tough Guy", - "examine": "Tough looking Menaphite.", - "aggressive": "true", - "attack_level": "39", - "death_animation": "836", - "defence_animation": "0", + "name": "Bandit champion", "defence_level": "39", - "lifepoints": "114", - "magic_animation": "0", - "melee_animation": "395", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "55", "strength_level": "39", - "weakness": "9" + "id": "1885", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" }, { - "id": "1907", - "name": "Broken clay golem" - }, - { - "id": "1909", - "name": "Damaged clay golem" - }, - { - "id": "1910", - "name": "Clay golem" - }, - { - "id": "1911", - "name": "Desert Phoenix", - "examine": "Definitely not a chicken.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Probably the weakest bandit in the world ....ever.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cowardly Bandit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1886", + "range_level": "1", + "attack_level": "1" }, { - "id": "1912", - "name": "Elissa" + "examine": "Smooth operator.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "4", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Operator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1902", + "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0", + "range_level": "1", + "attack_level": "6" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "0", + "respawn_delay": "5", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite Thug", + "defence_level": "20", + "safespot": null, + "lifepoints": "60", + "strength_level": "50", + "id": "1904", + "aggressive": "false", + "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", + "range_level": "0", + "attack_level": "60" + }, + { + "examine": "Menaphite thug.", + "melee_animation": "395", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "0", + "respawn_delay": "5", + "defence_animation": "425", + "magic_animation": "0", + "death_animation": "836", + "name": "Menaphite Thug", + "defence_level": "20", + "safespot": null, + "lifepoints": "60", + "strength_level": "50", + "id": "1905", + "aggressive": "false", + "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0", + "range_level": "0", + "attack_level": "60" + }, + { + "examine": "Tough looking Menaphite.", + "melee_animation": "395", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Tough Guy", + "defence_level": "39", + "safespot": null, + "lifepoints": "114", + "strength_level": "39", + "id": "1906", + "aggressive": "true", + "range_level": "1", + "attack_level": "39" + }, + { + "examine": "Definitely not a chicken.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Desert Phoenix", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1911", + "range_level": "1", + "attack_level": "1" }, { - "id": "1913", - "name": "Kamil", "examine": "Ice warrior.", - "attack_level": "190", - "attack_speed": "5", - "bonuses": "0,60,0,0,0,35,60,35,0,0,0,100,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "135", - "lifepoints": "130", - "magic_animation": "412", "melee_animation": "440", "range_animation": "440", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "412", + "death_animation": "9055", + "name": "Kamil", + "defence_level": "135", "safespot": null, - "strength_level": "80" + "lifepoints": "130", + "strength_level": "80", + "id": "1913", + "bonuses": "0,60,0,0,0,35,60,35,0,0,0,100,0,0,0", + "range_level": "1", + "attack_level": "190" }, { + "examine": "A vampyre warrior of Zamorak.", + "melee_animation": "1264", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "99", + "safespot": null, + "lifepoints": "200", + "strength_level": "99", "id": "1914", - "name": "Dessous", - "examine": "A vampyre warrior of Zamorak.", "aggressive": "true", - "attack_level": "99", "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "99", - "lifepoints": "200", - "melee_animation": "1264", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { + "examine": "A vampyre warrior of Zamorak.", + "melee_animation": "1264", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Dessous", + "defence_level": "99", + "safespot": null, + "lifepoints": "200", + "strength_level": "99", "id": "1915", - "name": "Dessous", - "examine": "A vampyre warrior of Zamorak.", "aggressive": "true", - "attack_level": "99", "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "99", - "lifepoints": "200", - "melee_animation": "1264", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { - "id": "1916", - "name": "Ruantun", "examine": "Luckily, I can't see much of his face.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ruantun", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1916", + "range_level": "1", + "attack_level": "1" }, { - "id": "1917", - "name": "Bandit shopkeeper", "examine": "I guess he sells what he steals...?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bandit shopkeeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1917", + "range_level": "1", + "attack_level": "1" }, { - "id": "1918", - "name": "Archaeologist", "examine": "Hardened by the cutthroat world of archaeology.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Archaeologist", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1918", + "range_level": "1", + "attack_level": "1" }, { - "id": "1919", - "name": "Stranger", "examine": "Very mysterious looking...", - "aggressive": "true", - "attack_level": "58", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "82", - "magic_animation": "0", "melee_animation": "377", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Stranger", + "defence_level": "58", "safespot": null, + "lifepoints": "82", "strength_level": "58", - "weakness": "7" + "id": "1919", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" }, { - "id": "1920", - "name": "Malak", "examine": "One of Morytania's vampyric nobility.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Malak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1920", + "range_level": "1", + "attack_level": "1" }, { - "id": "1921", - "name": "Bartender", "examine": "Looks like a rough-and-ready type.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bartender", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1921", + "range_level": "1", + "attack_level": "1" }, { - "id": "1922", - "name": "Eblis" - }, - { - "id": "1924", - "name": "Eblis" - }, - { - "id": "1926", - "name": "Bandit", "examine": "A tough-looking criminal.", - "attack_level": "30", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "30", - "lifepoints": "65", - "magic_animation": "412", "melee_animation": "412", "range_animation": "412", - "range_level": "1", - "safespot": null, - "strength_level": "70" - }, - { - "id": "1927", - "name": "Bandit" - }, - { - "id": "1928", - "name": "Bandit" - }, - { - "id": "1929", - "name": "Bandit" - }, - { - "id": "1930", - "name": "Bandit" - }, - { - "id": "1931", - "name": "Bandit", - "examine": "This is an NPC.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "9055", "defence_animation": "404", - "defence_level": "1", + "magic_animation": "412", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "30", + "safespot": null, "lifepoints": "65", - "magic_animation": "0", + "strength_level": "70", + "id": "1926", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is an NPC.", "melee_animation": "412", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "100", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Bandit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "65", + "strength_level": "1", + "id": "1931", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "1932", - "name": "Troll child" - }, - { - "id": "1934", - "name": "Troll child" - }, - { - "id": "1935", - "name": "Ice troll", "examine": "An ice troll.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice troll", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "1935", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1936", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1937", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1938", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1939", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1940", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1941", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", "aggressive": "true", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "Brrrrr...he must be cold!", + "melee_animation": "284", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", "id": "1942", - "name": "Ice troll", - "examine": "Brrrrr...he must be cold!", - "attack_level": "64", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "9" + "attack_level": "64" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1943", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1944", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1945", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "A troll frozen in a block of ice.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Ice block", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "1946", - "name": "Ice block", - "examine": "A troll frozen in a block of ice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll.", + "name": "Troll father", + "id": "1947" + }, + { + "examine": "An ice troll.", + "name": "Troll father", + "id": "1948" + }, + { + "examine": "An ice troll.", + "name": "Troll mother", + "id": "1949" + }, + { + "examine": "An ice troll.", + "name": "Troll mother", + "id": "1950" + }, + { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "1947", - "name": "Troll father", - "examine": "An ice troll." - }, - { - "id": "1948", - "name": "Troll father", - "examine": "An ice troll." - }, - { - "id": "1949", - "name": "Troll mother", - "examine": "An ice troll." - }, - { - "id": "1950", - "name": "Troll mother", - "examine": "An ice troll." - }, - { + "lifepoints": "72", + "strength_level": "60", "id": "1951", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1952", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1953", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1954", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1955", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Not a man's best friend.", + "melee_animation": "6579", + "range_animation": "6579", + "magic_level": "30", + "respawn_delay": "28", + "defence_animation": "6578", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Ice wolf", + "defence_level": "60", + "safespot": null, + "lifepoints": "72", + "strength_level": "60", "id": "1956", - "name": "Ice wolf", - "examine": "Not a man's best friend.", "aggressive": "true", - "attack_level": "60", "bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "60", - "lifepoints": "72", - "magic_animation": "6579", - "magic_level": "30", - "melee_animation": "6579", - "range_animation": "6579", "range_level": "1", - "respawn_delay": "28", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { - "id": "1957", - "name": "Mummy" - }, - { - "id": "1958", - "name": "Mummy", "examine": "Highly flammable!", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "9" - }, - { - "id": "1959", - "name": "Mummy" - }, - { - "id": "1960", - "name": "Mummy ashes" + "id": "1958", + "range_level": "1", + "attack_level": "55" }, { + "examine": "A tightly-wrapped monster.", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", "id": "1961", - "name": "Mummy", - "examine": "A tightly-wrapped monster.", "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "9" + "attack_level": "90" }, { - "id": "1962", - "name": "Mummy", "examine": "Spooky, bandaged dead dude.", - "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", "melee_animation": "5549", - "poison_immune": "true", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "poison_immune": "true", "safespot": null, + "lifepoints": "90", "strength_level": "90", - "weakness": "9" + "id": "1962", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { + "examine": "A victim of poor first aid.", + "melee_animation": "5549", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "90", + "poison_immune": "true", + "safespot": null, + "lifepoints": "90", + "strength_level": "90", "id": "1963", - "name": "Mummy", - "examine": "A victim of poor first aid.", "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "poison_immune": "true", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "90", - "weakness": "9" + "attack_level": "90" }, { - "id": "1964", - "name": "Mummy", "examine": "But who's the daddy?", - "aggressive": "true", - "attack_level": "90", - "death_animation": "5555", + "melee_animation": "5549", + "range_animation": "0", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", "defence_level": "90", + "safespot": null, "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5549", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "90", - "weakness": "9" + "id": "1964", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { - "id": "1965", - "name": "Mummy", "examine": "A tightly-wrapped monster.", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "1966", - "name": "Mummy" - }, - { - "id": "1967", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", "name": "Mummy", - "examine": "A victim of poor first aid.", - "attack_level": "55", - "death_animation": "5555", - "defence_animation": "0", "defence_level": "55", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", + "strength_level": "55", + "id": "1965", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "A victim of poor first aid.", "melee_animation": "5549", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "1968", - "name": "Mummy" - }, - { - "id": "1969", - "name": "Scarabs", - "examine": "I think they're some kind of beetle...", - "attack_level": "255", - "attack_speed": "3", - "death_animation": "5464", - "defence_animation": "1946", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "1948", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "1970", - "name": "Azzanadra" - }, - { - "id": "1972", - "name": "Rasolo", - "examine": "A wandering merchant.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1973", - "name": "Giant skeleton", - "examine": "A giant skeleton.", - "attack_level": "60", - "death_animation": "5503", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", + "weakness": "9", "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "1967", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "I think they're some kind of beetle...", + "melee_animation": "1948", + "range_animation": "0", + "attack_speed": "3", + "poisonous": "true", + "defence_animation": "1946", + "weakness": "7", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "5464", + "name": "Scarabs", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "1969", + "range_level": "1", + "attack_level": "255" + }, + { + "examine": "A wandering merchant.", + "name": "Rasolo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1972", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A giant skeleton.", "melee_animation": "5499", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "8" + "id": "1973", + "range_level": "1", + "attack_level": "60" }, { - "id": "1974", - "name": "Damis", "examine": "The warrior of darkness.", - "attack_level": "90", - "bonuses": "0,0,0,0,0,60,60,60,60,60,0,80,0,0,0", - "death_animation": "836", + "melee_animation": "440", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Damis", "defence_level": "90", + "safespot": null, "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "440", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "90", - "weakness": "0" + "id": "1974", + "bonuses": "0,0,0,0,0,60,60,60,60,60,0,80,0,0,0", + "range_level": "1", + "attack_level": "90" }, { - "id": "1975", - "name": "Damis", "examine": "The warrior of darkness.", - "attack_level": "160", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,100,100,100,80,120,0,100,0,0,0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "160", - "lifepoints": "200", - "magic_animation": "0", "melee_animation": "440", "range_animation": "0", - "range_level": "1", + "attack_speed": "3", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Damis", + "defence_level": "160", "safespot": null, + "lifepoints": "200", "strength_level": "100", - "weakness": "0" + "id": "1975", + "bonuses": "0,0,0,0,0,100,100,100,80,120,0,100,0,0,0", + "range_level": "1", + "attack_level": "160" }, { - "id": "1976", - "name": "Shadow Hound", "examine": "Looks hungry!", - "attack_level": "48", - "death_animation": "6564", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "6565", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6564", + "name": "Shadow Hound", + "defence_level": "48", "safespot": null, + "lifepoints": "68", "strength_level": "48", - "weakness": "7" + "id": "1976", + "range_level": "1", + "attack_level": "48" }, { - "id": "1977", - "name": "Fareed", "examine": "Zamorak's warrior of fire.", - "aggressive": "true", - "attack_level": "190", - "bonuses": "0,0,0,0,0,100,100,100,0,0,0,120,0,0,0", - "death_animation": "836", - "defence_animation": "434", - "defence_level": "135", - "lifepoints": "130", - "magic_level": "100", "melee_animation": "799", - "range_level": "100", + "magic_level": "100", "respawn_delay": "60", - "safespot": null, - "strength_level": "120" - }, - { - "id": "1978", - "name": "Slave", - "examine": "A malnourished worker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1979", - "name": "Slave", - "examine": "A malnourished worker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1980", - "name": "Embalmer", - "examine": "A strange-smelling merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1981", - "name": "Carpenter", - "examine": "A block of a man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1982", - "name": "Raetul" - }, - { - "id": "1983", - "name": "Siamun" - }, - { - "id": "1984", - "name": "High Priest" - }, - { - "id": "1987", - "name": "Priest" - }, - { - "id": "1988", - "name": "Priest", - "examine": "Preach my brother!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "1989", - "name": "Priest" - }, - { - "id": "1990", - "name": "Sphinx" - }, - { - "id": "1991", - "name": "Possessed Priest", - "examine": "He has a dangerous glint in his eye.", - "aggressive": "true", - "attack_level": "30", - "combat_style": "2", + "defence_animation": "434", "death_animation": "836", + "name": "Fareed", + "defence_level": "135", + "safespot": null, + "lifepoints": "130", + "strength_level": "120", + "id": "1977", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,100,0,0,0,120,0,0,0", + "range_level": "100", + "attack_level": "190" + }, + { + "examine": "A malnourished worker.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A malnourished worker.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Slave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A strange-smelling merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Embalmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A block of a man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Preach my brother!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1988", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has a dangerous glint in his eye.", + "combat_style": "2", "melee_animation": "429", "range_animation": "0", - "range_level": "40", "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "1" - }, - { - "id": "1992", - "name": "Neite" - }, - { - "id": "1993", - "name": "Crocodile", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "386,388,387", - "death_animation": "7591", - "defence_animation": "7590", - "defence_level": "1", - "lifepoints": "63", - "melee_animation": "7588", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "62", - "strength_level": "1" - }, - { - "id": "1994", - "name": "Jackal", - "examine": "He has had his day.", - "aggressive": "true", - "attack_level": "17", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "544,546,545", - "death_animation": "6567", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "27", + "weakness": "1", "magic_animation": "0", - "magic_level": "1", + "death_animation": "836", + "name": "Possessed Priest", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "30", + "id": "1991", + "aggressive": "true", + "range_level": "40", + "attack_level": "30" + }, + { + "melee_animation": "7588", + "combat_audio": "386,388,387", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "7590", + "slayer_exp": "62", + "death_animation": "7591", + "name": "Crocodile", + "defence_level": "1", + "safespot": null, + "lifepoints": "63", + "strength_level": "1", + "id": "1993", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He has had his day.", "melee_animation": "6568", "range_animation": "0", - "range_level": "1", + "combat_audio": "544,546,545", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6567", + "name": "Jackal", + "defence_level": "15", "safespot": null, + "lifepoints": "27", "strength_level": "18", - "weakness": "6" + "id": "1994", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" }, { - "id": "1995", - "name": "Locust", "examine": "Obnoxious", - "aggressive": "true", - "attack_level": "12", - "attack_speed": "5", - "death_animation": "2013", - "defence_animation": "0", - "defence_level": "12", - "lifepoints": "34", - "magic_animation": "0", "melee_animation": "2015", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "12", - "weakness": "6" - }, - { - "id": "1996", - "name": "Vulture" - }, - { - "id": "1997", - "name": "Plague frog", - "examine": "A very smelly frog.", - "aggressive": "true", - "attack_level": "15", - "death_animation": "1022", "defence_animation": "0", - "defence_level": "15", - "lifepoints": "42", + "weakness": "6", "magic_animation": "0", + "death_animation": "2013", + "name": "Locust", + "defence_level": "12", + "safespot": null, + "lifepoints": "34", + "strength_level": "12", + "id": "1995", + "aggressive": "true", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "A very smelly frog.", "melee_animation": "1021", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1022", + "name": "Plague frog", + "defence_level": "15", "safespot": null, + "lifepoints": "42", "strength_level": "15", - "weakness": "6" + "id": "1997", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" }, { - "id": "1998", - "name": "Plague cow", "examine": "I might give the burgers a miss in this town.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "1999", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", "name": "Plague cow", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "1998", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "I don't fancy eating any part of this.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Plague cow", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "6" + "id": "1999", + "range_level": "1", + "attack_level": "1" }, { - "id": "2000", - "name": "Plague cow" - }, - { - "id": "2001", - "name": "Scarab swarm", "examine": "I think they're some kind of beetle.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "2", - "death_animation": "1946", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "900", - "magic_animation": "0", "melee_animation": "1948", - "poison_amount": "15", + "range_animation": "0", + "attack_speed": "2", "poisonous": "true", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "poison_amount": "15", + "magic_animation": "0", + "death_animation": "1946", + "name": "Scarab swarm", + "defence_level": "9", "safespot": null, + "lifepoints": "900", "strength_level": "9", - "weakness": "6" - }, - { - "id": "2002", - "name": "Wanderer" - }, - { - "id": "2006", - "name": "Wanderer" - }, - { - "id": "2007", - "name": "Het" - }, - { - "id": "2008", - "name": "Apmeken" - }, - { - "id": "2009", - "name": "Scabaras" - }, - { - "id": "2010", - "name": "Crondis" - }, - { - "id": "2011", - "name": "Icthlarin" - }, - { - "id": "2013", - "name": "Klenter" + "id": "2001", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" }, { + "examine": "This mummy looks like it means business!", + "melee_animation": "5554", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", "id": "2015", - "name": "Mummy", - "examine": "This mummy looks like it means business!", "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "5554", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "50" }, { - "id": "2016", - "name": "Mummy", "examine": "An irate warrior-mummy.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "50", - "weakness": "9" + "id": "2016", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "2017", - "name": "Mummy", "examine": "This mummy looks like it means business!", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "50", - "weakness": "9" + "id": "2017", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "2018", - "name": "Mummy", "examine": "An irate mummy.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "2019", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", "name": "Mummy", - "examine": "A wizened old warrior.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "death_animation": "5555", - "defence_animation": "0", "defence_level": "50", + "safespot": null, "lifepoints": "71", - "magic_animation": "0", + "strength_level": "50", + "id": "2018", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A wizened old warrior.", "melee_animation": "5554", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "2020", - "name": "Light creature" - }, - { - "id": "2021", - "name": "Light creature", - "examine": "A shimmering creature of blue light.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2022", - "name": "Light creature" - }, - { - "id": "2023", - "name": "Juna" - }, - { - "id": "2024", - "name": "Strange Old Man", - "examine": "Wonder how long he's been here...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2025", - "name": "Ahrim the Blighted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,49,0", - "combat_style": "2", - "death_animation": "7197", - "defence_animation": "420", - "defence_level": "100", - "end_gfx": "157", - "lifepoints": "100", - "magic_animation": "1162", - "magic_level": "100", - "melee_animation": "1162", - "projectile": "156", - "range_animation": "1162", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5555", + "name": "Mummy", + "defence_level": "50", "safespot": null, - "start_gfx": "155", - "start_height": "96", - "strength_level": "1", - "weakness": "3" + "lifepoints": "71", + "strength_level": "50", + "id": "2019", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A shimmering creature of blue light.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Light creature", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2021", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Wonder how long he's been here...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Strange Old Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2024", + "range_level": "1", + "attack_level": "1" }, { - "id": "2026", - "name": "Dharok the Wretched", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "7", - "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0", + "start_gfx": "155", + "combat_style": "2", + "start_height": "96", + "melee_animation": "1162", + "range_animation": "1162", + "attack_speed": "5", + "magic_level": "100", + "end_gfx": "157", + "defence_animation": "420", + "weakness": "3", + "magic_animation": "1162", "death_animation": "7197", - "defence_animation": "2063", + "name": "Ahrim the Blighted", "defence_level": "100", + "safespot": null, "lifepoints": "100", - "magic_animation": "2066", - "magic_level": "1", + "strength_level": "1", + "id": "2025", + "aggressive": "true", + "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,49,0", + "range_level": "1", + "projectile": "156", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", "melee_animation": "2066", "range_animation": "2066", - "range_level": "1", + "attack_speed": "7", + "magic_level": "1", "respawn_delay": "0", + "defence_animation": "2063", + "weakness": "9", + "magic_animation": "2066", + "death_animation": "7197", + "name": "Dharok the Wretched", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "9" + "id": "2026", + "aggressive": "true", + "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2027", - "name": "Guthan the Infested", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", - "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0", - "death_animation": "7197", - "defence_animation": "2079", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2080", - "magic_level": "1", "melee_animation": "2080", "range_animation": "2080", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "100", - "weakness": "6" - }, - { - "id": "2028", - "name": "Karil the Tainted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,61", - "combat_style": "1", - "death_animation": "7197", - "defence_animation": "424", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2075", - "magic_level": "1", - "melee_animation": "2075", - "projectile": "27", - "range_animation": "2075", - "range_level": "100", - "respawn_delay": "16", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "2029", - "name": "Torag the Corrupted", - "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", "attack_speed": "5", - "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0", - "death_animation": "7197", - "defence_animation": "404", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2068", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "2079", + "weakness": "6", + "magic_animation": "2080", + "death_animation": "7197", + "name": "Guthan the Infested", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "100", + "id": "2027", + "aggressive": "true", + "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", + "combat_style": "1", + "melee_animation": "2075", + "range_animation": "2075", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "16", + "defence_animation": "424", + "weakness": "0", + "magic_animation": "2075", + "death_animation": "7197", + "name": "Karil the Tainted", + "defence_level": "100", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2028", + "aggressive": "true", + "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,61", + "range_level": "100", + "projectile": "27", + "attack_level": "1" + }, + { + "examine": "A vengeful spirit corrupted by dark magic.", "melee_animation": "2068", "range_animation": "2068", - "range_level": "1", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "0", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "2068", + "death_animation": "7197", + "name": "Torag the Corrupted", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "7" + "id": "2029", + "aggressive": "true", + "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2030", - "name": "Verac the Defiled", "examine": "A vengeful spirit corrupted by dark magic.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", - "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,78,0,0,0", - "combat_audio": "", - "death_animation": "7197", - "defence_animation": "2063", - "defence_level": "100", - "lifepoints": "100", - "magic_animation": "2062", - "magic_level": "1", "melee_animation": "2062", "range_animation": "2062", - "range_level": "1", + "combat_audio": "", + "attack_speed": "5", + "magic_level": "1", + "defence_animation": "2063", + "weakness": "8", + "magic_animation": "2062", + "death_animation": "7197", + "name": "Verac the Defiled", + "defence_level": "100", "safespot": null, + "lifepoints": "100", "strength_level": "100", - "weakness": "8" + "id": "2030", + "aggressive": "true", + "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,78,0,0,0", + "range_level": "1", + "attack_level": "100" }, { - "id": "2031", - "name": "Bloodworm", "examine": "I think I should keep my distance...", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "2073", - "defence_animation": "2072", - "defence_level": "35", - "lifepoints": "45", - "magic_animation": "2070", - "magic_level": "1", "melee_animation": "2070", "range_animation": "2070", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "26", + "defence_animation": "2072", + "weakness": "6", + "magic_animation": "2070", + "death_animation": "2073", + "name": "Bloodworm", + "defence_level": "35", "safespot": null, + "lifepoints": "45", "strength_level": "20", - "weakness": "6" + "id": "2031", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { - "id": "2032", - "name": "Crypt rat", "examine": "A nasty little rodent.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "243", - "defence_animation": "241", - "defence_level": "20", - "lifepoints": "35", - "magic_animation": "240", - "magic_level": "1", "melee_animation": "240", "range_animation": "240", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "20", + "defence_animation": "241", + "weakness": "9", + "magic_animation": "240", + "death_animation": "243", + "name": "Crypt rat", + "defence_level": "20", "safespot": null, + "lifepoints": "35", "strength_level": "20", - "weakness": "9" + "id": "2032", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "2033", - "name": "Giant crypt rat", "examine": "A nasty overgrown rodent.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", "safespot": null, + "lifepoints": "70", "strength_level": "50", - "weakness": "9" + "id": "2033", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "80" }, { - "id": "2034", - "name": "Crypt spider", "examine": "Incey wincey.", - "aggressive": "true", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "45", - "lifepoints": "45", - "magic_animation": "6249", - "magic_level": "1", "melee_animation": "6249", "range_animation": "6249", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "6250", + "weakness": "7", + "magic_animation": "6249", + "death_animation": "6251", + "name": "Crypt spider", + "defence_level": "45", "safespot": null, + "lifepoints": "45", "strength_level": "47", - "weakness": "7" + "id": "2034", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" }, { - "id": "2035", - "name": "Giant crypt spider", "examine": "Not very incey wincey.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "65", - "lifepoints": "80", - "magic_animation": "5327", - "magic_level": "1", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, - "strength_level": "67", - "weakness": "7" - }, - { - "id": "2036", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "72", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "72", - "lifepoints": "51", - "magic_animation": "5487", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "5487", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "72", - "weakness": "8" - }, - { - "id": "2037", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "72", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "72", - "lifepoints": "51", - "magic_animation": "5487", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "5487", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "72", - "weakness": "8" - }, - { - "id": "2038", - "name": "Grish" - }, - { - "id": "2039", - "name": "Uglug Nar" - }, - { - "id": "2040", - "name": "Pilg" - }, - { - "id": "2041", - "name": "Grug" - }, - { - "id": "2042", - "name": "Ogre guard" - }, - { - "id": "2043", - "name": "Ogre guard" - }, - { - "id": "2044", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2045", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2046", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2047", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2048", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2049", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2050", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2051", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2052", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2053", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2054", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2055", - "name": "Zogre", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2056", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2057", - "name": "Skogre", - "examine": "It's falling apart!", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "35", - "lifepoints": "71", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "strength_level": "36", - "weakness": "7" - }, - { - "id": "2058", - "name": "Hole in the wall", - "examine": "What could be hiding in that crack in the wall?", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "931,923,922", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1", - "weakness": "7" - }, - { - "id": "2059", - "name": "Zavistic Rarve" - }, - { - "id": "2060", - "name": "Slash Bash", - "examine": "A partially decomposing zombie ogre.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "6", - "combat_audio": "", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "359", - "magic_level": "1", - "melee_animation": "359", - "range_animation": "359", - "range_level": "100", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "", - "slayer_task": "64", - "strength_level": "120", - "weakness": "7" - }, - { - "id": "2061", - "name": "Sithik Ints" - }, - { - "id": "2062", - "name": "Sithik Ints" - }, - { - "id": "2063", - "name": "Gargh" - }, - { - "id": "2064", - "name": "Scarg" - }, - { - "id": "2065", - "name": "Gruh" - }, - { - "id": "2066", - "name": "Irwin Feaselbaum" - }, - { - "id": "2067", - "name": "Fishing spot", - "examine": "I can see fish swimming in the water.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2068", - "name": "Fishing spot" - }, - { - "id": "2069", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2070", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2071", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2072", - "name": "Cave goblin miner", - "examine": "This one is slacking off.", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "5", - "weakness": "6" - }, - { - "id": "2073", - "name": "Cave goblin guard", - "examine": "He protects the miners.", - "attack_level": "15", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "6" - }, - { - "id": "2074", - "name": "Cave goblin guard", - "examine": "He protects the miners.", - "attack_level": "15", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "15", - "lifepoints": "21", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "15", - "weakness": "6" - }, - { - "id": "2075", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2076", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2077", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2078", - "name": "Cave goblin miner", - "examine": "He's working hard!", - "attack_level": "5", - "combat_audio": "469,472,471", - "death_animation": "6003", - "defence_animation": "6008", - "defence_level": "5", - "lifepoints": "10", - "melee_animation": "6007", - "range_level": "1", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2079", - "name": "Sigmund" - }, - { - "id": "2082", - "name": "Sigmund", - "examine": "Advisor to the Duke of Lumbridge.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2083", - "name": "Sigmund" - }, - { - "id": "2084", - "name": "Mistag" - }, - { - "id": "2085", - "name": "Kazgar" - }, - { - "id": "2087", - "name": "Ur-tag" - }, - { - "id": "2088", - "name": "Duke Horacio" - }, - { - "id": "2089", - "name": "Mistag" - }, - { - "id": "2090", - "name": "Sigmund" - }, - { - "id": "2091", - "name": "Secretary", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "5329", "defence_animation": "5328", + "weakness": "7", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant crypt spider", + "defence_level": "65", + "safespot": null, + "lifepoints": "80", + "strength_level": "67", + "id": "2035", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A partially decomposing zombie ogre.", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2044", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2045", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2046", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2047", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2048", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2049", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "range_animation": "359", + "melee_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "weakness": "7", + "slayer_exp": "", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2050", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2051", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2052", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2053", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2054", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "A partially decomposing zombie ogre.", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Zogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2055", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2056", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "It's falling apart!", + "combat_audio": "", + "range_animation": "359", + "melee_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Skogre", + "defence_level": "35", + "safespot": null, + "lifepoints": "71", + "strength_level": "36", + "id": "2057", + "aggressive": "true", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "What could be hiding in that crack in the wall?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "7", + "slayer_exp": "30", + "magic_animation": "0", + "death_animation": "0", + "name": "Hole in the wall", "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "2058", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A partially decomposing zombie ogre.", + "slayer_task": "64", + "combat_audio": "", + "melee_animation": "359", + "range_animation": "359", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "360", + "slayer_exp": "", + "weakness": "7", + "magic_animation": "359", + "death_animation": "361", + "name": "Slash Bash", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "120", + "id": "2060", + "aggressive": "true", + "range_level": "100", + "attack_level": "100" + }, + { + "examine": "I can see fish swimming in the water.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "2067", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2069", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2070", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2071", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "This one is slacking off.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", + "id": "2072", + "range_level": "1", + "attack_level": "5" + }, + { + "examine": "He protects the miners.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin guard", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "15", + "id": "2073", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "He protects the miners.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "6008", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Cave goblin guard", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "15", + "id": "2074", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2075", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2076", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2077", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's working hard!", + "melee_animation": "6007", + "combat_audio": "469,472,471", + "defence_animation": "6008", + "death_animation": "6003", + "name": "Cave goblin miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2078", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Advisor to the Duke of Lumbridge.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sigmund", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2082", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5327", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2092", - "name": "Purple Pewter Secretary", "examine": "The head secretary of the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Purple Pewter Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2092", + "range_level": "1", + "attack_level": "1" }, { - "id": "2093", - "name": "Yellow Fortune Secretary", "examine": "The head secretary of the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Yellow Fortune Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2093", + "range_level": "1", + "attack_level": "1" }, { - "id": "2094", - "name": "Blue Opal Secretary", "examine": "The head secretary of the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blue Opal Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2094", + "range_level": "1", + "attack_level": "1" }, { - "id": "2095", - "name": "Green Gemstone Secretary", "examine": "The head secretary of the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Green Gemstone Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2095", + "range_level": "1", + "attack_level": "1" }, { - "id": "2096", - "name": "White Chisel Secretary", "examine": "The head secretary of the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "White Chisel Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2096", + "range_level": "1", + "attack_level": "1" }, { - "id": "2097", - "name": "Silver Cog Secretary", "examine": "The head secretary of the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver Cog Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2097", + "range_level": "1", + "attack_level": "1" }, { - "id": "2098", - "name": "Brown Engine Secretary", "examine": "The head secretary of the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brown Engine Secretary", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2098", + "range_level": "1", + "attack_level": "1" }, { - "id": "2099", - "name": "Red Axe Secretary" - }, - { - "id": "2100", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Purple Pewter Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2100", + "range_level": "1", + "attack_level": "1" }, { - "id": "2101", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Blue Opal Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2101", + "range_level": "1", + "attack_level": "1" }, { - "id": "2102", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Yellow Fortune Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2102", + "range_level": "1", + "attack_level": "1" }, { - "id": "2103", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Green Gemstone Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2103", + "range_level": "1", + "attack_level": "1" }, { - "id": "2104", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "White Chisel Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2104", + "range_level": "1", + "attack_level": "1" }, { - "id": "2105", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Silver Cog Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2105", + "range_level": "1", + "attack_level": "1" }, { - "id": "2106", + "examine": "One of the leaders of the business Consortium", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Brown Engine Director", - "examine": "One of the leaders of the business Consortium", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2106", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A trader for the Purple Pewter mining company.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2107", - "name": "Red Axe Director" - }, - { - "id": "2108", - "name": "Red Axe Cat" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2109", - "name": "Trader", - "examine": "A trader for the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Purple Pewter mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2110", - "name": "Trader", - "examine": "A trader for the Purple Pewter mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2111", - "name": "Trader", - "examine": "A trader for the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Blue Opal mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2112", - "name": "Trader", - "examine": "A trader for the Blue Opal mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2113", - "name": "Trader", - "examine": "A trader for the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Yellow Fortune mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2114", - "name": "Trader", - "examine": "A trader for the Yellow Fortune mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2115", - "name": "Trader", - "examine": "A trader for the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Green Gemstone mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2116", - "name": "Trader", - "examine": "A trader for the Green Gemstone mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2117", - "name": "Trader", - "examine": "A trader for the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the White Chisel mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2118", - "name": "Trader", - "examine": "A trader for the White Chisel mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2119", - "name": "Trader", - "examine": "A trader for the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Silver Cog mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2120", - "name": "Trader", - "examine": "A trader for the Silver Cog mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2121", - "name": "Trader", - "examine": "A trader for the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A trader for the Brown Engine mining company.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2122", - "name": "Trader", - "examine": "A trader for the Brown Engine mining company.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2123", - "name": "Trader" - }, - { - "id": "2125", - "name": "Trader" - }, - { - "id": "2127", - "name": "Trade Referee", "examine": "He is regulating the flow of goods on the trade floor and maintaining order.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trade Referee", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2128", - "name": "Supreme Commander" - }, - { - "id": "2129", - "name": "Commander Veldaban" + "lifepoints": "10", + "strength_level": "1", + "id": "2127", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2130", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2131", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2132", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2133", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "34", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2134", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "38", - "weakness": "6" + "attack_level": "38" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2135", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "38", - "weakness": "6" + "attack_level": "38" }, { + "examine": "An elite member of the Black Guard.", + "melee_animation": "99", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard Berserker", + "defence_level": "38", + "safespot": null, + "lifepoints": "54", + "strength_level": "38", "id": "2136", - "name": "Black Guard Berserker", - "examine": "An elite member of the Black Guard.", - "attack_level": "38", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", + "attack_level": "38" + }, + { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "", "safespot": null, - "strength_level": "38", - "weakness": "6" - }, - { - "id": "2137", - "name": "Gnome emissary" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2138", - "name": "Gnome traveller", - "examine": "A gnome traveller, visiting Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "force_talk": "", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A gnome traveller, visiting Keldagrim.", + "name": "Gnome traveller", + "defence_level": "1", + "force_talk": "", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2139", - "name": "Gnome traveller", - "examine": "A gnome traveller, visiting Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "force_talk": "", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2140", - "name": "Dromund's cat", "examine": "Very protective of his master... and his property.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dromund's cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2140", + "range_level": "1", + "attack_level": "1" }, { - "id": "2141", - "name": "Blasidar the sculptor", "examine": "Makes sculptures.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blasidar the sculptor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2141", + "range_level": "1", + "attack_level": "1" }, { - "id": "2142", - "name": "Riki the sculptor's model" - }, - { - "id": "2144", - "name": "Riki the sculptor's model" - }, - { - "id": "2145", - "name": "Riki the sculptor's model" - }, - { - "id": "2146", - "name": "Riki the sculptor's model" - }, - { - "id": "2147", - "name": "Riki the sculptor's model" - }, - { - "id": "2148", - "name": "Riki the sculptor's model" - }, - { - "id": "2149", - "name": "Riki the sculptor's model" - }, - { - "id": "2150", - "name": "Riki the sculptor's model" - }, - { - "id": "2151", - "name": "Vigr" - }, - { - "id": "2152", - "name": "Santiri" - }, - { - "id": "2153", - "name": "Saro" - }, - { - "id": "2154", - "name": "Gunslik", "examine": "Proprietor of Gunslik's Assorted Items.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gunslik", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2154", + "range_level": "1", + "attack_level": "1" }, { - "id": "2155", - "name": "Wemund" - }, - { - "id": "2156", - "name": "Randivor" - }, - { - "id": "2157", - "name": "Hervi" - }, - { - "id": "2158", - "name": "Nolar", - "examine": "A crafty dwarf." - }, - { - "id": "2159", - "name": "Gulldamar" - }, - { - "id": "2160", - "name": "Tati", "examine": "An old mining dwarf, now he sells pickaxes and generally acts grumpy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tati", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2160", + "range_level": "1", + "attack_level": "1" }, { - "id": "2161", - "name": "Agmundi" - }, - { - "id": "2162", - "name": "Vermundi" - }, - { - "id": "2163", - "name": "Banker", "examine": "A rather personable banker lady.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2164", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2163", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A rather serious old fella.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2164", + "range_level": "1", + "attack_level": "1" }, { - "id": "2165", - "name": "Librarian", "examine": "He takes care of the library and its many books.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Librarian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2165", + "range_level": "1", + "attack_level": "1" }, { - "id": "2166", - "name": "Assistant" - }, - { - "id": "2167", - "name": "Customer", "examine": "A customer looking for books.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2168", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Customer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2167", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Looks like a human traveler visiting the library.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Customer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2168", + "range_level": "1", + "attack_level": "1" }, { - "id": "2169", - "name": "Dromund" - }, - { - "id": "2170", - "name": "Rind the gardener", "examine": "He tends to the plants in the palace garden.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rind the gardener", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2170", + "range_level": "1", + "attack_level": "1" }, { - "id": "2171", - "name": "Factory Manager", "examine": "Looks after the factory.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Manager", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2171", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2172", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2173", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2174", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Works hard at whatever it is he does.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Factory Worker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2175", - "name": "Factory Worker", - "examine": "Works hard at whatever it is he does.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2176", - "name": "Inn Keeper" - }, - { - "id": "2177", - "name": "Inn Keeper", - "examine": "A rich landlord, fat and jolly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2178", - "name": "Barmaid", "examine": "These Dwarf ladies are so attractive!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barmaid", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2179", - "name": "Barman" + "lifepoints": "10", + "strength_level": "1", + "id": "2178", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2180", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2181", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2182", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2183", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He makes sure the carts don't run anyone over.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2184", - "name": "Cart conductor", - "examine": "He makes sure the carts don't run anyone over.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2185", - "name": "Cart conductor", "examine": "Remember: don't drink and ride in mine carts.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2186", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cart conductor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2185", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Keeps the line clear of traffic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cart conductor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2186", + "range_level": "1", + "attack_level": "1" }, { - "id": "2187", - "name": "Rowdy dwarf", "examine": "A loud, drunk and generally obnoxious dwarf.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rowdy dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2187", + "range_level": "1", + "attack_level": "1" }, { - "id": "2188", - "name": "Hegir" - }, - { - "id": "2189", - "name": "Haera" - }, - { - "id": "2190", - "name": "Runvastr", "examine": "A sad old dwarf living in a sad old home.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Runvastr", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2190", + "range_level": "1", + "attack_level": "1" }, { - "id": "2191", - "name": "Sune", "examine": "He seems to always be busy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sune", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2191", + "range_level": "1", + "attack_level": "1" }, { - "id": "2192", - "name": "Bentamir", "examine": "This dwarf doesn't seem to be very well off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bentamir", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2192", + "range_level": "1", + "attack_level": "1" }, { - "id": "2193", - "name": "Ulifed", "examine": "A dwarf minding his own business.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ulifed", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2193", + "range_level": "1", + "attack_level": "1" }, { - "id": "2194", - "name": "Reinald" - }, - { - "id": "2195", - "name": "Karl", "examine": "A short, merry guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karl", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2195", + "range_level": "1", + "attack_level": "1" }, { - "id": "2196", - "name": "Gauss" - }, - { - "id": "2197", - "name": "Myndill" - }, - { - "id": "2198", - "name": "Kjut", "examine": "His kebabs certainly smell delicious.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kjut", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2198", + "range_level": "1", + "attack_level": "1" }, { - "id": "2199", - "name": "Tombar" - }, - { - "id": "2200", - "name": "Odmar" - }, - { - "id": "2201", - "name": "Audmann", "examine": "He seems to be very well off.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Audmann", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2201", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He's had a fair bit to drink...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2202", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He's had a fair bit to drink...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Drunken Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2203", - "name": "Drunken Dwarf", - "examine": "He's had a fair bit to drink...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "You cannot see his ship, but presumably he has one.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2204", - "name": "Drunken Dwarf" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2205", - "name": "Dwarven Boatman", - "examine": "You cannot see his ship, but presumably he has one.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "You cannot see his ship, but presumably he has one.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Boatman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2206", - "name": "Dwarven Boatman", - "examine": "You cannot see his ship, but presumably he has one.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2207", - "name": "Dwarven Miner", "examine": "He carries a heavy load.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarven Miner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2207", + "range_level": "1", + "attack_level": "1" }, { - "id": "2208", - "name": "Dwarven Miner" - }, - { - "id": "2209", - "name": "Dwarven Miner" - }, - { - "id": "2210", - "name": "Dwarven Miner" - }, - { - "id": "2211", - "name": "Dwarven Miner" - }, - { - "id": "2212", - "name": "Dwarven Miner" - }, - { - "id": "2213", - "name": "Dwarven Miner" - }, - { - "id": "2214", - "name": "Dwarven Miner" - }, - { - "id": "2215", - "name": "Dwarven Miner" - }, - { - "id": "2216", - "name": "Dwarven Miner" - }, - { - "id": "2217", - "name": "Dwarven Miner" - }, - { - "id": "2218", - "name": "Dwarven Miner" - }, - { - "id": "2219", - "name": "Purple Pewter Director" - }, - { - "id": "2220", - "name": "Purple Pewter Director" - }, - { - "id": "2221", - "name": "Blue Opal Director" - }, - { - "id": "2222", - "name": "Yellow Fortune Director" - }, - { - "id": "2223", - "name": "Green Gemstone Director" - }, - { - "id": "2224", - "name": "White Chisel Director" - }, - { - "id": "2225", - "name": "Silver Cog Director" - }, - { - "id": "2226", - "name": "Brown Engine Director" - }, - { - "id": "2227", - "name": "Red Axe Director" - }, - { - "id": "2228", - "name": "Commander Veldaban" - }, - { - "id": "2229", - "name": "Red Axe Cat" - }, - { - "id": "2230", - "name": "Red Axe Cat" - }, - { - "id": "2231", - "name": "Black Guard Berserker" - }, - { - "id": "2232", - "name": "Black Guard Berserker", "examine": "An elite member of the Black Guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Guard Berserker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2233", - "name": "Olivia" + "lifepoints": "10", + "strength_level": "1", + "id": "2232", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A master at farming.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2234", - "name": "Master Farmer", - "examine": "A master at farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A master at farming.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2235", - "name": "Master Farmer", - "examine": "A master at farming.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2236", - "name": "Market Guard", "examine": "He guards the Draynor Market stalls from thieves.", - "attack_level": "30", - "combat_audio": "2547,1979,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "2547,1979,512", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Market Guard", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "2236", + "range_level": "1", + "attack_level": "30" }, { - "id": "2237", - "name": "Gee", "examine": "A local farmer. He may be able to provide some useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2237", + "range_level": "1", + "attack_level": "1" }, { - "id": "2238", - "name": "Donie" - }, - { - "id": "2239", - "name": "Pig" - }, - { - "id": "2240", + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pig", - "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2240", + "range_level": "1", + "attack_level": "1" }, { + "examine": "There to help me make my bids.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2241", - "name": "Piglet", - "examine": "There to help me make my bids.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2242", - "name": "Piglet", "examine": "Porcine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2243", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Piglet", - "examine": "Bacon-in-training." + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2242", + "range_level": "1", + "attack_level": "1" }, { - "id": "2244", - "name": "Lumbridge Guide", "examine": "He provides new players with useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2245", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "401", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2246", - "name": "Khazard trooper", - "examine": "It's one of General Khazard's warriors.", - "attack_level": "32", - "attack_speed": "6", - "death_animation": "836", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", "magic_animation": "0", + "death_animation": "0", + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2244", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", + "melee_animation": "401", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "2245", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's one of General Khazard's warriors.", "melee_animation": "429", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" - }, - { - "id": "2247", - "name": "Gnome troop", - "examine": "It's a tree gnome trooper.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2248", - "name": "Gnome troop", - "examine": "It's a tree gnome trooper.", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2249", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1" - }, - { - "id": "2250", - "name": "Gnome", - "examine": "Like a mini man!", - "agg_radius": "", - "aggressive": "", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "end_height": "", - "lifepoints": "2", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1", - "weakness": "" - }, - { - "id": "2251", - "name": "Gnome", - "examine": "Like a mini man!", - "attack_level": "1", - "attack_speed": "4", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "force_talk": "", - "lifepoints": "3", - "melee_animation": "190", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "1" - }, - { - "id": "2252", - "name": "Crow" - }, - { - "id": "2253", - "name": "Wise Old Man", - "examine": "A venerable and rich sage." - }, - { - "id": "2254", - "name": "Bed" - }, - { - "id": "2255", - "name": "Thing under the bed" - }, - { - "id": "2256", - "name": "Paladin", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "66", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2257", - "name": "Mage of Zamorak" - }, - { - "id": "2259", - "name": "Mage of Zamorak" - }, - { - "id": "2260", - "name": "Mage of Zamorak" - }, - { - "id": "2262", - "name": "Dark mage", - "examine": "An initiate of Zamorak.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "8", "magic_animation": "0", + "death_animation": "836", + "name": "Khazard trooper", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "2246", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "It's a tree gnome trooper.", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "2247", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tree gnome trooper.", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome troop", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", + "id": "2248", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Paladin", + "defence_level": "1", + "safespot": null, + "lifepoints": "66", + "strength_level": "1", + "id": "2256", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate of Zamorak.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2262", + "range_level": "1", + "attack_level": "1" }, { - "id": "2263", - "name": "Abyssal leech", "examine": "A blood-drinking denizen of the abyss.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "3", - "combat_audio": "232,231,230", - "death_animation": "2183", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "2181", "range_animation": "0", - "range_level": "52", + "combat_audio": "232,231,230", + "attack_speed": "3", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "0", + "magic_animation": "0", + "death_animation": "2183", + "name": "Abyssal leech", + "defence_level": "52", + "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "2" + "id": "2263", + "aggressive": "true", + "range_level": "52", + "attack_level": "1" }, { - "id": "2264", - "name": "Abyssal guardian", "examine": "It seems to have eyes in the back of its head...", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "6", - "death_animation": "2189", - "defence_animation": "2188", - "defence_level": "65", - "lifepoints": "50", - "magic_animation": "2186", - "magic_level": "57", "melee_animation": "2186", "range_animation": "2186", - "range_level": "135", - "safespot": null, + "attack_speed": "6", + "magic_level": "57", + "defence_animation": "2188", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "2186", + "death_animation": "2189", + "name": "Abyssal guardian", + "defence_level": "65", + "safespot": null, + "lifepoints": "50", "strength_level": "96", - "weakness": "3" + "id": "2264", + "aggressive": "true", + "range_level": "135", + "attack_level": "65" }, { - "id": "2265", - "name": "Abyssal walker", "examine": "Apparently walks the abyss.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "combat_audio": "233,235,234", - "death_animation": "2194", - "defence_animation": "2193", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "2192", "melee_animation": "2192", "range_animation": "2192", - "range_level": "1", - "safespot": null, + "combat_audio": "233,235,234", + "attack_speed": "5", + "defence_animation": "2193", + "weakness": "8", "slayer_exp": "0", + "magic_animation": "2192", + "death_animation": "2194", + "name": "Abyssal walker", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", "strength_level": "116", - "weakness": "8" - }, - { - "id": "2266", - "name": "Brian O'Richard" - }, - { - "id": "2267", - "name": "Rogue Guard", - "examine": "Sparkles the Tinsel Snake", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2268", - "name": "Rogue Guard" - }, - { - "id": "2269", - "name": "Rogue Guard", - "examine": "A snowman armed with a holly bow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2270", - "name": "Martin Thwait" - }, - { - "id": "2271", - "name": "Emerald Benedict", - "examine": "A snowman armed with an ice sword.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2272", - "name": "Spin Blades", - "examine": "A snowman armed with a winter staff.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2273", - "name": "Spin Blades" - }, - { - "id": "2274", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2275", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2276", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2277", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2278", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2279", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2280", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2281", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "2282", - "name": "Sir Spishyus", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2283", - "name": "Lady Table", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2284", - "name": "Sir Kuam Ferentse", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2285", - "name": "Sir Leye", - "examine": "A warrior blessed by Saradomin.", + "id": "2265", "aggressive": "true", - "attack_level": "18", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "15", - "lifepoints": "21", - "melee_animation": "400", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18" + "attack_level": "60" }, { - "id": "2286", - "name": "Sir Tinley", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Sparkles the Tinsel Snake", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2267", + "range_level": "1", + "attack_level": "1" }, { - "id": "2287", - "name": "Sir Ren Itchood", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with a holly bow.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rogue Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2269", + "range_level": "1", + "attack_level": "1" }, { - "id": "2288", - "name": "Miss Cheevers", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with an ice sword.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Emerald Benedict", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2271", + "range_level": "1", + "attack_level": "1" }, { - "id": "2289", - "name": "Ms. Hynn Terprett", - "examine": "An observer for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A snowman armed with a winter staff.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2290", - "name": "Sir Tiffy Cashien", - "examine": "Head of recruitment for the Temple Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2291", - "name": "Rug Merchant", - "examine": "A carpet merchant.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Spin Blades", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2292", - "name": "Rug Merchant", - "examine": "A carpet merchant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2272", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2293", - "name": "Rug Merchant", - "examine": "A man who deals in rugs.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2294", - "name": "Rug Merchant", - "examine": "A man who deals in rugs.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2295", - "name": "Rug Merchant" - }, - { - "id": "2297", - "name": "Rug Merchant" - }, - { - "id": "2299", - "name": "Rug Station Attendant" - }, - { - "id": "2301", - "name": "Monkey", - "examine": "Perhaps our oldest relatives.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2302", - "name": "Sarah" - }, - { - "id": "2304", - "name": "Sarah", - "examine": "She sells farming equipment." - }, - { - "id": "2305", - "name": "Vanessa" - }, - { - "id": "2306", - "name": "Richard" - }, - { - "id": "2307", - "name": "Alice" - }, - { - "id": "2308", - "name": "Capt' Arnav" - }, - { - "id": "2309", - "name": "null", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_animation": "", - "defence_level": "1", - "range_level": "1", - "safespot": "null" - }, - { - "id": "2310", - "name": "Cow calf", - "examine": "Young, but still beefy.", - "attack_level": "2", + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", "attack_speed": "5", - "combat_audio": "366,368,367", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "2", - "lifepoints": "6", - "magic_animation": "5849", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2274", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2275", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2276", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2277", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2278", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2279", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2280", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", + "id": "2281", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Spishyus", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lady Table", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Kuam Ferentse", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2284", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A warrior blessed by Saradomin.", + "melee_animation": "400", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Sir Leye", + "defence_level": "15", + "safespot": null, + "lifepoints": "21", + "strength_level": "18", + "id": "2285", + "aggressive": "true", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Tinley", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Ren Itchood", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2287", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miss Cheevers", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An observer for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ms. Hynn Terprett", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2289", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Head of recruitment for the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sir Tiffy Cashien", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2290", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A carpet merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2291", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A carpet merchant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2292", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man who deals in rugs.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2293", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man who deals in rugs.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rug Merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps our oldest relatives.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2301", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Young, but still beefy.", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "366,368,367", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow calf", + "defence_level": "2", + "safespot": null, + "lifepoints": "6", "strength_level": "2", - "weakness": "8" + "id": "2310", + "range_level": "1", + "attack_level": "2" }, { - "id": "2311", - "name": "Sheepdog", "examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheepdog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2311", + "range_level": "1", + "attack_level": "1" }, { - "id": "2312", - "name": "Rooster", "examine": "He rules the", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rooster", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2312", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2313", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2314", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Yep. Definitely a chicken.", + "melee_animation": "5387", + "range_animation": "5387", + "combat_audio": "355,357,356", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "5388", + "magic_animation": "5387", + "death_animation": "5389", + "name": "Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "3", + "strength_level": "1", "id": "2315", - "name": "Chicken", - "examine": "Yep. Definitely a chicken.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "355,357,356", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "1", - "lifepoints": "3", - "magic_animation": "5387", - "melee_animation": "5387", - "range_animation": "5387", "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2316", - "name": "Pig", "examine": "Swine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2317", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pig", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2316", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Porker.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pig", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2317", + "range_level": "1", + "attack_level": "1" }, { - "id": "2318", - "name": "Piglet", "examine": "Hog.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2318", + "range_level": "1", + "attack_level": "1" }, { - "id": "2319", - "name": "Piglet", "examine": "Porcine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2320", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Piglet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2319", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He has a certain bovine aroma.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Piglet", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2320", + "range_level": "1", + "attack_level": "1" }, { - "id": "2321", - "name": "Blandebir", "examine": "An expert on the brewing of ales and cider.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blandebir", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2321", + "range_level": "1", + "attack_level": "1" }, { - "id": "2322", - "name": "Metarialus", - "examine": "In his former life an expert brewer." - }, - { - "id": "2323", - "name": "Elstan", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2324", - "name": "Dantaera", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2325", - "name": "Kragen", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2326", - "name": "Lyra", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2327", - "name": "Francis", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2328", - "name": "Wizard Cromperty", - "examine": "The hat is a dead give away." - }, - { - "id": "2329", - "name": "Muncher", "examine": "Only the Grim Reaper would have a pet like this.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Muncher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2329", + "range_level": "1", + "attack_level": "1" }, { - "id": "2330", - "name": "Garth", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2331", - "name": "Ellena", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2332", - "name": "Selena", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2333", - "name": "Vasquen", "examine": "Perhaps this farmer might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vasquen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2333", + "range_level": "1", + "attack_level": "1" }, { - "id": "2334", - "name": "Rhonen", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2335", - "name": "Dreven", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2336", + "examine": "Perhaps this gardener might look after your crops for you.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Taria", - "examine": "Perhaps this gardener might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2336", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2337", - "name": "Rhazien", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2338", - "name": "Torrell", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2339", - "name": "Alain", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2340", - "name": "Heskel", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2341", - "name": "Treznor", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2342", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Fayeth", - "examine": "Perhaps this gardener might look after your crops for you.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2342", + "range_level": "1", + "attack_level": "1" }, { - "id": "2343", - "name": "Bolongo", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2344", - "name": "Gileth", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2345", - "name": "Sick-looking sheep (1)" - }, - { - "id": "2346", - "name": "Sick-looking sheep (2)" - }, - { - "id": "2347", - "name": "Sick-looking sheep (3)" - }, - { - "id": "2348", - "name": "Sick-looking sheep (4)" - }, - { - "id": "2349", - "name": "Mourner" - }, - { - "id": "2350", - "name": "Mourner" - }, - { - "id": "2351", - "name": "Mourner" - }, - { - "id": "2352", - "name": "Eudav" - }, - { - "id": "2353", - "name": "Oronwen" - }, - { - "id": "2354", - "name": "Banker", "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2355", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Banker", - "examine": "She can look after my money.", - "attack_level": "1", - "combat_style": "2", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "476", - "magic_animation": "0", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2354", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "combat_style": "2", "melee_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2356", - "name": "Dalldav" - }, - { - "id": "2357", - "name": "Gethin" - }, - { - "id": "2358", - "name": "Arianwyn" + "lifepoints": "476", + "strength_level": "1", + "id": "2355", + "range_level": "1", + "attack_level": "1" }, { + "examine": "I don't wanna be at the wrong end of that pike.", + "melee_animation": "428", + "range_animation": "0", + "combat_audio": "425,427,426", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", "id": "2359", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "60", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "425,427,426", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "60" }, { + "examine": "I don't wanna be at the wrong end of that pike.", + "melee_animation": "428", + "range_animation": "0", + "combat_audio": "425,427,426", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", "id": "2360", - "name": "Elf warrior", - "examine": "I don't wanna be at the wrong end of that pike.", - "attack_level": "60", - "attack_speed": "5", "clue_level": "2", - "combat_audio": "425,427,426", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "60" }, { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", "id": "2361", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", "range_level": "64", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" + "projectile": "249", + "attack_level": "1" }, { + "examine": "He looks pretty handy with that bow.", + "start_gfx": "250", + "combat_style": "1", + "melee_animation": "428", + "range_animation": "426", + "combat_audio": "425,427,426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "836", + "name": "Elf warrior", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "1", "id": "2362", - "name": "Elf warrior", - "examine": "He looks pretty handy with that bow.", - "attack_level": "1", "clue_level": "2", - "combat_audio": "425,427,426", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "428", - "projectile": "249", - "range_animation": "426", "range_level": "64", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "250", - "strength_level": "1", - "weakness": "2" + "projectile": "249", + "attack_level": "1" }, { - "id": "2363", - "name": "Goreu" - }, - { - "id": "2364", - "name": "Ysgawyn" - }, - { - "id": "2365", - "name": "Arvel" - }, - { - "id": "2366", - "name": "Mawrth" - }, - { - "id": "2367", - "name": "Kelyn" - }, - { - "id": "2368", - "name": "Eoin" - }, - { - "id": "2369", - "name": "Iona" - }, - { - "id": "2370", - "name": "Gnome" - }, - { - "id": "2372", - "name": "Head mourner", "examine": "A Mourner showing his true identity.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", "melee_animation": "", "range_animation": "", - "range_level": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Head mourner", + "defence_level": "", "safespot": null, - "strength_level": "" + "lifepoints": "", + "strength_level": "", + "id": "2372", + "range_level": "", + "attack_level": "" }, { - "id": "2373", - "name": "Mourner", "examine": "A mourner, or plague healer.", - "aggressive": "true", - "attack_level": "61", - "attack_speed": "4", - "death_animation": "836", - "defence_animation": "", - "defence_level": "80", - "lifepoints": "87", - "magic_animation": "", "melee_animation": "428", "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "61", - "weakness": "" - }, - { - "id": "2374", + "attack_speed": "4", + "defence_animation": "", + "weakness": "", + "magic_animation": "", + "death_animation": "836", "name": "Mourner", - "examine": "A Mourner, or plague healer." + "defence_level": "80", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "2373", + "aggressive": "true", + "range_level": "", + "attack_level": "61" }, { - "id": "2375", - "name": "Eluned" - }, - { - "id": "2377", - "name": "Sick-looking sheep (1)" - }, - { - "id": "2378", - "name": "Sick-looking sheep (2)" - }, - { - "id": "2379", - "name": "Sick-looking sheep (3)" - }, - { - "id": "2380", - "name": "Sick-looking sheep (4)" - }, - { - "id": "2381", - "name": "Mysterious ghost", "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2382", "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2383", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2384", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2385", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2386", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2387", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2388", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2389", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2390", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2391", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2392", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2393", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2394", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2395", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2396", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2397", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2398", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2399", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2400", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2401", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2402", - "name": "Mysterious ghost", - "examine": "Seems to flitter in and out of existence...", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2403", - "name": "Cart conductor" - }, - { - "id": "2410", - "name": "Red Axe Director" - }, - { - "id": "2411", - "name": "Red Axe Director" - }, - { - "id": "2412", - "name": "Red Axe Henchman" - }, - { - "id": "2413", - "name": "Red Axe Henchman" - }, - { - "id": "2414", - "name": "Red Axe Henchman" - }, - { - "id": "2415", - "name": "Colonel Grimsson" - }, - { - "id": "2416", - "name": "Colonel Grimsson" - }, - { - "id": "2417", - "name": "Ogre shaman" - }, - { - "id": "2418", - "name": "Ogre shaman" - }, - { - "id": "2419", - "name": "Grunsh" - }, - { - "id": "2420", - "name": "Gnome emissary" - }, - { - "id": "2421", - "name": "Gnome companion" - }, - { - "id": "2422", - "name": "Gnome companion" - }, - { - "id": "2423", - "name": "Chaos dwarf", - "examine": "A dwarf gone bad.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "61", "strength_level": "1", - "weakness": "6" + "id": "2381", + "range_level": "1", + "attack_level": "1" }, { - "id": "2424", - "name": "Gunslik" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2382", + "range_level": "1", + "attack_level": "1" }, { - "id": "2425", - "name": "Nolar" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2383", + "range_level": "1", + "attack_level": "1" }, { - "id": "2426", - "name": "Factory Worker" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2384", + "range_level": "1", + "attack_level": "1" }, { - "id": "2427", - "name": "Cart conductor" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2385", + "range_level": "1", + "attack_level": "1" }, { - "id": "2428", - "name": "Gauss" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2386", + "range_level": "1", + "attack_level": "1" }, { - "id": "2429", - "name": "Drunken Dwarf" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2387", + "range_level": "1", + "attack_level": "1" }, { - "id": "2430", - "name": "Rowdy dwarf" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2388", + "range_level": "1", + "attack_level": "1" }, { - "id": "2431", - "name": "Ulifed" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2389", + "range_level": "1", + "attack_level": "1" }, { - "id": "2432", - "name": "Red Axe Henchman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2390", + "range_level": "1", + "attack_level": "1" }, { - "id": "2433", - "name": "Red Axe Henchman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2391", + "range_level": "1", + "attack_level": "1" }, { - "id": "2434", - "name": "Ogre shaman" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2392", + "range_level": "1", + "attack_level": "1" }, { - "id": "2435", - "name": "Jarvald" + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2395", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2396", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2397", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2398", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2399", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2400", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2401", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to flitter in and out of existence...", + "name": "Mysterious ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2402", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "61", + "weakness": "6", + "examine": "A dwarf gone bad.", + "name": "Chaos dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2423", + "respawn_delay": "150", + "range_level": "1", + "attack_level": "1" }, { - "id": "2436", - "name": "Jarvald", - "attack_level": "10", "death_animation": "9230", - "defence_animation": "9231", + "name": "Jarvald", "defence_level": "10", + "safespot": null, "lifepoints": "10", "melee_animation": "9232", + "strength_level": "10", + "id": "2436", "range_level": "1", - "safespot": null, - "strength_level": "10" + "attack_level": "10", + "defence_animation": "9231" }, { - "id": "2437", - "name": "Jarvald" - }, - { - "id": "2438", - "name": "Jarvald" - }, - { - "id": "2439", - "name": "Askeladden", "examine": "Looks like a wanna be Fremennik.", - "attack_level": "1", - "death_animation": "0", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Askeladden", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2439", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2440", - "name": "Door-support" - }, - { - "id": "2441", - "name": "Door" - }, - { - "id": "2442", - "name": "Door" - }, - { - "id": "2443", - "name": "Door-support", "examine": "This support is propping the door closed.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2444", - "name": "Door" - }, - { - "id": "2445", - "name": "Door" - }, - { - "id": "2446", - "name": "Door-support" - }, - { - "id": "2447", - "name": "Door" - }, - { - "id": "2448", - "name": "Door" - }, - { - "id": "2449", - "name": "Egg" - }, - { - "id": "2450", - "name": "Egg" - }, - { - "id": "2451", - "name": "Egg" - }, - { - "id": "2452", - "name": "Giant Rock Crab", - "examine": "No one likes crabs... especially really big ones!", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "200", - "lifepoints": "180", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Door-support", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "2443", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs... especially really big ones!", "melee_animation": "2368", "range_animation": "0", - "range_level": "1", + "combat_audio": "717,723,722", + "attack_speed": "4", "respawn_delay": "50", + "defence_animation": "1313", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "200", "safespot": null, + "lifepoints": "180", "strength_level": "80", - "weakness": "9" + "id": "2452", + "aggressive": "true", + "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "2453", - "name": "Boulder", "examine": "Heavy rock!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "240", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "240", + "strength_level": "1", + "id": "2453", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2454", - "name": "Dagannoth spawn", "examine": "A teeny-tiny horror from the ocean depths...", - "aggressive": "true", - "attack_level": "47", - "death_animation": "1342", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", "melee_animation": "1341", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "1342", + "name": "Dagannoth spawn", + "defence_level": "47", "safespot": null, + "lifepoints": "67", "strength_level": "47", - "weakness": "9" + "id": "2454", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" }, { - "id": "2455", - "name": "Dagannoth", "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "clue_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "71", - "lifepoints": "120", "melee_animation": "1343", - "projectile": "294", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "1340", "slayer_exp": "120", - "strength_level": "70" - }, - { - "id": "2456", - "name": "Dagannoth", - "examine": "A horror from the ocean depths...", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "clue_level": "1", - "combat_style": "1", "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "50", - "lifepoints": "70", - "melee_animation": "1343", + "name": "Dagannoth", + "defence_level": "71", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2455", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", "projectile": "294", - "range_level": "70", + "attack_level": "68" + }, + { + "examine": "A horror from the ocean depths...", + "combat_style": "1", + "melee_animation": "1343", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "1340", "slayer_exp": "0", - "strength_level": "70" + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "50", + "safespot": null, + "lifepoints": "70", + "strength_level": "70", + "id": "2456", + "aggressive": "true", + "clue_level": "1", + "range_level": "70", + "projectile": "294", + "attack_level": "68" }, { - "id": "2457", - "name": "Wallasalki", "examine": "A fearsome magical creature from the deep.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0", - "combat_audio": "1077,1079,1078", "combat_style": "2", - "death_animation": "2367", - "defence_animation": "2366", - "defence_level": "80", - "lifepoints": "120", - "magic_animation": "2365", - "magic_level": "100", "melee_animation": "2365", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, + "combat_audio": "1077,1079,1078", + "attack_speed": "6", "spell_id": "48", - "strength_level": "1" - }, - { - "id": "2458", - "name": "Freaky Forester" - }, - { - "id": "2459", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", + "magic_level": "100", + "respawn_delay": "60", + "defence_animation": "2366", + "magic_animation": "2365", + "death_animation": "2367", + "name": "Wallasalki", + "defence_level": "80", "safespot": null, - "strength_level": "1" - }, - { - "id": "2460", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2461", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2462", - "name": "Pheasant", - "examine": "A brightly coloured game bird.", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "690,692,691", - "death_animation": "2373", - "defence_animation": "2371", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2372", - "melee_animation": "2372", - "range_animation": "2372", - "range_level": "1", - "respawn_delay": "18", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2463", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "20", - "lifepoints": "19", - "magic_animation": "2302", - "magic_level": "5", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "5", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" - }, - { - "id": "2464", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "10", - "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "2302", - "magic_level": "10", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "10", - "respawn_delay": "25", - "safespot": null, - "strength_level": "10" - }, - { - "id": "2465", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "15", - "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "50", - "lifepoints": "60", - "magic_animation": "2302", - "magic_level": "15", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "15", - "respawn_delay": "25", - "safespot": null, - "strength_level": "15" - }, - { - "id": "2466", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "2302", - "magic_level": "25", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "45" - }, - { - "id": "2467", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "2302", - "magic_level": "35", - "melee_animation": "2302", - "projectile": "337", - "range_animation": "2302", - "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "45" - }, - { - "id": "2468", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "45", - "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", - "combat_audio": "2288,357,356", - "combat_style": "2", - "death_animation": "2301", - "defence_animation": "2300", - "defence_level": "90", "lifepoints": "120", - "magic_animation": "2302", - "magic_level": "45", + "strength_level": "1", + "id": "2457", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2459", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2460", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2461", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A brightly coloured game bird.", + "melee_animation": "2372", + "range_animation": "2372", + "combat_audio": "690,692,691", + "attack_speed": "6", + "respawn_delay": "18", + "defence_animation": "2371", + "magic_animation": "2372", + "death_animation": "2373", + "name": "Pheasant", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2462", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", "melee_animation": "2302", - "projectile": "337", "range_animation": "2302", - "range_level": "45", + "combat_audio": "2288,357,356", + "magic_level": "5", "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "20", "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "2469", - "name": "Frog" - }, - { - "id": "2470", - "name": "Frog" - }, - { - "id": "2471", - "name": "Frog" - }, - { - "id": "2472", - "name": "Frog" - }, - { - "id": "2473", - "name": "Frog" - }, - { - "id": "2474", - "name": "Frog prince" - }, - { - "id": "2475", - "name": "Frog princess" - }, - { - "id": "2476", - "name": "Rick Turpentine", - "examine": "A Retired Highwayman", - "attack_level": "8", - "attack_speed": "5", - "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", - "combat_audio": "2695,513,512", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "10", - "magic_animation": "4230", - "magic_level": "30", - "melee_animation": "4230", - "prj_height": "", - "projectile": "27", - "range_animation": "4230", - "range_level": "20", - "safespot": null, - "strength_level": "8" - }, - { - "id": "2477", - "name": "Quiz Master", - "examine": "Apparently a master of quizzes!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2478", - "name": "Evil Bob" - }, - { - "id": "2479", - "name": "Evil Bob", - "examine": "Hey, it's Bob the cat! Or... is it?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2480", - "name": "Servant" - }, - { - "id": "2481", - "name": "Servant", - "examine": "Servant of Evil Bob.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2482", - "name": "Giant bat", - "examine": "Annoying flappy thing.", - "attack_level": "22", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "8", - "strength_level": "22" - }, - { - "id": "2483", - "name": "Bush snake" - }, - { - "id": "2489", - "name": "Bush snake", - "examine": "A slithering serpent that likes to hide in the bush.", + "lifepoints": "19", + "strength_level": "5", + "id": "2463", "aggressive": "true", - "attack_level": "25", - "attack_speed": "7", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "1" + "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0", + "range_level": "5", + "projectile": "337", + "attack_level": "5" }, { - "id": "2490", - "name": "Bush snake", - "examine": "A slithering serpent that likes to hide in the bush.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "7", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25" - }, - { - "id": "2491", - "name": "Jungle spider", - "examine": "", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2492", - "name": "Jungle spider", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2493", - "name": "Large mosquito", - "examine": "A flying bloodsucker.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "63", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2494", - "name": "Mosquito swarm", - "examine": "A swarm of three highly agile mosquitoes.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "66", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2495", - "name": "Mosquito swarm", - "examine": "A swarm of five highly agile mosquitoes.", - "attack_level": "1", - "death_animation": "2398", - "defence_animation": "0", - "defence_level": "68", - "lifepoints": "97", - "magic_animation": "0", - "melee_animation": "2397", - "range_animation": "0", - "range_level": "68", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "2496", - "name": "Tribesman", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2497", - "name": "Tribesman", - "examine": "A vicious warrior.", - "aggressive": "true", - "attack_level": "23", - "attack_speed": "4", - "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", - "clue_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "39", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "428", - "poison_amount": "55", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "27", - "weakness": "9" - }, - { - "id": "2498", - "name": "Broodoo victim" - }, - { - "id": "2499", - "name": "Broodoo victim", - "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.", - "aggressive": "true", - "attack_level": "45", + "examine": "A fowl beast.", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "2500", - "name": "Broodoo victim" - }, - { - "id": "2501", - "name": "Broodoo victim", - "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.", - "aggressive": "true", - "attack_level": "43", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "43", - "weakness": "9" - }, - { - "id": "2502", - "name": "Broodoo victim" - }, - { - "id": "2503", - "name": "Broodoo victim", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "100", - "melee_animation": "810", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2504", - "name": "Sharimika" - }, - { - "id": "2505", - "name": "Sharimika", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2506", - "name": "Sharimika", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2507", - "name": "Mamma Bufetta" - }, - { - "id": "2508", - "name": "Mamma Bufetta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2509", - "name": "Mamma Bufetta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2510", - "name": "Layleen" - }, - { - "id": "2511", - "name": "Layleen", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2512", - "name": "Layleen", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2513", - "name": "Karaday" - }, - { - "id": "2514", - "name": "Karaday", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2515", - "name": "Karaday", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2516", - "name": "Safta Doc" - }, - { - "id": "2517", - "name": "Safta Doc", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2518", - "name": "Safta Doc", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2519", - "name": "Gabooty" - }, - { - "id": "2520", - "name": "Gabooty", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2521", - "name": "Gabooty", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2522", - "name": "Fanellaman" - }, - { - "id": "2523", - "name": "Fanellaman", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2524", - "name": "Fanellaman", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2525", - "name": "Jagbakoba" - }, - { - "id": "2526", - "name": "Jagbakoba", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2527", - "name": "Jagbakoba", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2528", - "name": "Murcaily" - }, - { - "id": "2529", - "name": "Murcaily", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2530", - "name": "Murcaily", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2531", - "name": "Rionasta" - }, - { - "id": "2532", - "name": "Rionasta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2533", - "name": "Rionasta", - "examine": "A native of Tai Bwo Wannai." - }, - { - "id": "2534", - "name": "Mahogany" - }, - { - "id": "2535", - "name": "Teak" - }, - { - "id": "2536", - "name": "Niles" - }, - { - "id": "2537", - "name": "Miles" - }, - { - "id": "2538", - "name": "Giles" - }, - { - "id": "2539", - "name": "Cap'n Hand", - "examine": "He used to swashbuckle his away across the seven seas.", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4230", - "magic_level": "20", - "melee_animation": "4230", - "range_animation": "4230", - "range_level": "30", - "safespot": null, - "strength_level": "10" - }, - { - "id": "2540", - "name": "Dr Jekyll" - }, - { - "id": "2541", - "name": "Mr Hyde" - }, - { - "id": "2542", - "name": "Mr Hyde" - }, - { - "id": "2543", - "name": "Mr Hyde" - }, - { - "id": "2544", - "name": "Mr Hyde" - }, - { - "id": "2545", - "name": "Mr Hyde" - }, - { - "id": "2546", - "name": "Mr Hyde" - }, - { - "id": "2547", - "name": "Chaos druid", - "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "40", "safespot": null, - "start_gfx": "105", + "lifepoints": "40", + "strength_level": "10", + "id": "2464", + "aggressive": "true", + "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0", + "range_level": "10", + "projectile": "337", + "attack_level": "10" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "15", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "50", + "safespot": null, + "lifepoints": "60", + "strength_level": "15", + "id": "2465", + "aggressive": "true", + "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0", + "range_level": "15", + "projectile": "337", + "attack_level": "15" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "45", + "id": "2466", + "aggressive": "true", + "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "35", + "respawn_delay": "25", + "defence_animation": "2300", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "45", + "id": "2467", + "aggressive": "true", + "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A fowl beast.", + "combat_style": "2", + "melee_animation": "2302", + "range_animation": "2302", + "combat_audio": "2288,357,356", + "magic_level": "45", + "respawn_delay": "25", + "defence_animation": "2300", + "weakness": "9", + "magic_animation": "2302", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "90", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "2468", + "aggressive": "true", + "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0", + "range_level": "45", + "projectile": "337", + "attack_level": "45" + }, + { + "examine": "A Retired Highwayman", + "combat_style": "1", + "melee_animation": "4230", + "range_animation": "4230", + "combat_audio": "2695,513,512", + "attack_speed": "5", + "magic_level": "30", + "defence_animation": "404", + "magic_animation": "4230", + "death_animation": "9055", + "name": "Rick Turpentine", + "defence_level": "8", + "safespot": null, + "lifepoints": "10", "strength_level": "8", - "weakness": "3" + "id": "2476", + "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20", + "range_level": "20", + "projectile": "27", + "attack_level": "8", + "prj_height": "" }, { - "id": "2548", - "name": "Blackjack seller" - }, - { - "id": "2549", - "name": "Ali the dyer", - "examine": "A colourful character.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "Apparently a master of quizzes!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2550", - "name": "Dwarven Miner" - }, - { - "id": "2551", - "name": "Dwarven Miner" - }, - { - "id": "2552", - "name": "Dwarven Miner" - }, - { - "id": "2553", - "name": "Blast Furnace Foreman", - "examine": "Looks after the blast furnace.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", + "death_animation": "0", + "name": "Quiz Master", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2477", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Hey, it's Bob the cat! Or... is it?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Bob", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2479", + "range_level": "1", + "attack_level": "1" }, { - "id": "2554", - "name": "Tin ore" + "examine": "Servant of Evil Bob.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Servant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2481", + "range_level": "1", + "attack_level": "1" }, { - "id": "2555", - "name": "Copper ore" + "examine": "Annoying flappy thing.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "0", + "slayer_exp": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Giant bat", + "defence_level": "22", + "safespot": null, + "lifepoints": "32", + "strength_level": "22", + "id": "2482", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "22" }, { - "id": "2556", - "name": "Iron ore" + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "attack_speed": "7", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "276", + "weakness": "1", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "2489", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "2557", - "name": "Mithril ore" + "examine": "A slithering serpent that likes to hide in the bush.", + "melee_animation": "275", + "combat_audio": "3609,3608,3610", + "range_animation": "0", + "attack_speed": "7", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "276", + "poison_amount": "55", + "magic_animation": "0", + "death_animation": "278", + "name": "Bush snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "2490", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "2558", - "name": "Adamantite ore" + "examine": "", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "2491", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2559", - "name": "Runite ore" + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "strength_level": "1", + "id": "2492", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2560", - "name": "Silver ore" + "examine": "A flying bloodsucker.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Large mosquito", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "1", + "id": "2493", + "range_level": "63", + "attack_level": "1" }, { - "id": "2561", - "name": "Gold ore" + "examine": "A swarm of three highly agile mosquitoes.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Mosquito swarm", + "defence_level": "66", + "safespot": null, + "lifepoints": "94", + "strength_level": "1", + "id": "2494", + "range_level": "66", + "attack_level": "1" }, { - "id": "2562", - "name": "Coal" + "examine": "A swarm of five highly agile mosquitoes.", + "melee_animation": "2397", + "range_animation": "0", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2398", + "name": "Mosquito swarm", + "defence_level": "68", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "2495", + "range_level": "68", + "attack_level": "1" }, { - "id": "2563", - "name": "Perfect gold ore" + "name": "Tribesman", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", + "id": "2496", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "2564", - "name": "Ordan", - "examine": "He smells of rock dust." - }, - { - "id": "2565", - "name": "Jorzik", - "examine": "He buys stuff." - }, - { - "id": "2566", - "name": "Wise Old Man" - }, - { - "id": "2567", - "name": "Wise Old Man" - }, - { - "id": "2568", - "name": "Banker" - }, - { - "id": "2569", - "name": "Banker" - }, - { - "id": "2570", - "name": "Banker" - }, - { - "id": "2571", - "name": "Market Guard", - "attack_level": "1", + "examine": "A vicious warrior.", + "melee_animation": "428", + "range_animation": "0", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "0", + "weakness": "9", + "poison_amount": "55", + "magic_animation": "0", "death_animation": "836", + "name": "Tribesman", + "defence_level": "26", + "safespot": null, + "lifepoints": "39", + "strength_level": "27", + "id": "2497", + "aggressive": "true", + "clue_level": "1", + "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0", + "range_level": "1", + "attack_level": "23" + }, + { + "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Broodoo victim", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "2499", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.", + "combat_style": "2", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Broodoo victim", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", + "id": "2501", + "aggressive": "true", + "range_level": "1", + "attack_level": "43" + }, + { + "combat_style": "2", + "melee_animation": "810", + "respawn_delay": "60", "defence_animation": "425", + "death_animation": "836", + "name": "Broodoo victim", "defence_level": "1", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", + "id": "2503", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He used to swashbuckle his away across the seven seas.", + "combat_style": "1", + "melee_animation": "4230", + "range_animation": "4230", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "404", + "magic_animation": "4230", + "death_animation": "9055", + "name": "Cap'n Hand", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "2539", + "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "A crazy, evil druid.", + "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", + "strength_level": "8", + "id": "2547", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" + }, + { + "examine": "A colourful character.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the dyer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2549", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after the blast furnace.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Blast Furnace Foreman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2553", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He smells of rock dust.", + "name": "Ordan", + "id": "2564" + }, + { + "examine": "He buys stuff.", + "name": "Jorzik", + "id": "2565" + }, + { + "death_animation": "836", + "name": "Market Guard", + "defence_level": "1", + "safespot": null, "lifepoints": "23", "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2572", - "name": "Olivia", - "examine": "She is a seed merchant." - }, - { - "id": "2573", - "name": "Pillory Guard" - }, - { - "id": "2574", - "name": "Bank guard", - "examine": "He's guarding the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2575", - "name": "Purepker895" - }, - { - "id": "2576", - "name": "Qutiedoll" - }, - { - "id": "2577", - "name": "1337sp34kr" - }, - { - "id": "2578", - "name": "Elfinlocks" - }, - { - "id": "2579", - "name": "Cool Mom227" - }, - { - "id": "2580", - "name": "Bernald", - "examine": "Looks after the Burthorpe vinery." - }, - { - "id": "2581", - "name": "Ellamaria" - }, - { - "id": "2582", - "name": "Trolley" - }, - { - "id": "2583", - "name": "Trolley" - }, - { - "id": "2584", - "name": "Trolley" - }, - { - "id": "2585", - "name": "Billy, a guard of Falador" - }, - { - "id": "2587", - "name": "Bob, another guard of Falador" - }, - { - "id": "2588", - "name": "Brother Althric", - "examine": "A holy man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2589", - "name": "PKMaster0036" - }, - { - "id": "2590", - "name": "King Roald" - }, - { - "id": "2591", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2592", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2593", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2594", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2595", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2596", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2597", - "name": "TzHaar-Mej", - "examine": "Looks like some kind of mystic.", - "attack_level": "70", - "attack_speed": "5", - "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "end_gfx": "1621", - "lifepoints": "100", - "magic_animation": "9260", - "magic_level": "70", - "melee_animation": "9260", - "projectile": "1617", - "range_animation": "9260", - "range_level": "70", - "safespot": null, - "start_gfx": "1618", - "strength_level": "70" - }, - { - "id": "2598", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2599", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2600", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2601", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2602", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2603", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "70", - "safespot": null, - "strength_level": "50" - }, - { - "id": "2604", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2605", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2606", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", - "combat_style": "1", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "projectile": "442", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2607", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2608", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2609", - "name": "TzHaar-Xil", - "examine": "Doesn't look very social.", - "attack_level": "70", - "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", - "combat_style": "1", - "death_animation": "9291", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "projectile": "442", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70" - }, - { - "id": "2610", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2611", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2612", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2613", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2614", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2615", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2616", - "name": "TzHaar-Ket", - "examine": "Must be a guard or something.", - "attack_level": "70", - "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "70", - "lifepoints": "140", - "magic_animation": "9345", - "magic_level": "70", - "melee_animation": "9345", - "range_animation": "9345", - "range_level": "70", - "safespot": null, - "strength_level": "70" - }, - { - "id": "2617", - "name": "TzHaar-Mej-Jal", - "examine": "Another one of those mystic-types." - }, - { - "id": "2618", - "name": "TzHaar-Mej-Kah", - "examine": "Another one of those mystic-types." - }, - { - "id": "2619", - "name": "TzHaar-Ket-Zuh", - "examine": "Maybe it'll guard my possessions." - }, - { - "id": "2620", - "name": "TzHaar-Hur-Tel", - "examine": "Wonder what it's making." - }, - { - "id": "2621", - "name": "Olaf Hardson", - "examine": "A soggy, smelly Fremennik." - }, - { - "id": "2622", - "name": "TzHaar-Hur-Lek", - "examine": "Wonder what it's making." - }, - { - "id": "2623", - "name": "TzHaar-Mej-Roh", - "examine": "Another one of those mystic-types." - }, - { - "id": "2624", - "name": "TzHaar-Ket" - }, - { - "id": "2625", - "name": "TzHaar-Ket" - }, - { - "id": "2626", - "name": "Rocks" - }, - { - "id": "2627", - "name": "Tz-Kih", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2628", - "name": "Tz-Kih", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2629", - "name": "Tz-Kek", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2630", - "name": "Tz-Kek", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "20", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2631", - "name": "Tok-Xil", - "examine": "The Tok-Xil fires deadly spines out of its arm", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "114", - "magic_animation": "0", - "range_animation": "0", - "range_level": "80", - "safespot": null, "strength_level": "1", - "weakness": "10" - }, - { - "id": "2632", - "name": "Tok-Xil" - }, - { - "id": "2633", - "name": "Wise Old Man" - }, - { - "id": "2634", - "name": "Miss Schism", - "examine": "A busy-body who loves a bit of gossip.", + "id": "2571", + "range_level": "1", + "respawn_delay": "60", "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "defence_animation": "425" + }, + { + "examine": "He's guarding the bank.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2635", - "name": "Bob" - }, - { - "id": "2636", - "name": "Bob" - }, - { - "id": "2637", - "name": "Sphinx" - }, - { - "id": "2638", - "name": "Neite" - }, - { - "id": "2639", - "name": "Robert the Strong" - }, - { - "id": "2640", - "name": "Odysseus" - }, - { - "id": "2641", - "name": "Dragonkin", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2642", - "name": "King Black Dragon" - }, - { - "id": "2643", - "name": "R4ng3rNo0b889" - }, - { - "id": "2644", - "name": "Love Cats" - }, - { - "id": "2645", - "name": "Love Cats" - }, - { - "id": "2646", - "name": "Neite" - }, - { - "id": "2647", - "name": "Bob" - }, - { - "id": "2648", - "name": "Beite" - }, - { - "id": "2649", - "name": "Gnome" - }, - { - "id": "2650", - "name": "Gnome" - }, - { - "id": "2651", - "name": "Odysseus" - }, - { - "id": "2652", - "name": "Neite" - }, - { - "id": "2654", - "name": "Unferth" - }, - { - "id": "2655", - "name": "Unferth", - "examine": "Nice but dim." - }, - { - "id": "2656", - "name": "Unferth" - }, - { - "id": "2657", - "name": "Unferth" - }, - { - "id": "2658", - "name": "Unferth" - }, - { - "id": "2659", - "name": "Unferth" - }, - { - "id": "2660", - "name": "Reldo", - "examine": "Reldo the librarian." - }, - { - "id": "2661", - "name": "Reldo" - }, - { - "id": "2662", - "name": "Lazy cat" - }, - { - "id": "2663", - "name": "Lazy cat" - }, - { - "id": "2664", - "name": "Lazy cat" - }, - { - "id": "2665", - "name": "Lazy cat" - }, - { - "id": "2666", - "name": "Lazy cat" - }, - { - "id": "2667", - "name": "Lazy cat" - }, - { - "id": "2668", - "name": "Wily cat" - }, - { - "id": "2669", - "name": "Wily cat" - }, - { - "id": "2670", - "name": "Wily cat" - }, - { - "id": "2671", - "name": "Wily cat" - }, - { - "id": "2672", - "name": "Wily cat" - }, - { - "id": "2673", - "name": "Wily cat" - }, - { - "id": "2674", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "10", - "death_animation": "836", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", "magic_animation": "0", + "death_animation": "0", + "name": "Bank guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2574", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Althric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2588", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2591", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2592", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2593", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2594", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2595", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2596", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like some kind of mystic.", + "start_gfx": "1618", + "combat_style": "2", + "melee_animation": "9260", + "range_animation": "9260", + "attack_speed": "5", + "magic_level": "70", + "end_gfx": "1621", + "defence_animation": "9287", + "magic_animation": "9260", + "death_animation": "9291", + "name": "TzHaar-Mej", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", + "id": "2597", + "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0", + "range_level": "70", + "projectile": "1617", + "attack_level": "70" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2598", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2599", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2600", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2601", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2602", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "2603", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "50" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2604", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2605", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "combat_style": "1", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2606", + "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", + "range_level": "70", + "projectile": "442", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2607", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2608", + "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Doesn't look very social.", + "combat_style": "1", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "slayer_exp": "0", + "magic_animation": "9345", + "death_animation": "9291", + "name": "TzHaar-Xil", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "70", + "id": "2609", + "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0", + "range_level": "70", + "projectile": "442", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2610", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2611", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2612", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2613", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2614", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2615", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Must be a guard or something.", + "melee_animation": "9345", + "range_animation": "9345", + "magic_level": "70", + "defence_animation": "9287", + "magic_animation": "9345", + "death_animation": "9288", + "name": "TzHaar-Ket", + "defence_level": "70", + "safespot": null, + "lifepoints": "140", + "strength_level": "70", + "id": "2616", + "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0", + "range_level": "70", + "attack_level": "70" + }, + { + "name": "Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "attack_speed": "7", + "id": "2627", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kih", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "attack_speed": "7", + "id": "2628", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kek", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "attack_speed": "5", + "id": "2629", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Tz-Kek", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "attack_speed": "5", + "id": "2630", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "The Tok-Xil fires deadly spines out of its arm", + "range_animation": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Tok-Xil", + "defence_level": "80", + "safespot": null, + "lifepoints": "114", + "strength_level": "1", + "id": "2631", + "aggressive": "true", + "range_level": "80", + "attack_level": "1" + }, + { + "examine": "A busy-body who loves a bit of gossip.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miss Schism", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2634", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dragonkin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "2641", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nice but dim.", + "name": "Unferth", + "id": "2655" + }, + { + "examine": "Known for his light-fingered qualities.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "10", "safespot": null, + "lifepoints": "14", "strength_level": "10", - "weakness": "9" - }, - { - "id": "2675", - "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", + "id": "2674", "range_level": "1", + "attack_level": "10" + }, + { + "name": "Man", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2676", - "name": "Make-over Mage" - }, - { - "id": "2677", - "name": "Highwayman", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", + "lifepoints": "10", "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "8", - "lifepoints": "13", - "magic_animation": "799", + "strength_level": "1", + "id": "2675", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", "melee_animation": "799", "range_animation": "799", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "799", + "death_animation": "9055", + "name": "Highwayman", + "defence_level": "8", "safespot": null, + "lifepoints": "13", "strength_level": "8", - "weakness": "7" + "id": "2677", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2678", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2679", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2680", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "2", "id": "2681", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "2682", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "2682", + "range_level": "1", + "attack_level": "1" }, { - "id": "2683", + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hengel", - "examine": "A citizen of Rimmington.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2683", + "range_level": "1", + "attack_level": "1" }, { - "id": "2684", + "examine": "A citizen of Rimmington.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Anja", - "examine": "A citizen of Rimmington.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "strength_level": "1", + "id": "2684", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2685", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2686", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { + "examine": "An ugly smelly creature.", + "melee_animation": "164", + "range_animation": "164", + "combat_audio": "469,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", "id": "2687", - "name": "Hobgoblin", - "examine": "An ugly smelly creature.", "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "164", - "melee_animation": "164", - "range_animation": "164", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { - "id": "2688", - "name": "Hobgoblin", "examine": "An ugly smelly creature, with a spear.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "1", - "lifepoints": "29", - "magic_animation": "163", "melee_animation": "163", "range_animation": "163", + "combat_audio": "3520,472,471", + "attack_speed": "6", + "defence_animation": "165", + "magic_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "10", + "id": "2688", + "aggressive": "true", "range_level": "20", - "safespot": null, - "strength_level": "10" + "attack_level": "20" }, { - "id": "2689", - "name": "Frog", "examine": "Didn't the mage say this procedure was totally safe?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2689", + "range_level": "1", + "attack_level": "1" }, { - "id": "2690", - "name": "Jack Seagull", "examine": "A salty seafarer. Needs a wash.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Seagull", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2690", + "range_level": "1", + "attack_level": "1" }, { - "id": "2691", - "name": "Longbow Ben", "examine": "A strange man with a strange name. Probably a strange past, too.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Longbow Ben", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2691", + "range_level": "1", + "attack_level": "1" }, { - "id": "2692", - "name": "Ahab", - "examine": "So what can one do with a drunken sailor?" - }, - { - "id": "2693", - "name": "Duck", "examine": "She quackers.", - "attack_level": "1", - "death_animation": "3468", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "3468", + "name": "Duck", + "defence_level": "1", "water_npc": "true", - "weakness": "8" + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "2693", + "range_level": "1", + "attack_level": "1" }, { - "id": "2694", - "name": "Duckling", "examine": "Mini quackers.", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", "death_animation": "3468", - "defence_animation": "0", + "name": "Duckling", "defence_level": "1", - "lifepoints": "1", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", "water_npc": "true", - "weakness": "8" - }, - { - "id": "2695", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "2696", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "8" - }, - { - "id": "2697", - "name": "Mugger", - "examine": "He doesn't look so happy now he's in jail.", - "aggressive": "true", - "attack_level": "11", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "11", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "11", - "weakness": "8" - }, - { - "id": "2698", - "name": "Black knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "24", - "weakness": "7" - }, - { - "id": "2699", - "name": "Guard", - "examine": "He's guarding the prison.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2700", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2701", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2702", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2703", - "name": "Guard", - "examine": "A prison guard.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "2704", - "name": "Guard", - "examine": "He's asleep.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2705", - "name": "Guard", - "examine": "Keeping an eye out for suspicious activity.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2706", - "name": "Crab", - "examine": "No one likes crabs...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2707", - "name": "Seagull", - "examine": "A sea bird.", - "attack_level": "1", - "combat_audio": "309,311,310", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2708", - "name": "Seagull" - }, - { - "id": "2709", - "name": "Fire wizard", - "examine": "Caution: HOT!", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "18", - "end_gfx": "101", - "lifepoints": "25", - "magic_animation": "711", - "magic_level": "18", - "melee_animation": "414", - "projectile": "100", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "99", - "start_height": "80", + "lifepoints": "1", "strength_level": "1", - "weakness": "3" + "id": "2694", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2710", - "name": "Water wizard", - "examine": "Hydro-power!", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "14", - "lifepoints": "20", - "magic_animation": "711", - "magic_level": "14", - "melee_animation": "414", - "projectile": "94", - "range_animation": "0", - "range_level": "1", + "examine": "This one's had too much to drink!", + "melee_animation": "422", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "2695", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "2696", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "He doesn't look so happy now he's in jail.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Mugger", + "defence_level": "11", + "safespot": null, + "lifepoints": "15", + "strength_level": "11", + "id": "2697", + "aggressive": "true", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "A dark-hearted knight.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Black knight", + "defence_level": "25", + "safespot": null, + "lifepoints": "42", + "strength_level": "24", + "id": "2698", + "aggressive": "true", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He's guarding the prison.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2699", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2700", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2701", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2702", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "A prison guard.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", + "id": "2703", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" + }, + { + "examine": "He's asleep.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2704", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Keeping an eye out for suspicious activity.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2705", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No one likes crabs...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crab", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2706", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sea bird.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "309,311,310", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2707", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Caution: HOT!", + "start_gfx": "99", + "combat_style": "2", + "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "60", + "end_gfx": "101", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Fire wizard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "2709", + "range_level": "1", + "projectile": "100", + "attack_level": "1" + }, + { + "examine": "Hydro-power!", + "combat_style": "2", "start_gfx": "93", "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "14", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Water wizard", + "defence_level": "14", + "safespot": null, + "lifepoints": "20", "strength_level": "1", - "weakness": "3" + "id": "2710", + "range_level": "1", + "projectile": "94", + "attack_level": "1" }, { - "id": "2711", - "name": "Earth wizard", "examine": "His hands are covered in mud, at least.", - "attack_level": "1", - "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "16", - "end_gfx": "98", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "414", - "projectile": "97", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "96", - "start_height": "80", - "strength_level": "1", - "weakness": "3" - }, - { - "id": "2712", - "name": "Air wizard", - "examine": "At least he looks solid enough to fight.", - "attack_level": "1", "combat_style": "2", - "death_animation": "2553", - "defence_animation": "0", - "defence_level": "12", - "end_gfx": "92", - "lifepoints": "17", - "magic_animation": "711", - "magic_level": "12", - "melee_animation": "414", - "projectile": "91", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "90", "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "16", + "respawn_delay": "60", + "end_gfx": "98", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Earth wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", "strength_level": "1", - "weakness": "3" - }, - { - "id": "2713", - "name": "Malignius Mortifer", - "examine": "A master of necromancy!" - }, - { - "id": "2714", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", + "id": "2711", "range_level": "1", + "projectile": "97", + "attack_level": "1" + }, + { + "examine": "At least he looks solid enough to fight.", + "start_gfx": "90", + "combat_style": "2", + "start_height": "80", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "12", + "respawn_delay": "60", + "end_gfx": "92", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "2553", + "name": "Air wizard", + "defence_level": "12", "safespot": null, + "lifepoints": "17", + "strength_level": "1", + "id": "2712", + "range_level": "1", + "projectile": "91", + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "2714", + "range_level": "1", + "attack_level": "1" }, { - "id": "2715", - "name": "Skeleton", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2716", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "2717", - "name": "Skeleton mage", - "attack_level": "1", - "combat_audio": "774,775,777", + "name": "Ghost", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2716", + "range_level": "1", + "attack_level": "1" }, { - "id": "2718", - "name": "Betty", "examine": "She'll store my items for me.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Betty", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2718", + "range_level": "1", + "attack_level": "1" }, { - "id": "2719", - "name": "Grum" - }, - { - "id": "2720", - "name": "Gerrant" - }, - { - "id": "2721", - "name": "Wydin" - }, - { - "id": "2722", - "name": "Fishing spot" - }, - { - "id": "2723", - "name": "Fishing spot" - }, - { - "id": "2724", - "name": "Fishing spot" - }, - { - "id": "2725", - "name": "Otto Godblessed", "examine": "A wise barbarian, apparently. He still looks like a thug.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Otto Godblessed", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2726", - "name": "Gull", - "examine": "A sea bird.", - "water_npc": "true" - }, - { - "id": "2727", - "name": "Gull" + "lifepoints": "10", + "strength_level": "1", + "id": "2725", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2728", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holy looking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2729", - "name": "Monk of Entrana", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk of Entrana", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2730", - "name": "Monk of Entrana" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "2731", - "name": "Monk of Entrana", - "examine": "Holy looking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "2732", - "name": "Master Crafter", "examine": "He works in the Crafting Guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2733", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Master Crafter", - "examine": "He wanders around the Crafting Guild pretending to be working.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "2732", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wanders around the Crafting Guild pretending to be working.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Master Crafter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2733", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Hangs out in caves.", + "melee_animation": "9232", + "range_animation": "9232", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "9231", + "magic_animation": "9232", + "death_animation": "9230", + "name": "Tz-Kih", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "27", "id": "2734", - "name": "Tz-Kih", - "examine": "Hangs out in caves.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9230", - "defence_animation": "9231", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9232", - "melee_animation": "9232", - "range_animation": "9232", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "27" + "attack_level": "30" }, { + "examine": "Hangs out in caves.", + "melee_animation": "9232", + "range_animation": "9232", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "9231", + "magic_animation": "9232", + "death_animation": "9230", + "name": "Tz-Kih", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "27", "id": "2735", - "name": "Tz-Kih", - "examine": "Hangs out in caves.", "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", "bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9230", - "defence_animation": "9231", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9232", - "melee_animation": "9232", - "range_animation": "9232", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "27" + "attack_level": "30" }, { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "60", "id": "2736", - "name": "Tz-Kek", - "examine": "Looks like living lava...", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "22", - "lifepoints": "20", - "magic_animation": "9233", - "magic_level": "20", - "melee_animation": "9233", - "range_animation": "9233", "range_level": "20", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { + "examine": "Looks like living lava...", + "melee_animation": "9233", + "range_animation": "9233", + "attack_speed": "5", + "magic_level": "20", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "22", + "safespot": null, + "lifepoints": "20", + "strength_level": "60", "id": "2737", - "name": "Tz-Kek", - "examine": "Looks like living lava...", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", "bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "22", - "lifepoints": "20", - "magic_animation": "9233", - "magic_level": "20", - "melee_animation": "9233", - "range_animation": "9233", "range_level": "20", - "safespot": null, - "strength_level": "60" + "attack_level": "60" }, { - "id": "2738", - "name": "Tz-Kek", "examine": "Looks like living lava...", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0", - "death_animation": "9234", - "defence_animation": "9235", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "9233", "melee_animation": "9233", "range_animation": "9233", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "9235", + "magic_animation": "9233", + "death_animation": "9234", + "name": "Tz-Kek", + "defence_level": "11", "safespot": null, - "strength_level": "30" + "lifepoints": "10", + "strength_level": "30", + "id": "2738", + "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { + "examine": "I don't like the look of those spines...", + "melee_animation": "9245", + "range_animation": "9245", + "attack_speed": "5", + "defence_animation": "9242", + "weakness": "4", + "magic_animation": "9245", + "death_animation": "9239", + "name": "Tok-Xil", + "defence_level": "45", + "safespot": null, + "lifepoints": "40", + "strength_level": "80", "id": "2739", - "name": "Tok-Xil", - "examine": "I don't like the look of those spines...", - "attack_level": "80", - "attack_speed": "5", "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "death_animation": "9239", - "defence_animation": "9242", - "defence_level": "45", - "lifepoints": "40", - "magic_animation": "9245", - "melee_animation": "9245", - "range_animation": "9245", "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "4" + "attack_level": "80" }, { + "examine": "I don't like the look of those spines...", + "melee_animation": "9245", + "range_animation": "9245", + "attack_speed": "5", + "defence_animation": "9242", + "weakness": "4", + "magic_animation": "9245", + "death_animation": "9239", + "name": "Tok-Xil", + "defence_level": "45", + "safespot": null, + "lifepoints": "40", + "strength_level": "80", "id": "2740", - "name": "Tok-Xil", - "examine": "I don't like the look of those spines...", - "attack_level": "80", - "attack_speed": "5", "bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0", - "death_animation": "9239", - "defence_animation": "9242", - "defence_level": "45", - "lifepoints": "40", - "magic_animation": "9245", - "melee_animation": "9245", - "range_animation": "9245", "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "4" + "attack_level": "80" }, { + "examine": "Holy reptile...", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9249", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-MejKot", + "defence_level": "90", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "2741", - "name": "Yt-MejKot", - "examine": "Holy reptile...", "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9249", - "defence_level": "90", - "lifepoints": "80", - "magic_animation": "9252", - "melee_animation": "9252", - "range_animation": "9252", "range_level": "1", - "safespot": null, - "strength_level": "100" + "attack_level": "100" }, { + "examine": "Holy reptile...", + "melee_animation": "9252", + "range_animation": "9252", + "attack_speed": "5", + "defence_animation": "9249", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-MejKot", + "defence_level": "90", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "2742", - "name": "Yt-MejKot", - "examine": "Holy reptile...", "aggressive": "true", - "attack_level": "100", - "attack_speed": "5", "bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9249", - "defence_level": "90", - "lifepoints": "80", - "magic_animation": "9252", - "melee_animation": "9252", - "range_animation": "9252", "range_level": "1", - "safespot": null, - "strength_level": "100" + "attack_level": "100" }, { + "examine": "That's one hot dog!", + "melee_animation": "9265", + "range_animation": "9265", + "attack_speed": "5", + "magic_level": "150", + "defence_animation": "9268", + "magic_animation": "9265", + "death_animation": "9269", + "name": "Ket-Zek", + "defence_level": "180", + "safespot": null, + "lifepoints": "160", + "strength_level": "150", "id": "2743", - "name": "Ket-Zek", - "examine": "That's one hot dog!", - "attack_level": "150", - "attack_speed": "5", "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "death_animation": "9269", - "defence_animation": "9268", - "defence_level": "180", - "lifepoints": "160", - "magic_animation": "9265", - "magic_level": "150", - "melee_animation": "9265", - "range_animation": "9265", "range_level": "1", - "safespot": null, - "strength_level": "150" + "attack_level": "150" }, { + "examine": "That's one hot dog!", + "melee_animation": "9265", + "range_animation": "9265", + "attack_speed": "5", + "magic_level": "150", + "defence_animation": "9268", + "magic_animation": "9265", + "death_animation": "9269", + "name": "Ket-Zek", + "defence_level": "180", + "safespot": null, + "lifepoints": "160", + "strength_level": "150", "id": "2744", - "name": "Ket-Zek", - "examine": "That's one hot dog!", - "attack_level": "150", - "attack_speed": "5", "bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0", - "death_animation": "9269", - "defence_animation": "9268", - "defence_level": "180", - "lifepoints": "160", - "magic_animation": "9265", - "magic_level": "150", - "melee_animation": "9265", - "range_animation": "9265", "range_level": "1", - "safespot": null, - "strength_level": "150" + "attack_level": "150" }, { - "id": "2745", - "name": "TzTok-Jad", - "examine": "This is going to hurt...", "agg_radius": "64", - "aggressive": "true", - "attack_level": "640", - "attack_speed": "8", - "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9279", - "defence_animation": "9278", - "defence_level": "480", - "lifepoints": "250", - "magic_animation": "9277", - "magic_level": "480", + "examine": "This is going to hurt...", "melee_animation": "9277", "range_animation": "9277", - "range_level": "960", - "safespot": null, + "attack_speed": "8", + "magic_level": "480", + "defence_animation": "9278", + "weakness": "10", "slayer_exp": "0", + "magic_animation": "9277", + "death_animation": "9279", + "name": "TzTok-Jad", + "defence_level": "480", + "safespot": null, + "lifepoints": "250", "strength_level": "960", - "weakness": "10" + "id": "2745", + "aggressive": "true", + "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "960", + "attack_level": "640" }, { - "id": "2746", - "name": "Yt-HurKot", "examine": "Mini Menace.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "5", - "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0", - "death_animation": "9257", - "defence_animation": "9253", - "defence_level": "75", - "lifepoints": "40", - "magic_animation": "9252", "melee_animation": "9252", "range_animation": "9252", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "9253", + "magic_animation": "9252", + "death_animation": "9257", + "name": "Yt-HurKot", + "defence_level": "75", "safespot": null, - "strength_level": "75" - }, - { - "id": "2747", - "name": "Solus Dellagar" - }, - { - "id": "2748", - "name": "Savant" - }, - { - "id": "2749", - "name": "Lord Daquarius" - }, - { - "id": "2750", - "name": "Solus Dellagar" - }, - { - "id": "2751", - "name": "Black Knight" - }, - { - "id": "2752", - "name": "Lord Daquarius" - }, - { - "id": "2753", - "name": "Mage of Zamorak" - }, - { - "id": "2754", - "name": "Mage of Zamorak" - }, - { - "id": "2755", - "name": "Mage of Zamorak" - }, - { - "id": "2756", - "name": "Woman" - }, - { - "id": "2759", - "name": "null", - "examine": "She can look after my money.", + "lifepoints": "40", + "strength_level": "75", + "id": "2746", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "She can look after my money.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2776", - "name": "Woman", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,506,505", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2777", - "name": "Black Knight" - }, - { - "id": "2778", - "name": "Black Knight" - }, - { - "id": "2779", - "name": "Ranger", - "examine": "A Ranger of the Temple Knights.", - "attack_level": "1", - "death_animation": "836", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "20", "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2759", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,506,505", + "strength_level": "1", + "id": "2776", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Ranger of the Temple Knights.", "melee_animation": "426", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2780", - "name": "Solus Dellagar" - }, - { - "id": "2781", - "name": "Gnome guard" - }, - { - "id": "2782", - "name": "Shadow", - "examine": "A shadow.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "5", - "death_animation": "2739", "defence_animation": "0", - "defence_level": "68", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "836", + "name": "Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "2779", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shadow.", "melee_animation": "2738", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "2739", + "name": "Shadow", + "defence_level": "68", "safespot": null, + "lifepoints": "100", "strength_level": "68", - "weakness": "6" + "id": "2782", + "aggressive": "true", + "range_level": "1", + "attack_level": "68" }, { - "id": "2783", - "name": "Dark beast", "examine": "From a darker dimension.", - "aggressive": "true", - "attack_level": "140", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0", - "can_tolerate": "false", - "combat_audio": "389,391,390", - "death_animation": "2733", - "defence_animation": "2732", - "defence_level": "120", - "lifepoints": "220", - "magic_animation": "2731", - "magic_level": "160", "melee_animation": "2731", "range_animation": "2731", - "range_level": "1", - "safespot": null, + "combat_audio": "389,391,390", + "attack_speed": "4", + "magic_level": "160", + "defence_animation": "2732", + "weakness": "4", "slayer_exp": "225", + "magic_animation": "2731", + "death_animation": "2733", + "name": "Dark beast", + "defence_level": "120", + "safespot": null, + "lifepoints": "220", + "can_tolerate": "false", "strength_level": "160", - "weakness": "4" - }, - { - "id": "2784", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "2785", - "name": "Slave", - "examine": "Digging.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2786", - "name": "Slave", - "examine": "Digging.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2787", - "name": "Slave", - "examine": "Confused.", - "attack_level": "", - "death_animation": "", - "defence_animation": "", - "defence_level": "", - "lifepoints": "", - "magic_animation": "", - "melee_animation": "", - "range_animation": "", - "range_level": "", - "safespot": null, - "strength_level": "" - }, - { - "id": "2788", - "name": "Thorgel" - }, - { - "id": "2790", - "name": "Sergeant Damien", - "examine": "Drill Sergeant from heck!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2791", - "name": "Pillory Guard" - }, - { - "id": "2792", - "name": "Tramp", - "examine": "A man down on his luck.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2793", - "name": "Tramp" - }, - { - "id": "2794", - "name": "Tramp" - }, - { - "id": "2795", - "name": "Skippy" - }, - { - "id": "2796", - "name": "Skippy", - "examine": "He looks angry and smells drunk." - }, - { - "id": "2797", - "name": "Skippy" - }, - { - "id": "2798", - "name": "Skippy" - }, - { - "id": "2799", - "name": "Skippy" - }, - { - "id": "2800", - "name": "A pile of broken glass" - }, - { - "id": "2801", - "name": "Ogre", - "examine": "Big, ugly, and smelly.", + "id": "2783", "aggressive": "true", - "attack_level": "54", - "attack_speed": "6", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "54", - "lifepoints": "60", - "magic_animation": "359", + "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0", + "range_level": "1", + "attack_level": "140" + }, + { + "examine": "Digging.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2785", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Digging.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2786", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Confused.", + "melee_animation": "", + "range_animation": "", + "defence_animation": "", + "magic_animation": "", + "death_animation": "", + "name": "Slave", + "defence_level": "", + "safespot": null, + "lifepoints": "", + "strength_level": "", + "id": "2787", + "range_level": "", + "attack_level": "" + }, + { + "examine": "Drill Sergeant from heck!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Damien", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2790", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A man down on his luck.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tramp", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2792", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, ugly, and smelly.", "melee_animation": "359", "range_animation": "359", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Ogre", + "defence_level": "54", "safespot": null, - "strength_level": "54" + "lifepoints": "60", + "strength_level": "54", + "id": "2801", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "2802", - "name": "Gnome Coach", "examine": "They just call him 'Coach'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome Coach", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2802", + "range_level": "1", + "attack_level": "1" }, { - "id": "2803", - "name": "Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "55", - "lifepoints": "40", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "55", - "safespot": null, + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", "slayer_exp": "40", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Lizard", + "defence_level": "55", + "safespot": null, + "lifepoints": "40", "strength_level": "1", - "weakness": "0" + "id": "2803", + "aggressive": "true", + "range_level": "55", + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2804", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2805", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A cold-blooded creature, partial to warmth.", + "melee_animation": "2776", + "range_animation": "2776", + "attack_speed": "5", + "defence_animation": "2777", + "slayer_exp": "25", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Desert Lizard", + "defence_level": "45", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "2806", - "name": "Desert Lizard", - "examine": "A cold-blooded creature, partial to warmth.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "45", - "lifepoints": "25", - "magic_animation": "2776", - "melee_animation": "2776", - "range_animation": "2776", "range_level": "45", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "2807", - "name": "Small Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "15", - "lifepoints": "15", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "15", - "safespot": null, + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", "slayer_exp": "15", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Small Lizard", + "defence_level": "15", + "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "0" + "id": "2807", + "range_level": "15", + "attack_level": "1" }, { - "id": "2808", - "name": "Small Lizard", "examine": "A cold-blooded creature, partial to warmth.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2778", - "defence_animation": "2777", - "defence_level": "15", - "lifepoints": "15", - "magic_animation": "2776", "melee_animation": "2776", "range_animation": "2776", - "range_level": "15", + "attack_speed": "5", + "defence_animation": "2777", + "weakness": "0", + "magic_animation": "2776", + "death_animation": "2778", + "name": "Small Lizard", + "defence_level": "15", "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "0" + "id": "2808", + "aggressive": "true", + "range_level": "15", + "attack_level": "1" }, { - "id": "2809", - "name": "Al the Camel", "examine": "A camel who has the soul of a poet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2809", + "range_level": "1", + "attack_level": "1" }, { - "id": "2810", - "name": "Elly the Camel", "examine": "A camel whose love is unrequited.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Elly the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2810", + "range_level": "1", + "attack_level": "1" }, { - "id": "2811", - "name": "Ollie the Camel", "examine": "A camel who wants to fly some day.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ollie the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2811", + "range_level": "1", + "attack_level": "1" }, { - "id": "2812", - "name": "Cam the Camel", "examine": "A camel who likes to rest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cam the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2812", + "range_level": "1", + "attack_level": "1" }, { - "id": "2813", - "name": "Alice the Camel" - }, - { - "id": "2815", - "name": "Neferti the Camel", "examine": "A camel who wants to see the world.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Neferti the Camel", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2815", + "range_level": "1", + "attack_level": "1" }, { - "id": "2816", - "name": "Ali the Smith" - }, - { - "id": "2821", - "name": "Ali the Farmer" - }, - { - "id": "2822", - "name": "Ali the Tailor" - }, - { - "id": "2823", - "name": "Ali the Guard" - }, - { - "id": "2824", - "name": "Ellis", - "examine": "Manufacturer of fine leathers." - }, - { - "id": "2825", - "name": "Pirate Pete", "examine": "A shifty-looking character.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2826", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pirate Pete", - "attack_level": "1", - "combat_audio": "703,705,704", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2825", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "2826", + "range_level": "1", + "attack_level": "1" }, { - "id": "2827", - "name": "Captain Braindeath", "examine": "A shabby-looking leader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Braindeath", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2827", + "range_level": "1", + "attack_level": "1" }, { - "id": "2828", - "name": "50% Luke", "examine": "Most of an angry", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "50% Luke", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2828", + "range_level": "1", + "attack_level": "1" }, { - "id": "2829", - "name": "Davey" - }, - { - "id": "2830", - "name": "Captain Donnie", "examine": "I wonder if it was all the 'rum' that pickled him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Donnie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2830", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2831", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2832", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2833", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2834", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2835", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Sticking it to 'The Man'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Zombie protester", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2836", - "name": "Zombie protester", - "examine": "Sticking it to 'The Man'.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2837", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2838", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2839", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2840", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2841", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "An undead sea scoundrel.", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "36", + "safespot": null, + "lifepoints": "51", + "strength_level": "36", "id": "2842", - "name": "Zombie pirate", - "examine": "An undead sea scoundrel.", "aggressive": "true", - "attack_level": "36", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "51", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36", - "weakness": "6" + "attack_level": "36" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2843", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2844", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5651", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2845", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5651", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2846", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2847", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { + "examine": "He talks a good fight.", + "melee_animation": "5647", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie swab", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", "id": "2848", - "name": "Zombie swab", - "examine": "He talks a good fight.", "aggressive": "true", - "attack_level": "34", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "34", - "weakness": "6" + "attack_level": "34" }, { - "id": "2849", - "name": "Evil spirit", "examine": "The pun was intended.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "2805", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", "melee_animation": "2804", "range_animation": "0", - "range_level": "40", + "magic_level": "40", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "2805", + "name": "Evil spirit", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "10" + "id": "2849", + "aggressive": "true", + "range_level": "40", + "attack_level": "40" }, { - "id": "2850", - "name": "Fever spider", "examine": "A bunch of legs, eyes and teeth.", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5321", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5319", "range_animation": "0", - "range_level": "1", + "combat_audio": "537,539,538", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "40", + "magic_animation": "0", + "death_animation": "5321", + "name": "Fever spider", + "defence_level": "40", + "safespot": null, + "lifepoints": "40", "strength_level": "30", - "weakness": "2" + "id": "2850", + "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2851", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2852", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2853", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2854", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2855", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2856", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2857", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A worker in the brewery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brewer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "2858", - "name": "Brewer", - "examine": "A worker in the brewery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "2859", - "name": "Fishing spot" - }, - { - "id": "2860", - "name": "Amaethwyr", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "2861", - "name": "Teclyn", - "examine": "Looks after your Farming tools." - }, - { - "id": "2862", - "name": "Death" - }, - { + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2863", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2864", - "name": "Most of a Zombie" - }, - { - "id": "2865", - "name": "Most of a Zombie" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2866", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2867", - "name": "Most of a Zombie" - }, - { - "id": "2868", - "name": "Zombie Head" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2869", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "2870", - "name": "Half-Zombie" - }, - { - "id": "2871", - "name": "Other Half-Zombie" - }, - { - "id": "2872", - "name": "Child" - }, - { - "id": "2873", - "name": "Child" - }, - { - "id": "2874", - "name": "Child" - }, - { - "id": "2875", - "name": "Child" - }, - { - "id": "2876", - "name": "Child" - }, - { - "id": "2877", - "name": "Child" - }, - { + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "2878", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "2879", - "name": "Bardur" - }, - { - "id": "2880", - "name": "Dagannoth fledgeling", "examine": "A knee-high horror from the ocean depths...", - "aggressive": "true", - "attack_level": "52", - "death_animation": "1581", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "melee_animation": "1579", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "1581", + "name": "Dagannoth fledgeling", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "52", - "weakness": "6" + "id": "2880", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" }, { - "id": "2881", - "name": "Dagannoth Supreme", - "examine": "The Dagannoth King responsible for the death of Bukalla.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "The Dagannoth King responsible for the death of Bukalla.", + "combat_style": "1", + "melee_animation": "2855", "attack_speed": "4", + "magic_level": "255", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Supreme", + "defence_level": "128", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2881", + "aggressive": "true", "bonuses": "0,0,0,0,0,10,10,10,255,550,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "128", - "lifepoints": "255", - "magic_level": "255", - "melee_animation": "2855", - "movement_radius": "8", - "projectile": "475", "range_level": "255", - "respawn_delay": "60", - "safespot": null, - "strength_level": "255" + "projectile": "475", + "attack_level": "255" }, { - "id": "2882", - "name": "Dagannoth Prime", - "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.", + "combat_style": "2", + "melee_animation": "2854", "attack_speed": "4", + "magic_level": "255", + "spell_id": "48", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Prime", + "defence_level": "255", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2882", + "aggressive": "true", "bonuses": "0,0,0,0,0,255,255,255,255,10,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "255", - "lifepoints": "255", - "magic_level": "255", - "melee_animation": "2854", - "movement_radius": "8", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "spell_id": "48", - "strength_level": "255" + "attack_level": "255" }, { - "id": "2883", - "name": "Dagannoth Rex", - "examine": "Firstborn of the legendary Dagannoth Kings.", "agg_radius": "8", - "aggressive": "true", - "attack_level": "255", + "examine": "Firstborn of the legendary Dagannoth Kings.", + "melee_animation": "2853", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "2852", + "death_animation": "2856", + "name": "Dagannoth Rex", + "defence_level": "255", + "movement_radius": "8", + "safespot": null, + "lifepoints": "255", + "strength_level": "255", + "id": "2883", + "aggressive": "true", "bonuses": "0,0,0,0,0,255,255,255,10,255,0,0,0,0,0", "clue_level": "2", - "death_animation": "2856", - "defence_animation": "2852", - "defence_level": "255", - "lifepoints": "255", - "magic_level": "1", - "melee_animation": "2853", - "movement_radius": "8", "range_level": "255", - "respawn_delay": "60", - "safespot": null, - "strength_level": "255" + "attack_level": "255" }, { - "id": "2884", - "name": "Wallasalki" - }, - { - "id": "2885", - "name": "Giant Rock Crab", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", - "combat_audio": "717,723,722", - "death_animation": "1314", - "defence_animation": "1313", - "defence_level": "200", - "lifepoints": "180", "melee_animation": "1312", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "80" - }, - { - "id": "2886", - "name": "Boulder", - "attack_level": "1", - "attack_speed": "5", - "defence_level": "1", - "lifepoints": "240", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2887", - "name": "Dagannoth", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2888", - "name": "Dagannoth", - "aggressive": "true", - "attack_level": "1", - "clue_level": "1", - "combat_style": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "70", - "melee_animation": "1343", - "projectile": "288", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2889", - "name": "Rock lobster", - "examine": "It wasn't a rock... It was a rock lobster!", - "attack_level": "100", - "attack_speed": "2", - "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", - "combat_audio": "726,728,727", - "death_animation": "2862", - "defence_animation": "2861", - "defence_level": "100", - "lifepoints": "150", - "magic_animation": "2860", - "melee_animation": "2860", - "movement_radius": "30", - "range_animation": "2860", - "range_level": "1", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "2890", - "name": "Large rock", - "examine": "A Rock.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "2", - "death_animation": "2861", - "defence_animation": "2861", - "defence_level": "100", - "lifepoints": "150", - "magic_animation": "2860", - "melee_animation": "2860", - "range_animation": "2860", - "range_level": "1", - "safespot": null, - "strength_level": "100", - "weakness": "7" - }, - { - "id": "2891", - "name": "Suspicious water" - }, - { - "id": "2892", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "20", - "respawn_delay": "55", - "safespot": null, - "slayer_exp": "0", - "spell_id": "14", - "strength_level": "10" - }, - { - "id": "2893", - "name": "Suspicious water" - }, - { - "id": "2894", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "20", - "respawn_delay": "55", - "safespot": null, - "spell_id": "14", - "strength_level": "10" - }, - { - "id": "2895", - "name": "Suspicious water" - }, - { - "id": "2896", - "name": "Spinolyp", - "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", - "agg_radius": "12", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", - "combat_style": "2", - "death_animation": "2866", - "defence_animation": "2869", - "defence_level": "1", - "lifepoints": "75", - "magic_animation": "2866", - "magic_level": "65", - "melee_animation": "2868", - "projectile": "294", - "range_animation": "2866", - "range_level": "70", - "respawn_delay": "55", - "safespot": null, - "slayer_exp": "0", - "spell_id": "14", - "strength_level": "60" - }, - { - "id": "2897", - "name": "Father Reen" - }, - { - "id": "2900", - "name": "Father Reen" - }, - { - "id": "2901", - "name": "Father Badden" - }, - { - "id": "2903", - "name": "Father Badden" - }, - { - "id": "2904", - "name": "Denath" - }, - { - "id": "2905", - "name": "Denath" - }, - { - "id": "2906", - "name": "Eric" - }, - { - "id": "2907", - "name": "Eric" - }, - { - "id": "2908", - "name": "Evil Dave" - }, - { - "id": "2910", - "name": "Evil Dave" - }, - { - "id": "2911", - "name": "Matthew" - }, - { - "id": "2912", - "name": "Matthew" - }, - { - "id": "2913", - "name": "Jennifer" - }, - { - "id": "2914", - "name": "Jennifer" - }, - { - "id": "2915", - "name": "Tanya" - }, - { - "id": "2916", - "name": "Tanya" - }, - { - "id": "2917", - "name": "Patrick" - }, - { - "id": "2918", - "name": "Patrick" - }, - { - "id": "2919", - "name": "Agrith Naar", - "aggressive": "true", - "attack_level": "1", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "1", - "lifepoints": "95", - "melee_animation": "64", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2920", - "name": "Sand storm" - }, - { - "id": "2922", - "name": "Clay golem" - }, - { - "id": "2928", - "name": "Clay golem" - }, - { - "id": "2929", - "name": "Ghost" - }, - { - "id": "2931", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "2932", - "name": "Jorral" - }, - { - "id": "2933", - "name": "Melina" - }, - { - "id": "2935", - "name": "Melina" - }, - { - "id": "2936", - "name": "Droalak" - }, - { - "id": "2938", - "name": "Droalak" - }, - { - "id": "2939", - "name": "Dron" - }, - { - "id": "2940", - "name": "Blanin" - }, - { - "id": "2941", - "name": "The Beast", - "examine": "Who ate all the rats?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2942", - "name": "Bellemorde", - "examine": "Unkempt and a bit smelly." - }, - { - "id": "2943", - "name": "Pox" - }, - { - "id": "2944", - "name": "Pox" - }, - { - "id": "2945", - "name": "Bones", - "examine": "Lovely, cute, and possibly what dreams are made of.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2946", - "name": "Grimesquit", - "examine": "Cracking personality." - }, - { - "id": "2947", - "name": "Phingspet", - "examine": "Lovely girl, shame about the smell." - }, - { - "id": "2948", - "name": "Hooknosed Jack", - "examine": "Obviously punches above his weight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2949", - "name": "Jimmy Dazzler", - "examine": "Looks rich like an actor of sorts.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2950", - "name": "The Face", - "examine": "Once beautiful, now repugnant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2951", - "name": "Felkrash" - }, - { - "id": "2952", - "name": "Smokin' Joe", - "examine": "What is he?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2953", - "name": "Ceril Carnillean" - }, - { - "id": "2954", - "name": "Councillor Halgrive" - }, - { - "id": "2955", - "name": "Spice seller" - }, - { - "id": "2956", - "name": "Fur trader" - }, - { - "id": "2957", - "name": "Gem merchant" - }, - { - "id": "2958", - "name": "Silver merchant", - "examine": "Looks fairly well fed.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2959", - "name": "Silk merchant" - }, - { - "id": "2960", - "name": "Zenesha" - }, - { - "id": "2961", - "name": "Ali Morrisane" - }, - { - "id": "2962", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2963", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2964", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2965", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2966", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2967", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2968", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2969", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2970", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2971", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2972", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2973", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2974", - "name": "Rat" - }, - { - "id": "2980", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2981", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2982", - "name": "King rat", - "examine": "The master of all rats.", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2983", - "name": "Turbogroomer" - }, - { - "id": "2984", - "name": "Pusskins", - "examine": "Not a soft touch.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2985", - "name": "Loki" - }, - { - "id": "2986", - "name": "Captain Tom", - "examine": "A not-so friendly, not-so little cat.", - "aggressive": "true", - "attack_level": "10", + "combat_audio": "717,723,722", "attack_speed": "4", - "death_animation": "0", - "defence_animation": "0", + "respawn_delay": "50", + "defence_animation": "1313", + "death_animation": "1314", + "name": "Giant Rock Crab", + "defence_level": "200", + "safespot": null, + "lifepoints": "180", + "strength_level": "80", + "id": "2885", + "aggressive": "true", + "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "name": "Boulder", "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "attack_speed": "5", + "id": "2886", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "2887", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "1343", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Dagannoth", + "defence_level": "1", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "2888", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "projectile": "288", + "attack_level": "1" + }, + { + "examine": "It wasn't a rock... It was a rock lobster!", + "melee_animation": "2860", + "range_animation": "2860", + "combat_audio": "726,728,727", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2862", + "name": "Rock lobster", + "defence_level": "100", + "safespot": null, + "movement_radius": "30", + "lifepoints": "150", + "strength_level": "100", + "id": "2889", + "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A Rock.", + "melee_animation": "2860", + "range_animation": "2860", + "attack_speed": "2", + "defence_animation": "2861", + "weakness": "7", + "magic_animation": "2860", + "death_animation": "2861", + "name": "Large rock", + "defence_level": "100", + "safespot": null, + "lifepoints": "150", + "strength_level": "100", + "id": "2890", + "aggressive": "true", + "range_level": "1", + "attack_level": "100" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "slayer_exp": "0", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "10", + "id": "2892", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "20", + "projectile": "294", + "attack_level": "1" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "10", + "id": "2894", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "20", + "projectile": "294", + "attack_level": "1" + }, + { + "agg_radius": "12", + "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.", + "combat_style": "2", + "melee_animation": "2868", + "range_animation": "2866", + "attack_speed": "6", + "magic_level": "65", + "spell_id": "14", + "respawn_delay": "55", + "defence_animation": "2869", + "slayer_exp": "0", + "magic_animation": "2866", + "death_animation": "2866", + "name": "Spinolyp", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "60", + "id": "2896", + "aggressive": "true", + "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0", + "range_level": "70", + "projectile": "294", + "attack_level": "1" + }, + { + "melee_animation": "64", + "respawn_delay": "60", + "defence_animation": "65", + "death_animation": "67", + "name": "Agrith Naar", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "id": "2919", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "25", + "name": "Ghost", + "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "2931", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Who ate all the rats?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Beast", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2941", + "range_level": "1", + "attack_level": "1" }, { - "id": "2987", - "name": "Treacle" + "examine": "Lovely, cute, and possibly what dreams are made of.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bones", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2945", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Obviously punches above his weight.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hooknosed Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2948", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks rich like an actor of sorts.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jimmy Dazzler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2949", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Once beautiful, now repugnant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "The Face", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2950", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What is he?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smokin' Joe", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2952", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks fairly well fed.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Silver merchant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2958", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2962", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2963", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2964", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2965", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2966", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2967", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2968", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2969", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2970", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2971", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2972", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "2973", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", + "id": "2981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The master of all rats.", + "name": "King rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "2982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not a soft touch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pusskins", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2984", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A not-so friendly, not-so little cat.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "4", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Tom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2986", + "aggressive": "true", + "range_level": "1", + "attack_level": "10" }, { - "id": "2988", - "name": "Mittens", "examine": "A fully grown feline.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mittens", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2988", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2989", - "name": "Claude" - }, - { - "id": "2990", - "name": "Topsy", "examine": "Cute and fluffy.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Topsy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2990", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "2991", - "name": "Rauborn" - }, - { - "id": "2992", - "name": "Vaeringk" - }, - { - "id": "2993", - "name": "Oxi" - }, - { - "id": "2994", - "name": "Fior" - }, - { - "id": "2995", - "name": "Sagira" - }, - { - "id": "2996", - "name": "Anleif" - }, - { - "id": "2997", - "name": "Gertrude's cat", "examine": "A friendly feline?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gertrude's cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "2997", + "range_level": "1", + "attack_level": "1" }, { - "id": "2998", - "name": "Gambler", "examine": "Very well to do. I wonder what he's doing here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "2999", - "name": "Gambler" - }, - { - "id": "3000", - "name": "Barman" - }, - { - "id": "3001", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2998", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Rich.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3001", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3002", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3003", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3004", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3005", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Poor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gambler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3006", - "name": "Gambler", - "examine": "Poor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3007", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3008", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3009", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3010", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3011", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3012", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3013", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3014", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3015", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3016", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3017", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A popular dwarven delicacy.", + "melee_animation": "2705", + "range_animation": "2705", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "3018", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "2705", - "melee_animation": "2705", - "range_animation": "2705", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3019", - "name": "Fishing spot" - }, - { - "id": "3020", - "name": "Rug Merchant" - }, - { - "id": "3021", - "name": "Tool leprechaun", "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tool leprechaun", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3021", + "range_level": "1", + "attack_level": "1" }, { - "id": "3022", - "name": "Genie", "examine": "Phenomenal cosmic powers", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Genie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3022", + "range_level": "1", + "attack_level": "1" }, { - "id": "3023", - "name": "Nirrie" - }, - { - "id": "3024", - "name": "Tirrie" - }, - { - "id": "3025", - "name": "Hallak" - }, - { - "id": "3026", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "2919", "name": "Black golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "2" + "id": "3026", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "3027", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "2919", "name": "White golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "0" + "id": "3027", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "3028", + "examine": "An animated clay statue.", + "melee_animation": "2917", + "range_animation": "0", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "2919", "name": "Grey golem", - "examine": "An animated clay statue.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "2919", - "defence_animation": "0", "defence_level": "55", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "2917", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "55", - "weakness": "1" - }, - { - "id": "3029", - "name": "Ghaslor the Elder", - "examine": "The oldest man in Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3030", - "name": "Ali the Carter", - "examine": "A water salesman from Pollnivneach.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3031", - "name": "Usi" - }, - { - "id": "3032", - "name": "Nkuku" - }, - { - "id": "3033", - "name": "Garai" - }, - { - "id": "3034", - "name": "Habibah" - }, - { - "id": "3035", - "name": "Meskhenet" - }, - { - "id": "3036", - "name": "Zahra" - }, - { - "id": "3037", - "name": "Zahur" - }, - { - "id": "3038", - "name": "Seddu" - }, - { - "id": "3039", - "name": "Kazemde" - }, - { - "id": "3040", - "name": "Awusah the Mayor", - "examine": "The Mayor of Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3041", - "name": "Tarik" - }, - { - "id": "3042", - "name": "Poltenip", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3043", - "name": "Radat", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3044", - "name": "Shiratti the Custodian", - "examine": "Custodian of the shrine to Elidinis.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3045", - "name": "Rokuh" - }, - { - "id": "3046", - "name": "Nardah Banker", - "examine": "A banker of Nardah.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3047", - "name": "Target" - }, - { - "id": "3048", - "name": "Target" - }, - { - "id": "3049", - "name": "Larxus" - }, - { - "id": "3051", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3052", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3053", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3054", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3055", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3056", - "name": "Mystery figure", - "examine": "A mysterious watcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3057", - "name": "Earth Warrior Champion", - "examine": "Champion of the earth warriors.", + "id": "3028", "aggressive": "true", - "attack_level": "84", - "death_animation": "2946", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "The oldest man in Nardah.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "84", - "lifepoints": "108", "magic_animation": "0", + "death_animation": "0", + "name": "Ghaslor the Elder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3029", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A water salesman from Pollnivneach.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ali the Carter", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3030", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Mayor of Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Awusah the Mayor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3040", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "836", + "name": "Poltenip", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "melee_animation": "395", + "strength_level": "1", + "id": "3042", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "death_animation": "836", + "name": "Radat", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "melee_animation": "395", + "strength_level": "1", + "id": "3043", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1", + "defence_animation": "425" + }, + { + "examine": "Custodian of the shrine to Elidinis.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shiratti the Custodian", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3044", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A banker of Nardah.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nardah Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3046", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3051", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3052", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3053", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3054", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3055", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mysterious watcher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mystery figure", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3056", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of the earth warriors.", "melee_animation": "2951", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "2946", + "name": "Earth Warrior Champion", + "defence_level": "84", "safespot": null, + "lifepoints": "108", "strength_level": "84", - "weakness": "7" + "id": "3057", + "aggressive": "true", + "range_level": "1", + "attack_level": "84" }, { - "id": "3058", - "name": "Giant Champion", "examine": "Champion of the giants.", - "aggressive": "true", - "attack_level": "36", - "attack_speed": "4", - "death_animation": "6369", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "70", - "magic_animation": "0", "melee_animation": "6368", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "8", "slayer_exp": "35", + "magic_animation": "0", + "death_animation": "6369", + "name": "Giant Champion", + "defence_level": "52", + "safespot": null, + "lifepoints": "70", "strength_level": "44", - "weakness": "8" + "id": "3058", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" }, { - "id": "3059", - "name": "Ghoul Champion", "examine": "Champion of the ghouls.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "441,444,443", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "422", "range_animation": "0", - "range_level": "60", + "combat_audio": "441,444,443", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "50", + "magic_animation": "0", + "death_animation": "836", + "name": "Ghoul Champion", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", "strength_level": "80", - "weakness": "9" + "id": "3059", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" }, { - "id": "3060", - "name": "Goblin Champion", "examine": "Champion of the goblins.", - "attack_level": "1", - "attack_speed": "4", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "0", - "defence_level": "14", - "lifepoints": "32", - "magic_animation": "0", - "magic_level": "26", "melee_animation": "6188", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "attack_speed": "4", + "magic_level": "26", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6190", + "name": "Goblin Champion", + "defence_level": "14", "safespot": null, + "lifepoints": "32", "strength_level": "1", - "weakness": "10" + "id": "3060", + "range_level": "1", + "attack_level": "1" }, { - "id": "3061", - "name": "Hobgoblin Champion", "examine": "Champion of the hobgoblins.", - "aggressive": "true", - "attack_level": "44", - "attack_speed": "4", - "combat_audio": "469,472,471", "combat_style": "1", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "48", - "lifepoints": "58", - "magic_animation": "164", "melee_animation": "164", "range_animation": "164", - "range_level": "44", + "combat_audio": "469,472,471", + "attack_speed": "4", "respawn_delay": "60", + "defence_animation": "165", + "weakness": "0", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin Champion", + "defence_level": "48", "safespot": null, + "lifepoints": "58", "strength_level": "48", - "weakness": "0" + "id": "3061", + "aggressive": "true", + "range_level": "44", + "attack_level": "44" }, { - "id": "3062", - "name": "Imp Champion", "examine": "Champion of the imps.", - "aggressive": "true", - "attack_level": "5", - "attack_speed": "4", - "death_animation": "172", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "5285", "range_animation": "0", - "range_level": "5", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "7" - }, - { - "id": "3063", - "name": "Jogre Champion", - "examine": "Champion of the jogres.", - "aggressive": "true", - "attack_level": "86", - "death_animation": "2938", - "defence_animation": "2937", - "defence_level": "86", - "lifepoints": "120", - "magic_animation": "2936", - "melee_animation": "2936", - "poison_amount": "40", - "poisonous": "true", - "range_animation": "2936", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "86", - "weakness": "9" - }, - { - "id": "3064", - "name": "Lesser Demon Champion", - "examine": "Champion of the lesser demons.", - "aggressive": "true", - "attack_level": "136", - "combat_audio": "396,402,401", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "142", - "lifepoints": "148", + "defence_animation": "0", + "weakness": "7", "magic_animation": "0", - "magic_level": "136", + "death_animation": "172", + "name": "Imp Champion", + "defence_level": "5", + "safespot": null, + "lifepoints": "40", + "strength_level": "5", + "id": "3062", + "aggressive": "true", + "range_level": "5", + "attack_level": "5" + }, + { + "examine": "Champion of the jogres.", + "melee_animation": "2936", + "range_animation": "2936", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "2937", + "weakness": "9", + "poison_amount": "40", + "magic_animation": "2936", + "death_animation": "2938", + "name": "Jogre Champion", + "defence_level": "86", + "safespot": null, + "lifepoints": "120", + "strength_level": "86", + "id": "3063", + "aggressive": "true", + "range_level": "1", + "attack_level": "86" + }, + { + "examine": "Champion of the lesser demons.", "melee_animation": "64", "range_animation": "0", - "range_level": "1", + "combat_audio": "396,402,401", + "magic_level": "136", "respawn_delay": "60", - "safespot": null, + "defence_animation": "65", + "weakness": "5", "slayer_exp": "79", - "strength_level": "140", - "weakness": "5" - }, - { - "id": "3065", - "name": "Skeleton Champion", - "examine": "Champion of the jogres.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1444", - "defence_animation": "5493", - "defence_level": "54", - "lifepoints": "58", "magic_animation": "0", - "melee_animation": "5485", - "poisonous": "", - "range_animation": "5493", - "range_level": "36", - "respawn_delay": "60", + "death_animation": "67", + "name": "Lesser Demon Champion", + "defence_level": "142", "safespot": null, - "strength_level": "1", - "weakness": "9" + "lifepoints": "148", + "strength_level": "140", + "id": "3064", + "aggressive": "true", + "range_level": "1", + "attack_level": "136" }, { - "id": "3066", - "name": "Zombies Champion", - "examine": "Champion of the zombies.", - "aggressive": "true", - "attack_level": "26", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", + "examine": "Champion of the jogres.", + "melee_animation": "5485", + "range_animation": "5493", + "poisonous": "", + "respawn_delay": "60", + "defence_animation": "5493", + "weakness": "9", "magic_animation": "0", + "death_animation": "1444", + "name": "Skeleton Champion", + "defence_level": "54", + "safespot": null, + "lifepoints": "58", + "strength_level": "1", + "id": "3065", + "aggressive": "true", + "range_level": "36", + "attack_level": "1" + }, + { + "examine": "Champion of the zombies.", "melee_animation": "5581", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "3067", - "name": "Leon d'Cour", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "123", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3068", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3069", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3070", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3071", - "name": "Skeletal Wyvern", - "examine": "A very dangerous pile of animated Wyvern bones.", - "agg_radius": "6", - "aggressive": "true", - "attack_level": "125", - "attack_speed": "6", - "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "0,771,770", - "death_animation": "2987", - "defence_animation": "2983", - "defence_level": "120", - "end_gfx": "501", - "lifepoints": "200", - "magic_animation": "2985", - "magic_level": "125", - "melee_animation": "2985", - "projectile": "500", - "range_animation": "2989", - "range_level": "120", - "safespot": null, - "slayer_exp": "210", - "start_gfx": "499", - "strength_level": "116", - "weakness": "9" - }, - { - "id": "3072", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", - "aggressive": "true", - "attack_level": "40", "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", + "weakness": "9", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5575", + "name": "Zombies Champion", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "3066", + "aggressive": "true", + "range_level": "1", + "attack_level": "26" + }, + { + "melee_animation": "7049", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "Leon d'Cour", + "defence_level": "1", + "safespot": null, + "lifepoints": "123", + "strength_level": "1", + "id": "3067", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3068", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3069", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3070", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "start_gfx": "499", + "melee_animation": "2985", + "attack_speed": "6", + "weakness": "9", + "slayer_exp": "210", + "magic_animation": "2985", + "death_animation": "2987", + "lifepoints": "200", + "id": "3071", + "aggressive": "true", + "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0", + "agg_radius": "6", + "range_animation": "2989", + "combat_audio": "0,771,770", + "magic_level": "125", + "end_gfx": "501", + "defence_animation": "2983", + "name": "Skeletal Wyvern", + "defence_level": "120", + "safespot": null, + "strength_level": "116", + "clue_level": "2", + "range_level": "120", + "projectile": "500", + "attack_level": "125" + }, + { + "examine": "He's got icicles in his beard.", "melee_animation": "4672", "range_animation": "0", - "range_level": "1", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "0", + "weakness": "9", "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", "strength_level": "40", - "weakness": "9" + "id": "3072", + "aggressive": "true", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "3073", - "name": "Ice warrior", "examine": "A cold-hearted elemental warrior.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2500,530,529", - "death_animation": "843", - "defence_animation": "404", - "defence_level": "47", - "lifepoints": "59", - "magic_animation": "451", "melee_animation": "451", "range_animation": "451", - "range_level": "1", + "combat_audio": "2500,530,529", + "attack_speed": "4", "respawn_delay": "30", - "safespot": null, + "defence_animation": "404", + "weakness": "9", "slayer_exp": "59", + "magic_animation": "451", + "death_animation": "843", + "name": "Ice warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "59", "strength_level": "47", - "weakness": "9" - }, - { - "id": "3074", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3075", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3076", - "name": "Dead Monk" - }, - { - "id": "3078", - "name": "High Priest" - }, - { - "id": "3079", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3080", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3081", - "name": "Assassin" - }, - { - "id": "3082", - "name": "Rosie" - }, - { - "id": "3083", - "name": "Sorcha" - }, - { - "id": "3084", - "name": "Cait" - }, - { - "id": "3085", - "name": "Cormac" - }, - { - "id": "3086", - "name": "Fionn" - }, - { - "id": "3087", - "name": "Donnacha" - }, - { - "id": "3088", - "name": "Ronan" - }, - { - "id": "3089", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3090", - "name": "", - "examine": "A mighty warrior", + "id": "3073", "aggressive": "true", - "attack_level": "17", + "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "47" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "17", - "lifepoints": "24", - "magic_animation": "0", + "strength_level": "1", + "id": "3074", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3075", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3079", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3080", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3089", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mighty warrior", "melee_animation": "7048", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "17", - "weakness": "8" - }, - { - "id": "3091", - "name": "", - "attack_level": "1", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "", + "defence_level": "17", "safespot": null, - "strength_level": "1" + "lifepoints": "24", + "strength_level": "17", + "id": "3090", + "aggressive": "true", + "range_level": "1", + "attack_level": "17" }, { - "id": "3093", - "name": "Flying Book" + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3091", + "range_level": "1", + "attack_level": "1" }, { - "id": "3094", - "name": "Flying Book", "examine": "The book moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Flying Book", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3094", + "range_level": "1", + "attack_level": "1" }, { - "id": "3095", - "name": "Flying Book" - }, - { - "id": "3096", - "name": "Pizzaz Hat" - }, - { - "id": "3097", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Entrance Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3097", + "range_level": "1", + "attack_level": "1" }, { - "id": "3098", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Telekinetic Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3098", + "range_level": "1", + "attack_level": "1" }, { - "id": "3099", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Alchemy Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3099", + "range_level": "1", + "attack_level": "1" }, { - "id": "3100", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Enchantment Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3100", + "range_level": "1", + "attack_level": "1" }, { - "id": "3101", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Graveyard Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3101", + "range_level": "1", + "attack_level": "1" }, { - "id": "3102", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Maze Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3102", + "range_level": "1", + "attack_level": "1" }, { - "id": "3103", + "examine": "A guardian of the arena.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Rewards Guardian", - "examine": "A guardian of the arena.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3103", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3104", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3105", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Equipment that moves by itself!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Charmed Warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3106", - "name": "Charmed Warrior", - "examine": "Equipment that moves by itself!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3107", - "name": "Charmed Warrior" - }, - { - "id": "3108", - "name": "Bert" - }, - { - "id": "3109", - "name": "Guard Captain", "examine": "This guard looks rather drunk and has beer stains down his armour.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Captain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3109", + "range_level": "1", + "attack_level": "1" }, { - "id": "3110", - "name": "Sandy" - }, - { - "id": "3112", - "name": "Sandy", - "examine": "Angry and stressed, he doesn't seem to have time for anything other than sand." - }, - { - "id": "3113", - "name": "Sandy" - }, - { - "id": "3114", - "name": "Mazion" - }, - { - "id": "3115", - "name": "Blaec", - "examine": "Blaec seems to be covered in sand." - }, - { - "id": "3116", - "name": "Reeso" - }, - { - "id": "3117", - "name": "Sandwich lady", - "examine": "The sandwich lady." - }, - { - "id": "3118", - "name": "Prison Pete" - }, - { - "id": "3119", - "name": "Balloon Animal" - }, - { - "id": "3120", - "name": "Balloon Animal" - }, - { - "id": "3121", - "name": "Balloon Animal", "examine": "Looks after farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3122", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Balloon Animal", - "examine": "I saw the witchdoctor", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3121", + "range_level": "1", + "attack_level": "1" }, { - "id": "3123", - "name": "Simon Templeton", - "examine": "Looks like he's seen the inside of a few tombs.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", + "examine": "I saw the witchdoctor", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Balloon Animal", "defence_level": "1", - "lifepoints": "12", - "magic_animation": "422", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3122", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like he's seen the inside of a few tombs.", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": "0", - "strength_level": "1" - }, - { - "id": "3124", - "name": "Pyramid block" - }, - { - "id": "3125", - "name": "Pyramid block" - }, - { - "id": "3126", - "name": "Pentyn" - }, - { - "id": "3127", - "name": "Aristarchus" - }, - { - "id": "3128", - "name": "Boneguard" - }, - { - "id": "3130", - "name": "Pile of bones" - }, - { - "id": "3131", - "name": "Desert Spirit" - }, - { - "id": "3132", - "name": "Crust of ice" - }, - { - "id": "3134", - "name": "Furnace grate" - }, - { - "id": "3135", - "name": "Furnace grate", - "examine": "It seems to be blocked.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Simon Templeton", "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", + "safespot": "0", + "lifepoints": "12", + "strength_level": "1", + "id": "3123", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It seems to be blocked.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3136", - "name": "Enakhra" - }, - { - "id": "3138", - "name": "Enakhra" - }, - { - "id": "3139", - "name": "Boneguard" - }, - { - "id": "3141", - "name": "Akthanakos" - }, - { - "id": "3142", - "name": "Akthanakos" - }, - { - "id": "3143", - "name": "Lazim" - }, - { - "id": "3148", - "name": "Enakhra" - }, - { - "id": "3149", - "name": "Akthanakos" - }, - { - "id": "3150", - "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3151", - "name": "Skeleton", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3152", - "name": "Harpie Bug Swarm" - }, - { - "id": "3153", - "name": "Harpie Bug Swarm", - "examine": "A swarm of bugs.", - "aggressive": "true", - "attack_level": "54", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "2743,2745,2744", - "death_animation": "1585", + "combat_audio": "703,705,704", "defence_animation": "0", - "defence_level": "32", - "lifepoints": "25", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Furnace grate", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "3135", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3150", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A swarm of bugs.", "melee_animation": "1584", "range_animation": "0", - "range_level": "1", + "combat_audio": "2743,2745,2744", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "0", + "weakness": "2", "slayer_exp": "25", - "strength_level": "46", - "weakness": "2" - }, - { - "id": "3154", - "name": "Count Draynor" - }, - { - "id": "3155", - "name": "Bill Teach", - "examine": "Bill Teach the pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3156", - "name": "Bill Teach" - }, - { - "id": "3157", - "name": "Bill Teach" - }, - { - "id": "3158", - "name": "Bill Teach" - }, - { - "id": "3159", - "name": "Bill Teach" - }, - { - "id": "3160", - "name": "Bill Teach" - }, - { - "id": "3161", - "name": "Charley" - }, - { - "id": "3162", - "name": "Smith" - }, - { - "id": "3163", - "name": "Joe" - }, - { - "id": "3164", - "name": "Mama" - }, - { - "id": "3165", - "name": "Mama" - }, - { - "id": "3166", - "name": "Mike", - "examine": "Dodgy Mike." - }, - { - "id": "3167", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3168", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3169", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3170", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3171", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3172", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3173", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3174", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3175", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3176", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3177", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3178", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3179", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3180", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3181", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3182", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3183", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3184", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3185", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3186", - "name": "Pirate", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3187", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3188", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3189", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3190", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3191", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3192", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3193", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3194", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3195", - "name": "Pirate", - "examine": "Arghh matey!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", - "combat_audio": "703,705,704", - "death_animation": "9055", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "45", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3196", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3197", - "name": "Gull" - }, - { - "id": "3198", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3199", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3200", - "name": "Chaos Elemental", - "examine": "pUre A cHaOs of crEatuRe!", - "agg_radius": "16", - "aggressive": "true", - "attack_level": "270", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0", - "combat_audio": "345,351,347", - "death_animation": "3147", - "defence_animation": "3149", - "defence_level": "270", - "end_gfx": "558", - "lifepoints": "250", - "magic_animation": "5443", - "magic_level": "270", - "melee_animation": "3146", - "movement_radius": "30", - "projectile": "557", - "range_animation": "5443", - "range_level": "270", - "respawn_delay": "100", - "safespot": "true", - "start_gfx": "556", - "strength_level": "270", - "weakness": "4" - }, - { - "id": "3201", - "name": "Killerwatt", - "attack_level": "1", - "attack_speed": "3", - "defence_level": "1", - "lifepoints": "51", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "1" - }, - { - "id": "3202", - "name": "Killerwatt", - "attack_level": "1", - "attack_speed": "3", - "defence_level": "1", - "lifepoints": "51", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "51", - "strength_level": "1" - }, - { - "id": "3203", - "name": "Storm Cloud", - "examine": "A very small storm!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3204", - "name": "Storm Cloud", - "examine": "A very small storm!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3205", - "name": "Romily Weaklax" - }, - { - "id": "3206", - "name": "Priest" - }, - { - "id": "3207", - "name": "Pious Pete" - }, - { - "id": "3208", - "name": "Taper" - }, - { - "id": "3209", - "name": "Elena", - "examine": "She doesn't look too happy." - }, - { - "id": "3210", - "name": "Alrena" - }, - { - "id": "3211", - "name": "Alrena" - }, - { - "id": "3212", - "name": "Bravek" - }, - { - "id": "3213", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "3214", - "name": "Edmond", - "examine": "A local civilian.", - "attack_level": "", - "combat_audio": "", - "defence_level": "", - "lifepoints": "", - "range_level": "", - "safespot": null, - "slayer_exp": "", - "strength_level": "" - }, - { - "id": "3215", - "name": "Elena", - "examine": "She looks concerned." - }, - { - "id": "3216", - "name": "Mourner", - "examine": "A mourner, or plague healer." - }, - { - "id": "3217", - "name": "Kaylee", - "examine": "Works in the Rising Sun." - }, - { - "id": "3218", - "name": "Tina" - }, - { - "id": "3219", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "28", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "28", - "weakness": "6" - }, - { - "id": "3220", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "32", - "death_animation": "102", - "defence_animation": "0", + "death_animation": "1585", + "name": "Harpie Bug Swarm", "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", "safespot": null, - "slayer_exp": "16", - "strength_level": "32", - "weakness": "6" - }, - { - "id": "3221", - "name": "Dwarf", - "examine": "Loves mining.", - "attack_level": "28", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "28", - "weakness": "6" - }, - { - "id": "3222", - "name": "Drunken man", - "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.", - "attack_level": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "4", - "weakness": "9" - }, - { - "id": "3223", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "3224", - "name": "Man", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3225", - "name": "Man", - "examine": "One of Gielinor's many citizens. He looks worried about something.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "3226", - "name": "Woman", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "511,506,505", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "9", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3227", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "511,506,505", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3228", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "13", - "attack_speed": "5", + "lifepoints": "25", + "strength_level": "46", + "id": "3153", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Bill Teach the pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Bill Teach", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3155", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3167", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3168", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3169", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3170", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3171", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3172", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3173", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3174", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3175", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3176", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3177", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3178", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3179", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3180", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3181", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3182", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3183", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3184", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3185", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", + "id": "3186", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "3187", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3188", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3189", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3190", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3191", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3192", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3193", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3194", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Arghh matey!", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "388", + "death_animation": "9055", + "name": "Pirate", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "40", + "id": "3195", + "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", + "range_level": "1", + "attack_level": "40" + }, + { + "melee_animation": "400", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", + "id": "3196", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3198", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3199", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "pUre A cHaOs of crEatuRe!", + "start_gfx": "556", + "melee_animation": "3146", + "attack_speed": "5", + "respawn_delay": "100", + "weakness": "4", + "magic_animation": "5443", + "death_animation": "3147", + "lifepoints": "250", + "id": "3200", + "aggressive": "true", + "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0", + "agg_radius": "16", + "range_animation": "5443", + "combat_audio": "345,351,347", + "magic_level": "270", + "end_gfx": "558", + "defence_animation": "3149", + "name": "Chaos Elemental", + "defence_level": "270", + "movement_radius": "30", + "safespot": "true", + "strength_level": "270", + "range_level": "270", + "projectile": "557", + "attack_level": "270" + }, + { + "slayer_exp": "51", + "name": "Killerwatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "attack_speed": "3", + "id": "3201", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "slayer_exp": "51", + "name": "Killerwatt", + "defence_level": "1", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "attack_speed": "3", + "id": "3202", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A very small storm!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Storm Cloud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3203", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very small storm!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Storm Cloud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3204", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3219", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "3220", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Loves mining.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3221", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "3223", + "range_level": "1", + "attack_level": "3" + }, + { + "name": "Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3224", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens. He looks worried about something.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "3225", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" + }, + { + "melee_animation": "422", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "9", + "strength_level": "1", + "id": "3226", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", + "name": "Woman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,506,505", + "strength_level": "1", + "id": "3227", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "7" + "id": "3228", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "3229", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "4230", "range_animation": "2075", - "range_level": "13", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "1", - "weakness": "0" + "id": "3229", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" }, { - "id": "3230", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "13", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "395", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "404", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "13", - "weakness": "7" + "id": "3230", + "clue_level": "1", + "range_level": "1", + "attack_level": "13" }, { - "id": "3231", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", "melee_animation": "422", "range_animation": "426", - "range_level": "13", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", "safespot": null, + "lifepoints": "18", "strength_level": "1", - "weakness": "0" + "id": "3231", + "clue_level": "1", + "range_level": "13", + "attack_level": "1" }, { + "examine": "Keeping an eye out for threats to the city.", + "melee_animation": "422", + "range_animation": "426", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "3232", - "name": "Guard", - "examine": "Keeping an eye out for threats to the city.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "426", "range_level": "13", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "Keeping an eye out for threats to the city.", + "melee_animation": "422", + "range_animation": "426", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "3233", - "name": "Guard", - "examine": "Keeping an eye out for threats to the city.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "426", "range_level": "13", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { - "id": "3234", - "name": "Gardener", "examine": "An old gardener.", - "attack_level": "4", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "4", - "lifepoints": "5", - "magic_animation": "0", "melee_animation": "433", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Gardener", + "defence_level": "4", "safespot": null, + "lifepoints": "5", "strength_level": "4", - "weakness": "8" + "id": "3234", + "range_level": "1", + "attack_level": "4" }, { - "id": "3235", - "name": "Apprentice workman", "examine": "He's learning a trade.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3235", + "range_level": "1", + "attack_level": "1" }, { - "id": "3236", - "name": "Workman", "examine": "A busy workman", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3237", - "name": "Cuffs", - "examine": "He looks a bit dodgy.", - "agg_radius": "", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3238", - "name": "Narf", - "examine": "Looks unpleasant.", - "agg_radius": "", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3239", - "name": "Rusty", - "examine": "Seems to be loitering.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3240", - "name": "Jeff", - "examine": "Untrustworthy.", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "7", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3241", - "name": "Guard", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3242", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3243", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", - "magic_animation": "711", - "magic_level": "27", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3244", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3245", - "name": "Dark wizard", - "examine": "A practicer of dark arts.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "16", - "lifepoints": "22", - "magic_animation": "711", - "magic_level": "16", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "3246", - "name": "Barbarian", - "examine": "Alberich, a fierce barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3236", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "He looks a bit dodgy.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Cuffs", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3237", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "", + "examine": "Looks unpleasant.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Narf", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3238", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems to be loitering.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Rusty", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3239", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Untrustworthy.", + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Jeff", + "defence_level": "1", + "safespot": null, + "lifepoints": "7", + "strength_level": "1", + "id": "3240", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "404", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3241", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "25", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "25", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3242", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "27", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "1", + "id": "3243", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "16", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3244", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A practicer of dark arts.", + "combat_style": "2", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "16", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "16", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3245", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Alberich, a fierce barbarian warrior.", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3246", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3247", - "name": "Barbarian", "examine": "Fafner, a tough barbarian warrior.", - "attack_level": "22", - "attack_speed": "6", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "18", - "magic_animation": "7048", "melee_animation": "7048", "range_animation": "7048", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "7048", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "18", "strength_level": "22", - "weakness": "8" + "id": "3247", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3248", - "name": "Barbarian", "examine": "Fasolt, a strong barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3248", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3249", - "name": "Barbarian", "examine": "Siegmund, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3249", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3250", - "name": "Barbarian", "examine": "Siegfried, a young guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3250", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3251", - "name": "Barbarian", "examine": "Lydspor, a well-traveld barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "7048", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3251", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3252", - "name": "Barbarian", "examine": "Hagen, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3252", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3253", - "name": "Barbarian", "examine": "Minarch, a barbarian who likes his beer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "22", - "weakness": "8" - }, - { - "id": "3254", - "name": "Hunding" - }, - { - "id": "3255", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", "name": "Barbarian", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3253", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { "examine": "Wotan, a sturdy barbarian warrior.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3255", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3256", - "name": "Barbarian", "examine": "Acelin, a guard in the Barbarian Village.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3256", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3257", - "name": "Barbarian", "examine": "Adelino, a barbarian warrior with a big axe.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "2067", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3257", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3258", - "name": "Barbarian", "examine": "Adolpho, a barbarian warrior with a warhammer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "401", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "3258", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { - "id": "3259", - "name": "Barbarian", "examine": "Aitan, a barbarian archer.", - "attack_level": "22", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "426", "range_animation": "426", - "range_level": "1", - "safespot": null, - "strength_level": "22", - "weakness": "8" - }, - { - "id": "3260", - "name": "Barbarian", - "examine": "Brunnhilde, a fierce barbarian warrior.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", + "weakness": "8", "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3261", - "name": "Barbarian", - "examine": "Gutrune, a mighty barbarian warrior.", - "attack_level": "20", - "clue_level": "0", "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3262", "name": "Barbarian", - "examine": "Edelschwarz, a barbarian warrior with a spear.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "20", - "weakness": "8" - }, - { - "id": "3263", - "name": "Barbarian", - "examine": "Sieglinde, a muscular barbarian warrior.", - "attack_level": "22", - "attack_speed": "6", - "clue_level": "0", - "death_animation": "836", - "defence_animation": "404", "defence_level": "22", - "lifepoints": "20", - "magic_animation": "428", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3259", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "Brunnhilde, a fierce barbarian warrior.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3260", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Gutrune, a mighty barbarian warrior.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3261", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Edelschwarz, a barbarian warrior with a spear.", + "melee_animation": "428", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3262", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Sieglinde, a muscular barbarian warrior.", "melee_animation": "428", "range_animation": "428", - "range_level": "1", + "attack_speed": "6", + "defence_animation": "404", + "weakness": "8", + "magic_animation": "428", + "death_animation": "836", + "name": "Barbarian", + "defence_level": "22", "safespot": null, + "lifepoints": "20", "strength_level": "20", - "weakness": "8" + "id": "3263", + "clue_level": "0", + "range_level": "1", + "attack_level": "22" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3264", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3265", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", "id": "3266", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "3267", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "6185", + "range_animation": "6185", "combat_audio": "470,472,471", - "death_animation": "6182", + "attack_speed": "5", "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, "slayer_exp": "5", - "strength_level": "2" + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "3267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3268", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3269", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3270", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3271", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3272", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3273", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3274", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A dwarven worker.", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Dwarf", + "defence_level": "10", + "safespot": null, + "lifepoints": "14", + "strength_level": "10", "id": "3275", - "name": "Dwarf", - "examine": "A dwarven worker.", - "attack_level": "10", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "10", - "lifepoints": "14", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "10", - "weakness": "6" + "attack_level": "10" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3276", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3277", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3278", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { + "examine": "A member of the Black Guard", + "melee_animation": "99", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "102", + "name": "Black Guard", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "3279", - "name": "Black Guard", - "examine": "A member of the Black Guard", - "attack_level": "30", - "death_animation": "102", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "99", - "range_animation": "0", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "30", - "weakness": "6" + "attack_level": "30" }, { - "id": "3280", - "name": "Engineering assistant", "examine": "He looks busy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3281", - "name": "Engineering assistant" - }, - { - "id": "3282", - "name": "Engineer", - "examine": "He's building a cannon.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Engineering assistant", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3283", - "name": "Squirrel", - "examine": "Bushy tail!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3284", - "name": "Squirrel", - "examine": "Bushy tail!" - }, - { - "id": "3285", - "name": "Squirrel", - "examine": "Bushy tail!" - }, - { - "id": "3286", - "name": "Raccoon", - "examine": "A raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3287", - "name": "Raccoon", - "examine": "A raccoon." - }, - { - "id": "3288", - "name": "Raccoon", - "examine": "A raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3289", - "name": "Skeleton" - }, - { - "id": "3291", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "8" - }, - { - "id": "3292", - "name": "Witch" - }, - { - "id": "3293", - "name": "null", - "examine": "She'll store my items for me.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3294", - "name": "Dwarf", - "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "3295", - "name": "Dwarf", - "examine": "A dwarf who looks after the mining guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "3296", - "name": "Swan", - "examine": "A graceful bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "water_npc": true + "id": "3280", + "range_level": "1", + "attack_level": "1" }, { - "id": "3297", - "name": "Black Swan", - "examine": "A rare bird.", - "water_npc": "true" + "examine": "He's building a cannon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Engineer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3282", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bushy tail!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squirrel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3283", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3286", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3288", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3293", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf who looks after the mining guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3294", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf who looks after the mining guild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3295", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A graceful bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swan", + "defence_level": "1", + "safespot": null, + "water_npc": true, + "lifepoints": "10", + "strength_level": "1", + "id": "3296", + "range_level": "1", + "attack_level": "1" }, { - "id": "3298", - "name": "Sweeper", "examine": "Keeps this magic area tidy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sweeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3298", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3299", - "name": "Martin the Master Gardener", "examine": "A master at gardening.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Martin the Master Gardener", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3299", + "range_level": "1", + "attack_level": "1" }, { - "id": "3300", - "name": "Frog" - }, - { - "id": "3301", - "name": "Storm cloud" - }, - { - "id": "3302", - "name": "Co-ordinator", "examine": "Manages the fairies.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Co-ordinator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3302", + "range_level": "1", + "attack_level": "1" }, { - "id": "3303", - "name": "Fairy Nuff" - }, - { - "id": "3304", - "name": "Fairy Godfather", "examine": "I'm gonna make him an offer he can't refuse.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Godfather", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3304", + "range_level": "1", + "attack_level": "1" }, { - "id": "3305", - "name": "Slim Louie" - }, - { - "id": "3306", - "name": "Fat Rocco" - }, - { - "id": "3307", - "name": "Gatekeeper", "examine": "Guardian of the market gate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3308", - "name": "Zandar Horfyre" - }, - { - "id": "3309", - "name": "Cow", - "examine": "Converts grass to beef.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "369,371,370", - "death_animation": "5851", - "defence_animation": "5850", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gatekeeper", "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3307", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Converts grass to beef.", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", - "safespot": null, + "combat_audio": "369,371,370", + "attack_speed": "5", + "defence_animation": "5850", + "weakness": "8", "slayer_exp": "8", - "strength_level": "1", - "weakness": "8" - }, - { - "id": "3310", - "name": "Sheep", - "examine": "White and fluffy" - }, - { - "id": "3311", - "name": "Sheep" - }, - { - "id": "3312", - "name": "Zanaris choir", - "examine": "They're going to sing to you!" - }, - { - "id": "3313", - "name": "Tanglefoot", - "attack_level": "1", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Cow", "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "3309", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and fluffy", + "name": "Sheep", + "id": "3310" + }, + { + "name": "Tanglefoot", + "defence_level": "1", + "safespot": null, "lifepoints": "102", + "strength_level": "1", + "id": "3313", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3314", - "name": "Baby tanglefoot" - }, - { - "id": "3319", - "name": "Baby tanglefoot", "examine": "An animated shrub.", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "41", - "lifepoints": "58", - "magic_animation": "0", "range_animation": "0", - "range_level": "41", - "safespot": null, - "strength_level": "1", - "weakness": "2" - }, - { - "id": "3320", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", "name": "Baby tanglefoot", - "examine": "An aggressive bush.", - "attack_level": "1", - "defence_animation": "0", "defence_level": "41", + "safespot": null, "lifepoints": "58", - "magic_animation": "0", - "range_animation": "0", - "range_level": "41", - "safespot": null, "strength_level": "1", - "weakness": "2" + "id": "3319", + "range_level": "41", + "attack_level": "1" }, { - "id": "3321", - "name": "Gatekeeper" - }, - { - "id": "3322", - "name": "Fairy chef", - "examine": "Likes to cook with mushrooms.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "movement_radius": "2", + "examine": "An aggressive bush.", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "name": "Baby tanglefoot", + "defence_level": "41", "safespot": null, - "strength_level": "1" + "lifepoints": "58", + "strength_level": "1", + "id": "3320", + "range_level": "41", + "attack_level": "1" }, { - "id": "3323", - "name": "Draul Leptoc" - }, - { - "id": "3324", - "name": "Draul Leptoc", - "examine": "This looks like an angry, aggressive man." - }, - { - "id": "3325", - "name": "Phillipa", - "examine": "A quiet, more reserved sort of lady." - }, - { - "id": "3326", - "name": "Martina Scorsby" - }, - { - "id": "3327", - "name": "Jeremy Clerksin", "examine": "Rather more tired than most.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeremy Clerksin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3327", + "range_level": "1", + "attack_level": "1" }, { - "id": "3328", - "name": "Tarquin" - }, - { - "id": "3329", - "name": "Sigurd" - }, - { - "id": "3330", - "name": "Hari" - }, - { - "id": "3331", - "name": "Barfy Bill", "examine": "Looks a little green around the gills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barfy Bill", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3331", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3332", - "name": "Trees" - }, - { - "id": "3333", - "name": "Trees" - }, - { - "id": "3334", - "name": "Cavemouth", "examine": "It's made of pure fire.", - "aggressive": "true", - "attack_level": "200", "attack_speed": "6", - "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0", - "defence_level": "500", - "lifepoints": "1000", "magic_level": "300", - "range_level": "300", "respawn_delay": "25", + "name": "Cavemouth", + "defence_level": "500", "safespot": null, - "strength_level": "1500" + "lifepoints": "1000", + "strength_level": "1500", + "id": "3334", + "aggressive": "true", + "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0", + "range_level": "300", + "attack_level": "200" }, { - "id": "3335", - "name": "Bullrush" - }, - { - "id": "3336", - "name": "Bullrush" - }, - { - "id": "3337", - "name": "Cave scenery" - }, - { - "id": "3338", - "name": "Cave scenery" - }, - { - "id": "3339", - "name": "Cave scenery" - }, - { - "id": "3340", - "name": "Giant Mole", "examine": "Holy Mole-y!", - "attack_level": "200", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", - "combat_audio": "1642,1646,1645", - "death_animation": "3310", - "defence_animation": "3311", - "defence_level": "200", - "lifepoints": "200", - "magic_animation": "3312", - "magic_level": "200", "melee_animation": "3312", "range_animation": "3312", - "range_level": "1", + "combat_audio": "1642,1646,1645", + "attack_speed": "4", + "magic_level": "200", "respawn_delay": "56", + "defence_animation": "3311", + "weakness": "7", + "magic_animation": "3312", + "death_animation": "3310", + "name": "Giant Mole", + "defence_level": "200", "safespot": null, + "lifepoints": "200", "strength_level": "200", - "weakness": "7" + "id": "3340", + "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0", + "range_level": "1", + "attack_level": "200" }, { - "id": "3341", - "name": "Baby Mole", "examine": "I will call him, Mini Mole.", - "aggressive": "false", - "attack_level": "1", - "death_animation": "0", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby Mole", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3342", - "name": "Baby Mole", - "examine": "Mooooooooooooole." - }, - { - "id": "3343", - "name": "Baby Mole", - "examine": "Moley, moley, moley!" - }, - { - "id": "3344", - "name": "Fungi", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3345", - "name": "Fungi", - "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "2775", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "2776", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3346", - "name": "Zygomite", - "examine": "A bouncy fungus.", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "2776", - "range_animation": "0", - "range_level": "42", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "1" + "id": "3341", + "aggressive": "false", + "range_level": "1", + "attack_level": "1" }, { - "id": "3347", - "name": "Zygomite", - "examine": "Have a fungus.", - "attack_level": "1", + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "death_animation": "2777", - "defence_animation": "2775", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "2776", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3348", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3349", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3350", - "name": "White Knight", - "attack_level": "1", - "attack_speed": "8", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "7050", - "defence_level": "1", - "lifepoints": "53", - "melee_animation": "7049", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3351", - "name": "Genie" - }, - { - "id": "3352", - "name": "Mysterious Old Man" - }, - { - "id": "3353", - "name": "Swarm" - }, - { - "id": "3354", - "name": "Cap'n Hand" - }, - { - "id": "3355", - "name": "Rick Turpentine" - }, - { - "id": "3356", - "name": "Niles" - }, - { - "id": "3357", - "name": "Miles" - }, - { - "id": "3358", - "name": "Giles" - }, - { - "id": "3359", - "name": "Dr Jekyll" - }, - { - "id": "3360", - "name": "Mr Hyde" - }, - { - "id": "3361", - "name": "Mr Hyde" - }, - { - "id": "3362", - "name": "Mr Hyde" - }, - { - "id": "3363", - "name": "Mr Hyde" - }, - { - "id": "3364", - "name": "Mr Hyde" - }, - { - "id": "3365", - "name": "Mr Hyde" - }, - { - "id": "3366", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3367", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3368", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3369", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3370", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3371", - "name": "Evil Chicken", - "attack_level": "1", - "combat_audio": "355,357,356", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3372", - "name": "Sir Amik Varze" - }, - { - "id": "3373", - "name": "Sir Amik Varze" - }, - { - "id": "3375", - "name": "Evil Chicken", - "examine": "A fowl beast.", - "aggressive": "true", - "attack_level": "55", - "combat_audio": "355,357,356", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "117", "magic_animation": "0", - "magic_level": "55", + "death_animation": "0", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3344", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.", + "melee_animation": "2776", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "2775", + "death_animation": "2777", + "name": "Fungi", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "3345", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bouncy fungus.", + "melee_animation": "2776", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "2777", + "name": "Zygomite", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "3346", + "range_level": "42", + "attack_level": "1" + }, + { + "examine": "Have a fungus.", + "melee_animation": "2776", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "2775", + "death_animation": "2777", + "name": "Zygomite", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "3347", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3348", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3349", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "7049", + "combat_audio": "511,513,512", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "7050", + "death_animation": "836", + "name": "White Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "53", + "strength_level": "1", + "id": "3350", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3366", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3367", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3368", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3369", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3370", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Evil Chicken", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "355,357,356", + "strength_level": "1", + "id": "3371", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fowl beast.", "melee_animation": "2299", "range_animation": "0", - "range_level": "55", + "combat_audio": "355,357,356", + "magic_level": "55", "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "2301", + "name": "Evil Chicken", + "defence_level": "55", "safespot": null, + "lifepoints": "117", "strength_level": "55", - "weakness": "10" + "id": "3375", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "3376", - "name": "Baby black dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", - "safespot": null, + "defence_animation": "26", + "weakness": "3", "slayer_exp": "0", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby black dragon", + "defence_level": "42", + "safespot": null, + "lifepoints": "50", "strength_level": "80", - "weakness": "3" - }, - { - "id": "3377", - "name": "K'klik" - }, - { - "id": "3378", - "name": "Evil Dave", - "examine": "He seems to like wearing black.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3379", - "name": "Evil Dave" - }, - { - "id": "3381", - "name": "Doris" - }, - { - "id": "3382", - "name": "Hell-Rat", - "examine": "Vermin from the underworld.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3383", - "name": "Gypsy" - }, - { - "id": "3386", - "name": "Gypsy" - }, - { - "id": "3387", - "name": "Culinaromancer" - }, - { - "id": "3388", - "name": "Osman" - }, - { - "id": "3389", - "name": "Pirate Pete", - "examine": "A shifty-looking character.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3390", - "name": "Mountain Dwarf", - "examine": "He looks short and grumpy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "7" - }, - { - "id": "3391", - "name": "General Wartface", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3392", - "name": "General Bentnoze", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3393", - "name": "Lumbridge Guide", - "examine": "He provides new players with useful information.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3394", - "name": "Evil Dave", - "examine": "He seems to like wearing black.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3395", - "name": "Sir Amik Varze" - }, - { - "id": "3396", - "name": "Awowogei" - }, - { - "id": "3397", - "name": "Awowogei" - }, - { - "id": "3398", - "name": "Skrach Uglogwee" - }, - { - "id": "3399", - "name": "Culinaromancer" - }, - { - "id": "3401", - "name": "An old Dwarf" - }, - { - "id": "3403", - "name": "Rohak" - }, - { - "id": "3404", - "name": "null", - "examine": "Rutmir's assistant.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3406", - "name": "Icefiend", - "examine": "A small ice demon.", + "id": "3376", "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "531,533,532", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "range_animation": "0", + "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" + "attack_level": "80" }, { - "id": "3407", - "name": "Guard", - "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7219", + "examine": "He seems to like wearing black.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", "magic_animation": "0", + "death_animation": "0", + "name": "Evil Dave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3378", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Vermin from the underworld.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hell-Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3382", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shifty-looking character.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3389", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks short and grumpy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3390", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Wartface", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3391", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Bentnoze", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3392", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He provides new players with useful information.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lumbridge Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3393", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems to like wearing black.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil Dave", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3394", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Rutmir's assistant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3404", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A small ice demon.", + "range_animation": "0", + "combat_audio": "531,533,532", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Icefiend", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "3406", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "He tries to keep order around here.", "melee_animation": "7218", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7219", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "3407", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "3408", - "name": "Guard", "examine": "He tries to keep order around here.", - "attack_level": "25", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "7213", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", "melee_animation": "583", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7213", + "name": "Guard", + "defence_level": "25", "safespot": null, + "lifepoints": "35", "strength_level": "25", - "weakness": "7" + "id": "3408", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3409", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3410", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3411", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A sentient plant - ready", + "melee_animation": "7246", + "range_animation": "0", + "poisonous": "true", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "poison_amount": "35", + "magic_animation": "0", + "death_animation": "7249", + "name": "Wild jade vine", + "defence_level": "65", + "safespot": null, + "lifepoints": "185", + "strength_level": "65", "id": "3412", - "name": "Wild jade vine", - "examine": "A sentient plant - ready", "aggressive": "true", - "attack_level": "65", - "death_animation": "7249", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7246", - "poison_amount": "35", - "poisonous": "true", - "range_animation": "0", "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { - "id": "3413", - "name": "Goblin Cook", "examine": "He's got funky socks, but he's still an ugly green creature.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin Cook", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3413", + "range_level": "1", + "attack_level": "1" }, { - "id": "3414", - "name": "Goblin Cook", "examine": "More like a goblin cooked.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3415", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3414", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Half way up the wall is maybe not a naturally tenable position for a goblin.", - "attack_level": "1", + "name": "Goblin Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "3415", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He'll store my items for me.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3416", - "name": "Pirate Pete", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He'll store my items for me.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pirate Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3417", - "name": "Pirate Pete" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3418", - "name": "Pirate Pete", - "examine": "He'll store my items for me.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3419", - "name": "Ogre", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "melee_animation": "359", - "respawn_delay": "60", - "safespot": null, "slayer_task": "64", + "melee_animation": "359", + "attack_speed": "7", + "respawn_delay": "60", + "defence_animation": "360", + "weakness": "8", + "death_animation": "361", + "name": "Ogre", + "defence_level": "27", + "safespot": null, + "lifepoints": "60", "strength_level": "27", - "weakness": "8" + "id": "3419", + "aggressive": "true", + "attack_level": "1" }, { - "id": "3420", - "name": "Mogre Guard", "examine": "An angry Ogre in a highly amusing hat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mogre Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3420", + "range_level": "1", + "attack_level": "1" }, { - "id": "3421", - "name": "Crab", "examine": "Nice claw!", - "attack_level": "22", - "death_animation": "3430", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "3428", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3430", + "name": "Crab", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "9" + "id": "3421", + "range_level": "1", + "attack_level": "22" }, { - "id": "3422", - "name": "Mudskipper", "examine": "Not the most beautiful fish in the sea.", - "aggressive": "true", - "attack_level": "29", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "241,243,242", - "death_animation": "3435", - "defence_animation": "3434", - "defence_level": "26", - "lifepoints": "20", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "3433", "range_animation": "0", - "range_level": "1", - "respawn_delay": "10", - "safespot": null, - "strength_level": "29", - "weakness": "9" - }, - { - "id": "3423", - "name": "Mudskipper", - "examine": "Not the most beautiful fish in the sea.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "241,243,242", - "death_animation": "3435", - "defence_animation": "3434", - "defence_level": "29", - "lifepoints": "20", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "3433", - "range_level": "1", - "respawn_delay": "5", + "respawn_delay": "10", + "defence_animation": "3434", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "26", "safespot": null, - "strength_level": "30" + "lifepoints": "20", + "strength_level": "29", + "id": "3422", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "29" + }, + { + "examine": "Not the most beautiful fish in the sea.", + "melee_animation": "3433", + "combat_audio": "241,243,242", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "5", + "defence_animation": "3434", + "death_animation": "3435", + "name": "Mudskipper", + "defence_level": "29", + "safespot": null, + "lifepoints": "20", + "strength_level": "30", + "id": "3423", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "3424", - "name": "Crab", - "attack_level": "1", "death_animation": "3430", - "defence_animation": "3429", + "name": "Crab", "defence_level": "1", + "safespot": null, "lifepoints": "18", "melee_animation": "3428", + "strength_level": "1", + "id": "3424", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "3429" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3425", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3426", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Red Fantail.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3427", - "name": "Fish", - "examine": "A Red Fantail.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An Angel Fish.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3428", - "name": "Fish" - }, - { - "id": "3429", - "name": "Fish" - }, - { - "id": "3430", - "name": "Fish" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3431", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An Angel Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3432", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "An Angel Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3433", - "name": "Fish", - "examine": "An Angel Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3434", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3435", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Harlequin Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3436", - "name": "Fish", - "examine": "A Harlequin Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3437", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3438", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A Discus Fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3439", - "name": "Fish", - "examine": "A Discus Fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A shoal of Neon Tetra.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3440", - "name": "Fish" - }, - { - "id": "3441", - "name": "Fish" - }, - { - "id": "3442", - "name": "Fish" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3443", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A shoal of Neon Tetra.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3444", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A shoal of Neon Tetra.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fish", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3445", - "name": "Fish", - "examine": "A shoal of Neon Tetra.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "name": "Lumbridge Guide", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3446", - "name": "Fish" - }, - { - "id": "3447", - "name": "Fish" - }, - { - "id": "3448", - "name": "Fish" - }, - { + "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", "id": "3449", - "name": "Lumbridge Guide", "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", - "defence_level": "1", - "lifepoints": "60", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3450", "name": "null", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3450", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3451", "name": "Lumbridge Guide", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "7", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "attack_speed": "7", + "id": "3451", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3452", - "name": "? ? ? ?" - }, - { - "id": "3453", - "name": "? ? ? ?" - }, - { - "id": "3454", - "name": "? ? ? ?" - }, - { - "id": "3455", - "name": "? ? ? ?" - }, - { - "id": "3456", - "name": "? ? ? ?" - }, - { - "id": "3457", - "name": "? ? ? ?" - }, - { - "id": "3458", - "name": "? ? ? ?" - }, - { - "id": "3459", - "name": "? ? ? ?" - }, - { - "id": "3460", - "name": "? ? ? ?" - }, - { - "id": "3461", - "name": "? ? ? ?" - }, - { - "id": "3462", - "name": "Skrach Uglogwee" - }, - { - "id": "3463", - "name": "Skrach Uglogwee", "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3464", - "name": "Skrach Uglogwee" - }, - { - "id": "3465", - "name": "Nung" - }, - { - "id": "3466", - "name": "Ogre" - }, - { - "id": "3467", - "name": "Rantz" - }, - { - "id": "3468", - "name": "Rantz" - }, - { - "id": "3469", - "name": "Ogre boat" - }, - { - "id": "3472", - "name": "Ogre boat" - }, - { - "id": "3473", - "name": "Balloon Toad" - }, - { - "id": "3474", - "name": "Balloon Toad" - }, - { - "id": "3475", - "name": "Balloon Toad" - }, - { - "id": "3476", - "name": "Jubbly bird", - "examine": "A large boisterous bird", - "aggressive": "true", - "attack_level": "6", - "death_animation": "6801", "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", "magic_animation": "0", + "death_animation": "0", + "name": "Skrach Uglogwee", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3463", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A large boisterous bird", "melee_animation": "6800", "range_animation": "0", - "range_level": "8", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6801", + "name": "Jubbly bird", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "6", - "weakness": "0" + "id": "3476", + "aggressive": "true", + "range_level": "8", + "attack_level": "6" }, { - "id": "3477", - "name": "Jubbly bird" - }, - { - "id": "3478", "name": "King Awowogei", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "328", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3479", - "name": "King Awowogei" - }, - { - "id": "3481", - "name": "Mizaru" - }, - { - "id": "3482", - "name": "Kikazaru" - }, - { - "id": "3483", - "name": "Iwazaru" - }, - { - "id": "3484", - "name": "Big Snake", - "examine": "A big snake.", - "aggressive": "true", - "attack_level": "46", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "3538", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "46", - "weakness": "8" - }, - { - "id": "3485", - "name": "Culinaromancer" - }, - { - "id": "3486", - "name": "Culinaromancer" - }, - { - "id": "3487", - "name": "Culinaromancer" - }, - { - "id": "3488", - "name": "Culinaromancer" - }, - { - "id": "3489", - "name": "Culinaromancer" - }, - { - "id": "3490", - "name": "Culinaromancer" - }, - { - "id": "3491", - "name": "Culinaromancer", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "140", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3492", - "name": "Culinaromancer" - }, - { - "id": "3493", - "name": "Agrith-Na-Na", - "aggressive": "true", - "attack_level": "1", - "death_animation": "3503", - "defence_animation": "3500", - "defence_level": "1", - "lifepoints": "200", - "melee_animation": "3501", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3494", - "name": "Flambeed", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1752", - "defence_animation": "1751", - "defence_level": "1", - "lifepoints": "210", - "melee_animation": "1750", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3495", - "name": "Karamel", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "422", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3496", - "name": "Dessourt", - "aggressive": "true", - "attack_level": "1", - "death_animation": "3510", - "defence_animation": "3505", - "defence_level": "1", - "lifepoints": "140", - "melee_animation": "3507", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3497", - "name": "Gelatinnoth Mother", - "examine": "Deadly AND fruity!", - "aggressive": "true", - "attack_level": "48", - "death_animation": "1342", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "139", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "1341", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "5" - }, - { - "id": "3498", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3499", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3500", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3501", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3502", - "name": "Gelatinnoth Mother", - "aggressive": "true", - "attack_level": "1", - "death_animation": "1342", - "defence_animation": "1340", - "defence_level": "1", - "lifepoints": "240", - "melee_animation": "1341", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3503", - "name": "Overgrown hellcat" - }, - { - "id": "3504", - "name": "Hellcat" - }, - { - "id": "3505", - "name": "Hell-kitten" - }, - { - "id": "3506", - "name": "Lazy hellcat" - }, - { - "id": "3507", - "name": "Wily hellcat" - }, - { - "id": "3508", - "name": "Leo" - }, - { - "id": "3509", - "name": "Sorin", - "examine": "Chronicler and regaler of your piratical exploits.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3510", - "name": "Wiskit" - }, - { - "id": "3512", - "name": "Vampyre Juvinate" - }, - { - "id": "3514", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3515", - "name": "Vampyre Juvinate" - }, - { - "id": "3516", - "name": "Gadderanks" - }, - { - "id": "3518", - "name": "Gadderanks" - }, - { - "id": "3519", - "name": "Gadderanks" - }, - { - "id": "3520", - "name": "Vampyre Juvinate" - }, - { - "id": "3521", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "5783", - "range_animation": "0", - "range_level": "45", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "0" - }, - { - "id": "3522", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", + "id": "3478", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3523", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", + "examine": "A big snake.", + "melee_animation": "3538", + "range_animation": "0", + "combat_audio": "3609,3608,3610", + "poisonous": "true", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3524", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3525", - "name": "Vampyre Juvinate", - "aggressive": "true", - "attack_level": "1", - "death_animation": "5798", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5783", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3526", - "name": "Vampyre Juvinate", - "examine": "An initiate juvenile vampyre", - "attack_level": "1", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", + "weakness": "8", "magic_animation": "0", + "death_animation": "3540", + "name": "Big Snake", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "3484", + "aggressive": "true", + "range_level": "1", + "attack_level": "46" + }, + { + "name": "Culinaromancer", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "3491", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "melee_animation": "3501", + "respawn_delay": "60", + "defence_animation": "3500", + "death_animation": "3503", + "name": "Agrith-Na-Na", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "3493", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1750", + "respawn_delay": "60", + "defence_animation": "1751", + "death_animation": "1752", + "name": "Flambeed", + "defence_level": "1", + "safespot": null, + "lifepoints": "210", + "strength_level": "1", + "id": "3494", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Karamel", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3495", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "3507", + "respawn_delay": "60", + "defence_animation": "3505", + "death_animation": "3510", + "name": "Dessourt", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "3496", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Deadly AND fruity!", + "melee_animation": "1341", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "65", + "safespot": null, + "lifepoints": "139", + "strength_level": "48", + "id": "3497", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3498", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3499", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3500", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3501", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "1341", + "respawn_delay": "60", + "defence_animation": "1340", + "death_animation": "1342", + "name": "Gelatinnoth Mother", + "defence_level": "1", + "safespot": null, + "lifepoints": "240", + "strength_level": "1", + "id": "3502", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Chronicler and regaler of your piratical exploits.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3509", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3514", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre.", + "melee_animation": "5783", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "1", + "id": "3521", + "aggressive": "true", + "range_level": "45", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3522", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3523", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3524", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "death_animation": "5798", + "name": "Vampyre Juvinate", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "melee_animation": "5783", + "strength_level": "1", + "id": "3525", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "An initiate juvenile vampyre", "melee_animation": "6016", "range_animation": "0", - "range_level": "46", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "6031", + "name": "Vampyre Juvinate", + "defence_level": "46", "safespot": null, + "lifepoints": "65", "strength_level": "1", - "weakness": "0" + "id": "3526", + "range_level": "46", + "attack_level": "1" }, { - "id": "3527", - "name": "Held Vampyre Juvinate", "examine": "A Juvinate vampyre", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "45", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Held Vampyre Juvinate", + "defence_level": "45", "safespot": null, + "lifepoints": "64", "strength_level": "1", - "weakness": "0" + "id": "3527", + "range_level": "45", + "attack_level": "1" }, { - "id": "3528", - "name": "Vampyre Juvinate" - }, - { - "id": "3529", - "name": "Vampyre Juvinate" - }, - { - "id": "3530", - "name": "Mist" - }, - { - "id": "3531", - "name": "Vampyre Juvenile", "examine": "He looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "6276", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre Juvenile", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "7" + "id": "3531", + "range_level": "1", + "attack_level": "40" }, { - "id": "3532", - "name": "Vampyre Juvenile", "examine": "She looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "6276", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre Juvenile", + "defence_level": "40", "safespot": null, + "lifepoints": "57", "strength_level": "40", - "weakness": "7" + "id": "3532", + "range_level": "1", + "attack_level": "40" }, { - "id": "3533", - "name": "Vampyre Juvenile", - "attack_level": "1", "death_animation": "6781", + "name": "Vampyre Juvenile", "defence_level": "1", + "safespot": null, "lifepoints": "60", "melee_animation": "6276", + "strength_level": "1", + "id": "3533", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3534", - "name": "Held Vampyre Juvenile", "examine": "He looks really hungry!", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "3535", - "name": "Ivan Strom" - }, - { - "id": "3536", - "name": "Ivan Strom" - }, - { - "id": "3537", - "name": "Vampyre Juvinate" - }, - { - "id": "3538", - "name": "Vampyre Juvinate" - }, - { - "id": "3539", - "name": "Veliaf Hurtz" - }, - { - "id": "3540", - "name": "Elisabeta" - }, - { - "id": "3541", - "name": "Aurel" - }, - { - "id": "3542", - "name": "Sorin" - }, - { - "id": "3543", - "name": "Luscion" - }, - { - "id": "3544", - "name": "Sergiu" - }, - { - "id": "3545", - "name": "Radu" - }, - { - "id": "3546", - "name": "Grigore" - }, - { - "id": "3547", - "name": "Ileana" - }, - { - "id": "3548", - "name": "Valeria" - }, - { - "id": "3549", - "name": "Emilia" - }, - { - "id": "3550", - "name": "Florin" - }, - { - "id": "3551", - "name": "Catalina" - }, - { - "id": "3552", - "name": "Ivan" - }, - { - "id": "3553", - "name": "Victor" - }, - { - "id": "3554", - "name": "Helena" - }, - { - "id": "3555", - "name": "Teodor" - }, - { - "id": "3556", - "name": "Marius" - }, - { - "id": "3557", - "name": "Gabriela" - }, - { - "id": "3558", - "name": "Vladimir" - }, - { - "id": "3559", - "name": "Calin" - }, - { - "id": "3560", - "name": "Mihail" - }, - { - "id": "3561", - "name": "Nicoleta" - }, - { - "id": "3562", - "name": "Simona" - }, - { - "id": "3563", - "name": "Vasile" - }, - { - "id": "3564", - "name": "Razvan" - }, - { - "id": "3565", - "name": "Luminata" - }, - { - "id": "3566", - "name": "Cornelius" - }, - { - "id": "3569", - "name": "Cornelius" - }, - { - "id": "3570", - "name": "Benjamin" - }, - { - "id": "3571", - "name": "Liam" - }, - { - "id": "3572", - "name": "Miala" - }, - { - "id": "3573", - "name": "Verak" - }, - { - "id": "3574", - "name": "Fishing spot" - }, - { - "id": "3575", - "name": "Fishing spot" - }, - { - "id": "3576", - "name": "Juvinate" - }, - { - "id": "3577", - "name": "Juvinate", - "examine": "An initiate juvenile vampyre", - "attack_level": "1", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", + "weakness": "7", "magic_animation": "0", + "death_animation": "6781", + "name": "Held Vampyre Juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "3534", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre", "melee_animation": "6016", "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "3578", - "name": "Juvinate" - }, - { - "id": "3579", - "name": "Sheep", - "examine": "Is it a sheep?", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "0", "magic_animation": "0", + "death_animation": "6031", + "name": "Juvinate", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "3577", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "Is it a sheep?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3580", - "name": "Tentacle" - }, - { - "id": "3581", - "name": "Skeleton", - "examine": "He guards the dungeon with the faithfulness of the undead.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", "defence_animation": "0", - "defence_level": "17", - "lifepoints": "29", "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "3582", - "name": "Guard dog", - "attack_level": "1", + "death_animation": "0", + "name": "Sheep", "defence_level": "1", + "safespot": null, "lifepoints": "10", + "strength_level": "1", + "id": "3579", "range_level": "1", - "safespot": null, + "attack_level": "1" + }, + { "slayer_exp": "49", - "strength_level": "1" - }, - { - "id": "3583", - "name": "Hobgoblin", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "163", + "name": "Guard dog", "defence_level": "1", - "lifepoints": "29", - "melee_animation": "164", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3582", + "range_level": "1", + "attack_level": "1" }, { - "id": "3584", - "name": "Troll" - }, - { - "id": "3585", - "name": "Huge spider", - "examine": "No spider could grow that big! It's unrealistic!", + "melee_animation": "164", + "combat_audio": "469,472,471", + "respawn_delay": "60", + "defence_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "1", + "id": "3583", "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5321", - "defence_animation": "0", - "defence_level": "72", - "lifepoints": "122", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", "melee_animation": "5319", "range_animation": "0", - "range_level": "72", + "combat_audio": "537,539,538", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5321", + "name": "Huge spider", + "defence_level": "72", "safespot": null, + "lifepoints": "122", "strength_level": "1", - "weakness": "2" + "id": "3585", + "aggressive": "true", + "range_level": "72", + "attack_level": "1" }, { - "id": "3586", - "name": "Hellhound", "examine": "Good doggy...", - "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6576", - "defence_animation": "0", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "0", "melee_animation": "6562", "range_animation": "0", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "0", + "weakness": "7", "slayer_exp": "116", + "magic_animation": "0", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "7" + "id": "3586", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "105" }, { - "id": "3587", - "name": "Rantz", "examine": "Big, ugly, and smelly.", - "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Rantz", + "defence_level": "27", "safespot": null, - "strength_level": "27" + "lifepoints": "60", + "strength_level": "27", + "id": "3587", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "3588", - "name": "Baby red dragon", "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "42", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "40", "melee_animation": "25", "range_animation": "25", - "range_level": "1", + "combat_audio": "405,407,406", + "attack_speed": "5", + "magic_level": "40", "respawn_delay": "32", + "defence_animation": "26", + "weakness": "8", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby red dragon", + "defence_level": "42", "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "8" - }, - { - "id": "3589", - "name": "Kalphite Soldier", - "examine": "I don't think insect repellent will work...", + "id": "3588", "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", - "combat_audio": "567,569,568", - "death_animation": "6228", - "defence_animation": "6227", - "defence_level": "70", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "6223", - "poison_amount": "20", - "poisonous": "true", - "range_animation": "0", + "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "6" + "attack_level": "40" }, { - "id": "3590", - "name": "Steel dragon", - "examine": "Its scales seem to be made of steel.", + "examine": "I don't think insect repellent will work...", + "melee_animation": "6223", + "range_animation": "0", + "combat_audio": "567,569,568", + "attack_speed": "4", + "poisonous": "true", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6227", + "weakness": "6", + "poison_amount": "20", + "magic_animation": "0", + "death_animation": "6228", + "name": "Kalphite Soldier", + "defence_level": "70", + "safespot": null, + "lifepoints": "90", + "strength_level": "70", + "id": "3589", + "aggressive": "true", + "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "Its scales seem to be made of steel.", + "combat_audio": "408,410,409", + "magic_level": "72", + "respawn_delay": "35", + "weakness": "8", + "slayer_exp": "221", + "name": "Steel dragon", + "defence_level": "238", + "safespot": null, + "lifepoints": "210", + "strength_level": "229", + "id": "3590", "aggressive": "true", - "attack_level": "234", "bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0", "clue_level": "2", - "combat_audio": "408,410,409", - "defence_level": "238", - "lifepoints": "210", - "magic_level": "72", "range_level": "185", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "221", - "strength_level": "229", - "weakness": "8" + "attack_level": "234" }, { - "id": "3591", - "name": "Dagannoth", "examine": "A darkened horror from the ocean depths.", - "attack_level": "1", - "clue_level": "1", + "name": "Dagannoth", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3591", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "3592", - "name": "Tok-Xil" - }, - { - "id": "3593", - "name": "Demon", "examine": "Arrgh! Look at its pointy teeth!", - "aggressive": "true", - "attack_level": "75", + "range_animation": "0", "combat_audio": "400,404,403", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Demon", "defence_level": "75", + "safespot": null, "lifepoints": "107", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "75", - "weakness": "7" - }, - { - "id": "3594", - "name": "Rocnar" - }, - { - "id": "3595", - "name": "Toy Soldier" - }, - { - "id": "3596", - "name": "Toy Doll" - }, - { - "id": "3597", - "name": "Toy Mouse" - }, - { - "id": "3598", - "name": "Clockwork cat" - }, - { - "id": "3599", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "45", - "safespot": null, - "strength_level": "33", - "weakness": "0" - }, - { - "id": "3600", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "60", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "60", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "3601", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "33", - "weakness": "7" - }, - { - "id": "3602", - "name": "Swamp snake", - "examine": "A large snake that thrives in swamps.", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "3539", - "defence_level": "40", - "lifepoints": "121", - "magic_animation": "3538", - "melee_animation": "3538", - "range_animation": "3538", - "range_level": "1", - "safespot": null, - "strength_level": "33" - }, - { - "id": "3603", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3604", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3605", - "name": "Dead swamp snake", - "attack_level": "1", - "combat_audio": "3609,3608,3610", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3606", - "name": "Ghast" - }, - { - "id": "3607", - "name": "Ghast" - }, - { - "id": "3608", - "name": "Ghast" - }, - { - "id": "3609", - "name": "Ghast" - }, - { - "id": "3610", - "name": "Ghast" - }, - { - "id": "3611", - "name": "Ghast" - }, - { - "id": "3612", - "name": "Giant snail" - }, - { - "id": "3613", - "name": "Giant snail" - }, - { - "id": "3614", - "name": "Giant snail" - }, - { - "id": "3615", - "name": "Riyl shadow" - }, - { - "id": "3616", - "name": "Asyn shadow" - }, - { - "id": "3617", - "name": "Shade" - }, - { - "id": "3618", - "name": "Tentacle", - "examine": "I'm glad I can't see the rest of it!", + "id": "3593", "aggressive": "true", - "attack_level": "80", - "death_animation": "3620", - "defence_animation": "0", + "range_level": "1", + "attack_level": "75" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "weakness": "0", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3599", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "45", + "attack_level": "35" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "80", + "safespot": null, + "lifepoints": "121", + "strength_level": "50", + "id": "3600", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "weakness": "7", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3601", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A large snake that thrives in swamps.", + "melee_animation": "3538", + "range_animation": "3538", + "combat_audio": "3609,3608,3610", + "attack_speed": "5", + "defence_animation": "3539", + "magic_animation": "3538", + "death_animation": "3540", + "name": "Swamp snake", + "defence_level": "40", + "safespot": null, + "lifepoints": "121", + "strength_level": "33", + "id": "3602", + "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0", + "range_level": "1", + "attack_level": "35" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3603", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3604", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Dead swamp snake", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "3609,3608,3610", + "strength_level": "1", + "id": "3605", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm glad I can't see the rest of it!", "melee_animation": "3618", "range_animation": "3618", - "range_level": "80", + "magic_level": "80", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3620", + "name": "Tentacle", + "defence_level": "60", "safespot": null, + "lifepoints": "171", "strength_level": "80", - "weakness": "9" + "id": "3618", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "3619", - "name": "Head", "examine": "I'm glad I can't see the rest of it!", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "10", - "death_animation": "3733", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "3731", "range_animation": "0", - "range_level": "80", - "respawn_delay": "60", - "safespot": null, - "strength_level": "85", - "weakness": "9" - }, - { - "id": "3620", - "name": "Head", - "aggressive": "true", - "attack_level": "1", "attack_speed": "10", - "death_animation": "3733", - "defence_animation": "3732", - "defence_level": "1", - "lifepoints": "150", - "melee_animation": "3731", - "range_level": "1", + "magic_level": "80", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3621", - "name": "Tentacle" - }, - { - "id": "3622", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "3623", - "name": "Smiddi Ryak" - }, - { - "id": "3625", - "name": "Rolayne Twickit" - }, - { - "id": "3627", - "name": "Jayene Kliyn" - }, - { - "id": "3629", - "name": "Valantay Eppel" - }, - { - "id": "3631", - "name": "Dalcian Fang" - }, - { - "id": "3633", - "name": "Fyiona Fray" - }, - { - "id": "3634", - "name": "Fyiona Fray", - "examine": "A high-ranking Vyrewatch", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", + "death_animation": "3733", + "name": "Head", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "85", + "id": "3619", + "aggressive": "true", + "range_level": "80", + "attack_level": "85" + }, + { + "melee_animation": "3731", + "attack_speed": "10", + "respawn_delay": "60", + "defence_animation": "3732", + "death_animation": "3733", + "name": "Head", + "defence_level": "1", + "safespot": null, + "lifepoints": "150", + "strength_level": "1", + "id": "3620", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "3622", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A high-ranking Vyrewatch", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3635", - "name": "Abidor Crank" - }, - { - "id": "3636", - "name": "Spirit tree" - }, - { - "id": "3637", - "name": "Spirit tree" - }, - { - "id": "3638", - "name": "Launa" - }, - { - "id": "3640", - "name": "Launa" - }, - { - "id": "3641", - "name": "Brana" - }, - { - "id": "3642", - "name": "Mawnis Burowgar" - }, - { - "id": "3643", - "name": "Tolna" - }, - { - "id": "3644", - "name": "Tolna" - }, - { - "id": "3645", - "name": "Angry bear", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "38", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4927", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3646", - "name": "Angry unicorn", - "examine": "He looks a little on the cross side!", - "aggressive": "false", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "876,878,877", - "death_animation": "6377", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "50", "magic_animation": "0", - "melee_animation": "6376", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3647", - "name": "Angry giant rat", - "examine": "He looks a little on the cross side!", - "attack_level": "25", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3648", - "name": "Angry goblin", - "examine": "He looks a little on the cross side!", - "attack_level": "25", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "6185", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3649", - "name": "Fear reaper", - "examine": "AHHHHH!", - "attack_level": "41", - "attack_speed": "4", - "combat_audio": "297,299,298", - "death_animation": "3813", - "defence_animation": "3811", - "defence_level": "40", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "3812", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "" - }, - { - "id": "3650", - "name": "Confusion beast", - "examine": "What on Gielinor is that?!?", - "attack_level": "28", - "death_animation": "3821", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "melee_animation": "3818", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "28", - "weakness": "9" - }, - { - "id": "3651", - "name": "Confusion beast" - }, - { - "id": "3652", - "name": "Confusion beast" - }, - { - "id": "3653", - "name": "Confusion beast" - }, - { - "id": "3654", - "name": "Confusion beast" - }, - { - "id": "3655", - "name": "Hopeless creature", - "examine": "A hopeless poor creature.", - "attack_level": "25", - "death_animation": "3827", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "3823", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" - }, - { - "id": "3656", - "name": "Hopeless creature" - }, - { - "id": "3657", - "name": "Hopeless creature" - }, - { - "id": "3658", - "name": "Tolna" - }, - { - "id": "3659", - "name": "Tolna" - }, - { - "id": "3660", - "name": "Tolna" - }, - { - "id": "3661", - "name": "Angry unicorn", - "examine": "He looks a little on the cross side!", - "aggressive": "false", - "attack_level": "38", - "attack_speed": "4", - "combat_audio": "876,878,877", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "6376", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3662", - "name": "Angry giant rat", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "38", - "lifepoints": "50", - "melee_animation": "4933", - "range_level": "1", - "safespot": null, - "strength_level": "41" - }, - { - "id": "3663", - "name": "Angry goblin", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "6185", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "41", - "weakness": "9" - }, - { - "id": "3664", - "name": "Angry bear", - "examine": "He looks a little on the cross side!", - "attack_level": "38", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "4929", - "defence_animation": "4927", - "defence_level": "38", - "lifepoints": "10", - "magic_level": "1", - "melee_animation": "4927", - "range_level": "1", - "safespot": null, - "strength_level": "41" - }, - { - "id": "3665", - "name": "Fear reaper", - "examine": "AHHHHH!", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "", - "combat_audio": "297,299,298", - "death_animation": "3813", - "defence_animation": "3811", - "defence_level": "45", - "lifepoints": "57", - "magic_level": "1", - "melee_animation": "3812", - "range_level": "1", - "safespot": null, - "strength_level": "48" - }, - { - "id": "3666", - "name": "Confusion beast", - "examine": "What on Gielinor is that?!?", - "attack_level": "52", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "3821", - "defence_animation": "3820", - "defence_level": "52", - "lifepoints": "64", - "magic_level": "1", - "melee_animation": "3818", - "range_level": "1", - "safespot": null, - "strength_level": "55" - }, - { - "id": "3667", - "name": "Hopeless creature", - "examine": "He looks a little on the cross side!", - "attack_level": "59", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "297,299,298", - "death_animation": "3827", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "71", - "magic_level": "1", - "melee_animation": "3823", - "range_level": "1", - "safespot": null, - "strength_level": "62" - }, - { - "id": "3668", - "name": "Hopeless beast" - }, - { - "id": "3669", - "name": "Hopeless beast" - }, - { - "id": "3670", - "name": "Odd Old Man", - "examine": "That's a lot of bones on his back..." - }, - { - "id": "3671", - "name": "Fortunato", - "examine": "Looks like he could do with a sip of Amontillado." - }, - { - "id": "3672", - "name": "Ram", - "examine": "Freshly sheared.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5343", - "defence_animation": "5337", + "death_animation": "0", + "name": "Fyiona Fray", "defence_level": "1", - "lifepoints": "8", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3634", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks a little on the cross side!", + "range_animation": "0", + "combat_audio": "297,299,298", + "melee_animation": "4927", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4927", + "weakness": "9", "magic_animation": "0", + "death_animation": "4929", + "name": "Angry bear", + "defence_level": "38", + "safespot": null, + "lifepoints": "35", + "strength_level": "41", + "id": "3645", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "876,878,877", + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3646", + "aggressive": "false", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3647", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6183", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3648", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "AHHHHH!", + "melee_animation": "3812", + "range_animation": "0", + "combat_audio": "297,299,298", + "attack_speed": "4", + "defence_animation": "3811", + "weakness": "", + "magic_animation": "0", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "40", + "safespot": null, + "lifepoints": "25", + "strength_level": "41", + "id": "3649", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "What on Gielinor is that?!?", + "melee_animation": "3818", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3821", + "name": "Confusion beast", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", + "id": "3650", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A hopeless poor creature.", + "melee_animation": "3823", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "3827", + "name": "Hopeless creature", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "3655", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6376", + "range_animation": "0", + "combat_audio": "876,878,877", + "attack_speed": "4", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6377", + "name": "Angry unicorn", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3661", + "aggressive": "false", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "combat_audio": "703,705,704", + "melee_animation": "4933", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Angry giant rat", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3662", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "6185", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "6183", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6182", + "name": "Angry goblin", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "41", + "id": "3663", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "He looks a little on the cross side!", + "combat_audio": "297,299,298", + "melee_animation": "4927", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "4927", + "death_animation": "4929", + "name": "Angry bear", + "defence_level": "38", + "safespot": null, + "lifepoints": "10", + "strength_level": "41", + "id": "3664", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "AHHHHH!", + "melee_animation": "3812", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "3811", + "death_animation": "3813", + "name": "Fear reaper", + "defence_level": "45", + "safespot": null, + "lifepoints": "57", + "strength_level": "48", + "id": "3665", + "bonuses": "", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "What on Gielinor is that?!?", + "melee_animation": "3818", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "3820", + "death_animation": "3821", + "name": "Confusion beast", + "defence_level": "52", + "safespot": null, + "lifepoints": "64", + "strength_level": "55", + "id": "3666", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "He looks a little on the cross side!", + "melee_animation": "3823", + "combat_audio": "297,299,298", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "death_animation": "3827", + "name": "Hopeless creature", + "defence_level": "59", + "safespot": null, + "lifepoints": "71", + "strength_level": "62", + "id": "3667", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "59" + }, + { + "examine": "That's a lot of bones on his back...", + "name": "Odd Old Man", + "id": "3670" + }, + { + "examine": "Freshly sheared.", "melee_animation": "5341", "range_animation": "0", - "range_level": "1", + "combat_audio": "757,759,758", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5343", + "name": "Ram", + "defence_level": "1", "safespot": null, + "lifepoints": "8", "strength_level": "1", - "weakness": "9" + "id": "3672", + "range_level": "1", + "attack_level": "1" }, { - "id": "3673", - "name": "Ram", "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", "melee_animation": "5338", "range_animation": "0", - "range_level": "1", + "combat_audio": "757,759,758", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "3674", - "name": "Sack" - }, - { - "id": "3675", - "name": "Vulture", - "examine": "If you see them circling, run.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "890,892,891", - "death_animation": "2021", - "defence_animation": "2024", - "defence_level": "10", - "lifepoints": "10", + "defence_animation": "5337", + "weakness": "9", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", + "id": "3673", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Sack", + "id": "3674" + }, + { + "examine": "If you see them circling, run.", "melee_animation": "2019", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "40", - "weakness": "9" - }, - { - "id": "3676", - "name": "Vulture", - "examine": "If you see them circling, run.", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "combat_audio": "890,892,891", - "death_animation": "2026", - "defence_animation": "2024", - "defence_level": "10", - "lifepoints": "10", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "2025", - "range_level": "1", "respawn_delay": "50", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3677", - "name": "Sinister Stranger" - }, - { - "id": "3678", - "name": "Sinister Stranger" - }, - { - "id": "3679", - "name": "Vestri" - }, - { - "id": "3680", - "name": "Ali the Leaflet Dropper", - "examine": "A young boy handing out flyers.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "defence_animation": "2024", + "weakness": "9", "magic_animation": "0", + "death_animation": "2021", + "name": "Vulture", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "40", + "id": "3675", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "If you see them circling, run.", + "melee_animation": "2025", + "combat_audio": "890,892,891", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "2024", + "death_animation": "2026", + "name": "Vulture", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "40", + "id": "3676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A young boy handing out flyers.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3681", - "name": "Nigel" - }, - { - "id": "3682", - "name": "Egg" - }, - { - "id": "3683", - "name": "Egg" - }, - { - "id": "3684", - "name": "Egg" - }, - { - "id": "3685", - "name": "Egg" - }, - { - "id": "3686", - "name": "Chocolate kebbit" - }, - { - "id": "3687", - "name": "Chocolate kebbit" - }, - { - "id": "3688", - "name": "Easter Bunny" - }, - { - "id": "3689", - "name": "Egg" - }, - { - "id": "3690", - "name": "Egg" - }, - { - "id": "3691", - "name": "Egg" - }, - { - "id": "3692", - "name": "Egg" - }, - { - "id": "3693", - "name": "Egg" - }, - { - "id": "3694", - "name": "Egg" - }, - { - "id": "3695", - "name": "Volf Olafson" - }, - { - "id": "3696", - "name": "Ingrid Hradson" - }, - { - "id": "3697", - "name": "Skeleton fremennik", - "examine": "Could use a good meal.", - "attack_level": "17", - "combat_audio": "774,775,777", - "death_animation": "836", "defence_animation": "0", - "defence_level": "17", - "lifepoints": "24", "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "17", - "weakness": "6" - }, - { - "id": "3698", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", + "death_animation": "0", + "name": "Ali the Leaflet Dropper", "defence_level": "1", - "lifepoints": "25", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "3699", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3700", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "20", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3701", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "20", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3702", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "35", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3703", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "22", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "3704", - "name": "Skeleton fremennik", - "examine": "He seems a little underweight.", - "attack_level": "22", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "melee_animation": "6128", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "22", - "weakness": "6" - }, - { - "id": "3705", - "name": "Skeleton fremennik", - "attack_level": "1", - "combat_audio": "774,775,777", - "defence_level": "1", "lifepoints": "10", - "melee_animation": "5485", + "strength_level": "1", + "id": "3680", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3706", "name": "Ulfric", - "aggressive": "true", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "60", "melee_animation": "6118", + "strength_level": "1", + "id": "3706", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3707", - "name": "Brine rat", "examine": "Eww", - "attack_level": "35", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "6115", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "6117", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "50", - "strength_level": "35", - "weakness": "9" - }, - { - "id": "3708", - "name": "Boulder" - }, - { - "id": "3709", - "name": "Boulder", - "examine": "A Wilderness fighter of massive repute.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", + "slayer_exp": "50", "magic_animation": "0", + "death_animation": "6115", + "name": "Brine rat", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "3707", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "A Wilderness fighter of massive repute.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3709", + "range_level": "1", + "attack_level": "1" }, { - "id": "3710", - "name": "Ulfric" - }, - { - "id": "3711", - "name": "Giant bat", "examine": "An annoying flappy thing.", - "aggressive": "true", - "attack_level": "12", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", - "combat_audio": "292,294,293", - "death_animation": "4917", - "defence_animation": "4916", - "defence_level": "22", - "lifepoints": "32", - "magic_animation": "4915", - "magic_level": "1", "melee_animation": "4915", "range_animation": "4915", - "range_level": "1", + "combat_audio": "292,294,293", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "4916", + "weakness": "4", "slayer_exp": "8", - "strength_level": "22", - "weakness": "4" - }, - { - "id": "3712", - "name": "Zanik" - }, - { - "id": "3713", - "name": "Sigmund" - }, - { - "id": "3714", - "name": "Zanik" - }, - { - "id": "3715", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", + "magic_animation": "4915", + "death_animation": "4917", + "name": "Giant bat", + "defence_level": "22", "safespot": null, - "strength_level": "1" + "lifepoints": "32", + "strength_level": "22", + "id": "3711", + "aggressive": "true", + "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0", + "range_level": "1", + "attack_level": "12" }, { - "id": "3716", - "name": "Sigmund" - }, - { - "id": "3717", - "name": "Sigmund" - }, - { - "id": "3718", - "name": "Sigmund" - }, - { - "id": "3719", - "name": "Sigmund" - }, - { - "id": "3720", - "name": "Sigmund" - }, - { - "id": "3721", - "name": "Zanik" - }, - { - "id": "3722", - "name": "Zanik" - }, - { - "id": "3723", - "name": "General Bentnoze" - }, - { - "id": "3724", - "name": "General Wartface" - }, - { - "id": "3725", - "name": "Grubfoot" - }, - { - "id": "3726", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "395", + "combat_audio": "511,513,512", "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "3715", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", "melee_animation": "6185", "range_animation": "6185", - "range_level": "1", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", "safespot": null, - "strength_level": "2" + "lifepoints": "10", + "strength_level": "2", + "id": "3726", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" }, { - "id": "3727", - "name": "Splatter", "examine": "Don't burst its bubble!", - "attack_level": "20", - "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0", + "melee_animation": "3891", + "range_animation": "3891", "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "20", - "lifepoints": "13", - "magic_animation": "3891", "magic_level": "5", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", "respawn_delay": "120", + "defence_animation": "3890", + "weakness": "8", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "20", "safespot": null, + "lifepoints": "13", "strength_level": "20", - "weakness": "8" + "id": "3727", + "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", + "magic_level": "10", + "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "25", "id": "3728", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "25", "bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "10", - "melee_animation": "3891", - "range_animation": "3891", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "25" + "attack_level": "25" }, { - "id": "3729", - "name": "Splatter", "examine": "Don't burst its bubble!", - "attack_level": "30", - "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "melee_animation": "3891", + "range_animation": "3891", "combat_audio": "809,811,810", - "death_animation": "3888", + "magic_level": "10", + "respawn_delay": "120", "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", "defence_level": "30", + "safespot": null, "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "10", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "30" - }, - { - "id": "3730", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "35", - "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "35", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "15", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "35" - }, - { - "id": "3731", - "name": "Splatter", - "examine": "Don't burst its bubble!", - "attack_level": "40", - "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0", - "combat_audio": "809,811,810", - "death_animation": "3888", - "defence_animation": "3890", - "defence_level": "40", - "lifepoints": "23", - "magic_animation": "3891", - "magic_level": "20", - "melee_animation": "3891", - "range_animation": "3891", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "40" - }, - { - "id": "3732", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "28", - "lifepoints": "23", - "magic_animation": "3901", - "magic_level": "14", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "28", - "weakness": "9" - }, - { - "id": "3733", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "28", - "lifepoints": "23", - "magic_animation": "3901", - "magic_level": "14", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "28" - }, - { - "id": "3734", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "42", - "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "42", - "lifepoints": "38", - "magic_animation": "3901", - "magic_level": "20", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3735", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "42", - "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "42", - "lifepoints": "38", - "magic_animation": "3901", - "magic_level": "20", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3736", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "54", - "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "54", - "lifepoints": "53", - "magic_animation": "3901", - "magic_level": "25", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "54" - }, - { - "id": "3737", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "54", - "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "54", - "lifepoints": "53", - "magic_animation": "3901", - "magic_level": "25", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "54" - }, - { - "id": "3738", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "60", - "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "60", - "lifepoints": "68", - "magic_animation": "3901", - "magic_level": "30", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3739", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "60", - "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "60", - "lifepoints": "68", - "magic_animation": "3901", - "magic_level": "30", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3740", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "70", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "70", - "lifepoints": "83", - "magic_animation": "3901", - "magic_level": "35", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "70" - }, - { - "id": "3741", - "name": "Shifter", - "examine": "Nippy little thing!", - "aggressive": "true", - "attack_level": "70", - "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", - "combat_audio": "766,768,767", - "death_animation": "3903", - "defence_animation": "3902", - "defence_level": "70", - "lifepoints": "83", - "magic_animation": "3901", - "magic_level": "35", - "melee_animation": "3901", - "poison_immune": "true", - "range_animation": "3901", - "range_level": "1", - "respawn_delay": "127", - "safespot": null, - "strength_level": "70" - }, - { - "id": "3742", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "15", - "attack_speed": "5", - "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "15", - "lifepoints": "23", - "magic_animation": "3915", - "magic_level": "10", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, "strength_level": "30", - "weakness": "7" + "id": "3729", + "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" }, { - "id": "3743", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "20", - "attack_speed": "5", - "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "20", - "lifepoints": "38", - "magic_animation": "3915", + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", "magic_level": "15", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", "respawn_delay": "120", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", + "defence_level": "35", "safespot": null, - "strength_level": "40" + "lifepoints": "23", + "strength_level": "35", + "id": "3730", + "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "35" }, { - "id": "3744", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "30", - "lifepoints": "53", - "magic_animation": "3915", + "examine": "Don't burst its bubble!", + "melee_animation": "3891", + "range_animation": "3891", + "combat_audio": "809,811,810", "magic_level": "20", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", "respawn_delay": "120", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3745", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "45", - "attack_speed": "5", - "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "45", - "lifepoints": "53", - "magic_animation": "3915", - "magic_level": "30", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "75" - }, - { - "id": "3746", - "name": "Ravager", - "examine": "Worse than termites!", - "attack_level": "60", - "attack_speed": "5", - "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0", - "combat_audio": "714,716,715", - "death_animation": "3917", - "defence_animation": "3916", - "defence_level": "60", - "lifepoints": "53", - "magic_animation": "3915", - "magic_level": "40", - "melee_animation": "3915", - "range_animation": "3915", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "80" - }, - { - "id": "3747", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "20", - "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "20", - "lifepoints": "33", - "magic_animation": "3908", - "magic_level": "10", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "20", - "weakness": "6" - }, - { - "id": "3748", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "30", - "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "30", - "lifepoints": "50", - "magic_animation": "3908", - "magic_level": "15", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "30" - }, - { - "id": "3749", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "40", - "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", + "defence_animation": "3890", + "magic_animation": "3891", + "death_animation": "3888", + "name": "Splatter", "defence_level": "40", - "lifepoints": "67", - "magic_animation": "3908", - "magic_level": "20", - "melee_animation": "3908", - "range_animation": "3908", + "safespot": null, + "lifepoints": "23", + "strength_level": "40", + "id": "3731", + "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "40" + "attack_level": "40" }, { - "id": "3750", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "60", - "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "60", - "lifepoints": "101", - "magic_animation": "3908", - "magic_level": "30", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "60" - }, - { - "id": "3751", - "name": "Spinner", - "examine": "Eeewww!", - "attack_level": "50", - "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0", - "combat_audio": "805,807,806", - "death_animation": "3910", - "defence_animation": "3909", - "defence_level": "50", - "lifepoints": "84", - "magic_animation": "3908", - "magic_level": "25", - "melee_animation": "3908", - "range_animation": "3908", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "50" - }, - { - "id": "3752", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "25", - "end_gfx": "648", - "lifepoints": "18", - "magic_animation": "3882", - "magic_level": "25", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1", - "weakness": "5" - }, - { - "id": "3753", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "25", - "end_gfx": "648", - "lifepoints": "18", - "magic_animation": "3882", - "magic_level": "25", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3754", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "40", - "end_gfx": "648", - "lifepoints": "30", - "magic_animation": "3882", - "magic_level": "40", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3755", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "40", - "end_gfx": "648", - "lifepoints": "30", - "magic_animation": "3882", - "magic_level": "40", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3756", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "50", - "end_gfx": "648", - "lifepoints": "42", - "magic_animation": "3882", - "magic_level": "50", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3757", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "50", - "end_gfx": "648", - "lifepoints": "42", - "magic_animation": "3882", - "magic_level": "50", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3758", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "60", - "end_gfx": "648", - "lifepoints": "51", - "magic_animation": "3882", - "magic_level": "60", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3759", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "60", - "end_gfx": "648", - "lifepoints": "51", - "magic_animation": "3882", - "magic_level": "60", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3760", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "70", - "end_gfx": "648", - "lifepoints": "62", - "magic_animation": "3882", - "magic_level": "70", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3761", - "name": "Torcher", - "examine": "Burn, baby, burn!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", - "combat_audio": "845,848,846", - "combat_style": "2", - "death_animation": "3881", - "defence_animation": "3880", - "defence_level": "70", - "end_gfx": "648", - "lifepoints": "62", - "magic_animation": "3882", - "magic_level": "70", - "melee_animation": "3882", - "projectile": "647", - "range_animation": "3882", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "646", - "strength_level": "1" - }, - { - "id": "3762", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "25", - "lifepoints": "27", - "magic_animation": "3920", - "magic_level": "30", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "25", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1", - "weakness": "0" - }, - { - "id": "3763", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "25", - "lifepoints": "27", - "magic_animation": "3920", - "magic_level": "30", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "25", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3764", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "40", - "lifepoints": "45", - "magic_animation": "3920", - "magic_level": "40", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "40", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3765", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "40", - "lifepoints": "45", - "magic_animation": "3920", - "magic_level": "40", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "40", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3766", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "50", - "lifepoints": "62", - "magic_animation": "3920", - "magic_level": "50", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "50", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3767", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "50", - "lifepoints": "62", - "magic_animation": "3920", - "magic_level": "50", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "50", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3768", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "60", - "lifepoints": "78", - "magic_animation": "3920", - "magic_level": "60", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "60", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3769", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "60", - "lifepoints": "78", - "magic_animation": "3920", - "magic_level": "60", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "60", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3770", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "3920", - "magic_level": "70", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "70", - "respawn_delay": "120", - "safespot": null, - "start_gfx": "657", - "strength_level": "1" - }, - { - "id": "3771", - "name": "Defiler", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "1", - "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", - "combat_audio": "392,394,393", - "combat_style": "1", - "death_animation": "3922", - "defence_animation": "3921", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "3920", - "magic_level": "70", - "melee_animation": "3920", - "projectile": "657", - "range_animation": "3920", - "range_level": "70", - "respawn_delay": "120", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3772", - "name": "Brawler", - "examine": "Mind your toes!", - "aggressive": "true", - "attack_level": "28", - "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "28", - "lifepoints": "53", - "magic_animation": "3896", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", "magic_level": "14", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", + "respawn_delay": "127", + "defence_animation": "3902", + "weakness": "9", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "28", + "poison_immune": "true", "safespot": null, + "lifepoints": "23", "strength_level": "28", - "weakness": "9" + "id": "3732", + "aggressive": "true", + "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" }, { - "id": "3773", - "name": "Brawler", - "examine": "Mind your toes!", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "14", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "28", + "poison_immune": "true", + "safespot": null, + "lifepoints": "23", + "strength_level": "28", + "id": "3733", "aggressive": "true", - "attack_level": "42", - "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", + "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "20", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", "defence_level": "42", + "poison_immune": "true", + "safespot": null, + "lifepoints": "38", + "strength_level": "42", + "id": "3734", + "aggressive": "true", + "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "20", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "42", + "poison_immune": "true", + "safespot": null, + "lifepoints": "38", + "strength_level": "42", + "id": "3735", + "aggressive": "true", + "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "25", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "54", + "poison_immune": "true", + "safespot": null, + "lifepoints": "53", + "strength_level": "54", + "id": "3736", + "aggressive": "true", + "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "25", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "54", + "poison_immune": "true", + "safespot": null, + "lifepoints": "53", + "strength_level": "54", + "id": "3737", + "aggressive": "true", + "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "54" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "30", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "60", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "60", + "id": "3738", + "aggressive": "true", + "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "30", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "60", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "60", + "id": "3739", + "aggressive": "true", + "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "35", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, "lifepoints": "83", - "magic_animation": "3896", - "magic_level": "21", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "42" - }, - { - "id": "3774", - "name": "Brawler", - "examine": "Mind your toes!", + "strength_level": "70", + "id": "3740", "aggressive": "true", - "attack_level": "56", - "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "56", - "lifepoints": "113", - "magic_animation": "3896", - "magic_level": "32", - "melee_animation": "3896", - "range_animation": "3896", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "56" + "attack_level": "70" }, { - "id": "3775", - "name": "Brawler", - "examine": "Mind your toes!", + "examine": "Nippy little thing!", + "melee_animation": "3901", + "range_animation": "3901", + "combat_audio": "766,768,767", + "magic_level": "35", + "respawn_delay": "127", + "defence_animation": "3902", + "magic_animation": "3901", + "death_animation": "3903", + "name": "Shifter", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "83", + "strength_level": "70", + "id": "3741", "aggressive": "true", - "attack_level": "74", - "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "74", - "lifepoints": "143", - "magic_animation": "3896", - "magic_level": "38", - "melee_animation": "3896", - "range_animation": "3896", + "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "74" + "attack_level": "70" }, { - "id": "3776", - "name": "Brawler", - "examine": "Mind your toes!", - "aggressive": "true", - "attack_level": "88", - "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0", - "combat_audio": "323,326,325", - "death_animation": "3894", - "defence_animation": "3895", - "defence_level": "88", - "lifepoints": "173", - "magic_animation": "3896", - "magic_level": "45", - "melee_animation": "3896", - "range_animation": "3896", - "range_level": "1", - "respawn_delay": "120", - "safespot": null, - "strength_level": "88" - }, - { - "id": "3777", - "name": "Doomsayer", - "examine": "Cheerful, helpful and optimistic, I'll bet.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3778", - "name": "Arthur" - }, - { - "id": "3780", - "name": "Squire" - }, - { - "id": "3782", - "name": "Void Knight", - "examine": "A squire of balance.", - "attack_level": "1", + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", "attack_speed": "5", - "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", - "defence_level": "80", - "lifepoints": "200", - "magic_level": "80", - "range_level": "1", + "magic_level": "10", "respawn_delay": "120", + "defence_animation": "3916", + "weakness": "7", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "15", "safespot": null, - "strength_level": "1" + "lifepoints": "23", + "strength_level": "30", + "id": "3742", + "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "15" }, { - "id": "3783", - "name": "Frog", - "examine": "Long legged licker.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "20", + "safespot": null, + "lifepoints": "38", + "strength_level": "40", + "id": "3743", + "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "20", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "30", + "safespot": null, + "lifepoints": "53", + "strength_level": "60", + "id": "3744", + "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "45", + "safespot": null, + "lifepoints": "53", + "strength_level": "75", + "id": "3745", + "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Worse than termites!", + "melee_animation": "3915", + "range_animation": "3915", + "combat_audio": "714,716,715", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3916", + "magic_animation": "3915", + "death_animation": "3917", + "name": "Ravager", + "defence_level": "60", + "safespot": null, + "lifepoints": "53", + "strength_level": "80", + "id": "3746", + "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "10", + "respawn_delay": "125", + "defence_animation": "3909", + "weakness": "6", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "20", + "safespot": null, + "lifepoints": "33", + "strength_level": "20", + "id": "3747", + "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "15", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "30", + "safespot": null, + "lifepoints": "50", + "strength_level": "30", + "id": "3748", + "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "20", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "40", + "safespot": null, + "lifepoints": "67", + "strength_level": "40", + "id": "3749", + "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "30", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "60", + "safespot": null, + "lifepoints": "101", + "strength_level": "60", + "id": "3750", + "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Eeewww!", + "melee_animation": "3908", + "range_animation": "3908", + "combat_audio": "805,807,806", + "magic_level": "25", + "respawn_delay": "125", + "defence_animation": "3909", + "magic_animation": "3908", + "death_animation": "3910", + "name": "Spinner", + "defence_level": "50", + "safespot": null, + "lifepoints": "84", + "strength_level": "50", + "id": "3751", + "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "25", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "weakness": "5", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "25", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "3752", + "aggressive": "true", + "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "25", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "25", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "3753", + "aggressive": "true", + "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "40", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "40", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3754", + "aggressive": "true", + "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "40", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "40", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "3755", + "aggressive": "true", + "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "50", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "50", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3756", + "aggressive": "true", + "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "50", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "50", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "3757", + "aggressive": "true", + "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "60", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "60", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "3758", + "aggressive": "true", + "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "60", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "60", + "safespot": null, + "lifepoints": "51", + "strength_level": "1", + "id": "3759", + "aggressive": "true", + "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "70", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "70", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3760", + "aggressive": "true", + "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Burn, baby, burn!", + "start_gfx": "646", + "combat_style": "2", + "melee_animation": "3882", + "range_animation": "3882", + "combat_audio": "845,848,846", + "magic_level": "70", + "respawn_delay": "120", + "end_gfx": "648", + "defence_animation": "3880", + "magic_animation": "3882", + "death_animation": "3881", + "name": "Torcher", + "defence_level": "70", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3761", + "aggressive": "true", + "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "647", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3921", + "weakness": "0", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "25", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "3762", + "aggressive": "true", + "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", + "range_level": "25", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "30", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "25", + "safespot": null, + "lifepoints": "27", + "strength_level": "1", + "id": "3763", + "aggressive": "true", + "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0", + "range_level": "25", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "3764", + "aggressive": "true", + "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "40", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "40", + "safespot": null, + "lifepoints": "45", + "strength_level": "1", + "id": "3765", + "aggressive": "true", + "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "50", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3766", + "aggressive": "true", + "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", + "range_level": "50", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "50", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "3767", + "aggressive": "true", + "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0", + "range_level": "50", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "60", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "60", + "safespot": null, "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "7260", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "3784", - "name": "Void Knight", + "strength_level": "1", + "id": "3768", "aggressive": "true", - "attack_level": "1", - "attack_speed": "0", + "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "60", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "60", + "safespot": null, + "lifepoints": "78", + "strength_level": "1", + "id": "3769", + "aggressive": "true", + "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "start_gfx": "657", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "70", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "70", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "3770", + "aggressive": "true", + "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", + "range_level": "70", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", + "melee_animation": "3920", + "range_animation": "3920", + "combat_audio": "392,394,393", + "magic_level": "70", + "respawn_delay": "120", + "defence_animation": "3921", + "magic_animation": "3920", + "death_animation": "3922", + "name": "Defiler", + "defence_level": "70", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "3771", + "aggressive": "true", + "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0", + "range_level": "70", + "projectile": "657", + "attack_level": "1" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "14", + "respawn_delay": "120", + "defence_animation": "3895", + "weakness": "9", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "28", + "safespot": null, + "lifepoints": "53", + "strength_level": "28", + "id": "3772", + "aggressive": "true", + "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "21", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "42", + "safespot": null, + "lifepoints": "83", + "strength_level": "42", + "id": "3773", + "aggressive": "true", + "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "32", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "56", + "safespot": null, + "lifepoints": "113", + "strength_level": "56", + "id": "3774", + "aggressive": "true", + "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "56" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "38", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "74", + "safespot": null, + "lifepoints": "143", + "strength_level": "74", + "id": "3775", + "aggressive": "true", + "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "74" + }, + { + "examine": "Mind your toes!", + "melee_animation": "3896", + "range_animation": "3896", + "combat_audio": "323,326,325", + "magic_level": "45", + "respawn_delay": "120", + "defence_animation": "3895", + "magic_animation": "3896", + "death_animation": "3894", + "name": "Brawler", + "defence_level": "88", + "safespot": null, + "lifepoints": "173", + "strength_level": "88", + "id": "3776", + "aggressive": "true", + "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "88" + }, + { + "examine": "Cheerful, helpful and optimistic, I'll bet.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doomsayer", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3777", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "attack_speed": "5", + "magic_level": "80", + "respawn_delay": "120", + "name": "Void Knight", + "defence_level": "80", + "safespot": null, "lifepoints": "200", + "strength_level": "1", + "id": "3782", + "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Long legged licker.", + "melee_animation": "7260", + "range_animation": "0", + "poisonous": "true", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7256", + "name": "Frog", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "3783", + "range_level": "1", + "attack_level": "55" + }, + { + "name": "Void Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "attack_speed": "0", + "id": "3784", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3785", - "name": "Void Knight", "examine": "A squire of balance.", - "attack_level": "1", "attack_speed": "5", - "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", - "defence_level": "80", - "lifepoints": "200", "magic_level": "80", - "range_level": "1", "respawn_delay": "120", + "name": "Void Knight", + "defence_level": "80", "safespot": null, - "strength_level": "1" + "lifepoints": "200", + "strength_level": "1", + "id": "3785", + "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A powerful knight of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3786", - "name": "Void Knight", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3787", - "name": "Sir Palomedes" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3788", - "name": "Void Knight", - "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3789", - "name": "Void Knight" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "3790", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3791", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3792", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3793", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3794", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3795", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3796", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3797", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3798", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3799", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3800", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "3801", - "name": "Squire", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "3802", + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Squire (Novice)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3802", + "range_level": "1", + "attack_level": "1" }, { - "id": "3803", - "name": "Fishing spot" - }, - { - "id": "3805", - "name": "Postie Pete", "examine": "Posts things.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3806", - "name": "Millie Miller", - "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3807", - "name": "Gillie Groats", - "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3808", - "name": "Tortoise", - "examine": "Massive beast of War with extra Gnome.", - "attack_level": "36", - "death_animation": "3962", "defence_animation": "0", - "defence_level": "36", - "lifepoints": "121", "magic_animation": "0", + "death_animation": "0", + "name": "Postie Pete", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3805", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.", + "name": "Millie Miller", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3806", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.", + "name": "Gillie Groats", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3807", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Massive beast of War with extra Gnome.", "melee_animation": "3960", "range_animation": "3954", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", "safespot": null, + "lifepoints": "121", "strength_level": "36", - "weakness": "6" + "id": "3808", + "range_level": "1", + "attack_level": "36" }, { - "id": "3809", - "name": "Captain Dalbur", "examine": "Tally Ho!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3810", - "name": "Captain Bleemadge", - "examine": "Huzzah!", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3811", - "name": "Captain Errdo", - "examine": "Up up and away!", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Captain Dalbur", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3812", - "name": "Captain Klemfoodle", - "examine": "Up up and away!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3814", - "name": "Gnome Archer", - "examine": "A Gnome Arrow-chucker", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "190", - "prj_height": "30", - "projectile": "10", - "range_animation": "190", - "range_level": "5", - "respawn_delay": "60", - "safespot": null, "strength_level": "1", - "weakness": "2" + "id": "3809", + "range_level": "1", + "attack_level": "1" }, { - "id": "3815", - "name": "Gnome Driver", - "examine": "Yee haa!", - "aggressive": "true", - "attack_level": "5", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", + "examine": "Huzzah!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Captain Bleemadge", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3810", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Up up and away!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Errdo", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3811", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Up up and away!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Klemfoodle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3812", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A Gnome Arrow-chucker", + "combat_style": "1", + "melee_animation": "190", + "range_animation": "190", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "2", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Archer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3814", + "aggressive": "true", + "range_level": "5", + "projectile": "10", + "attack_level": "1", + "prj_height": "30" + }, + { + "examine": "Yee haa!", "melee_animation": "3969", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "193", + "weakness": "9", + "magic_animation": "0", + "death_animation": "196", + "name": "Gnome Driver", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" + "id": "3815", + "aggressive": "true", + "range_level": "1", + "attack_level": "5" }, { - "id": "3816", - "name": "Gnome Mage", "examine": "A battle mage of the gnomish variety.", - "aggressive": "true", - "attack_level": "1", "combat_style": "2", - "death_animation": "196", - "defence_animation": "193", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "200", - "magic_level": "5", - "melee_animation": "3968", - "prj_height": "30", - "projectile": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "spell_id": "", "start_gfx": "93", "start_height": "80", - "strength_level": "1", - "weakness": "5" - }, - { - "id": "3817", - "name": "Lieutenant Schepbur" - }, - { - "id": "3818", - "name": "Trainer Nacklepen", - "examine": "The cruel tortoise trainer. Boo!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "melee_animation": "3968", + "range_animation": "0", + "magic_level": "5", + "spell_id": "", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "5", + "magic_animation": "200", + "death_animation": "196", + "name": "Gnome Mage", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "3816", + "aggressive": "true", + "range_level": "1", + "projectile": "94", + "attack_level": "1", + "prj_height": "30" + }, + { + "examine": "The cruel tortoise trainer. Boo!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainer Nacklepen", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3818", + "range_level": "1", + "attack_level": "1" }, { - "id": "3819", - "name": "Tortoise", "examine": "A large tortoise.", - "attack_level": "36", - "death_animation": "3962", - "defence_animation": "0", - "defence_level": "36", - "lifepoints": "101", - "magic_animation": "0", "melee_animation": "3960", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "3962", + "name": "Tortoise", + "defence_level": "36", "safespot": null, + "lifepoints": "101", "strength_level": "36", - "weakness": "6" + "id": "3819", + "range_level": "1", + "attack_level": "36" }, { - "id": "3820", - "name": "Wise Old Man" - }, - { - "id": "3822", - "name": "Herman Caranos", - "examine": "Founder and Director of the Piscatoris Fishing Colony." - }, - { - "id": "3823", - "name": "Franklin Caranos", - "examine": "Engineer for the Piscatoris Fishing Colony." - }, - { - "id": "3824", - "name": "Arnold Lydspor", - "examine": "Secretary and Storemaster for the Piscatoris Fishing Colony." - }, - { - "id": "3825", - "name": "Devin Mendelberg" - }, - { - "id": "3826", - "name": "George Laxmeister" - }, - { - "id": "3827", - "name": "Ramara du Croissant" - }, - { - "id": "3828", - "name": "Kathy Corkat" - }, - { - "id": "3831", - "name": "Kathy Corkat" - }, - { - "id": "3832", - "name": "Kalphite Queen" - }, - { - "id": "3835", - "name": "Kalphite Queen", "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "6242", - "defence_animation": "6240", - "defence_level": "1", - "lifepoints": "255", "melee_animation": "6241", - "range_level": "1000", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3836", - "name": "Kalphite Queen", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "6233", - "defence_animation": "6237", - "defence_level": "1", - "lifepoints": "255", - "melee_animation": "6234", - "range_level": "1000", "respawn_delay": "60", + "defence_animation": "6240", + "death_animation": "6242", + "name": "Kalphite Queen", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "3837", - "name": "Drunken Dwarf" - }, - { - "id": "3838", - "name": "Wise Old Man" - }, - { - "id": "3839", - "name": "Wise Old Man" - }, - { - "id": "3840", - "name": "Sea troll", - "examine": "An aquatic troll.", + "lifepoints": "255", + "strength_level": "1", + "id": "3835", "aggressive": "true", - "attack_level": "45", + "range_level": "1000", + "attack_level": "1" + }, + { + "agg_radius": "64", + "melee_animation": "6234", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "6237", + "death_animation": "6233", + "name": "Kalphite Queen", + "defence_level": "1", + "safespot": null, + "lifepoints": "255", + "strength_level": "1", + "id": "3836", + "aggressive": "true", + "range_level": "1000", + "attack_level": "1" + }, + { + "examine": "An aquatic troll.", + "range_animation": "0", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sea troll", "defence_level": "45", + "safespot": null, "lifepoints": "64", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "45", - "weakness": "6" - }, - { - "id": "3841", - "name": "Sea troll" - }, - { - "id": "3842", - "name": "Sea troll" - }, - { - "id": "3843", - "name": "Sea troll", - "examine": "An aquatic troll.", + "id": "3840", "aggressive": "true", - "attack_level": "60", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "60", - "weakness": "6" + "attack_level": "45" }, { - "id": "3844", - "name": "Skeleton Mage" - }, - { - "id": "3845", - "name": "Sea troll" - }, - { - "id": "3846", - "name": "Sea Troll General" - }, - { - "id": "3847", - "name": "Sea Troll Queen", - "examine": "The mother of all sea trolls!", - "aggressive": "true", - "attack_level": "65", - "death_animation": "3993", + "examine": "An aquatic troll.", + "range_animation": "0", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "428", + "weakness": "6", "magic_animation": "0", - "magic_level": "65", + "name": "Sea troll", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "3843", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "The mother of all sea trolls!", "melee_animation": "3991", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "3848", - "name": "Fishing spot" - }, - { - "id": "3849", - "name": "Fishing spot", - "examine": "What have they done to him?", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", + "death_animation": "3993", + "name": "Sea Troll Queen", + "defence_level": "65", + "safespot": null, + "lifepoints": "428", + "strength_level": "65", + "id": "3847", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "What have they done to him?", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3850", - "name": "Skeleton Mage" - }, - { - "id": "3851", - "name": "Skeleton Mage", - "examine": "Doesn't seem to want to go away.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "836", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "811", - "magic_level": "100", - "melee_animation": "811", - "range_animation": "811", - "range_level": "1", - "strength_level": "10" - }, - { - "id": "3852", - "name": "Suspect" - }, - { - "id": "3853", - "name": "Suspect" - }, - { - "id": "3854", - "name": "Suspect" - }, - { - "id": "3855", - "name": "Suspect" - }, - { - "id": "3856", - "name": "Suspect" - }, - { - "id": "3857", - "name": "Suspect" - }, - { - "id": "3858", - "name": "Suspect" - }, - { - "id": "3859", - "name": "Suspect" - }, - { - "id": "3860", - "name": "Suspect" - }, - { - "id": "3861", - "name": "Suspect" - }, - { - "id": "3862", - "name": "Suspect" - }, - { - "id": "3863", - "name": "Suspect" - }, - { - "id": "3864", - "name": "Suspect" - }, - { - "id": "3865", - "name": "Suspect" - }, - { - "id": "3866", - "name": "Suspect" - }, - { - "id": "3867", - "name": "Suspect" - }, - { - "id": "3868", - "name": "Suspect" - }, - { - "id": "3869", - "name": "Suspect" - }, - { - "id": "3870", - "name": "Suspect" - }, - { - "id": "3871", - "name": "Suspect" - }, - { - "id": "3872", - "name": "Suspect" - }, - { - "id": "3873", - "name": "Suspect" - }, - { - "id": "3874", - "name": "Suspect" - }, - { - "id": "3875", - "name": "Suspect" - }, - { - "id": "3876", - "name": "Suspect" - }, - { - "id": "3877", - "name": "Suspect" - }, - { - "id": "3878", - "name": "Suspect" - }, - { - "id": "3879", - "name": "Suspect" - }, - { - "id": "3880", - "name": "Suspect" - }, - { - "id": "3881", - "name": "Suspect" - }, - { - "id": "3882", - "name": "Suspect" - }, - { - "id": "3883", - "name": "Suspect" - }, - { - "id": "3884", - "name": "Suspect" - }, - { - "id": "3885", - "name": "Suspect" - }, - { - "id": "3886", - "name": "Suspect" - }, - { - "id": "3887", - "name": "Suspect" - }, - { - "id": "3888", - "name": "Suspect" - }, - { - "id": "3889", - "name": "Suspect" - }, - { - "id": "3890", - "name": "Suspect" - }, - { - "id": "3891", - "name": "Suspect" - }, - { - "id": "3892", - "name": "Molly" - }, - { - "id": "3893", - "name": "Molly" - }, - { - "id": "3894", - "name": "Molly" - }, - { - "id": "3895", - "name": "Molly" - }, - { - "id": "3896", - "name": "Molly" - }, - { - "id": "3897", - "name": "Molly" - }, - { - "id": "3898", - "name": "Molly" - }, - { - "id": "3899", - "name": "Molly" - }, - { - "id": "3900", - "name": "Molly" - }, - { - "id": "3901", - "name": "Molly" - }, - { - "id": "3902", - "name": "Molly" - }, - { - "id": "3903", - "name": "Molly" - }, - { - "id": "3904", - "name": "Molly" - }, - { - "id": "3905", - "name": "Molly" - }, - { - "id": "3906", - "name": "Molly" - }, - { - "id": "3907", - "name": "Molly" - }, - { - "id": "3908", - "name": "Molly" - }, - { - "id": "3909", - "name": "Molly" - }, - { - "id": "3910", - "name": "Molly" - }, - { - "id": "3911", - "name": "Molly" - }, - { - "id": "3912", - "name": "Flippa" - }, - { - "id": "3913", - "name": "Tilt" - }, - { - "id": "3914", - "name": "Gardener" - }, - { - "id": "3915", - "name": "Man", - "examine": "One of Gielinor's many citizens.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "7", "magic_animation": "0", - "magic_level": "1", + "death_animation": "0", + "name": "Fishing spot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "3849", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", + "defence_level": "1", "safespot": null, + "lifepoints": "7", "strength_level": "1", - "weakness": "9" + "id": "3915", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "3916", - "name": "Carpenter Kjallak", "examine": "His bark's worse than his blight.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Carpenter Kjallak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3916", + "range_level": "1", + "attack_level": "1" }, { - "id": "3917", - "name": "Farmer Fromund", "examine": "He looks a bit seedy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer Fromund", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3917", + "range_level": "1", + "attack_level": "1" }, { - "id": "3918", - "name": "Prince Brand" - }, - { - "id": "3919", - "name": "Princess Astrid" - }, - { - "id": "3920", - "name": "Runa" - }, - { - "id": "3921", - "name": "Halla", - "examine": "A subject of Miscellania." - }, - { - "id": "3922", - "name": "Finn", - "examine": "Runs the general store." - }, - { - "id": "3923", - "name": "Osvald" - }, - { - "id": "3924", - "name": "Runolf" - }, - { - "id": "3925", - "name": "Tjorvi", - "examine": "A subject of Miscellania." - }, - { - "id": "3926", - "name": "Ingrid" - }, - { - "id": "3927", - "name": "Thora", - "examine": "A subject of Miscellania." - }, - { - "id": "3928", - "name": "Signy" - }, - { - "id": "3929", - "name": "Hild" - }, - { - "id": "3930", - "name": "Armod" - }, - { - "id": "3931", - "name": "Beigarth" - }, - { - "id": "3932", - "name": "Reinn" - }, - { - "id": "3933", - "name": "Alviss", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3934", - "name": "Fullangr", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3935", - "name": "Jari", - "examine": "A dwarf who's currently living in Miscellania." - }, - { - "id": "3936", - "name": "Thorodin" - }, - { - "id": "3937", - "name": "Ferd", - "examine": "A dwarf miner. He's shoring up the walls." - }, - { - "id": "3938", - "name": "Donal", - "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk." - }, - { - "id": "3939", - "name": "Sea Snake Young", "examine": "Snake", - "aggressive": "true", - "attack_level": "33", + "melee_animation": "3538", + "range_animation": "0", "combat_audio": "3609,3608,3610", - "death_animation": "3540", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Young", "defence_level": "45", + "safespot": null, "lifepoints": "128", - "magic_animation": "0", - "melee_animation": "3538", - "range_animation": "0", - "range_level": "45", - "respawn_delay": "60", - "safespot": null, "strength_level": "33", - "weakness": "1" - }, - { - "id": "3940", - "name": "Sea Snake Hatchling", - "examine": "A baby sea snake. Snaaaaaaake!", + "id": "3939", "aggressive": "true", - "attack_level": "33", - "combat_audio": "3609,3608,3610", - "death_animation": "3540", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "100", - "magic_animation": "0", + "range_level": "45", + "attack_level": "33" + }, + { + "examine": "A baby sea snake. Snaaaaaaake!", "melee_animation": "3538", "range_animation": "0", - "range_level": "45", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "1" - }, - { - "id": "3941", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "3942", - "name": "Guard", - "examine": "He's guarding the entrance to the dungeons.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "1", "magic_animation": "0", + "death_animation": "3540", + "name": "Sea Snake Hatchling", + "defence_level": "45", + "safespot": null, + "lifepoints": "100", + "strength_level": "33", + "id": "3940", + "aggressive": "true", + "range_level": "45", + "attack_level": "33" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "3941", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's guarding the entrance to the dungeons.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "3942", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "3943", - "name": "Giant Sea Snake", "examine": "A big snake that lives in the sea. How did it get in here?", - "aggressive": "true", - "attack_level": "33", - "combat_audio": "3609,3608,3610", - "death_animation": "4039", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "385", - "magic_animation": "0", "melee_animation": "4040", "range_animation": "0", - "range_level": "45", + "combat_audio": "3609,3608,3610", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "4039", + "name": "Giant Sea Snake", + "defence_level": "45", "safespot": null, + "lifepoints": "385", "strength_level": "33", - "weakness": "1" - }, - { - "id": "3944", - "name": "Hangman game" - }, - { - "id": "3945", - "name": "Hangman game" - }, - { - "id": "3946", - "name": "Hangman game" - }, - { - "id": "3947", - "name": "Hangman game" - }, - { - "id": "3948", - "name": "Hangman game" - }, - { - "id": "3949", - "name": "Hangman game" - }, - { - "id": "3950", - "name": "Hangman game" - }, - { - "id": "3951", - "name": "Hangman game" - }, - { - "id": "3952", - "name": "Hangman game" - }, - { - "id": "3953", - "name": "Hangman game" - }, - { - "id": "3954", - "name": "Treasure fairy" - }, - { - "id": "3955", - "name": "Jacky Jester" - }, - { - "id": "3956", - "name": "Combat stone" - }, - { - "id": "3957", - "name": "Combat stone" - }, - { - "id": "3958", - "name": "Combat stone" - }, - { - "id": "3959", - "name": "Combat stone" - }, - { - "id": "3960", - "name": "Combat stone" - }, - { - "id": "3961", - "name": "Combat stone" - }, - { - "id": "3962", - "name": "Combat stone" - }, - { - "id": "3963", - "name": "Combat stone" - }, - { - "id": "3964", - "name": "Combat stone" - }, - { - "id": "3965", - "name": "Combat stone" - }, - { - "id": "3966", - "name": "Combat stone" - }, - { - "id": "3967", - "name": "Combat stone" - }, - { - "id": "3968", - "name": "Combat stone" - }, - { - "id": "3969", - "name": "Combat stone" - }, - { - "id": "3970", - "name": "Combat stone" - }, - { - "id": "3971", - "name": "Combat stone" - }, - { - "id": "3972", - "name": "Combat stone" - }, - { - "id": "3973", - "name": "Combat stone" - }, - { - "id": "3974", - "name": "Combat stone" - }, - { - "id": "3975", - "name": "Combat stone" - }, - { - "id": "3976", - "name": "Combat stone" - }, - { - "id": "3977", - "name": "Combat stone" - }, - { - "id": "3978", - "name": "Combat stone" - }, - { - "id": "3979", - "name": "Combat stone" - }, - { - "id": "3980", - "name": "Combat stone" - }, - { - "id": "3981", - "name": "Combat stone" - }, - { - "id": "3982", - "name": "Combat stone" - }, - { - "id": "3983", - "name": "Combat stone" - }, - { - "id": "3984", - "name": "Combat stone" - }, - { - "id": "3985", - "name": "Combat stone" - }, - { - "id": "3986", - "name": "Combat stone" - }, - { - "id": "3987", - "name": "Combat stone" - }, - { - "id": "3988", - "name": "Combat stone" - }, - { - "id": "3989", - "name": "Combat stone" - }, - { - "id": "3990", - "name": "Combat stone" - }, - { - "id": "3991", - "name": "Combat stone" - }, - { - "id": "3992", - "name": "Combat stone" - }, - { - "id": "3993", - "name": "Combat stone" - }, - { - "id": "3994", - "name": "Combat stone" - }, - { - "id": "3995", - "name": "Combat stone" - }, - { - "id": "3996", - "name": "Combat stone" - }, - { - "id": "3997", - "name": "Combat stone" - }, - { - "id": "3998", - "name": "Combat stone" - }, - { - "id": "3999", - "name": "Combat stone" - }, - { - "id": "4000", - "name": "Combat stone" - }, - { - "id": "4001", - "name": "Combat stone" - }, - { - "id": "4002", - "name": "Combat stone" - }, - { - "id": "4003", - "name": "Combat stone" - }, - { - "id": "4004", - "name": "Combat stone" - }, - { - "id": "4005", - "name": "Combat stone" - }, - { - "id": "4006", - "name": "Combat stone" - }, - { - "id": "4007", - "name": "Combat stone" - }, - { - "id": "4008", - "name": "Combat stone" - }, - { - "id": "4009", - "name": "Combat stone" - }, - { - "id": "4010", - "name": "Combat stone" - }, - { - "id": "4011", - "name": "Combat stone" - }, - { - "id": "4012", - "name": "Combat stone" - }, - { - "id": "4013", - "name": "Combat stone" - }, - { - "id": "4014", - "name": "Combat stone" - }, - { - "id": "4015", - "name": "Combat stone" - }, - { - "id": "4016", - "name": "Combat stone" - }, - { - "id": "4017", - "name": "Combat stone" - }, - { - "id": "4018", - "name": "Combat stone" - }, - { - "id": "4019", - "name": "Combat stone" - }, - { - "id": "4020", - "name": "Combat stone" - }, - { - "id": "4021", - "name": "Elemental balance" - }, - { - "id": "4022", - "name": "Elemental balance" - }, - { - "id": "4023", - "name": "Elemental balance" - }, - { - "id": "4024", - "name": "Elemental balance" - }, - { - "id": "4025", - "name": "Elemental balance" - }, - { - "id": "4026", - "name": "Elemental balance" - }, - { - "id": "4027", - "name": "Elemental balance" - }, - { - "id": "4028", - "name": "Elemental balance" - }, - { - "id": "4029", - "name": "Elemental balance" - }, - { - "id": "4030", - "name": "Elemental balance" - }, - { - "id": "4031", - "name": "Elemental balance" - }, - { - "id": "4032", - "name": "Elemental balance" - }, - { - "id": "4033", - "name": "Elemental balance" - }, - { - "id": "4034", - "name": "Elemental balance" - }, - { - "id": "4035", - "name": "Elemental balance" - }, - { - "id": "4036", - "name": "Elemental balance" - }, - { - "id": "4037", - "name": "Elemental balance" - }, - { - "id": "4038", - "name": "Elemental balance" - }, - { - "id": "4039", - "name": "Elemental balance" - }, - { - "id": "4040", - "name": "Elemental balance" - }, - { - "id": "4041", - "name": "Elemental balance" - }, - { - "id": "4042", - "name": "Elemental balance" - }, - { - "id": "4043", - "name": "Elemental balance" - }, - { - "id": "4044", - "name": "Elemental balance" - }, - { - "id": "4045", - "name": "Elemental balance" - }, - { - "id": "4046", - "name": "Elemental balance" - }, - { - "id": "4047", - "name": "Elemental balance" - }, - { - "id": "4048", - "name": "Elemental balance" - }, - { - "id": "4049", - "name": "Elemental balance" - }, - { - "id": "4050", - "name": "Elemental balance" - }, - { - "id": "4051", - "name": "Elemental balance" - }, - { - "id": "4052", - "name": "Elemental balance" - }, - { - "id": "4053", - "name": "Elemental balance" - }, - { - "id": "4054", - "name": "Elemental balance" - }, - { - "id": "4055", - "name": "Elemental balance" - }, - { - "id": "4056", - "name": "Elemental balance" - }, - { - "id": "4057", - "name": "Elemental balance" - }, - { - "id": "4058", - "name": "Elemental balance" - }, - { - "id": "4059", - "name": "Elemental balance" - }, - { - "id": "4060", - "name": "Elemental balance" - }, - { - "id": "4061", - "name": "Elemental balance" - }, - { - "id": "4062", - "name": "Elemental balance" - }, - { - "id": "4063", - "name": "Elemental balance" - }, - { - "id": "4064", - "name": "Elemental balance" - }, - { - "id": "4065", - "name": "Elemental balance" - }, - { - "id": "4066", - "name": "Elemental balance" - }, - { - "id": "4067", - "name": "Elemental balance" - }, - { - "id": "4068", - "name": "Elemental balance" - }, - { - "id": "4069", - "name": "Elemental balance" - }, - { - "id": "4070", - "name": "Elemental balance" - }, - { - "id": "4071", - "name": "Elemental balance" - }, - { - "id": "4072", - "name": "Elemental balance" - }, - { - "id": "4073", - "name": "Elemental balance" - }, - { - "id": "4074", - "name": "Elemental balance" - }, - { - "id": "4075", - "name": "Elemental balance" - }, - { - "id": "4076", - "name": "Elemental balance" - }, - { - "id": "4077", - "name": "Elemental balance" - }, - { - "id": "4078", - "name": "Elemental balance" - }, - { - "id": "4079", - "name": "Elemental balance" - }, - { - "id": "4080", - "name": "Elemental balance" - }, - { - "id": "4081", - "name": "Elemental balance" - }, - { - "id": "4082", - "name": "Elemental balance" - }, - { - "id": "4083", - "name": "Elemental balance" - }, - { - "id": "4084", - "name": "Elemental balance" - }, - { - "id": "4085", - "name": "Elemental balance" - }, - { - "id": "4086", - "name": "Elemental balance" - }, - { - "id": "4087", - "name": "Elemental balance" - }, - { - "id": "4088", - "name": "Elemental balance" - }, - { - "id": "4089", - "name": "Elemental balance" - }, - { - "id": "4090", - "name": "Elemental balance" - }, - { - "id": "4091", - "name": "Elemental balance" - }, - { - "id": "4092", - "name": "Elemental balance" - }, - { - "id": "4093", - "name": "Elemental balance" - }, - { - "id": "4094", - "name": "Elemental balance" - }, - { - "id": "4095", - "name": "Elemental balance" - }, - { - "id": "4096", - "name": "Combat stone" - }, - { - "id": "4097", - "name": "Combat stone" - }, - { - "id": "4098", - "name": "Combat stone" - }, - { - "id": "4099", - "name": "Combat stone" - }, - { - "id": "4100", - "name": "Combat stone" - }, - { - "id": "4101", - "name": "Combat stone" - }, - { - "id": "4102", - "name": "Combat stone" - }, - { - "id": "4103", - "name": "Combat stone" - }, - { - "id": "4104", - "name": "Combat stone" - }, - { - "id": "4105", - "name": "Combat stone" - }, - { - "id": "4106", - "name": "Combat stone" - }, - { - "id": "4107", - "name": "Combat stone" - }, - { - "id": "4108", - "name": "Combat stone" - }, - { - "id": "4109", - "name": "Combat stone" - }, - { - "id": "4110", - "name": "Combat stone" - }, - { - "id": "4111", - "name": "Combat stone" - }, - { - "id": "4112", - "name": "Combat stone" - }, - { - "id": "4113", - "name": "Combat stone" - }, - { - "id": "4114", - "name": "Combat stone" - }, - { - "id": "4115", - "name": "Combat stone" - }, - { - "id": "4116", - "name": "Combat stone" - }, - { - "id": "4117", - "name": "Combat stone" - }, - { - "id": "4118", - "name": "Combat stone" - }, - { - "id": "4119", - "name": "Combat stone" - }, - { - "id": "4120", - "name": "Combat stone" - }, - { - "id": "4121", - "name": "Combat stone" - }, - { - "id": "4122", - "name": "Combat stone" - }, - { - "id": "4123", - "name": "Combat stone" - }, - { - "id": "4124", - "name": "Combat stone" - }, - { - "id": "4125", - "name": "Combat stone" - }, - { - "id": "4126", - "name": "Combat stone" - }, - { - "id": "4127", - "name": "Combat stone" - }, - { - "id": "4128", - "name": "Combat stone" - }, - { - "id": "4129", - "name": "Combat stone" - }, - { - "id": "4130", - "name": "Combat stone" - }, - { - "id": "4131", - "name": "Combat stone" - }, - { - "id": "4132", - "name": "Combat stone" - }, - { - "id": "4133", - "name": "Combat stone" - }, - { - "id": "4134", - "name": "Combat stone" - }, - { - "id": "4135", - "name": "Combat stone" - }, - { - "id": "4136", - "name": "Combat stone" - }, - { - "id": "4137", - "name": "Combat stone" - }, - { - "id": "4138", - "name": "Combat stone" - }, - { - "id": "4139", - "name": "Combat stone" - }, - { - "id": "4140", - "name": "Combat stone" - }, - { - "id": "4141", - "name": "Combat stone" - }, - { - "id": "4142", - "name": "Combat stone" - }, - { - "id": "4143", - "name": "Combat stone" - }, - { - "id": "4144", - "name": "Combat stone" - }, - { - "id": "4145", - "name": "Combat stone" - }, - { - "id": "4146", - "name": "Combat stone" - }, - { - "id": "4147", - "name": "Combat stone" - }, - { - "id": "4148", - "name": "Combat stone" - }, - { - "id": "4149", - "name": "Combat stone" - }, - { - "id": "4150", - "name": "Combat stone" - }, - { - "id": "4151", - "name": "Combat stone" - }, - { - "id": "4152", - "name": "Combat stone" - }, - { - "id": "4153", - "name": "Combat stone" - }, - { - "id": "4154", - "name": "Combat stone" - }, - { - "id": "4155", - "name": "Combat stone" - }, - { - "id": "4156", - "name": "Combat stone" - }, - { - "id": "4157", - "name": "Combat stone" - }, - { - "id": "4158", - "name": "Combat stone" - }, - { - "id": "4159", - "name": "Combat stone" - }, - { - "id": "4160", - "name": "Combat stone" - }, - { - "id": "4161", - "name": "Combat stone" - }, - { - "id": "4162", - "name": "Combat stone" - }, - { - "id": "4163", - "name": "Combat stone" - }, - { - "id": "4164", - "name": "Combat stone" - }, - { - "id": "4165", - "name": "Combat stone" - }, - { - "id": "4166", - "name": "Combat stone" - }, - { - "id": "4167", - "name": "Combat stone" - }, - { - "id": "4168", - "name": "Combat stone" - }, - { - "id": "4169", - "name": "Combat stone" - }, - { - "id": "4170", - "name": "Combat stone" - }, - { - "id": "4171", - "name": "Combat stone" - }, - { - "id": "4172", - "name": "Combat stone" - }, - { - "id": "4173", - "name": "Combat stone" - }, - { - "id": "4174", - "name": "Combat stone" - }, - { - "id": "4175", - "name": "Combat stone" - }, - { - "id": "4176", - "name": "Combat stone" - }, - { - "id": "4177", - "name": "Combat stone" - }, - { - "id": "4178", - "name": "Combat stone" - }, - { - "id": "4179", - "name": "Combat stone" - }, - { - "id": "4180", - "name": "Combat stone" - }, - { - "id": "4181", - "name": "Combat stone" - }, - { - "id": "4182", - "name": "Combat stone" - }, - { - "id": "4183", - "name": "Combat stone" - }, - { - "id": "4184", - "name": "Combat stone" - }, - { - "id": "4185", - "name": "Combat stone" - }, - { - "id": "4186", - "name": "Combat stone" - }, - { - "id": "4187", - "name": "Combat stone" - }, - { - "id": "4188", - "name": "Combat stone" - }, - { - "id": "4189", - "name": "Combat stone" - }, - { - "id": "4190", - "name": "Combat stone" - }, - { - "id": "4191", - "name": "Combat stone" - }, - { - "id": "4192", - "name": "Combat stone" - }, - { - "id": "4193", - "name": "Combat stone" - }, - { - "id": "4194", - "name": "Combat stone" - }, - { - "id": "4195", - "name": "Combat stone" - }, - { - "id": "4196", - "name": "Combat stone" - }, - { - "id": "4197", - "name": "Combat stone" - }, - { - "id": "4198", - "name": "Combat stone" - }, - { - "id": "4199", - "name": "Combat stone" - }, - { - "id": "4200", - "name": "Combat stone" - }, - { - "id": "4201", - "name": "Combat stone" - }, - { - "id": "4202", - "name": "Combat stone" - }, - { - "id": "4203", - "name": "Combat stone" - }, - { - "id": "4204", - "name": "Combat stone" - }, - { - "id": "4205", - "name": "Combat stone" - }, - { - "id": "4206", - "name": "Combat stone" - }, - { - "id": "4207", - "name": "Combat stone" - }, - { - "id": "4208", - "name": "Combat stone" - }, - { - "id": "4209", - "name": "Combat stone" - }, - { - "id": "4210", - "name": "Combat stone" - }, - { - "id": "4211", - "name": "Combat stone" - }, - { - "id": "4212", - "name": "Combat stone" - }, - { - "id": "4213", - "name": "Combat stone" - }, - { - "id": "4214", - "name": "Combat stone" - }, - { - "id": "4215", - "name": "Combat stone" - }, - { - "id": "4216", - "name": "Combat stone" - }, - { - "id": "4217", - "name": "Combat stone" - }, - { - "id": "4218", - "name": "Combat stone" - }, - { - "id": "4219", - "name": "Combat stone" - }, - { - "id": "4220", - "name": "Combat stone" - }, - { - "id": "4221", - "name": "Combat stone" - }, - { - "id": "4222", - "name": "Combat stone" - }, - { - "id": "4223", - "name": "Combat stone" - }, - { - "id": "4224", - "name": "Combat stone" - }, - { - "id": "4225", - "name": "Combat stone" - }, - { - "id": "4226", - "name": "Crawling hand" - }, - { - "id": "4227", - "name": "Cockatrice", - "attack_level": "1", - "clue_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "37", - "strength_level": "1" - }, - { - "id": "4228", - "name": "Basilisk", - "attack_level": "1", - "combat_audio": "288,290,289", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "75", - "strength_level": "1" - }, - { - "id": "4229", - "name": "Kurask", - "examine": "Large, heavy, with sharp things attached to its head.", + "id": "3943", "aggressive": "true", - "attack_level": "67", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", - "combat_audio": "588,590,589", - "death_animation": "9440", - "defence_animation": "9441", - "defence_level": "105", - "lifepoints": "97", - "magic_animation": "9439", - "magic_level": "1", + "range_level": "45", + "attack_level": "33" + }, + { + "slayer_exp": "37", + "name": "Cockatrice", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4227", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "75", + "name": "Basilisk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "288,290,289", + "strength_level": "1", + "id": "4228", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Large, heavy, with sharp things attached to its head.", "melee_animation": "9439", "range_animation": "9439", - "range_level": "1", + "combat_audio": "588,590,589", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "9441", "slayer_exp": "97", - "strength_level": "105" + "magic_animation": "9439", + "death_animation": "9440", + "name": "Kurask", + "defence_level": "105", + "safespot": null, + "lifepoints": "97", + "strength_level": "105", + "id": "4229", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "67" }, { - "id": "4230", - "name": "Abyssal demon", "examine": "A denizen of the Abyss!", - "attack_level": "97", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "276,278,277", - "death_animation": "1538", - "defence_animation": "0", - "defence_level": "135", - "lifepoints": "150", - "magic_animation": "1537", - "magic_level": "1", "melee_animation": "1537", "range_animation": "1537", - "range_level": "1", - "safespot": null, + "combat_audio": "276,278,277", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "0", + "weakness": "1", "slayer_exp": "150", + "magic_animation": "1537", + "death_animation": "1538", + "name": "Abyssal demon", + "defence_level": "135", + "safespot": null, + "lifepoints": "150", "strength_level": "67", - "weakness": "1" + "id": "4230", + "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "97" }, { - "id": "4231", - "name": "Left head" - }, - { - "id": "4232", - "name": "Middle head" - }, - { - "id": "4233", - "name": "Right head" - }, - { - "id": "4234", - "name": "Kalphite Queen" - }, - { - "id": "4235", - "name": "Rick" - }, - { - "id": "4236", - "name": "Maid" - }, - { - "id": "4238", - "name": "Cook" - }, - { - "id": "4239", - "name": "Cook", - "examine": "I hope she can find all the ingredients!" - }, - { - "id": "4240", - "name": "Butler" - }, - { - "id": "4242", - "name": "Demon butler" - }, - { - "id": "4243", "name": "Demon butler", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "400,404,403", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "4243", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4244", - "name": "Chief servant" - }, - { - "id": "4245", - "name": "Chief servant", "examine": "Head of the servants' guild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief servant", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4245", + "range_level": "1", + "attack_level": "1" }, { - "id": "4246", - "name": "Taxidermist", "examine": "She smells unpleasantly of chemicals.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Taxidermist", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4246", + "range_level": "1", + "attack_level": "1" }, { - "id": "4247", - "name": "Estate agent", "examine": "A fancy businessman with a mighty fine hat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Estate agent", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4247", + "range_level": "1", + "attack_level": "1" }, { - "id": "4248", - "name": "Stonemason", "examine": "Someone has to get rid of all the stone they dug Keldagrim out of.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stonemason", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4248", + "range_level": "1", + "attack_level": "1" }, { - "id": "4249", - "name": "Sir Renitee", - "examine": "Chief Herald of Falador." - }, - { - "id": "4250", - "name": "Sawmill operator", "examine": "He changes the shape of wood.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", "facing_booth": "true", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Sawmill operator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4250", + "range_level": "1", + "attack_level": "1" }, { - "id": "4251", - "name": "Garden supplier", "examine": "She has green fingers. (Not literally.)", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Garden supplier", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4251", + "range_level": "1", + "attack_level": "1" }, { - "id": "4252", - "name": "Macaroni Penguin", "examine": "Beak areful with this one", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4253", - "name": "Guard" - }, - { - "id": "4257", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4258", - "name": "Guard", - "examine": "A dwarven guard.", - "aggressive": "true", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "102", "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", "magic_animation": "0", + "death_animation": "0", + "name": "Macaroni Penguin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4252", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4257", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven guard.", "melee_animation": "99", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "6" - }, - { - "id": "4259", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4260", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4261", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4262", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4263", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4264", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4265", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4266", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4267", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4268", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4269", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4270", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4271", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4272", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4273", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4274", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4275", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4276", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4277", - "name": "Buinn" - }, - { - "id": "4278", - "name": "Animated Bronze Armour", - "examine": "Animated bronze armour.", - "aggressive": "true", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "10", - "weakness": "7" - }, - { - "id": "4279", - "name": "Animated Iron Armour", - "examine": "Animated iron armour.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "20", - "lifepoints": "20", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "20", - "weakness": "7" - }, - { - "id": "4280", - "name": "Animated Steel Armour", - "examine": "Animated steel armour.", - "aggressive": "true", - "attack_level": "40", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "40", - "lifepoints": "40", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4281", - "name": "Animated Black Armour", - "examine": "Animated black armour.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "60", - "lifepoints": "60", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "60", - "weakness": "7" - }, - { - "id": "4282", - "name": "Animated Mithril Armour", - "examine": "Animated mithril armour.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "80", - "lifepoints": "80", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "80", - "weakness": "7" - }, - { - "id": "4283", - "name": "Animated Adamant Armour", - "examine": "Animated adamant armour.", - "aggressive": "true", - "attack_level": "99", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "99", - "lifepoints": "99", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99", - "weakness": "7" - }, - { - "id": "4284", - "name": "Animated Rune Armour", - "examine": "Animated rune armour.", - "aggressive": "true", - "attack_level": "120", - "attack_speed": "4", - "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", - "combat_audio": "2549,1979,512", - "death_animation": "4167", - "defence_animation": "388", - "defence_level": "120", - "lifepoints": "120", - "magic_animation": "386", - "melee_animation": "386", - "poison_immune": "true", - "range_animation": "386", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "120", - "weakness": "7" - }, - { - "id": "4285", - "name": "Ghommal", - "examine": "The big door man." - }, - { - "id": "4286", - "name": "Harrallak Menarous", - "examine": "Guild Master." - }, - { - "id": "4287", - "name": "Gamfred", - "examine": "The guild engineer." - }, - { - "id": "4288", - "name": "Ajjat", - "examine": "Used to be a black knight." - }, - { - "id": "4289", - "name": "Kamfreena", - "examine": "Blademistress, skillful female warrior." - }, - { - "id": "4290", - "name": "Shanomi", - "examine": "A warrior mage from the east." - }, - { - "id": "4291", - "name": "Cyclops", - "examine": "A one-eyed man eater.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "75", - "strength_level": "50", - "weakness": "8" - }, - { - "id": "4292", - "name": "Cyclops", - "examine": "A one-eyed woman eater.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "4293", - "name": "Lidio", - "examine": "Food shopkeeper." - }, - { - "id": "4294", - "name": "Lilly", - "examine": "Potion shopkeeper." - }, - { - "id": "4295", - "name": "Anton", - "examine": "Armour shopkeeper." - }, - { - "id": "4296", - "name": "Jade", - "examine": "Bank staff." - }, - { - "id": "4297", - "name": "Sloane", - "examine": "He looks like a strong warrior." - }, - { - "id": "4298", - "name": "Jimmy", - "examine": "He looks a bit drunk." - }, - { - "id": "4299", - "name": "Ref", - "examine": "He looks fair and reliable." - }, - { - "id": "4300", - "name": "Ref", - "examine": "He looks fair and reliable.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "6", "magic_animation": "0", + "death_animation": "102", + "name": "Guard", + "defence_level": "12", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "4258", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "12" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4259", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4260", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4261", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4262", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4263", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4264", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4265", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4266", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4267", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4268", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4269", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4270", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4271", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4272", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4273", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4274", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4275", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4276", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Animated bronze armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Bronze Armour", + "defence_level": "10", + "safespot": null, + "poison_immune": "true", + "lifepoints": "10", + "strength_level": "10", + "id": "4278", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Animated iron armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Iron Armour", + "defence_level": "20", + "safespot": null, + "poison_immune": "true", + "lifepoints": "20", + "strength_level": "20", + "id": "4279", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Animated steel armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Steel Armour", + "defence_level": "40", + "safespot": null, + "poison_immune": "true", + "lifepoints": "40", + "strength_level": "40", + "id": "4280", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Animated black armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Black Armour", + "defence_level": "60", + "safespot": null, + "poison_immune": "true", + "lifepoints": "60", + "strength_level": "60", + "id": "4281", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Animated mithril armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Mithril Armour", + "defence_level": "80", + "safespot": null, + "poison_immune": "true", + "lifepoints": "80", + "strength_level": "80", + "id": "4282", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "Animated adamant armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Adamant Armour", + "defence_level": "99", + "safespot": null, + "poison_immune": "true", + "lifepoints": "99", + "strength_level": "99", + "id": "4283", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "99" + }, + { + "examine": "Animated rune armour.", + "melee_animation": "386", + "range_animation": "386", + "combat_audio": "2549,1979,512", + "attack_speed": "4", + "respawn_delay": "20", + "defence_animation": "388", + "weakness": "7", + "magic_animation": "386", + "death_animation": "4167", + "name": "Animated Rune Armour", + "defence_level": "120", + "safespot": null, + "poison_immune": "true", + "lifepoints": "120", + "strength_level": "120", + "id": "4284", + "aggressive": "true", + "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0", + "range_level": "1", + "attack_level": "120" + }, + { + "examine": "The big door man.", + "name": "Ghommal", + "id": "4285" + }, + { + "examine": "Guild Master.", + "name": "Harrallak Menarous", + "id": "4286" + }, + { + "examine": "The guild engineer.", + "name": "Gamfred", + "id": "4287" + }, + { + "examine": "Used to be a black knight.", + "name": "Ajjat", + "id": "4288" + }, + { + "examine": "Blademistress, skillful female warrior.", + "name": "Kamfreena", + "id": "4289" + }, + { + "examine": "A warrior mage from the east.", + "name": "Shanomi", + "id": "4290" + }, + { + "examine": "A one-eyed man eater.", + "melee_animation": "4652", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "26", + "safespot": null, + "lifepoints": "75", + "strength_level": "50", + "id": "4291", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A one-eyed woman eater.", + "melee_animation": "4652", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", + "id": "4292", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Food shopkeeper.", + "name": "Lidio", + "id": "4293" + }, + { + "examine": "Potion shopkeeper.", + "name": "Lilly", + "id": "4294" + }, + { + "examine": "Armour shopkeeper.", + "name": "Anton", + "id": "4295" + }, + { + "examine": "Bank staff.", + "name": "Jade", + "id": "4296" + }, + { + "examine": "He looks like a strong warrior.", + "name": "Sloane", + "id": "4297" + }, + { + "examine": "He looks a bit drunk.", + "name": "Jimmy", + "id": "4298" + }, + { + "examine": "He looks fair and reliable.", + "name": "Ref", + "id": "4299" + }, + { + "examine": "He looks fair and reliable.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4301", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4302", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4303", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4304", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4305", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4306", - "name": "Guard", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4307", - "name": "Guard", - "examine": "A guard for the humans against monster group.", - "attack_level": "26", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", "magic_animation": "0", + "death_animation": "0", + "name": "Ref", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4300", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4301", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4302", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4303", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4304", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4305", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "4306", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard for the humans against monster group.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" - }, - { - "id": "4308", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4309", - "name": "Guard", - "attack_level": "1", "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4310", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4311", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4312", - "name": "Nardok" - }, - { - "id": "4313", - "name": "Dartog" - }, - { - "id": "4315", - "name": "Dwarf" - }, - { - "id": "4316", - "name": "Dwarf", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "4317", - "name": "H.A.M. Member" - }, - { - "id": "4318", - "name": "H.A.M. Member", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4319", - "name": "H.A.M. Member" - }, - { - "id": "4320", - "name": "H.A.M. Member", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4321", - "name": "Zanik" - }, - { - "id": "4323", - "name": "Zanik" - }, - { - "id": "4324", - "name": "Zanik" - }, - { - "id": "4325", - "name": "Light creature" - }, - { - "id": "4326", - "name": "Zanik" - }, - { - "id": "4327", - "name": "HAM member" - }, - { - "id": "4328", - "name": "Sigmund" - }, - { - "id": "4329", - "name": "H.A.M. Deacon", - "attack_level": "1", - "clue_level": "0", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4330", - "name": "Johanhus Ulsbrecht" - }, - { - "id": "4331", - "name": "Sigmund" - }, - { - "id": "4332", - "name": "Sigmund" - }, - { - "id": "4333", - "name": "Sigmund" - }, - { - "id": "4334", - "name": "Sigmund" - }, - { - "id": "4335", - "name": "Sigmund" - }, - { - "id": "4336", - "name": "Guard", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "395", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4337", - "name": "Zanik" - }, - { - "id": "4338", - "name": "Zanik" - }, - { - "id": "4340", - "name": "Zanik" - }, - { - "id": "4341", - "name": "Zanik" - }, - { - "id": "4342", - "name": "Zanik" - }, - { - "id": "4343", - "name": "Snake", - "examine": "Snake! Snaaaaake! ", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "3609,3608,3610", - "death_animation": "278", - "defence_animation": "276", - "defence_level": "50", - "end_gfx": "", - "end_height": "", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "275", - "poison_amount": "15", - "poisonous": "true", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "25" - }, - { - "id": "4344", - "name": "Monkey", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "629,631,630", - "death_animation": "223", - "defence_animation": "221", - "defence_level": "1", - "lifepoints": "12", - "melee_animation": "220", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4345", - "name": "Albino bat", - "examine": "It's all white by me.", - "attack_level": "31", - "death_animation": "4917", "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", + "weakness": "9", "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", + "id": "4307", + "clue_level": "1", + "range_level": "1", + "attack_level": "26" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4308", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4309", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4310", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4311", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4316", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4318", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Member", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4320", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "H.A.M. Deacon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4329", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "395", + "combat_audio": "511,513,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "4336", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Snake! Snaaaaake! ", + "combat_audio": "3609,3608,3610", + "range_animation": "0", + "melee_animation": "275", + "attack_speed": "3", + "poisonous": "true", + "magic_level": "1", + "end_gfx": "", + "respawn_delay": "30", + "defence_animation": "276", + "poison_amount": "15", + "end_height": "", + "magic_animation": "0", + "death_animation": "278", + "name": "Snake", + "defence_level": "50", + "safespot": null, + "lifepoints": "25", + "strength_level": "25", + "id": "4343", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "25" + }, + { + "melee_animation": "220", + "combat_audio": "629,631,630", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "221", + "death_animation": "223", + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "12", + "strength_level": "1", + "id": "4344", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's all white by me.", "melee_animation": "4915", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "31", - "weakness": "8" - }, - { - "id": "4346", - "name": "Crab" - }, - { - "id": "4347", - "name": "Giant mosquito", - "examine": "A flying blood sucker.", - "attack_level": "63", - "attack_speed": "10", - "death_animation": "2398", "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", + "weakness": "8", "magic_animation": "0", + "death_animation": "4917", + "name": "Albino bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", + "id": "4345", + "range_level": "1", + "attack_level": "31" + }, + { + "examine": "A flying blood sucker.", "melee_animation": "2397", "range_animation": "0", - "range_level": "1", + "attack_speed": "10", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "2398", + "name": "Giant mosquito", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "8" + "id": "4347", + "range_level": "1", + "attack_level": "63" }, { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4235", + "range_animation": "0", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "7", + "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", "id": "4348", - "name": "Jungle horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4235", - "range_animation": "0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "45", - "strength_level": "70", - "weakness": "7" + "attack_level": "70" }, { - "id": "4349", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady yellow eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_level": "1", "melee_animation": "4234", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", + "id": "4349", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "4350", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady green eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4235", "range_animation": "0", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", + "weakness": "7", "slayer_exp": "45", + "magic_animation": "0", + "death_animation": "4233", + "name": "Jungle horror", + "defence_level": "55", + "safespot": null, + "lifepoints": "45", "strength_level": "70", - "weakness": "7" + "id": "4350", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "4351", - "name": "Jungle horror", "examine": "A horrible, emaciated ape like creature with beady blue eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "55", - "lifepoints": "45", - "magic_level": "1", "melee_animation": "4234", - "range_level": "1", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" - }, - { - "id": "4352", + "death_animation": "4233", "name": "Jungle horror", - "examine": "A horrible, emaciated ape like creature with beady pink eyes.", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "1", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", "defence_level": "55", + "safespot": null, "lifepoints": "45", + "strength_level": "70", + "id": "4351", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A horrible, emaciated ape like creature with beady pink eyes.", + "melee_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", "magic_level": "1", - "melee_animation": "4234", - "range_level": "1", "respawn_delay": "50", - "safespot": null, + "defence_animation": "4232", "slayer_exp": "45", - "strength_level": "70" - }, - { - "id": "4353", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4354", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4355", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4356", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4357", - "name": "Cave horror", - "examine": "A horrible, emaciated ape like creature with beady red eyes.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "496,500,499", - "death_animation": "4233", - "defence_animation": "4232", - "defence_level": "62", - "lifepoints": "55", - "magic_animation": "4234", - "magic_level": "80", - "melee_animation": "4234", - "range_animation": "4234", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "55", - "strength_level": "77", - "weakness": "6" - }, - { - "id": "4358", - "name": "Cavey Davey" - }, - { - "id": "4359", - "name": "Patchy", - "examine": "Patchy the pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4360", - "name": "San Fan" - }, - { - "id": "4361", - "name": "Fancy Dan", - "examine": "A very flamboyant pirate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4362", - "name": "Honest Jimmy", - "examine": "I can't wait to buy from a guy with Honest in his name...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4363", - "name": "Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4364", - "name": "Swarm" - }, - { - "id": "4365", - "name": "Blue Monkey" - }, - { - "id": "4371", - "name": "Blue Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4372", - "name": "Red Monkey", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4373", - "name": "Parrot", - "examine": "A colourful bird.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4374", - "name": "Parrot" - }, - { - "id": "4375", - "name": "Security Guard", - "examine": "A retired Gielinor security guard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4376", - "name": "Litara", - "examine": "Litara, a barbarian explorer." - }, - { - "id": "4377", - "name": "Gate of War" - }, - { - "id": "4378", - "name": "Ricketty door" - }, - { - "id": "4379", - "name": "Oozing barrier" - }, - { - "id": "4380", - "name": "Portal of Death" - }, - { - "id": "4381", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "50", - "lifepoints": "60", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "60", - "strength_level": "69" - }, - { - "id": "4382", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "50", - "lifepoints": "66", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "slayer_exp": "60", - "strength_level": "69" - }, - { - "id": "4383", - "name": "Ankou", - "examine": "A boney ghost.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "924,926,925", - "death_animation": "9055", - "defence_animation": "404", + "name": "Jungle horror", "defence_level": "55", - "lifepoints": "66", - "magic_animation": "422", + "safespot": null, + "lifepoints": "45", + "strength_level": "70", + "id": "4352", + "aggressive": "true", + "clue_level": "1", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4353", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4354", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4355", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4356", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "melee_animation": "4234", + "range_animation": "4234", + "combat_audio": "496,500,499", + "attack_speed": "4", + "magic_level": "80", + "respawn_delay": "50", + "defence_animation": "4232", + "weakness": "6", + "slayer_exp": "55", + "magic_animation": "4234", + "death_animation": "4233", + "name": "Cave horror", + "defence_level": "62", + "safespot": null, + "lifepoints": "55", + "strength_level": "77", + "id": "4357", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "Patchy the pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Patchy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4359", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very flamboyant pirate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fancy Dan", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4361", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I can't wait to buy from a guy with Honest in his name...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Honest Jimmy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4362", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4363", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Blue Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4371", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Red Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "4372", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A colourful bird.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Parrot", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4373", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A retired Gielinor security guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Security Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4375", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A boney ghost.", "melee_animation": "422", "range_animation": "422", - "range_level": "1", - "safespot": null, + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", "slayer_exp": "60", - "strength_level": "74" - }, - { - "id": "4384", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "68", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", "safespot": null, - "strength_level": "1" - }, - { - "id": "4385", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", + "lifepoints": "60", + "strength_level": "69", + "id": "4381", "aggressive": "true", - "attack_level": "34", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "34", - "weakness": "7" + "attack_level": "50" }, { - "id": "4386", - "name": "Skeleton", + "examine": "A boney ghost.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "50", + "safespot": null, + "lifepoints": "66", + "strength_level": "69", + "id": "4382", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5485", + "clue_level": "2", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "50" }, { - "id": "4387", - "name": "Ghost", + "examine": "A boney ghost.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "924,926,925", + "attack_speed": "4", + "defence_animation": "404", + "slayer_exp": "60", + "magic_animation": "422", + "death_animation": "9055", + "name": "Ankou", + "defence_level": "55", + "safespot": null, + "lifepoints": "66", + "strength_level": "74", + "id": "4383", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "36", + "clue_level": "2", + "range_level": "1", + "attack_level": "60" + }, + { "melee_animation": "5540", - "range_level": "1", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5541", "slayer_exp": "25", - "strength_level": "1" + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", + "id": "4387", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4388", - "name": "Ghost", "examine": "Eeek! A ghost!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", "melee_animation": "5532", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "4389", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2", - "weakness": "0" - }, - { - "id": "4390", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2" - }, - { - "id": "4391", - "name": "Flesh Crawler", - "examine": "I don't think insect repellent will work.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "3", - "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", - "combat_audio": "571,573,572", - "death_animation": "1190", - "defence_animation": "1186", - "defence_level": "10", - "lifepoints": "25", - "magic_animation": "1184", - "melee_animation": "1184", - "range_animation": "1184", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "25", - "strength_level": "2" - }, - { - "id": "4392", - "name": "Zombie", - "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "24", + "combat_audio": "436,439,438", "attack_speed": "5", - "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", + "magic_level": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "1", + "id": "4388", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "weakness": "0", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4389", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4390", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "I don't think insect repellent will work.", + "melee_animation": "1184", + "range_animation": "1184", + "combat_audio": "571,573,572", + "attack_speed": "3", + "respawn_delay": "30", + "defence_animation": "1186", + "slayer_exp": "25", + "magic_animation": "1184", + "death_animation": "1190", + "name": "Flesh Crawler", + "defence_level": "10", + "safespot": null, + "lifepoints": "25", + "strength_level": "2", + "id": "4391", + "aggressive": "true", + "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Dead man walking.", "melee_animation": "5568", "range_animation": "5568", - "range_level": "1", + "combat_audio": "918,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "4392", + "aggressive": "true", + "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", + "range_level": "1", + "attack_level": "24" }, { - "id": "4393", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "35", - "attack_speed": "5", - "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", + "melee_animation": "5578", + "range_animation": "5578", "combat_audio": "918,923,922", - "death_animation": "5580", + "attack_speed": "5", + "respawn_delay": "30", "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", "defence_level": "28", + "safespot": null, "lifepoints": "18", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", + "strength_level": "1", + "id": "4393", + "aggressive": "true", + "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "35" }, { - "id": "4394", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", - "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", "melee_animation": "5578", "range_animation": "5578", - "range_level": "1", + "combat_audio": "918,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5579", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "4395", - "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "23", - "lifepoints": "26", - "melee_animation": "4933", - "range_level": "1", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", "safespot": null, - "strength_level": "20", - "weakness": "9" + "lifepoints": "40", + "strength_level": "1", + "id": "4394", + "aggressive": "true", + "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", + "range_level": "1", + "attack_level": "47" }, { - "id": "4396", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "melee_animation": "4933", "attack_speed": "5", - "combat_audio": "710,713,711", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", + "defence_animation": "4934", + "weakness": "9", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "23", + "safespot": null, + "lifepoints": "26", + "strength_level": "20", + "id": "4395", + "aggressive": "true", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "A popular dwarven delicacy.", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "710,713,711", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "4396", + "range_level": "1", + "attack_level": "1" }, { - "id": "4397", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "38", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "38", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "38", + "id": "4397", + "aggressive": "true", "bonuses": "5,20,15,3,10,20,10,10,20,15,23,25,15,25,10", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "4272", - "magic_level": "38", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "38" + "attack_level": "38" }, { - "id": "4398", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "38", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "38", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "70", + "strength_level": "38", + "id": "4398", + "aggressive": "true", "bonuses": "20,25,10,20,25,10,10,11,0,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "70", - "magic_animation": "4272", - "magic_level": "38", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "38" + "attack_level": "38" }, { - "id": "4399", - "name": "Catablepon", "examine": "Big Cow-like... But cows don't have serpent tails!", - "aggressive": "true", - "attack_level": "40", + "melee_animation": "4271", + "combat_audio": "511,330,329", "attack_speed": "5", + "magic_level": "45", + "spell_id": "7", + "respawn_delay": "74", + "defence_animation": "4273", + "slayer_exp": "50", + "magic_animation": "4272", + "death_animation": "4270", + "name": "Catablepon", + "defence_level": "38", + "safespot": null, + "lifepoints": "50", + "strength_level": "58", + "id": "4399", + "aggressive": "true", "bonuses": "50,45,50,40,45,20,30,25,33,25,25,20,20,40,0", "clue_level": "1", - "combat_audio": "511,330,329", - "death_animation": "4270", - "defence_animation": "4273", - "defence_level": "38", - "lifepoints": "50", - "magic_animation": "4272", - "magic_level": "45", - "melee_animation": "4271", "range_level": "1", - "respawn_delay": "74", - "safespot": null, - "slayer_exp": "50", - "spell_id": "7", - "strength_level": "58" + "attack_level": "40" }, { - "id": "4400", - "name": "Giant spider", "examine": "I think this spider has been genetically modified.", - "aggressive": "true", - "attack_level": "48", - "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "51", - "lifepoints": "50", - "magic_animation": "5327", "melee_animation": "5327", "range_animation": "5327", - "range_level": "1", + "combat_audio": "537,539,538", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Giant spider", + "defence_level": "51", "safespot": null, - "strength_level": "45" + "lifepoints": "50", + "strength_level": "45", + "id": "4400", + "aggressive": "true", + "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0", + "range_level": "1", + "attack_level": "48" }, { - "id": "4401", - "name": "Spider", - "aggressive": "false", - "attack_level": "1", - "combat_audio": "3604,3609,3608", - "death_animation": "6251", - "defence_animation": "6250", - "defence_level": "1", - "lifepoints": "22", "melee_animation": "6249", - "range_level": "1", + "combat_audio": "3604,3609,3608", "respawn_delay": "60", + "defence_animation": "6250", + "death_animation": "6251", + "name": "Spider", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4402", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "49", - "lifepoints": "55", - "magic_animation": "6254", - "melee_animation": "6254", - "range_animation": "6254", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "51" - }, - { - "id": "4403", - "name": "Scorpion", - "examine": "An extremely vicious scorpion.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", - "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "6255", - "defence_level": "35", - "lifepoints": "37", - "magic_animation": "6254", - "melee_animation": "6254", - "range_animation": "6254", - "range_level": "1", - "safespot": null, - "slayer_exp": "17", - "strength_level": "31" - }, - { - "id": "4404", - "name": "Minotaur", - "examine": "He doesn't look very pleased to see you.", + "lifepoints": "22", + "strength_level": "1", + "id": "4401", "aggressive": "false", - "attack_level": "12", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4266", - "magic_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "range_animation": "6254", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "defence_animation": "6255", + "slayer_exp": "17", + "magic_animation": "6254", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "49", + "safespot": null, + "lifepoints": "55", + "strength_level": "51", + "id": "4402", + "aggressive": "true", + "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "An extremely vicious scorpion.", + "melee_animation": "6254", + "range_animation": "6254", + "combat_audio": "3611,3612,3610", + "attack_speed": "5", + "defence_animation": "6255", + "slayer_exp": "17", + "magic_animation": "6254", + "death_animation": "6256", + "name": "Scorpion", + "defence_level": "35", + "safespot": null, + "lifepoints": "37", + "strength_level": "31", + "id": "4403", + "aggressive": "true", + "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He doesn't look very pleased to see you.", "melee_animation": "4266", "range_animation": "4266", - "range_level": "1", + "combat_audio": "626,628,627", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "15", - "safespot": null, + "defence_animation": "4267", + "weakness": "7", "slayer_exp": "10", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", "strength_level": "10", - "weakness": "7" + "id": "4404", + "aggressive": "false", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "12" }, { - "id": "4405", - "name": "Minotaur", "examine": "He doesn't look very pleased to see you.", - "aggressive": "false", - "attack_level": "12", + "melee_animation": "4266", + "range_animation": "4266", + "combat_audio": "626,628,627", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "4267", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "10", + "id": "4405", + "aggressive": "false", "bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11", "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "4266", - "magic_level": "1", - "melee_animation": "4266", - "range_animation": "4266", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "strength_level": "10" + "attack_level": "12" }, { - "id": "4406", - "name": "Minotaur", "examine": "He doesn't look very pleased to see you.", - "aggressive": "false", - "attack_level": "23", + "melee_animation": "4266", + "range_animation": "4266", + "combat_audio": "626,628,627", "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "15", + "defence_animation": "4267", + "slayer_exp": "22", + "magic_animation": "4266", + "death_animation": "4265", + "name": "Minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "22", + "strength_level": "25", + "id": "4406", + "aggressive": "false", "bonuses": "0,0,0,0,0,-10,-10,-10,21,-10,0,0,0,0,0", "clue_level": "0", - "combat_audio": "626,628,627", - "death_animation": "4265", - "defence_animation": "4267", - "defence_level": "25", - "lifepoints": "22", - "magic_animation": "4266", - "magic_level": "1", - "melee_animation": "4266", - "range_animation": "4266", "range_level": "1", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "22", - "strength_level": "25" + "attack_level": "23" }, { - "id": "4407", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4407", "bonuses": "3,3,3,3,3,3,3,3,3,3,3,3,3,3,3", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4408", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "16", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "11", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4408", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "11", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4409", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "7", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "9", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4409", "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,6,6,6", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "9", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "slayer_exp": "7", - "strength_level": "2" + "attack_level": "1" }, { - "id": "4410", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4410", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4411", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "17", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4411", "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "17", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4412", - "name": "Goblin", "examine": "An ugly green creature.", - "attack_level": "1", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "3520,472,471", "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "10", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4412", "bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8", "clue_level": "0", - "combat_audio": "3520,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "10", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "safespot": null, - "strength_level": "2" + "attack_level": "1" }, { - "id": "4413", - "name": "Wolf", "examine": "They say inside you there are two wolves...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "9", - "lifepoints": "15", - "magic_animation": "6559", "melee_animation": "6559", "range_animation": "6559", - "range_level": "1", + "combat_audio": "481,491,490", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "15", - "strength_level": "1" + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "9", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "4413", + "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7", + "range_level": "1", + "attack_level": "1" }, { - "id": "4414", - "name": "Wolf", "examine": "They say inside you there are two wolves...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5", - "combat_audio": "481,491,490", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "6559", "melee_animation": "6559", "range_animation": "6559", - "range_level": "1", + "combat_audio": "481,491,490", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "10", - "strength_level": "1" + "magic_animation": "6559", + "death_animation": "6558", + "name": "Wolf", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4414", + "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5", + "range_level": "1", + "attack_level": "1" }, { - "id": "4415", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", - "combat_audio": "710,713,711", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", - "magic_level": "1", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", - "respawn_delay": "3", - "safespot": null, - "slayer_exp": "2", - "strength_level": "1" - }, - { - "id": "4416", - "name": "Bee keeper" - }, - { - "id": "4417", - "name": "Bees!" - }, - { - "id": "4418", - "name": "Gorak", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "4302", - "defence_animation": "4301", - "defence_level": "1", - "lifepoints": "112", - "melee_animation": "4300", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "112", - "strength_level": "1" - }, - { - "id": "4419", - "name": "Cosmic Being", - "examine": "A highly enlightened being.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4420", - "name": "Fairy Godfather" - }, - { - "id": "4434", - "name": "Fairy Nuff", - "examine": "A healing fairy." - }, - { - "id": "4435", - "name": "Fairy Queen" - }, - { - "id": "4437", - "name": "Fairy Queen", - "examine": "Looks otherworldy..." - }, - { - "id": "4438", - "name": "Centaur", - "examine": "Horseplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4439", - "name": "Centaur", - "examine": "Horseplay.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4440", - "name": "Stag", - "examine": "A noble creature!", - "aggressive": "false", - "attack_level": "11", + "combat_audio": "710,713,711", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "812,814,813", - "death_animation": "6377", - "defence_animation": "0", - "defence_level": "13", - "lifepoints": "19", - "magic_animation": "0", "magic_level": "1", + "respawn_delay": "3", + "defence_animation": "2706", + "slayer_exp": "2", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "2", + "strength_level": "1", + "id": "4415", + "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4300", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4301", + "slayer_exp": "112", + "death_animation": "4302", + "name": "Gorak", + "defence_level": "1", + "safespot": null, + "lifepoints": "112", + "strength_level": "1", + "id": "4418", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A highly enlightened being.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cosmic Being", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4419", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A healing fairy.", + "name": "Fairy Nuff", + "id": "4434" + }, + { + "examine": "Horseplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Centaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4438", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Horseplay.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Centaur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A noble creature!", "melee_animation": "6376", "range_animation": "0", - "range_level": "1", - "respawn_delay": "90", - "safespot": null, - "strength_level": "13", - "weakness": "7" - }, - { - "id": "4441", - "name": "Wood Dryad", - "examine": "Twiggy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4442", - "name": "Fairy Very Wise" - }, - { - "id": "4443", - "name": "Fairy", - "examine": "A delicate creature from this strange realm." - }, - { - "id": "4444", - "name": "Fairy" - }, - { - "id": "4445", - "name": "Fairy" - }, - { - "id": "4446", - "name": "Fairy" - }, - { - "id": "4447", - "name": "Rabbit" - }, - { - "id": "4448", - "name": "Rabbit" - }, - { - "id": "4449", - "name": "Butterfly" - }, - { - "id": "4450", - "name": "Butterfly" - }, - { - "id": "4451", - "name": "Starflower" - }, - { - "id": "4452", - "name": "Starflower" - }, - { - "id": "4453", - "name": "Fairy Fixit" - }, - { - "id": "4455", - "name": "Fairy Fixit", - "examine": "Fairy ring maintenance division.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4456", - "name": "Ork" - }, - { - "id": "4457", - "name": "Ork", - "examine": "He works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4458", - "name": "Ork", - "examine": "She works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4459", - "name": "Ork", - "examine": "She works in the bank.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4460", - "name": "Fake Man" - }, - { - "id": "4461", - "name": "Held vampyre juvinate" - }, - { - "id": "4462", - "name": "Held vampyre juvinate" - }, - { - "id": "4463", - "name": "Angry juvinate" - }, - { - "id": "4464", - "name": "Angry juvinate" - }, - { - "id": "4465", - "name": "Angry juvinate" - }, - { - "id": "4466", - "name": "Benjamin" - }, - { - "id": "4467", - "name": "Liam" - }, - { - "id": "4468", - "name": "Miala" - }, - { - "id": "4469", - "name": "Verak" - }, - { - "id": "4470", - "name": "Tree spirit", - "examine": "A very angry nymph.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "12", - "magic_animation": "0", - "melee_animation": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "6" - }, - { - "id": "4471", - "name": "Bogrog" - }, - { - "id": "4473", - "name": "Woman" - }, - { - "id": "4474", - "name": "Magic dummy", - "examine": "A magic training dummy", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "6" - }, - { - "id": "4475", - "name": "Ned" - }, - { - "id": "4476", - "name": "Guardian mummy", - "examine": "Who's your mummy?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4477", - "name": "Annoyed guardian mummy" - }, - { - "id": "4478", - "name": "Tarik" - }, - { - "id": "4479", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4480", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4481", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4482", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4483", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4484", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4485", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4486", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4487", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4488", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4489", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4490", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4491", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4492", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "strength_level": "2" - }, - { - "id": "4493", - "name": "General Bentnoze" - }, - { - "id": "4494", - "name": "General Wartface", - "examine": "An ugly green creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4495", - "name": "Grubfoot" - }, - { - "id": "4497", - "name": "Grubfoot" - }, - { - "id": "4498", - "name": "Grubfoot" - }, - { - "id": "4499", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", - "range_level": "1", - "safespot": null, - "slayer_exp": "5", - "strength_level": "2" - }, - { - "id": "4500", - "name": "Scarab swarm" - }, - { - "id": "4501", - "name": "Ethereal Man", - "examine": "Is he real or is it just my imagination?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4502", - "name": "Ethereal Lady", - "examine": "Does she really exist?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4503", - "name": "Ethereal Numerator", - "examine": "He reminds me of my old mathematics teacher.", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4504", - "name": "Ethereal Expert", - "examine": "The master of accomplishment.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4505", - "name": "Ethereal Perceptive", - "examine": "He knows what is possible.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4506", - "name": "Ethereal Guide", - "examine": "He knows the past, present and future. But what of my shoe size?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4507", - "name": "Ethereal Fluke", - "examine": "Luck is probably on his side.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4508", - "name": "Ethereal Mimic" - }, - { - "id": "4509", - "name": "Me", - "examine": "It's like looking in the mirror.", - "attack_level": "60", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "414", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "4510", - "name": "Me", - "examine": "It's like looking in the mirror.", - "attack_level": "60", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "171", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "414", - "range_animation": "0", - "range_level": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "4511", - "name": "Oneiromancer", - "examine": "Spiritual leader of the Moonclan.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4512", - "name": "House", - "examine": "The craziest house I ever did see!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4513", - "name": "Baba Yaga" - }, - { - "id": "4514", - "name": "Pauline Polaris" - }, - { - "id": "4515", - "name": "Meteora" - }, - { - "id": "4516", - "name": "Melana Moonlander" - }, - { - "id": "4517", - "name": "Selene" - }, - { - "id": "4518", - "name": "Rimae Sirsalis" - }, - { - "id": "4519", - "name": "Sirsal Banker" - }, - { - "id": "4520", - "name": "Clan Guard" - }, - { - "id": "4521", - "name": "Enchanted Broom", - "examine": "How does it see where to sweep?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4522", - "name": "Enchanted Broom" - }, - { - "id": "4523", - "name": "Enchanted Broom" - }, - { - "id": "4524", - "name": "Enchanted Bucket", - "examine": "I'm not sure if it's actually doing anything of use.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4525", - "name": "Enchanted Bucket" - }, - { - "id": "4526", - "name": "Bouquet Mac Hyacinth" - }, - { - "id": "4527", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4528", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4529", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4530", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4385", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4531", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4385", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4532", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4533", - "name": "Suqah", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4389", - "defence_animation": "4384", - "defence_level": "95", - "lifepoints": "105", - "melee_animation": "4388", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "95" - }, - { - "id": "4534", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "85", - "magic_animation": "4666", + "combat_audio": "812,814,813", + "attack_speed": "4", "magic_level": "1", + "respawn_delay": "90", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6377", + "name": "Stag", + "defence_level": "13", + "safespot": null, + "lifepoints": "19", + "strength_level": "13", + "id": "4440", + "aggressive": "false", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Twiggy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wood Dryad", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4441", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Fairy ring maintenance division.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Fixit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4455", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4457", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4458", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She works in the bank.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ork", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4459", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very angry nymph.", + "melee_animation": "94", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Tree spirit", + "defence_level": "9", + "safespot": null, + "lifepoints": "12", + "strength_level": "9", + "id": "4470", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "A magic training dummy", + "melee_animation": "94", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Magic dummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "15", + "strength_level": "1", + "id": "4474", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Who's your mummy?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guardian mummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4476", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4479", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4480", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4481", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4482", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4483", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4484", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4485", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4486", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4487", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4488", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4489", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4490", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4491", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4492", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "General Wartface", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4494", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "attack_speed": "5", + "defence_animation": "6183", + "slayer_exp": "5", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "4499", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is he real or is it just my imagination?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Man", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4501", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Does she really exist?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Lady", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4502", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He reminds me of my old mathematics teacher.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Numerator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4503", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The master of accomplishment.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He knows what is possible.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Perceptive", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4505", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He knows the past, present and future. But what of my shoe size?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Guide", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4506", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Luck is probably on his side.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ethereal Fluke", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's like looking in the mirror.", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Me", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "4509", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "It's like looking in the mirror.", + "melee_animation": "414", + "range_animation": "0", + "magic_level": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Me", + "defence_level": "60", + "safespot": null, + "lifepoints": "171", + "strength_level": "60", + "id": "4510", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Spiritual leader of the Moonclan.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Oneiromancer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4511", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The craziest house I ever did see!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "House", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4512", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "How does it see where to sweep?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchanted Broom", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4521", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I'm not sure if it's actually doing anything of use.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Enchanted Bucket", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4524", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4529", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4530", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4385", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4531", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4533", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", "strength_level": "30", - "weakness": "1" - }, - { - "id": "4535", - "name": "Parrot" - }, - { - "id": "4536", - "name": "Lokar Searunner" - }, - { - "id": "4537", - "name": "Lokar Searunner", - "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4538", - "name": "Cabin boy" - }, - { - "id": "4539", - "name": "Cabin boy", - "examine": "I always wondered what that job description actually meant...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4540", - "name": "Captain Bentley", - "examine": "The High Priest has been transformed into an avatar of Bandos.", + "id": "4534", "aggressive": "true", - "attack_level": "55", - "death_animation": "0", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "214", "magic_animation": "0", + "death_animation": "0", + "name": "Lokar Searunner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4537", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I always wondered what that job description actually meant...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cabin boy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4539", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The High Priest has been transformed into an avatar of Bandos.", + "range_animation": "0", "magic_level": "55", - "range_animation": "0", - "range_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Bentley", + "defence_level": "55", "safespot": null, + "lifepoints": "214", "strength_level": "55", - "weakness": "9" + "id": "4540", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "4541", - "name": "'Beefy' Burns", "examine": "A stickler for hygiene in the kitchen.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beefy' Burns", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4541", + "range_level": "1", + "attack_level": "1" }, { - "id": "4542", - "name": "'Eagle-eye' Shultz", "examine": "A keen-eyed lookout with a telescope.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Eagle-eye' Shultz", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4542", + "range_level": "1", + "attack_level": "1" }, { - "id": "4543", - "name": "First mate 'Davey-boy", "examine": "First mate to Captain Bentley.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "First mate 'Davey-boy", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4543", + "range_level": "1", + "attack_level": "1" }, { - "id": "4544", - "name": "'Bird's-Eye' Jack" - }, - { - "id": "4545", - "name": "'Picarron' Pete", "examine": "A pirate through and through.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Picarron' Pete", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4545", + "range_level": "1", + "attack_level": "1" }, { - "id": "4546", - "name": "Jake", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Jake", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "422", + "strength_level": "1", + "id": "4546", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "4547", - "name": "Bedread the bold", "examine": "He got his name from his favourite hobby. Reading about beds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bedread the bold", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4547", + "range_level": "1", + "attack_level": "1" }, { - "id": "4548", - "name": "Wilson", - "attack_level": "1", "death_animation": "836", - "defence_animation": "425", + "name": "Wilson", "defence_level": "1", + "safespot": null, "lifepoints": "50", "melee_animation": "395", + "strength_level": "1", + "id": "4548", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "425" }, { - "id": "4549", - "name": "Tommy 2-times", "examine": "Nobody really knows why he's called Tommy 2-times...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tommy 2-times", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4549", + "range_level": "1", + "attack_level": "1" }, { - "id": "4550", - "name": "Murky Pat", "examine": "Don't look him straight in the eyes. He'll eat you alive!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Pat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4550", + "range_level": "1", + "attack_level": "1" }, { - "id": "4551", - "name": "Jack Sails", "examine": "Nice beard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jack Sails", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4551", + "range_level": "1", + "attack_level": "1" }, { - "id": "4552", - "name": "Palmer" - }, - { - "id": "4553", - "name": "'Betty' B.Boppin" - }, - { - "id": "4554", - "name": "'Beedy-eye' Jones", "examine": "Is he looking at me?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Beedy-eye' Jones", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4554", + "range_level": "1", + "attack_level": "1" }, { - "id": "4555", - "name": "Jenny Blade", "examine": "Yes", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jenny Blade", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4555", + "range_level": "1", + "attack_level": "1" }, { - "id": "4556", - "name": "'Lecherous' Lee", "examine": "A low-down", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Lecherous' Lee", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4556", + "range_level": "1", + "attack_level": "1" }, { - "id": "4557", - "name": "'Sticky' Sanders", "examine": "Apparently his nickname comes from his fondness for jam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Sticky' Sanders", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4558", - "name": "Hirko" - }, - { - "id": "4559", - "name": "Holoy" - }, - { - "id": "4560", - "name": "Frizzy Skernip", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4561", - "name": "Yulf Squecks", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4562", - "name": "Praistan Ebola", - "examine": "Perhaps this gardener might look after your crops for you." - }, - { - "id": "4563", - "name": "Hura" + "lifepoints": "10", + "strength_level": "1", + "id": "4557", + "range_level": "1", + "attack_level": "1" }, { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4564", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This person is working on the site.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4565", - "name": "Digsite workman", - "examine": "This person is working on the site.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4566", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Upon examining the examiner you examine it is indeed an examiner!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Examiner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4567", - "name": "Examiner", - "examine": "Upon examining the examiner you examine it is indeed an examiner!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4568", - "name": "Researcher", "examine": "Must be hard at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Researcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4568", + "range_level": "1", + "attack_level": "1" }, { - "id": "4569", - "name": "Nick" - }, - { - "id": "4570", - "name": "Crow" - }, - { - "id": "4571", - "name": "Crow" - }, - { - "id": "4572", - "name": "Gianne jnr." - }, - { - "id": "4573", - "name": "Timble" - }, - { - "id": "4574", - "name": "Tamble" - }, - { - "id": "4575", - "name": "Spang" - }, - { - "id": "4576", - "name": "Brambickle" - }, - { - "id": "4577", - "name": "Wingstone" - }, - { - "id": "4578", - "name": "Penwie", - "examine": "He looks like he's a long way from home." - }, - { - "id": "4579", - "name": "Generic Diplomat", "examine": "He makes pots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Generic Diplomat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4579", + "range_level": "1", + "attack_level": "1" }, { - "id": "4580", - "name": "Ambassador Gimblewap", "examine": "He's very diplomatic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ambassador Gimblewap", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4580", + "range_level": "1", + "attack_level": "1" }, { - "id": "4581", + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ambassador Spanfipple", - "examine": "Peaceful man!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4581", + "range_level": "1", + "attack_level": "1" }, { - "id": "4582", + "examine": "Peaceful man!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Ambassador Ferrnook", - "examine": "Peaceful man!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "4582", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Your common man.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4583", - "name": "Professor Manglethorp" - }, - { - "id": "4584", - "name": "Damwin" - }, - { - "id": "4585", - "name": "Professor Onglewip", - "examine": "A gnome mage on sabbatical." - }, - { - "id": "4586", - "name": "Professor Imblewyn" - }, - { - "id": "4587", - "name": "Perrdur" - }, - { - "id": "4588", - "name": "Dalila" - }, - { - "id": "4589", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Sorrn", - "examine": "Your common man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4589", + "range_level": "1", + "attack_level": "1" }, { - "id": "4590", - "name": "Mimm", "examine": "Your common woman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mimm", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4590", + "range_level": "1", + "attack_level": "1" }, { - "id": "4591", - "name": "Eebel" - }, - { - "id": "4592", - "name": "Ermin" - }, - { - "id": "4593", - "name": "Portobello", "examine": "Your common man.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portobello", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4593", + "range_level": "1", + "attack_level": "1" }, { - "id": "4594", + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Captain Ninto", - "examine": "A gnome pilot off duty", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4594", + "range_level": "1", + "attack_level": "1" }, { - "id": "4595", + "examine": "A gnome pilot off duty", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Captain Daerkin", - "examine": "A gnome pilot off duty", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4595", + "range_level": "1", + "attack_level": "1" }, { - "id": "4596", - "name": "Captain Lamdoo" - }, - { - "id": "4597", - "name": "Meegle" - }, - { - "id": "4598", - "name": "Wurbel" - }, - { - "id": "4599", - "name": "Sarble" - }, - { - "id": "4600", - "name": "Guard Vemmeldo", "examine": "He looks alert and ready for action.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard Vemmeldo", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4601", - "name": "Burkor" - }, - { - "id": "4602", - "name": "Froono" + "lifepoints": "10", + "strength_level": "1", + "id": "4600", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A generic evil henchman.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4603", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { + "examine": "A generic evil henchman.", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4604", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { + "examine": "A generic evil henchman.", + "melee_animation": "428", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", + "safespot": null, + "lifepoints": "37", + "strength_level": "26", "id": "4605", - "name": "Fortress Guard", - "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "melee_animation": "428", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "26", - "weakness": "9" + "attack_level": "26" }, { - "id": "4606", - "name": "Fortress Guard", "examine": "A generic evil henchman.", - "attack_level": "26", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", "melee_animation": "390", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Fortress Guard", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "26", - "weakness": "9" + "id": "4606", + "range_level": "1", + "attack_level": "26" }, { - "id": "4607", - "name": "Black Cat", "examine": "A witch's black cat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Black Cat", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "7" + "id": "4607", + "range_level": "1", + "attack_level": "1" }, { - "id": "4608", "name": "Monk", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4609", - "name": "Brimstail" - }, - { - "id": "4611", - "name": "Saboteur", - "examine": "Swine.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4612", - "name": "Gnome shop keeper" - }, - { - "id": "4613", - "name": "Cute creature" - }, - { - "id": "4615", - "name": "Evil creature", - "examine": "What is that thing!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "0", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "6" + "id": "4608", + "range_level": "1", + "attack_level": "1" }, { - "id": "4616", - "name": "Cute creature" + "examine": "Swine.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Saboteur", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4611", + "range_level": "1", + "attack_level": "1" }, { - "id": "4618", - "name": "Evil creature" - }, - { - "id": "4619", - "name": "Cute creature" - }, - { - "id": "4621", - "name": "Evil creature" - }, - { - "id": "4622", - "name": "Cute creature" - }, - { - "id": "4624", - "name": "Evil creature" - }, - { - "id": "4625", - "name": "Cute creature" - }, - { - "id": "4627", - "name": "Evil creature" - }, - { - "id": "4628", - "name": "Cute creature" - }, - { - "id": "4630", - "name": "Evil creature" - }, - { - "id": "4631", - "name": "fluffie" - }, - { - "id": "4632", - "name": "fluffie" + "examine": "What is that thing!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "0", + "name": "Evil creature", + "defence_level": "1", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "4615", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4633", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4634", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4635", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4636", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "4637", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4638", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4639", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4640", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4641", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A little warrior.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gnome soldier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4642", - "name": "Gnome soldier", - "examine": "A little warrior.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4643", - "name": "Healthorg and tortoise", "examine": "King Healthorg riding his War Tortoise.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Healthorg and tortoise", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4643", + "range_level": "1", + "attack_level": "1" }, { - "id": "4644", - "name": "Oaknock the Engineer" - }, - { - "id": "4645", - "name": "Glouphrie the Untrusted", "examine": "A weasly, shifty-looking Gnome Mage.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Glouphrie the Untrusted", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4645", + "range_level": "1", + "attack_level": "1" }, { - "id": "4646", - "name": "King Healthorg" - }, - { - "id": "4647", - "name": "Hazelmere" - }, - { - "id": "4648", - "name": "Nisha" - }, - { - "id": "4649", - "name": "Tyras guard" - }, - { - "id": "4650", - "name": "Trader Stan", "examine": "With the prices he charges, no wonder he can afford to look so sharp.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Stan", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4650", + "range_level": "1", + "attack_level": "1" }, { - "id": "4651", - "name": "Trader Crewmember", "examine": "Looks very stylish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4651", + "range_level": "1", + "attack_level": "1" }, { - "id": "4652", - "name": "Trader Crewmember", "examine": "That suit looks a little briny around the edges.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4652", + "range_level": "1", + "attack_level": "1" }, { - "id": "4653", - "name": "Trader Crewmember", "examine": "First storm he is in that hat will blow away.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4653", + "range_level": "1", + "attack_level": "1" }, { - "id": "4654", - "name": "Trader Crewmember", "examine": "She'll never be able to climb rigging in that.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4654", + "range_level": "1", + "attack_level": "1" }, { - "id": "4655", - "name": "Trader Crewmember", "examine": "High heels on a ship? What is she thinking?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4656", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Trader Crewmember", - "examine": "The effect is sort of spoiled by all those tattoos.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "4655", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The effect is sort of spoiled by all those tattoos.", "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Crewmember", + "defence_level": "1", "movement_radius": "710", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4656", + "range_level": "1", + "attack_level": "1" }, { - "id": "4657", - "name": "Sir Prysin" - }, - { - "id": "4658", - "name": "Dark wizard" - }, - { - "id": "4659", - "name": "Dark wizard", "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "5", - "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "5", - "end_gfx": "95", - "lifepoints": "12", - "magic_animation": "711", - "magic_level": "6", - "melee_animation": "810", - "projectile": "94", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "start_gfx": "93", - "start_height": "80", - "strength_level": "2" - }, - { - "id": "4660", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "17", - "combat_audio": "511,513,512", "combat_style": "2", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "14", - "end_gfx": "98", - "lifepoints": "24", - "magic_animation": "711", - "magic_level": "22", + "start_height": "80", "melee_animation": "810", - "projectile": "97", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "start_gfx": "96", - "start_height": "80", - "strength_level": "17" - }, - { - "id": "4661", - "name": "Dark wizard", - "examine": "He works evil magic.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "4", "combat_audio": "511,513,512", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "15", - "lifepoints": "30", + "magic_level": "6", + "end_gfx": "95", + "respawn_delay": "60", + "defence_animation": "425", "magic_animation": "711", - "magic_level": "15", - "projectile": "98", - "range_level": "1", - "respawn_delay": "20", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "5", "safespot": null, - "strength_level": "1" - }, - { - "id": "4662", - "name": "Denath" - }, - { - "id": "4663", - "name": "Denath" - }, - { - "id": "4664", - "name": "Wally" - }, - { - "id": "4665", - "name": "Baby blue dragon", - "examine": "Young but still dangerous.", + "lifepoints": "12", + "strength_level": "2", + "id": "4659", "aggressive": "true", - "attack_level": "40", + "range_level": "1", + "projectile": "94", + "attack_level": "5" + }, + { + "examine": "He works evil magic.", + "start_gfx": "96", + "combat_style": "2", + "start_height": "80", + "melee_animation": "810", + "range_animation": "0", + "combat_audio": "511,513,512", + "magic_level": "22", + "end_gfx": "98", + "respawn_delay": "60", + "defence_animation": "425", + "magic_animation": "711", + "death_animation": "836", + "name": "Dark wizard", + "defence_level": "14", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "4660", + "aggressive": "true", + "range_level": "1", + "projectile": "97", + "attack_level": "17" + }, + { + "examine": "He works evil magic.", + "combat_style": "2", + "combat_audio": "511,513,512", "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", - "combat_audio": "405,407,406", - "death_animation": "28", - "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", + "magic_level": "15", + "respawn_delay": "20", + "defence_animation": "404", + "magic_animation": "711", + "death_animation": "9055", + "name": "Dark wizard", + "defence_level": "15", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "4661", + "aggressive": "true", + "range_level": "1", + "projectile": "98", + "attack_level": "1" + }, + { + "examine": "Young but still dangerous.", "melee_animation": "25", "range_animation": "25", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "50", - "strength_level": "40", - "weakness": "3" - }, - { - "id": "4666", - "name": "Baby blue dragon", - "examine": "Young but still dangerous.", - "aggressive": "true", - "attack_level": "45", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", "combat_audio": "405,407,406", - "death_animation": "28", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", "defence_animation": "26", - "defence_level": "40", - "lifepoints": "50", - "magic_animation": "25", - "magic_level": "1", - "melee_animation": "25", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, + "weakness": "3", "slayer_exp": "50", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", "strength_level": "40", - "weakness": "3" + "id": "4665", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { + "examine": "Young but still dangerous.", + "combat_audio": "405,407,406", + "melee_animation": "25", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "26", + "slayer_exp": "50", + "weakness": "3", + "magic_animation": "25", + "death_animation": "28", + "name": "Baby blue dragon", + "defence_level": "40", + "safespot": null, + "lifepoints": "50", + "strength_level": "40", + "id": "4666", + "aggressive": "true", + "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "Young but still dangerous.", + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "405,407,406", + "strength_level": "1", "id": "4667", - "name": "Baby red dragon", - "examine": "Young but still dangerous.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "405,407,406", - "defence_level": "1", - "lifepoints": "50", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Young but still dangerous.", + "name": "Baby red dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "50", + "combat_audio": "405,407,406", + "strength_level": "1", "id": "4668", - "name": "Baby red dragon", - "examine": "Young but still dangerous.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "405,407,406", - "defence_level": "1", - "lifepoints": "50", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4669", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4670", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4671", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A big powerful dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "143", + "magic_animation": "80", + "death_animation": "92", + "name": "Red dragon", + "defence_level": "130", + "safespot": null, + "lifepoints": "140", + "strength_level": "130", "id": "4672", - "name": "Red dragon", - "examine": "A big powerful dragon.", "aggressive": "true", - "attack_level": "130", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "130", - "lifepoints": "140", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "143", - "strength_level": "130", - "weakness": "3" + "attack_level": "130" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4673", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4674", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4675", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "A fierce dragon with black scales!", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "100", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "200", + "magic_animation": "80", + "death_animation": "92", + "name": "Black dragon", + "defence_level": "200", + "safespot": null, + "lifepoints": "190", + "strength_level": "200", "id": "4676", - "name": "Black dragon", - "examine": "A fierce dragon with black scales!", "aggressive": "true", - "attack_level": "200", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "200", - "lifepoints": "190", - "magic_animation": "80", - "magic_level": "100", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "200", - "strength_level": "200", - "weakness": "3" + "attack_level": "200" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4677", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4678", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4679", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "Must be related to Elvarg.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "68", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "75", + "magic_animation": "80", + "death_animation": "92", + "name": "Green dragon", + "defence_level": "68", + "safespot": null, + "lifepoints": "75", + "strength_level": "68", "id": "4680", - "name": "Green dragon", - "examine": "Must be related to Elvarg.", "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "68", - "lifepoints": "75", - "magic_animation": "80", - "magic_level": "68", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "75", - "strength_level": "68", - "weakness": "3" + "attack_level": "68" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4681", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4682", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4683", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "A mother dragon.", + "melee_animation": "80", + "range_animation": "80", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "35", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", "id": "4684", - "name": "Blue dragon", - "examine": "A mother dragon.", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", - "melee_animation": "80", - "range_animation": "80", "range_level": "1", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "108", - "strength_level": "95", - "weakness": "3" + "attack_level": "95" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4685", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4686", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { + "examine": "He's got icicles in his beard.", + "melee_animation": "4672", + "range_animation": "0", + "combat_audio": "448,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "0", + "weakness": "9", + "slayer_exp": "70", + "magic_animation": "0", + "death_animation": "4673", + "name": "Ice giant", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "40", "id": "4687", - "name": "Ice giant", - "examine": "He's got icicles in his beard.", "aggressive": "true", - "attack_level": "40", - "attack_speed": "5", "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4673", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4672", - "range_animation": "0", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "70", - "strength_level": "40", - "weakness": "9" + "attack_level": "40" }, { - "id": "4688", - "name": "Moss giant", "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "60", - "magic_animation": "4666", - "magic_level": "1", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "60", - "strength_level": "30", - "weakness": "1" - }, - { - "id": "4689", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4690", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4691", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4692", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4693", - "name": "Hill Giant", - "examine": "A very large foe.", - "aggressive": "true", - "attack_level": "18", - "attack_speed": "6", - "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", - "combat_audio": "448,451,450", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "26", - "lifepoints": "35", - "magic_animation": "4652", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "4652", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "35", - "strength_level": "22", - "weakness": "6" - }, - { - "id": "4694", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4695", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4696", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4697", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", - "magic_level": "1", - "melee_animation": "4630", - "range_animation": "4630", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "79", - "strength_level": "70", - "weakness": "4" - }, - { - "id": "4698", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4699", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4700", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4701", - "name": "Greater demon", - "examine": "Big, red, and incredibly evil.", - "aggressive": "true", - "attack_level": "59", - "attack_speed": "5", - "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "68", - "defence_animation": "65", - "defence_level": "59", - "lifepoints": "87", - "magic_animation": "64", - "magic_level": "59", - "melee_animation": "64", - "range_animation": "64", - "range_level": "59", - "respawn_delay": "32", - "safespot": null, - "slayer_exp": "87", - "strength_level": "59", - "weakness": "4" - }, - { - "id": "4702", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4703", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4704", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4705", - "name": "Black demon", - "examine": "A big, scary, jet-black demon.", - "aggressive": "true", - "attack_level": "145", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "397,399,398", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "152", - "lifepoints": "157", - "magic_animation": "64", - "magic_level": "1", - "melee_animation": "64", - "range_animation": "64", - "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "157", - "strength_level": "148", - "weakness": "4" - }, - { - "id": "4706", - "name": "Moss giant", - "examine": "His beard seems to have a life of its own.", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "6", - "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", - "combat_audio": "449,451,450", - "death_animation": "4668", - "defence_animation": "4665", - "defence_level": "30", - "lifepoints": "85", "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "60", + "strength_level": "30", + "id": "4688", + "aggressive": "true", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4689", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4690", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4691", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4692", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "A very large foe.", + "melee_animation": "4652", + "range_animation": "4652", + "combat_audio": "448,451,450", + "attack_speed": "6", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4651", + "weakness": "6", + "slayer_exp": "35", + "magic_animation": "4652", + "death_animation": "4653", + "name": "Hill Giant", + "defence_level": "26", + "safespot": null, + "lifepoints": "35", + "strength_level": "22", + "id": "4693", + "aggressive": "true", + "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0", + "range_level": "1", + "attack_level": "18" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4694", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4695", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4696", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Lesser, but still pretty big.", + "melee_animation": "4630", + "range_animation": "4630", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", + "strength_level": "70", + "id": "4697", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4698", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4699", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4700", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "Big, red, and incredibly evil.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "400,404,403", + "attack_speed": "5", + "magic_level": "59", + "respawn_delay": "32", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "87", + "magic_animation": "64", + "death_animation": "68", + "name": "Greater demon", + "defence_level": "59", + "safespot": null, + "lifepoints": "87", + "strength_level": "59", + "id": "4701", + "aggressive": "true", + "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0", + "clue_level": "2", + "range_level": "59", + "attack_level": "59" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4702", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4703", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4704", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "A big, scary, jet-black demon.", + "melee_animation": "64", + "range_animation": "64", + "combat_audio": "397,399,398", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "65", + "weakness": "4", + "slayer_exp": "157", + "magic_animation": "64", + "death_animation": "67", + "name": "Black demon", + "defence_level": "152", + "safespot": null, + "lifepoints": "157", + "strength_level": "148", + "id": "4705", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "145" + }, + { + "examine": "His beard seems to have a life of its own.", "melee_animation": "4666", "range_animation": "4666", - "range_level": "1", + "combat_audio": "449,451,450", + "attack_speed": "6", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "4665", + "weakness": "1", "slayer_exp": "85", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Moss giant", + "defence_level": "30", + "safespot": null, + "lifepoints": "85", "strength_level": "30", - "weakness": "1" - }, - { - "id": "4707", - "name": "Magic Tutor", - "examine": "Mikasi looks ready to teach you about magic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4708", - "name": "Old Man Ral", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4709", - "name": "Vertida Sefalatis" - }, - { - "id": "4710", - "name": "Aeonisig Raispher" - }, - { - "id": "4711", - "name": "Safalaan" - }, - { - "id": "4714", - "name": "Sarius Guile" - }, - { - "id": "4716", - "name": "Trader Sven", - "examine": "A flea-infested black market trader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4717", - "name": "Meiyerditch citizen", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4718", - "name": "Meiyerditch citizen", - "examine": "A flea-infested", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4719", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4720", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4721", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4722", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4723", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4724", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4725", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4726", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4727", - "name": "Meiyerditch citizen" - }, - { - "id": "4728", - "name": "Meiyerditch citizen" - }, - { - "id": "4729", - "name": "Meiyerditch citizen" - }, - { - "id": "4730", - "name": "Meiyerditch citizen" - }, - { - "id": "4731", - "name": "Meiyerditch citizen" - }, - { - "id": "4732", - "name": "Meiyerditch citizen" - }, - { - "id": "4733", - "name": "Meiyerditch citizen", - "examine": "Cowardly mage.", + "id": "4706", "aggressive": "true", - "attack_level": "1", + "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Mikasi looks ready to teach you about magic.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", "magic_animation": "0", + "death_animation": "0", + "name": "Magic Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4707", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Old Man Ral", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4708", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested black market trader.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trader Sven", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4716", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4717", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A flea-infested", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4718", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4719", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4720", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4721", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4722", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4723", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4724", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4725", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4726", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Cowardly mage.", "magic_level": "90", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "60", "safespot": null, - "strength_level": "1" + "lifepoints": "28", + "strength_level": "1", + "id": "4733", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4734", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4735", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4736", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4737", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4738", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4739", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4740", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks pale", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch citizen", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4741", - "name": "Meiyerditch citizen", - "examine": "This citizen looks pale", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A poor street urchin!", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4742", - "name": "Meiyerditch citizen" - }, - { - "id": "4743", - "name": "Meiyerditch citizen" - }, - { - "id": "4744", - "name": "Meiyerditch citizen" - }, - { - "id": "4745", - "name": "Meiyerditch citizen" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "4746", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4747", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4748", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4749", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4750", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4751", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4752", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4753", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4754", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A poor street urchin!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "A Meiyerditch child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4755", - "name": "A Meiyerditch child", - "examine": "A poor street urchin!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks dirty and tired!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4756", - "name": "Meiyerditch miner", - "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This citizen looks dirty and tired!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4757", - "name": "Meiyerditch miner", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Meiyerditch miner", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4758", - "name": "Meiyerditch miner" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "4759", - "name": "Meiyerditch miner", - "examine": "This citizen looks dirty and tired!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4760", - "name": "Meiyerditch miner" - }, - { - "id": "4761", - "name": "Meiyerditch miner" - }, - { - "id": "4762", - "name": "Shadowy figure" - }, - { - "id": "4763", - "name": "Shadowy figure" - }, - { - "id": "4764", - "name": "Shadowy figure" - }, - { - "id": "4765", - "name": "null", "examine": "Some rubbish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4765", + "range_level": "1", + "attack_level": "1" }, { - "id": "4766", - "name": "Stray dog", "examine": "Looks like it's got fleas!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4766", + "range_level": "1", + "attack_level": "1" }, { - "id": "4767", - "name": "Stray dog" - }, - { - "id": "4768", - "name": "Cat", "examine": "A smelly cat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4769", - "name": "Cat" - }, - { - "id": "4770", - "name": "Boat" - }, - { - "id": "4771", - "name": "Boat" + "lifepoints": "10", + "strength_level": "1", + "id": "4768", + "range_level": "1", + "attack_level": "1" }, { + "examine": "An initiate juvenile vampyre; a guard for the mining area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Juvinate guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4772", - "name": "Juvinate guard", - "examine": "An initiate juvenile vampyre; a guard for the mining area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "An initiate juvenile vampyre; a guard for the mining area.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Juvinate guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4773", - "name": "Juvinate guard", - "examine": "An initiate juvenile vampyre; a guard for the mining area.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { + "examine": "A juvenile vampyre.", + "melee_animation": "6276", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "4774", - "name": "Vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6276", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" + "attack_level": "40" }, { + "examine": "A juvenile vampyre.", + "melee_animation": "6276", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "4775", - "name": "Vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "6276", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" + "attack_level": "40" }, { + "examine": "An initiate juvenile vampyre; seems to be a servant.", + "melee_animation": "5783", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Vampyre juvinate", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", "id": "4776", - "name": "Vampyre juvinate", - "examine": "An initiate juvenile vampyre; seems to be a servant.", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "5783", - "range_animation": "0", "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" + "attack_level": "1" }, { - "id": "4777", - "name": "Vampyre juvinate", "examine": "An initiate juvenile vampyre.", - "attack_level": "1", - "death_animation": "5798", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", "melee_animation": "5783", "range_animation": "0", - "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "4778", - "name": "Held vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", + "weakness": "0", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4779", - "name": "Held vampyre juvenile", - "examine": "A juvenile vampyre.", - "attack_level": "40", - "death_animation": "6781", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "4780", - "name": "Held vampyre juvinate", - "examine": "An initiate juvenile vampyre; seems to be a servant.", - "attack_level": "1", "death_animation": "5798", - "defence_animation": "0", + "name": "Vampyre juvinate", "defence_level": "44", + "safespot": null, "lifepoints": "62", - "magic_animation": "0", + "strength_level": "1", + "id": "4777", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "A juvenile vampyre.", "melee_animation": "0", "range_animation": "0", - "range_level": "44", - "safespot": null, - "strength_level": "1", - "weakness": "0" - }, - { - "id": "4781", - "name": "Held vampyre juvinate" - }, - { - "id": "4782", - "name": "Vampyre juvinate" - }, - { - "id": "4783", - "name": "Former vampyre" - }, - { - "id": "4784", - "name": "Former vampyre" - }, - { - "id": "4785", - "name": "Former vampyre" - }, - { - "id": "4786", - "name": "Former vampyre" - }, - { - "id": "4787", - "name": "Former vampyre" - }, - { - "id": "4788", - "name": "Former vampyre" - }, - { - "id": "4789", - "name": "Angry vampyre", - "examine": "An enraged vampyre!", - "attack_level": "42", - "death_animation": "6031", "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", + "weakness": "7", "magic_animation": "0", + "death_animation": "6781", + "name": "Held vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "4778", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "A juvenile vampyre.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6781", + "name": "Held vampyre juvenile", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "4779", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "An initiate juvenile vampyre; seems to be a servant.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5798", + "name": "Held vampyre juvinate", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "1", + "id": "4780", + "range_level": "44", + "attack_level": "1" + }, + { + "examine": "An enraged vampyre!", "melee_animation": "6016", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "6031", + "name": "Angry vampyre", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "7" + "id": "4789", + "range_level": "1", + "attack_level": "42" }, { - "id": "4790", - "name": "Angry vampyre" - }, - { - "id": "4791", - "name": "Vanstrom Klause" - }, - { - "id": "4792", - "name": "Vanstrom Klause" - }, - { - "id": "4793", "name": "Vanstrom Klause", - "aggressive": "true", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "155", + "strength_level": "1", + "id": "4793", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4794", - "name": "Vanstrom Klause" - }, - { - "id": "4795", - "name": "Vanstrom Klause" - }, - { - "id": "4796", - "name": "Vanstrom Klause", "examine": "Not as strong as Thok.", - "aggressive": "true", - "attack_level": "90", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "name": "Vanstrom Klause", + "defence_level": "60", "safespot": null, - "strength_level": "90" - }, - { - "id": "4797", - "name": "Vanescula Drakan" - }, - { - "id": "4798", - "name": "Vanescula Drakan" - }, - { - "id": "4799", - "name": "Vanescula Drakan" - }, - { - "id": "4800", - "name": "Vanescula Drakan" - }, - { - "id": "4801", - "name": "Ranis Drakan" - }, - { - "id": "4802", - "name": "Ranis Drakan" - }, - { - "id": "4803", - "name": "Ranis Drakan" - }, - { - "id": "4804", - "name": "Ranis Drakan" + "lifepoints": "28", + "strength_level": "90", + "id": "4796", + "aggressive": "true", + "range_level": "1", + "attack_level": "90" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4805", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4806", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4807", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4808", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very high-ranking vampyre.", "melee_animation": "7435", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "1", - "weakness": "4" - }, - { - "id": "4809", - "name": "Flying female vampire" - }, - { "id": "4810", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4811", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4812", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4813", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4814", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4815", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A thirsty-looking", + "melee_animation": "6783", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4816", - "name": "Vyrewatch", - "examine": "A thirsty-looking", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", - "melee_animation": "6783", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "50", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "1", "id": "4817", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "52", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", "id": "4818", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "52", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "54", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", "id": "4819", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "An evil", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "6", + "magic_level": "56", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "0", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", "id": "4820", - "name": "Vyrewatch", - "examine": "An evil", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4821", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4822", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4823", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "A very high-ranking vampyre.", + "melee_animation": "7435", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Vyrewatch", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "1", "id": "4824", - "name": "Vyrewatch", - "examine": "A very high-ranking vampyre.", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7435", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { - "id": "4825", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", "magic_level": "50", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "50", "safespot": null, + "lifepoints": "71", "strength_level": "1", - "weakness": "4" + "id": "4825", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4826", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "magic_level": "52", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "1", - "weakness": "4" + "id": "4826", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4827", - "name": "Vyrewatch", "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "6783", + "range_animation": "0", "attack_speed": "6", - "death_animation": "6861", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "magic_level": "54", - "melee_animation": "6783", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "4828", - "name": "Vyrewatch", - "examine": "A thirsty-looking", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "6861", - "defence_animation": "0", - "defence_level": "56", - "lifepoints": "80", - "magic_animation": "0", - "magic_level": "56", + "name": "Vyrewatch", + "defence_level": "54", + "safespot": null, + "lifepoints": "77", + "strength_level": "1", + "id": "4827", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A thirsty-looking", "melee_animation": "6783", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "4" - }, - { - "id": "4829", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", + "magic_level": "56", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4830", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4831", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4832", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4833", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4834", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4835", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4836", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4837", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4838", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4839", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4840", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4841", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4842", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4843", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4844", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4845", - "name": "Flying female vampire", - "examine": "A very high-ranking vampyre.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7524", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", + "weakness": "4", "magic_animation": "0", - "magic_level": "70", + "death_animation": "6861", + "name": "Vyrewatch", + "defence_level": "56", + "safespot": null, + "lifepoints": "80", + "strength_level": "1", + "id": "4828", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4829", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4830", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4831", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4832", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4833", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4834", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4835", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4836", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4837", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4838", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4839", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4840", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "4841", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "4842", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "4843", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "4844", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A very high-ranking vampyre.", "melee_animation": "7435", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "7524", + "name": "Flying female vampire", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "1", - "weakness": "5" - }, - { - "id": "4846", - "name": "Flying female vampire" + "id": "4845", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4847", - "name": "Flying female vampire", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Flying female vampire", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4848", - "name": "Flying female vampire", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "4849", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4850", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "4851", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "4852", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4853", - "name": "Ezekial Lovecraft" - }, - { - "id": "4856", - "name": "Ezekial Lovecraft", - "examine": "Smells a bit fishy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4857", - "name": "Sarius Guile" - }, - { - "id": "4862", - "name": "Vanstrom Klause" - }, - { - "id": "4863", - "name": "Kennith" - }, - { - "id": "4864", - "name": "Kennith" - }, - { - "id": "4865", - "name": "Holgart" - }, - { - "id": "4867", - "name": "Holgart" - }, - { - "id": "4868", - "name": "Holgart", "examine": "Her knives tickle Thok.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", "magic_animation": "0", + "name": "Holgart", + "defence_level": "60", + "safespot": null, + "lifepoints": "28", + "strength_level": "1", + "id": "4868", + "aggressive": "true", "range_level": "90", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "0" }, { - "id": "4869", - "name": "Fisherman" - }, - { - "id": "4870", - "name": "Fisherman", "examine": "Not Thok's pretty lass.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "28", - "magic_animation": "0", "magic_level": "90", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4871", - "name": "Col. O'Niall" - }, - { - "id": "4872", - "name": "Col. O'Niall", - "examine": "A (semi) retired member of the Temple Knights.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "name": "Fisherman", + "defence_level": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "4873", - "name": "Col. O'Niall" - }, - { - "id": "4874", - "name": "Mayor Hobb", - "examine": "There's something fishy about him.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4875", - "name": "Mayor Hobb" - }, - { - "id": "4876", - "name": "Brother Maledict" - }, - { - "id": "4878", - "name": "Brother Maledict", - "examine": "A fresh-faced and innocent priest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4879", - "name": "Brother Maledict" - }, - { - "id": "4880", - "name": "Witchaven villager" - }, - { - "id": "4883", - "name": "Witchaven villager", - "examine": "A down on his luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4884", - "name": "Witchaven villager" - }, - { - "id": "4885", - "name": "Witchaven villager", - "examine": "A down on her luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4886", - "name": "Witchaven villager" - }, - { - "id": "4887", - "name": "Witchaven villager", - "examine": "A down on his luck fisherman.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4888", - "name": "Witchaven villager" - }, - { - "id": "4889", - "name": "Mother Mallum" - }, - { - "id": "4890", - "name": "Slug Prince", - "examine": "A child of aquatic evil.", + "lifepoints": "28", + "strength_level": "1", + "id": "4870", "aggressive": "true", - "attack_level": "37", - "death_animation": "4830", - "defence_animation": "0", - "defence_level": "37", - "lifepoints": "105", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of aquatic evil.", "melee_animation": "4829", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "37", - "weakness": "9" - }, - { - "id": "4891", - "name": "Giant lobster" - }, - { - "id": "4893", - "name": "Giant Lobster", - "examine": "An extremely vicious lobster.", - "aggressive": "true", - "attack_level": "29", - "death_animation": "6267", "defence_animation": "0", - "defence_level": "29", - "lifepoints": "82", + "weakness": "9", "magic_animation": "0", + "death_animation": "4830", + "name": "Slug Prince", + "defence_level": "37", + "safespot": null, + "lifepoints": "105", + "strength_level": "37", + "id": "4890", + "aggressive": "true", + "range_level": "1", + "attack_level": "37" + }, + { + "examine": "An extremely vicious lobster.", "melee_animation": "6265", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6267", + "name": "Giant Lobster", + "defence_level": "29", "safespot": null, + "lifepoints": "82", "strength_level": "29", - "weakness": "9" + "id": "4893", + "aggressive": "true", + "range_level": "1", + "attack_level": "29" }, { - "id": "4894", - "name": "Sea slug", "examine": "A rather nasty looking crustacean.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4895", - "name": "Jeb", - "examine": "A villager named Jeb.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4896", - "name": "Jeb" - }, - { - "id": "4897", - "name": "Sir Tinley" - }, - { - "id": "4898", - "name": "Hobgoblin", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "3520,472,471", - "death_animation": "167", - "defence_animation": "163", - "defence_level": "1", - "lifepoints": "29", - "melee_animation": "164", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4899", - "name": "Cooking Tutor", - "examine": "Cordero looks ready to teach you how to cook.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Sea slug", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4900", - "name": "Crafting Tutor", - "examine": "Cadmus, looking a little bit crafty.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4901", - "name": "Fishing Tutor", - "examine": "Finlay, mending a crayfish cage.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4902", - "name": "Mining Tutor", - "examine": "Monlum, surveying the rocks.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4903", - "name": "Prayer Tutor", - "examine": "Yauchomi, follower of Saradomin.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4904", - "name": "Smelting Tutor", - "examine": "Feoras looks a bit fiery.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4905", - "name": "Smithing Tutor" - }, - { - "id": "4906", - "name": "Woodcutting Tutor", - "examine": "Wilfred, a chip off the old block.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4907", - "name": "Bank Tutor", - "examine": "Barb, ready to teach you about banking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4908", - "name": "Fishing spot" - }, - { - "id": "4909", - "name": "Fritz the Glassblower", - "examine": "His motives are see-through.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4910", - "name": "Earth elemental", - "examine": "An earth elemental.", - "aggressive": "false", - "attack_level": "20", - "attack_speed": "6", - "combat_audio": "1531,1533,1532", - "death_animation": "4870", - "defence_animation": "4869", - "defence_level": "35", - "lifepoints": "35", - "magic_level": "10", - "melee_animation": "4868", - "range_level": "30", - "respawn_delay": "5", - "safespot": null, - "strength_level": "35" - }, - { - "id": "4911", - "name": "Elemental rock", - "examine": "An elemental rock.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "7" + "id": "4894", + "range_level": "1", + "attack_level": "1" }, { - "id": "4912", - "name": "Jig cart" + "melee_animation": "164", + "combat_audio": "3520,472,471", + "respawn_delay": "60", + "defence_animation": "163", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "29", + "strength_level": "1", + "id": "4898", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4914", - "name": "Jig cart" + "examine": "Cordero looks ready to teach you how to cook.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cooking Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4899", + "range_level": "1", + "attack_level": "1" }, { - "id": "4915", - "name": "Jig cart" + "examine": "Cadmus, looking a little bit crafty.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crafting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4900", + "range_level": "1", + "attack_level": "1" }, { - "id": "4916", - "name": "Jig cart" + "examine": "Finlay, mending a crayfish cage.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fishing Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4901", + "range_level": "1", + "attack_level": "1" }, { - "id": "4917", - "name": "Jig cart" + "examine": "Monlum, surveying the rocks.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mining Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4902", + "range_level": "1", + "attack_level": "1" }, { - "id": "4918", - "name": "Jig cart" + "examine": "Yauchomi, follower of Saradomin.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Prayer Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4903", + "range_level": "1", + "attack_level": "1" }, { - "id": "4919", - "name": "Abidor Crank" + "examine": "Feoras looks a bit fiery.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smelting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4904", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Wilfred, a chip off the old block.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Woodcutting Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4906", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Barb, ready to teach you about banking.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bank Tutor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4907", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His motives are see-through.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fritz the Glassblower", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4909", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An earth elemental.", + "melee_animation": "4868", + "combat_audio": "1531,1533,1532", + "attack_speed": "6", + "magic_level": "10", + "respawn_delay": "5", + "defence_animation": "4869", + "death_animation": "4870", + "name": "Earth elemental", + "defence_level": "35", + "safespot": null, + "lifepoints": "35", + "strength_level": "35", + "id": "4910", + "aggressive": "false", + "range_level": "30", + "attack_level": "20" + }, + { + "examine": "An elemental rock.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "0", + "name": "Elemental rock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4911", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nasty overgrown rodent.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", + "safespot": null, + "lifepoints": "70", + "strength_level": "50", "id": "4920", - "name": "Giant crypt rat", - "examine": "A nasty overgrown rodent.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "80" }, { + "examine": "A nasty overgrown rodent.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "30", + "defence_animation": "4934", + "weakness": "9", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Giant crypt rat", + "defence_level": "65", + "safespot": null, + "lifepoints": "70", + "strength_level": "50", "id": "4921", - "name": "Giant crypt rat", - "examine": "A nasty overgrown rodent.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "65", - "lifepoints": "70", - "magic_animation": "4933", - "magic_level": "1", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "strength_level": "50", - "weakness": "9" + "attack_level": "80" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4922", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4923", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4924", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "5", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "8" + "attack_level": "5" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "4925", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "4933", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", "id": "4926", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "8" + "attack_level": "7" }, { + "examine": "Overgrown vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", "id": "4927", - "name": "Giant rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "7", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "7", - "weakness": "8" + "attack_level": "7" }, { + "examine": "Overgrown vermin.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "4928", - "name": "Dungeon rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "8" + "attack_level": "13" }, { + "examine": "Overgrown vermin.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "weakness": "8", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "13", + "safespot": null, + "lifepoints": "18", + "strength_level": "13", "id": "4929", - "name": "Dungeon rat", - "examine": "Overgrown vermin.", "aggressive": "true", - "attack_level": "13", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "13", - "lifepoints": "18", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "13", - "weakness": "8" + "attack_level": "13" }, { + "examine": "They'll eat anything!", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Goat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4930", - "name": "Goat", - "examine": "They'll eat anything!", - "attack_level": "5", - "death_animation": "5343", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "6" + "attack_level": "5" }, { + "examine": "They'll eat anything!", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Goat", + "defence_level": "5", + "safespot": null, + "lifepoints": "7", + "strength_level": "5", "id": "4931", - "name": "Goat", - "examine": "They'll eat anything!", - "attack_level": "5", - "death_animation": "5343", - "defence_animation": "0", - "defence_level": "5", - "lifepoints": "7", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "5", - "weakness": "6" + "attack_level": "5" }, { - "id": "4932", - "name": "Billy Goat", "examine": "They'll eat anything!", - "attack_level": "11", - "death_animation": "5343", + "melee_animation": "5341", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5343", + "name": "Billy Goat", "defence_level": "11", + "safespot": null, "lifepoints": "15", - "magic_animation": "0", - "melee_animation": "5341", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "11", - "weakness": "6" + "id": "4932", + "range_level": "1", + "attack_level": "11" }, { + "death_animation": "5343", + "name": "Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "melee_animation": "5341", + "strength_level": "1", "id": "4933", - "name": "Goat", - "attack_level": "1", - "death_animation": "5343", - "defence_animation": "5342", - "defence_level": "1", - "lifepoints": "21", - "melee_animation": "5341", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { + "death_animation": "5343", + "name": "Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "21", + "melee_animation": "5341", + "strength_level": "1", "id": "4934", - "name": "Goat", - "attack_level": "1", - "death_animation": "5343", - "defence_animation": "5342", - "defence_level": "1", - "lifepoints": "21", - "melee_animation": "5341", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { - "id": "4935", - "name": "Billy Goat", - "attack_level": "1", "death_animation": "5343", - "defence_animation": "5342", + "name": "Billy Goat", "defence_level": "1", + "safespot": null, "lifepoints": "28", "melee_animation": "5341", + "strength_level": "1", + "id": "4935", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5342" }, { + "examine": "A dirty rat.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", "id": "4936", - "name": "Dungeon rat", - "examine": "A dirty rat.", "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "examine": "A dirty rat.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Dungeon rat", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", "id": "4937", - "name": "Dungeon rat", - "examine": "A dirty rat.", "aggressive": "true", - "attack_level": "8", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "8", - "weakness": "9" + "attack_level": "8" }, { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", "id": "4938", - "name": "Angry giant rat", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Angry giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "703,705,704", + "strength_level": "1", "id": "4939", - "name": "Angry giant rat", - "attack_level": "1", - "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4940", - "name": "Angry giant rat", "examine": "He looks a little on the cross side!", - "attack_level": "25", + "melee_animation": "4933", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "4935", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "4935", + "name": "Angry giant rat", "defence_level": "25", + "safespot": null, "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "25", - "weakness": "9" + "id": "4940", + "range_level": "1", + "attack_level": "25" }, { - "id": "4941", - "name": "Blessed giant rat", "examine": "It's one of Iban's pet vermin.", - "attack_level": "12", + "range_animation": "0", "combat_audio": "703,705,704", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Blessed giant rat", "defence_level": "12", + "safespot": null, "lifepoints": "17", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "12", - "weakness": "9" + "id": "4941", + "range_level": "1", + "attack_level": "12" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "4942", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4934", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "4943", - "name": "Giant rat", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "melee_animation": "4933", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "4944", - "name": "Giant rat", "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "23", - "lifepoints": "26", "melee_animation": "4933", - "range_level": "1", - "safespot": null, - "strength_level": "20" - }, - { - "id": "4945", + "attack_speed": "5", + "defence_animation": "4934", + "death_animation": "4935", "name": "Giant rat", - "examine": "Overgrown vermin.", - "aggressive": "true", - "attack_level": "21", - "attack_speed": "5", - "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", "defence_level": "23", - "lifepoints": "26", - "melee_animation": "4933", - "range_level": "1", "safespot": null, + "lifepoints": "26", "strength_level": "20", - "weakness": "9" - }, - { - "id": "4946", - "name": "Ignatius Vulcan" - }, - { - "id": "4947", - "name": "My Arm", - "examine": "Trollish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4948", - "name": "My Arm" - }, - { - "id": "4949", - "name": "My Arm" - }, - { - "id": "4950", - "name": "My Arm" - }, - { - "id": "4958", - "name": "My Arm" - }, - { - "id": "4959", - "name": "My Arm" - }, - { - "id": "4960", - "name": "Adventurer" - }, - { - "id": "4961", - "name": "Captain Barnaby" - }, - { - "id": "4962", - "name": "Captain Barnaby", - "examine": "An old sailor.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4963", - "name": "Murcaily" - }, - { - "id": "4964", - "name": "Jagbakoba" - }, - { - "id": "4965", - "name": "Tool Leprechaun", - "examine": "It's a leprechaun sunbathing on a mountain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "4966", - "name": "Flies" - }, - { - "id": "4968", - "name": "Unnamed troll child" - }, - { - "id": "4969", - "name": "Drunken dwarf's leg" - }, - { - "id": "4970", - "name": "Baby Roc" - }, - { - "id": "4971", - "name": "Baby Roc", - "examine": "A mountain-dwelling bird. Cute", + "id": "4944", "aggressive": "true", - "attack_level": "40", - "death_animation": "5033", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "Overgrown vermin.", + "combat_audio": "703,705,704", + "melee_animation": "4933", + "attack_speed": "5", + "defence_animation": "4934", + "weakness": "9", + "death_animation": "4935", + "name": "Giant rat", + "defence_level": "23", + "safespot": null, + "lifepoints": "26", + "strength_level": "20", + "id": "4945", + "aggressive": "true", + "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0", + "range_level": "1", + "attack_level": "21" + }, + { + "examine": "Trollish.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "100", "magic_animation": "0", + "death_animation": "0", + "name": "My Arm", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4947", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old sailor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Barnaby", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4962", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a leprechaun sunbathing on a mountain.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tool Leprechaun", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4965", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mountain-dwelling bird. Cute", "melee_animation": "5031", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5033", + "name": "Baby Roc", + "defence_level": "40", "safespot": null, + "lifepoints": "100", "strength_level": "40", - "weakness": "7" + "id": "4971", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "4972", - "name": "Giant Roc", "examine": "A very", - "aggressive": "true", - "attack_level": "55", - "death_animation": "5027", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "55", "melee_animation": "5024", "range_animation": "5025", - "range_level": "55", + "magic_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5027", + "name": "Giant Roc", + "defence_level": "55", "safespot": null, + "lifepoints": "285", "strength_level": "55", - "weakness": "10" + "id": "4972", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "4973", - "name": "Shadow" - }, - { - "id": "4974", - "name": "Captain Barnaby" - }, - { - "id": "4975", - "name": "Male slave", "examine": "It looks like he's been here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Male slave", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "4975", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "4976", - "name": "Male slave" - }, - { - "id": "4977", - "name": "Female slave", "examine": "She looks like she's been down here a long time.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Female slave", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "4978", - "name": "Female slave" - }, - { - "id": "4979", - "name": "Cart Camel" - }, - { - "id": "4980", - "name": "Mine Cart" - }, - { - "id": "4981", - "name": "Mine Cart" - }, - { - "id": "4982", - "name": "Ana" - }, - { - "id": "4983", - "name": "Mercenary" - }, - { - "id": "4984", - "name": "Irena" + "lifepoints": "10", + "strength_level": "1", + "id": "4977", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4989", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4990", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4991", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Mercenary", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4992", - "name": "Mercenary", - "examine": "He looks a bit aggressive.", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4993", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4994", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4995", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4996", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4997", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "examine": "He looks a bit aggressive.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Guard", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", "id": "4998", - "name": "Guard", - "examine": "He looks a bit aggressive.", - "attack_level": "25", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "25", - "weakness": "9" + "attack_level": "25" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "4999", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5000", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5001", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5002", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5003", - "name": "Gublinch" - }, - { - "id": "5018", - "name": "Gublinch" - }, - { - "id": "5019", - "name": "Gublinch" - }, - { - "id": "5020", - "name": "Jack" - }, - { - "id": "5024", - "name": "Jill" - }, - { - "id": "5025", - "name": "Jeff" - }, - { - "id": "5026", - "name": "Egg launcher", "examine": "An apprentice.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5026", + "range_level": "1", + "attack_level": "1" }, { - "id": "5027", - "name": "Egg launcher", "examine": "A tired old wizard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5028", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Egg launcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5027", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "An egg launcher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Egg launcher", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5028", + "range_level": "1", + "attack_level": "1" }, { - "id": "5029", - "name": "Commander Connad", "examine": "A slightly more approachable barbarian.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Commander Connad", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5029", + "range_level": "1", + "attack_level": "1" }, { - "id": "5030", - "name": "Captain Cain", "examine": "He looks pretty mean.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Cain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5030", + "range_level": "1", + "attack_level": "1" }, { - "id": "5031", - "name": "Private Paldo", "examine": "A stressed out barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Private Paldo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5031", + "range_level": "1", + "attack_level": "1" }, { - "id": "5032", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Pendron", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5032", + "range_level": "1", + "attack_level": "1" }, { - "id": "5033", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Pierreb", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5033", + "range_level": "1", + "attack_level": "1" }, { - "id": "5034", + "examine": "A barbarian private.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Private Paldon", - "examine": "A barbarian private.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5034", + "range_level": "1", + "attack_level": "1" }, { - "id": "5035", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Attack", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5035", + "range_level": "1", + "attack_level": "1" }, { - "id": "5036", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Collect", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5036", + "range_level": "1", + "attack_level": "1" }, { - "id": "5037", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Defend", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5037", + "range_level": "1", + "attack_level": "1" }, { - "id": "5038", + "examine": "A barbarian army teacher.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Major Heal", - "examine": "A barbarian army teacher.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5038", + "range_level": "1", + "attack_level": "1" }, { - "id": "5039", - "name": "Sergeant Sambur", "examine": "He's keeping a close eye on that nearby door.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sergeant Sambur", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5039", + "range_level": "1", + "attack_level": "1" }, { - "id": "5040", - "name": "Penance Fighter", "examine": "What on Gielinor is that?", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "670,672,671", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Penance Fighter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5040", + "range_level": "1", + "attack_level": "1" }, { - "id": "5041", - "name": "Penance Ranger", "examine": "Shooty-shooty.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Ranger", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5041", + "range_level": "1", + "attack_level": "1" }, { - "id": "5042", - "name": "Penance Runner", "examine": "He's making a run for it!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penance Runner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5042", + "range_level": "1", + "attack_level": "1" }, { - "id": "5043", - "name": "Penance Healer", "examine": "A nasty piece of work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5044", - "name": "Penance Fighter" - }, - { - "id": "5045", - "name": "Penance Fighter" - }, - { - "id": "5046", - "name": "Jack" - }, - { - "id": "5047", - "name": "Jill" - }, - { - "id": "5048", - "name": "Jeff", - "examine": "Not as strong as Thok.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", "magic_animation": "0", - "magic_level": "80", + "death_animation": "0", + "name": "Penance Healer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5043", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not as strong as Thok.", "melee_animation": "401", "range_animation": "0", - "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "10" - }, - { - "id": "5049", - "name": "Auguste" - }, - { - "id": "5050", - "name": "Auguste" - }, - { - "id": "5051", - "name": "Auguste" - }, - { - "id": "5052", - "name": "Auguste" - }, - { - "id": "5053", - "name": "Assistant Serf" - }, - { - "id": "5054", - "name": "Assistant Brock" - }, - { - "id": "5055", - "name": "Assistant Marrow" - }, - { - "id": "5056", - "name": "Assistant Le Smith" - }, - { - "id": "5057", - "name": "Assistant Stan" - }, - { - "id": "5058", - "name": "Bob" - }, - { - "id": "5059", - "name": "Curly" - }, - { - "id": "5060", - "name": "Moe" - }, - { - "id": "5061", - "name": "Larry" - }, - { - "id": "5062", - "name": "Shark" - }, - { - "id": "5067", - "name": "Shark", - "examine": "Time to run away...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5068", - "name": "Shark" - }, - { - "id": "5069", - "name": "Shark" - }, - { - "id": "5070", - "name": "Tropical wagtail" - }, - { - "id": "5072", - "name": "Tropical wagtail", - "examine": "It blends in very well with its surroundings.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5073", - "name": "Crimson swift", - "examine": "This bird obviously doesn't believe in subtlety.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5074", - "name": "Cerulean twitch", - "examine": "Best served ice cold.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5075", - "name": "Golden warbler", - "examine": "Actually", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5076", - "name": "Copper longtail", - "examine": "Nothing much to get in a flap about.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5077", - "name": "Chinchompa" - }, - { - "id": "5079", - "name": "Chinchompa", - "examine": "Handle with care.", - "attack_level": "1", - "death_animation": "5183", - "defence_level": "1", - "lifepoints": "1", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5080", - "name": "Carnivorous chinchompa", - "examine": "It looks fluffy and cute; it's probably deadly.", - "attack_level": "2", - "death_animation": "5183", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "10", - "magic_animation": "0", - "magic_level": "2", - "melee_animation": "0", - "range_animation": "0", - "range_level": "2", - "safespot": null, - "strength_level": "2" - }, - { - "id": "5081", - "name": "Ferret", - "examine": "Wild.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5082", - "name": "Black warlock", - "examine": "A black warlock. The air seems to distort wherever it passes.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5083", - "name": "Snowy knight", - "examine": "It's a snowy knight butterfly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5084", - "name": "Sapphire glacialis", - "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5085", - "name": "Ruby harvest", - "examine": "It's a ruby harvest butterfly.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5086", - "name": "Prickly kebbit", - "examine": "Curls up into a ball to protect itself from attack.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5087", - "name": "Sabre-toothed kebbit", - "examine": "Now that's a big overbite.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5088", - "name": "Barb-tailed kebbit", - "examine": "It uses its tail to hunt and skewer fish.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5089", - "name": "Wild kebbit", - "examine": "That's a mean looking set of claws.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5090", - "name": "Matthias" - }, - { - "id": "5093", - "name": "Matthias" - }, - { - "id": "5094", - "name": "Gyr Falcon" - }, - { - "id": "5095", - "name": "Gyr Falcon" - }, - { - "id": "5096", - "name": "Gyr Falcon" - }, - { - "id": "5097", - "name": "Gyr Falcon", - "examine": "Ha! Thok much stronger.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", - "magic_animation": "0", "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Jeff", + "defence_level": "40", + "safespot": null, + "lifepoints": "22", + "strength_level": "80", + "id": "5048", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "Time to run away...", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Shark", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5067", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It blends in very well with its surroundings.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tropical wagtail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5072", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This bird obviously doesn't believe in subtlety.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Crimson swift", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5073", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Best served ice cold.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cerulean twitch", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5074", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Actually", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Golden warbler", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5075", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Nothing much to get in a flap about.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Copper longtail", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5076", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Chinchompa", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", + "id": "5079", + "range_level": "1", + "attack_level": "1", + "death_animation": "5183", + "examine": "Handle with care." + }, + { + "examine": "It looks fluffy and cute; it's probably deadly.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5183", + "name": "Carnivorous chinchompa", + "defence_level": "2", + "safespot": null, + "lifepoints": "10", + "strength_level": "2", + "id": "5080", + "range_level": "2", + "attack_level": "2" + }, + { + "examine": "Wild.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ferret", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5081", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A black warlock. The air seems to distort wherever it passes.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black warlock", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5082", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a snowy knight butterfly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snowy knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5083", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sapphire glacialis", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5084", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a ruby harvest butterfly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ruby harvest", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5085", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Curls up into a ball to protect itself from attack.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Prickly kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5086", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Now that's a big overbite.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sabre-toothed kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5087", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It uses its tail to hunt and skewer fish.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barb-tailed kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5088", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "That's a mean looking set of claws.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wild kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5089", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Ha! Thok much stronger.", "melee_animation": "395", "range_animation": "0", - "range_level": "80", - "safespot": null, - "strength_level": "80", - "weakness": "10" - }, - { - "id": "5098", - "name": "Spotted kebbit", - "examine": "It seems to be on a permanent sugar rush.", - "attack_level": "1", - "death_animation": "0", + "magic_level": "80", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5099", - "name": "Dark kebbit", - "examine": "Quieter than a ninja mouse with slippers on.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5100", - "name": "Dashing kebbit", - "examine": "Now you see it; now you don't.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5101", - "name": "Sabre-toothed kyatt" - }, - { - "id": "5103", - "name": "Sabre-toothed kyatt", - "examine": "It's just like a big, white, furry, deadly can opener.", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "respawn_delay": "10", - "safespot": null, - "strength_level": "25" - }, - { - "id": "5104", - "name": "Spined larupia", - "examine": "If you tried to ride that, you'd just impale yourself!", - "attack_level": "15", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "safespot": null, - "strength_level": "15" - }, - { - "id": "5105", - "name": "Horned graahk", - "examine": "Get in a graahk's way and you're going to know about it... however briefly.", - "attack_level": "25", - "attack_speed": "5", - "death_animation": "5234", - "defence_animation": "404", - "defence_level": "99", - "lifepoints": "10", - "magic_animation": "5228", - "melee_animation": "5228", - "range_animation": "5228", - "range_level": "1", - "safespot": null, - "strength_level": "25" - }, - { - "id": "5106", - "name": "null", - "examine": "It's just like a big, white, furry, deadly can opener.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "9055", - "defence_animation": "404", + "death_animation": "836", + "name": "Gyr Falcon", "defence_level": "40", + "safespot": null, + "lifepoints": "22", + "strength_level": "80", + "id": "5097", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" + }, + { + "examine": "It seems to be on a permanent sugar rush.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spotted kebbit", + "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "5228", + "strength_level": "1", + "id": "5098", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Quieter than a ninja mouse with slippers on.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dark kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5099", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Now you see it; now you don't.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dashing kebbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5100", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's just like a big, white, furry, deadly can opener.", "melee_animation": "5228", "range_animation": "5228", - "range_level": "1", + "attack_speed": "5", + "respawn_delay": "10", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Sabre-toothed kyatt", + "defence_level": "99", "safespot": null, - "strength_level": "20" + "lifepoints": "10", + "strength_level": "25", + "id": "5103", + "range_level": "1", + "attack_level": "25" }, { - "id": "5110", - "name": "Aleck" + "examine": "If you tried to ride that, you'd just impale yourself!", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Spined larupia", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "15", + "id": "5104", + "range_level": "1", + "attack_level": "15" }, { - "id": "5111", - "name": "Leon", - "examine": "He seems to be making odd sucking noises with his teeth." + "examine": "Get in a graahk's way and you're going to know about it... however briefly.", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "5234", + "name": "Horned graahk", + "defence_level": "99", + "safespot": null, + "lifepoints": "10", + "strength_level": "25", + "id": "5105", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "It's just like a big, white, furry, deadly can opener.", + "melee_animation": "5228", + "range_animation": "5228", + "attack_speed": "5", + "defence_animation": "404", + "magic_animation": "5228", + "death_animation": "9055", + "name": "null", + "defence_level": "40", + "safespot": null, + "lifepoints": "10", + "strength_level": "20", + "id": "5106", + "range_level": "1", + "attack_level": "20" }, { - "id": "5112", - "name": "Hunting expert", "examine": "He must be good at hunting; even his hair blends in with the surroundings.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5113", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hunting expert", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5112", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "With all the furs", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hunting expert", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5113", + "range_level": "1", + "attack_level": "1" }, { - "id": "5114", - "name": "Orange salamander", "examine": "Slightly slimy but kind of cute.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Orange salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5114", + "range_level": "1", + "attack_level": "1" }, { - "id": "5115", - "name": "Red salamander", "examine": "Slightly slimy but certainly striking.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Red salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5115", + "range_level": "1", + "attack_level": "1" }, { - "id": "5116", - "name": "Black salamander", "examine": "Slightly slimy and somewhat menacing.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Black salamander", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5116", + "range_level": "1", + "attack_level": "1" }, { - "id": "5117", - "name": "Swamp lizard", "examine": "Very slimy and generally disgusting.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Swamp lizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5118", - "name": "Eagle" + "lifepoints": "10", + "strength_level": "1", + "id": "5117", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Eagle", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5120", - "name": "Eagle", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5121", - "name": "Eagle" - }, - { - "id": "5122", - "name": "Eagle" - }, - { - "id": "5123", - "name": "Eagle" - }, - { - "id": "5124", - "name": "Nickolaus" - }, - { - "id": "5127", - "name": "Nickolaus" - }, - { - "id": "5128", - "name": "Nickolaus" - }, - { - "id": "5129", - "name": "Nickolaus" - }, - { - "id": "5130", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Desert eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5130", + "range_level": "1", + "attack_level": "1" }, { - "id": "5131", + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Jungle eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5131", + "range_level": "1", + "attack_level": "1" }, { - "id": "5132", + "examine": "A very large", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Polar eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5132", + "range_level": "1", + "attack_level": "1" }, { - "id": "5133", - "name": "Eagle", "examine": "It seems to be protecting the nest.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5134", - "name": "Kebbit" - }, - { - "id": "5137", - "name": "Kebbit", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "5305", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Eagle", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5133", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Kebbit", + "defence_level": "1", + "safespot": null, "lifepoints": "40", "melee_animation": "5304", + "strength_level": "1", + "id": "5137", + "aggressive": "true", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "5305" }, { - "id": "5138", - "name": "Charlie" - }, - { - "id": "5139", - "name": "Boulder" - }, - { - "id": "5140", - "name": "Boulder", "examine": "Now", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Boulder", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5140", + "range_level": "1", + "attack_level": "1" }, { - "id": "5141", - "name": "Uri" - }, - { - "id": "5142", - "name": "Uri" - }, - { - "id": "5143", - "name": "Uri" - }, - { - "id": "5144", - "name": "Double agent", "examine": "He's playing both sides!", - "aggressive": "true", - "attack_level": "75", + "melee_animation": "422", + "range_animation": "0", "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "85", - "magic_animation": "0", "magic_level": "75", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "75", - "weakness": "6" - }, - { - "id": "5145", - "name": "Double agent", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "120", + "name": "Double agent", + "defence_level": "75", + "safespot": null, + "lifepoints": "85", + "strength_level": "75", + "id": "5144", + "aggressive": "true", + "range_level": "1", + "attack_level": "75" + }, + { "melee_animation": "422", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Double agent", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "120", + "strength_level": "1", + "id": "5145", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5146", - "name": "Li'l lamb", "examine": "How cute!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Li'l lamb", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5146", + "range_level": "1", + "attack_level": "1" }, { - "id": "5147", - "name": "Lamb", "examine": "The black sheep of the family.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lamb", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5148", - "name": "Sheep" - }, - { - "id": "5149", - "name": "Sheep" - }, - { - "id": "5150", - "name": "Sheep" - }, - { - "id": "5151", - "name": "Sheep" - }, - { - "id": "5152", - "name": "Sheep" - }, - { - "id": "5153", - "name": "Sheep" - }, - { - "id": "5154", - "name": "Sheep" - }, - { - "id": "5155", - "name": "Sheep" - }, - { - "id": "5156", - "name": "Sheep" - }, - { - "id": "5157", - "name": "Sheep" - }, - { - "id": "5158", - "name": "Sheep" - }, - { - "id": "5159", - "name": "Sheep" - }, - { - "id": "5160", - "name": "Sheep" - }, - { - "id": "5161", - "name": "Sheep" + "lifepoints": "10", + "strength_level": "1", + "id": "5147", + "range_level": "1", + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5162", - "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sheep", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5163", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "White and fluffy", "name": "Sheep", - "examine": "White and fluffy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "id": "5164" + }, + { + "examine": "This goat belongs to the mountain camp people.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5164", - "name": "Sheep", - "examine": "White and fluffy" - }, - { - "id": "5165", - "name": "Sheep" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5166", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "This goat belongs to the mountain camp people.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain Goat", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5167", - "name": "Mountain Goat", - "examine": "This goat belongs to the mountain camp people.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5168", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "5338", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5169", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "5338", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { + "examine": "White and fluffy.", + "melee_animation": "5338", + "range_animation": "0", + "combat_audio": "757,759,758", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5337", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5336", + "name": "Ram", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "5170", - "name": "Ram", - "examine": "White and fluffy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "757,759,758", - "death_animation": "5336", - "defence_animation": "5337", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "0", - "melee_animation": "5338", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5171", - "name": "Mountain goat", "examine": "This beast doesn't need climbing boots.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mountain goat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5171", + "range_level": "1", + "attack_level": "1" }, { - "id": "5172", - "name": "Golden sheep", "examine": "Freshly shorn.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5173", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Golden sheep", - "examine": "Lovely thick wool.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "5172", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lovely thick wool.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5174", - "name": "Ogre chieftain" - }, - { - "id": "5175", - "name": "Ogre shaman" - }, - { - "id": "5176", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", - "aggressive": "true", - "attack_level": "65", - "combat_style": "2", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "death_animation": "0", + "name": "Golden sheep", + "defence_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5173", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", + "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5177", - "name": "Ogre shaman" - }, - { - "id": "5178", - "name": "Blue dragon", - "examine": "A mother dragon.", + "id": "5176", "aggressive": "true", - "attack_level": "95", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "95", - "lifepoints": "105", - "magic_animation": "80", - "magic_level": "1", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A mother dragon.", "melee_animation": "80", "range_animation": "80", - "range_level": "1", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "35", - "safespot": null, + "defence_animation": "89", + "weakness": "3", "slayer_exp": "108", + "magic_animation": "80", + "death_animation": "92", + "name": "Blue dragon", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", "strength_level": "95", - "weakness": "3" - }, - { - "id": "5179", - "name": "Elkoy" - }, - { - "id": "5180", - "name": "Ogre shaman" + "id": "5178", + "aggressive": "true", + "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "95" }, { + "examine": "Seems intelligent... for an ogre.", + "range_animation": "0", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", + "safespot": null, + "lifepoints": "371", + "strength_level": "65", "id": "5181", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", - "attack_level": "65", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5182", - "name": "Elkoy" - }, - { - "id": "5183", - "name": "Ogre shaman" - }, - { "id": "5184", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", "aggressive": "true", - "attack_level": "65", - "combat_style": "2", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Seems intelligent... for an ogre.", + "combat_style": "2", + "range_animation": "0", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Ogre shaman", + "defence_level": "65", "safespot": null, + "lifepoints": "371", "strength_level": "65", - "weakness": "7" - }, - { - "id": "5185", - "name": "Biggleswade" - }, - { - "id": "5186", - "name": "Ogre shaman" - }, - { "id": "5187", - "name": "Ogre shaman", - "examine": "Seems intelligent... for an ogre.", "aggressive": "true", - "attack_level": "65", - "combat_style": "2", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "371", - "magic_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "7" + "attack_level": "65" }, { - "id": "5188", - "name": "Saff Waldon", "examine": "It's Nial", - "aggressive": "true", - "attack_level": "58", - "death_animation": "8948", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "165", - "magic_animation": "0", - "magic_level": "58", "melee_animation": "8946", "range_animation": "0", - "range_level": "58", + "magic_level": "58", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8948", + "name": "Saff Waldon", + "defence_level": "58", "safespot": null, + "lifepoints": "165", "strength_level": "58", - "weakness": "10" - }, - { - "id": "5189", - "name": "Ogre shaman" + "id": "5188", + "aggressive": "true", + "range_level": "58", + "attack_level": "58" }, { + "examine": "Seems intelligent. For an ogre.", + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", + "safespot": null, + "lifepoints": "1", + "strength_level": "1", "id": "5190", - "name": "Ogre shaman", - "examine": "Seems intelligent. For an ogre.", "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "defence_level": "1", - "lifepoints": "1", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Seems intelligent. For an ogre.", + "combat_style": "2", + "name": "Ogre shaman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5191", - "name": "Blaze Sharpeye" - }, - { - "id": "5192", - "name": "Ogre shaman" - }, - { + "lifepoints": "1", + "strength_level": "1", "id": "5193", - "name": "Ogre shaman", - "examine": "Seems intelligent. For an ogre.", "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "defence_level": "1", - "lifepoints": "1", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5194", - "name": "Blaze Sharpeye" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5195", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5196", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A wizard.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wizard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5197", - "name": "Wizard", - "examine": "A wizard.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5198", - "name": "Ava", - "examine": "She's watching you." - }, - { - "id": "5199", - "name": "Witch" - }, - { - "id": "5200", - "name": "Witch", - "examine": "The hat's a dead giveaway." - }, - { - "id": "5201", - "name": "Alice's husband" - }, - { - "id": "5203", - "name": "Alice's husband" - }, - { - "id": "5204", - "name": "Alice's husband", "examine": "She needs to work out before facing Thok.", - "aggressive": "true", - "attack_level": "80", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "7041", "range_animation": "0", - "range_level": "80", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Alice's husband", + "defence_level": "40", "safespot": null, + "lifepoints": "22", "strength_level": "80", - "weakness": "10" + "id": "5204", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5205", - "name": "Alice's husband" - }, - { - "id": "5206", - "name": "Tree" - }, - { - "id": "5208", - "name": "Undead tree" - }, - { - "id": "5209", - "name": " Sneaky undead fowl" - }, - { - "id": "5210", - "name": "Cow1337killr" - }, - { - "id": "5211", - "name": "Undead cow", "examine": "It's an undead cow.", - "aggressive": "false", - "attack_level": "1", - "attack_speed": "4", - "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "death_animation": "5851", - "defence_animation": "5850", - "defence_level": "1", - "lifepoints": "8", - "magic_animation": "5849", - "magic_level": "1", "melee_animation": "5849", "range_animation": "5849", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "5", + "defence_animation": "5850", + "magic_animation": "5849", + "death_animation": "5851", + "name": "Undead cow", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5212", - "name": "Alice" - }, - { - "id": "5213", - "name": "Penance Fighter" - }, - { - "id": "5214", - "name": "Penance Fighter" - }, - { - "id": "5215", - "name": "Penance Fighter" - }, - { - "id": "5216", - "name": "Penance Fighter" - }, - { - "id": "5217", - "name": "Penance Fighter" - }, - { - "id": "5218", - "name": "Penance Fighter" - }, - { - "id": "5219", - "name": "Penance Fighter" - }, - { - "id": "5220", - "name": "Penance Runner" - }, - { - "id": "5221", - "name": "Penance Runner" - }, - { - "id": "5222", - "name": "Penance Runner" - }, - { - "id": "5223", - "name": "Penance Runner" - }, - { - "id": "5224", - "name": "Penance Runner" - }, - { - "id": "5225", - "name": "Penance Runner" - }, - { - "id": "5226", - "name": "Penance Runner" - }, - { - "id": "5227", - "name": "Penance Runner" - }, - { - "id": "5228", - "name": "Penance Runner" + "lifepoints": "8", + "strength_level": "1", + "id": "5211", + "aggressive": "false", + "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Shooty-shooty.", + "combat_style": "1", + "melee_animation": "5395", + "respawn_delay": "60", + "defence_animation": "5396", + "death_animation": "5937", + "name": "Penance Ranger", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5229", - "name": "Penance Ranger", - "examine": "Shooty-shooty.", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "5937", - "defence_animation": "5396", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "5395", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Shooty-shooty.", + "combat_style": "1", + "melee_animation": "5395", "respawn_delay": "60", + "defence_animation": "5396", + "death_animation": "5937", + "name": "Penance Ranger", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5230", - "name": "Penance Ranger" - }, - { - "id": "5231", - "name": "Penance Ranger" - }, - { - "id": "5232", - "name": "Penance Ranger" - }, - { - "id": "5233", - "name": "Penance Ranger" - }, - { - "id": "5234", - "name": "Penance Ranger" - }, - { - "id": "5235", - "name": "Penance Ranger" - }, - { - "id": "5236", - "name": "Penance Ranger" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5237", - "name": "Penance Ranger", - "examine": "Shooty-shooty.", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "5937", - "defence_animation": "5396", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "5395", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5238", - "name": "Penance Healer" - }, - { - "id": "5239", - "name": "Penance Healer" - }, - { - "id": "5240", - "name": "Penance Healer" - }, - { - "id": "5241", - "name": "Penance Healer" - }, - { - "id": "5242", - "name": "Penance Healer" - }, - { - "id": "5243", - "name": "Penance Healer" - }, - { - "id": "5244", - "name": "Penance Healer" - }, - { - "id": "5245", - "name": "Penance Healer" - }, - { - "id": "5246", - "name": "Penance Healer" - }, - { - "id": "5247", - "name": "Penance Queen", "examine": "Run away! Run away!", - "aggressive": "true", - "attack_level": "260", - "death_animation": "5412", - "defence_animation": "0", - "defence_level": "132", - "lifepoints": "71", - "magic_animation": "0", "melee_animation": "5411", "range_animation": "0", - "range_level": "116", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5412", + "name": "Penance Queen", + "defence_level": "132", "safespot": null, - "strength_level": "260" + "lifepoints": "71", + "strength_level": "260", + "id": "5247", + "aggressive": "true", + "range_level": "116", + "attack_level": "260" }, { - "id": "5248", - "name": "Queen spawn", "examine": "What's it looking at?", - "aggressive": "true", - "attack_level": "60", - "death_animation": "5093", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "450", - "magic_animation": "0", "melee_animation": "5092", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5093", + "name": "Queen spawn", + "defence_level": "50", "safespot": null, - "strength_level": "60" + "lifepoints": "450", + "strength_level": "60", + "id": "5248", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" }, { - "id": "5249", - "name": "Captain Errdo", "examine": "He looks embarrassed", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain Errdo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5249", + "range_level": "1", + "attack_level": "1" }, { - "id": "5250", - "name": "Scarab mage", "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "40", "combat_style": "2", - "death_animation": "7616", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "54", "melee_animation": "7615", "range_animation": "0", - "range_level": "1", + "magic_level": "54", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "7616", + "name": "Scarab mage", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "40", - "weakness": "3" + "id": "5250", + "aggressive": "true", + "range_level": "1", + "attack_level": "40" }, { - "id": "5251", - "name": "Locust rider", "examine": "A mounted lancer.", - "aggressive": "true", - "attack_level": "54", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "melee_animation": "7584", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "54", - "weakness": "7" + "id": "5251", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "5252", - "name": "Locust rider", "examine": "A mounted archer.", - "aggressive": "true", - "attack_level": "40", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "54", - "lifepoints": "77", - "magic_animation": "0", "melee_animation": "5451", "range_animation": "5451", - "range_level": "54", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Locust rider", + "defence_level": "54", "safespot": null, + "lifepoints": "77", "strength_level": "40", - "weakness": "2" + "id": "5252", + "aggressive": "true", + "range_level": "54", + "attack_level": "40" }, { - "id": "5253", - "name": "Giant scarab", "examine": "A huge scarab beast.", - "aggressive": "true", - "attack_level": "62", - "death_animation": "5456", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "571", - "magic_animation": "0", - "magic_level": "62", "melee_animation": "5457", "range_animation": "0", - "range_level": "62", + "magic_level": "62", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5456", + "name": "Giant scarab", + "defence_level": "62", "safespot": null, + "lifepoints": "571", "strength_level": "62", - "weakness": "10" + "id": "5253", + "aggressive": "true", + "range_level": "62", + "attack_level": "62" }, { - "id": "5254", - "name": "Scarab mage", "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "1", "combat_style": "2", - "death_animation": "7616", - "defence_animation": "7617", - "defence_level": "1", - "lifepoints": "50", "melee_animation": "7615", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5255", - "name": "Locust rider" - }, - { - "id": "5256", - "name": "Locust rider" - }, - { - "id": "5257", - "name": "Banker" - }, - { - "id": "5258", - "name": "Banker", - "examine": "He can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scarab mage", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5259", - "name": "Banker" - }, - { - "id": "5260", - "name": "Banker", - "examine": "She can look after my money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5261", - "name": "Stonemason" - }, - { - "id": "5263", - "name": "Nathifa" - }, - { - "id": "5265", - "name": "Urbi" - }, - { - "id": "5267", - "name": "Jamila" - }, - { - "id": "5269", - "name": "Sophanem guard" - }, - { - "id": "5270", - "name": "Sophanem guard", - "examine": "A guard of Sophanem.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5271", - "name": "Sophanem guard" - }, - { - "id": "5273", - "name": "Sophanem guard" - }, - { - "id": "5274", - "name": "Sophanem guard", - "examine": "A guard of Sophanem.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5275", - "name": "Sophanem guard" - }, - { - "id": "5277", - "name": "Menaphite guard", - "examine": "A guard of Menaphos.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5278", - "name": "Coenus" - }, - { - "id": "5279", - "name": "Jex" - }, - { - "id": "5280", - "name": "Maisa" - }, - { - "id": "5282", - "name": "Osman" - }, - { - "id": "5285", - "name": "Osman", - "examine": "Flings annoying splinters at Thok.", + "lifepoints": "50", + "strength_level": "1", + "id": "5254", "aggressive": "true", - "attack_level": "80", - "death_animation": "836", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He can look after my money.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "22", "magic_animation": "0", - "magic_level": "80", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5258", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "She can look after my money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5260", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Sophanem.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sophanem guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5270", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Sophanem.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sophanem guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5274", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guard of Menaphos.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Menaphite guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5277", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Flings annoying splinters at Thok.", "melee_animation": "426", "range_animation": "426", - "range_level": "80", + "magic_level": "80", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "836", + "name": "Osman", + "defence_level": "40", "safespot": null, + "lifepoints": "22", "strength_level": "80", - "weakness": "10" - }, - { - "id": "5286", - "name": "Osman" - }, - { - "id": "5287", - "name": "Osman" - }, - { - "id": "5288", - "name": "Embalmer" - }, - { - "id": "5289", - "name": "Carpenter" - }, - { - "id": "5290", - "name": "Linen worker" - }, - { - "id": "5291", - "name": "Priest" - }, - { - "id": "5292", - "name": "Giant scarab" + "id": "5285", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5293", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5294", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5295", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5296", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5297", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5298", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5299", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5300", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5301", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5302", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5303", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", "id": "5304", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "22", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Brains!", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", "id": "5305", - "name": "Zombie", - "examine": "Brains!", - "attack_level": "11", - "attack_speed": "5", "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "10", - "lifepoints": "18", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "11" }, { - "id": "5306", - "name": "Zombie", "examine": "Brains!", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "5568", "combat_audio": "931,923,922", - "death_animation": "5569", + "respawn_delay": "60", "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", + "safespot": null, "lifepoints": "22", - "melee_animation": "5568", + "strength_level": "1", + "id": "5306", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5307", - "name": "Zombie", "examine": "Brains!", - "attack_level": "11", - "attack_speed": "5", - "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "10", - "lifepoints": "18", - "magic_animation": "5568", "melee_animation": "5568", "range_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", + "attack_speed": "5", "respawn_delay": "30", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "10", + "safespot": null, + "lifepoints": "18", + "strength_level": "1", + "id": "5307", + "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "11" }, { + "examine": "Brains!", + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5308", - "name": "Zombie", - "examine": "Brains!", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5309", - "name": "Zombie", "examine": "Brains!", - "attack_level": "15", - "attack_speed": "5", - "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15", + "melee_animation": "5571", + "range_animation": "5571", "combat_audio": "931,923,922", - "death_animation": "5575", + "attack_speed": "5", + "respawn_delay": "30", "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", "defence_level": "16", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", - "range_level": "1", - "respawn_delay": "30", "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "lifepoints": "40", + "strength_level": "1", + "id": "5309", + "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15", + "range_level": "1", + "attack_level": "15" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5310", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5311", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5312", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "1", "id": "5313", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "24", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5314", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5315", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5316", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5317", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5318", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5319", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "15", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "15" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5320", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "18", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "18" }, { + "examine": "Examine not added", + "melee_animation": "5571", + "range_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5574", + "slayer_exp": "30", + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "20", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5321", - "name": "Zombie", - "examine": "Examine not added", - "attack_level": "18", - "attack_speed": "5", "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "20", - "lifepoints": "40", - "magic_animation": "5571", - "melee_animation": "5571", - "range_animation": "5571", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "18" }, { - "id": "5322", - "name": "Zombie", "examine": "Dead man walking.", - "aggressive": "true", - "attack_level": "20", - "attack_speed": "5", - "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "23", - "lifepoints": "30", - "magic_animation": "5571", "melee_animation": "5571", "range_animation": "5571", - "range_level": "1", - "safespot": null, + "combat_audio": "931,923,922", + "attack_speed": "5", + "defence_animation": "5574", "slayer_exp": "30", - "strength_level": "19" + "magic_animation": "5571", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "23", + "safespot": null, + "lifepoints": "30", + "strength_level": "19", + "id": "5322", + "aggressive": "true", + "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0", + "range_level": "1", + "attack_level": "20" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5323", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5324", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5325", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5326", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5327", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5328", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "5568", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5329", - "name": "Zombie", "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5568", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5330", - "name": "Zombie", "examine": "", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "30", "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "5331", + "death_animation": "5569", "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", "defence_level": "1", + "safespot": null, "lifepoints": "30", + "strength_level": "1", + "id": "5330", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "5332", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_level": "1", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5333", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5334", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "15", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "17", - "lifepoints": "29", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "70", - "safespot": null, - "strength_level": "18", - "weakness": "8" - }, - { - "id": "5335", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "11", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", "safespot": null, - "strength_level": "11" - }, - { - "id": "5336", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "11", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "1", - "lifepoints": "24", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "11" - }, - { - "id": "5337", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", + "lifepoints": "30", + "strength_level": "1", + "id": "5331", "aggressive": "true", - "attack_level": "24", - "attack_speed": "4", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "24", - "lifepoints": "17", - "magic_animation": "5485", - "magic_level": "1", - "melee_animation": "5485", - "range_animation": "5485", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "24", - "weakness": "8" + "attack_level": "1" }, { - "id": "5338", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5339", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5340", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "attack_level": "12", - "attack_speed": "6", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5489", - "defence_level": "23", - "lifepoints": "17", - "magic_animation": "5485", - "melee_animation": "5485", - "range_animation": "5485", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "8" - }, - { - "id": "5341", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "42", + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5503", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "5499", - "range_animation": "0", - "range_level": "1", + "magic_level": "18", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", "safespot": null, - "strength_level": "42", - "weakness": "8" - }, - { + "lifepoints": "25", + "strength_level": "1", "id": "5342", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5343", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5344", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5345", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5346", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5347", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "range_animation": "0", + "combat_audio": "436,439,438", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5348", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "5532", - "range_animation": "0", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5533", "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", "strength_level": "1", - "weakness": "5" - }, - { "id": "5349", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5350", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5351", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", "id": "5352", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5353", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", "melee_animation": "5485", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "32", "safespot": null, + "lifepoints": "45", "strength_level": "32", - "weakness": "8" + "id": "5353", + "aggressive": "true", + "range_level": "1", + "attack_level": "32" }, { - "id": "5354", - "name": "Undead one", "examine": "A minion of Rashiliyia.", - "attack_level": "33", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", "melee_animation": "5487", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Undead one", + "defence_level": "33", "safespot": null, + "lifepoints": "47", "strength_level": "33", - "weakness": "8" + "id": "5354", + "range_level": "1", + "attack_level": "33" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5568", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", "id": "5355", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "5568", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" + "attack_level": "32" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5568", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5569", + "name": "Undead one", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", "id": "5356", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "32", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "melee_animation": "5568", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "32", - "weakness": "8" + "attack_level": "32" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", "id": "5357", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "33", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "8" + "attack_level": "33" }, { + "examine": "The animated dead; one of Rashiliyia's minions.", + "melee_animation": "5571", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5575", + "name": "Undead one", + "defence_level": "33", + "safespot": null, + "lifepoints": "47", + "strength_level": "33", "id": "5358", - "name": "Undead one", - "examine": "The animated dead; one of Rashiliyia's minions.", "aggressive": "true", - "attack_level": "33", - "attack_speed": "5", - "death_animation": "5575", - "defence_animation": "0", - "defence_level": "33", - "lifepoints": "47", - "magic_animation": "0", - "melee_animation": "5571", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "33", - "weakness": "8" + "attack_level": "33" }, { - "id": "5359", - "name": "Giant skeleton", "examine": "A giant skeleton.", - "attack_level": "60", - "death_animation": "5503", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", "melee_animation": "5499", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "60", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "8" + "id": "5359", + "range_level": "1", + "attack_level": "60" }, { - "id": "5360", - "name": "Mummy ashes" - }, - { - "id": "5361", - "name": "Waterfiend", "examine": "A fiendish embodiment of water.", - "aggressive": "true", - "attack_level": "0", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0", - "combat_audio": "3774,3773,3772", "combat_style": "1", - "death_animation": "300", - "defence_animation": "301", - "defence_level": "128", - "lifepoints": "128", - "magic_animation": "299", - "magic_level": "105", "melee_animation": "299", - "poison_immune": "true", - "projectile": "16", "range_animation": "299", - "range_level": "105", - "safespot": null, - "strength_level": "0", - "weakness": "4" - }, - { - "id": "5362", - "name": "Brutal green dragon", - "examine": "It appears to be intelligent and savage.", - "aggressive": "true", - "attack_level": "268", + "combat_audio": "3774,3773,3772", "attack_speed": "4", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "168", - "lifepoints": "175", - "magic_animation": "91", - "magic_level": "168", - "melee_animation": "91", + "magic_level": "105", + "defence_animation": "301", + "weakness": "4", + "magic_animation": "299", + "death_animation": "300", + "name": "Waterfiend", + "defence_level": "128", "poison_immune": "true", - "range_animation": "91", - "range_level": "0", "safespot": null, - "slayer_exp": "183", - "strength_level": "168", - "weakness": "3" + "lifepoints": "128", + "strength_level": "0", + "id": "5361", + "aggressive": "true", + "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0", + "range_level": "105", + "projectile": "16", + "attack_level": "0" }, { - "id": "5363", - "name": "Mithril dragon", - "examine": "Experimenting with mithril gone bad!", - "aggressive": "true", - "attack_level": "268", + "examine": "It appears to be intelligent and savage.", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", "attack_speed": "4", + "magic_level": "168", + "defence_animation": "89", + "weakness": "3", + "slayer_exp": "183", + "magic_animation": "91", + "death_animation": "92", + "name": "Brutal green dragon", + "defence_level": "168", + "poison_immune": "true", + "safespot": null, + "lifepoints": "175", + "strength_level": "168", + "id": "5362", + "aggressive": "true", + "clue_level": "2", + "range_level": "0", + "attack_level": "268" + }, + { + "examine": "Experimenting with mithril gone bad!", + "melee_animation": "91", + "range_animation": "91", + "combat_audio": "408,410,409", + "attack_speed": "4", + "magic_level": "168", + "respawn_delay": "30", + "defence_animation": "89", + "weakness": "8", + "slayer_exp": "273", + "magic_animation": "91", + "death_animation": "92", + "name": "Mithril dragon", + "defence_level": "268", + "safespot": null, + "lifepoints": "254", + "strength_level": "268", + "id": "5363", + "aggressive": "true", "bonuses": "0,0,0,0,0,50,100,70,30,90,0,0,0,0,0", "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "92", - "defence_animation": "89", - "defence_level": "268", - "lifepoints": "254", - "magic_animation": "91", - "magic_level": "168", - "melee_animation": "91", - "range_animation": "91", "range_level": "168", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "273", - "strength_level": "268", - "weakness": "8" + "attack_level": "268" }, { - "id": "5364", - "name": "Confused barbarian", + "weakness": "7", "examine": "It appears to be intelligent and savage.", - "attack_level": "70", - "attack_speed": "6", + "name": "Confused barbarian", "defence_level": "50", + "safespot": null, "lifepoints": "175", - "range_level": "167", - "safespot": null, "strength_level": "167", - "weakness": "7" + "attack_speed": "6", + "id": "5364", + "range_level": "167", + "attack_level": "70" }, { - "id": "5365", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "34", + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "34", - "weakness": "7" - }, - { - "id": "5366", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", "defence_level": "1", - "lifepoints": "60", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "5367", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "melee_animation": "5485", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5368", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "85", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "36", + "strength_level": "1", "id": "5369", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", "id": "5370", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Eeek! A ghost!", + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "36", + "strength_level": "1", "id": "5371", - "name": "Ghost", - "examine": "Eeek! A ghost!", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "36", - "melee_animation": "5532", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5372", - "name": "Ghost", "examine": "Why does it attack with twigs? Swords and axes much better.", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "40", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "426", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "40", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5372", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5373", - "name": "Ghost", "examine": "Are these twigs meant to hurt Thok?", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "40", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "426", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "40", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5373", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { - "id": "5374", - "name": "Ghost", "examine": "It thinks it scary. Thok show it scary.", - "aggressive": "true", - "attack_level": "80", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "70", - "lifepoints": "36", - "magic_animation": "0", - "magic_level": "80", "melee_animation": "5532", "range_animation": "0", - "range_level": "80", - "safespot": null, + "combat_audio": "436,439,438", + "magic_level": "80", + "defence_animation": "5533", + "weakness": "10", "slayer_exp": "25", + "magic_animation": "0", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "70", + "safespot": null, + "lifepoints": "36", "strength_level": "80", - "weakness": "10" + "id": "5374", + "aggressive": "true", + "range_level": "80", + "attack_level": "80" }, { + "examine": "Dead man walking.", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", "id": "5375", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "25" }, { + "examine": "Dead man walking.", + "melee_animation": "5568", + "range_animation": "5568", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5567", + "slayer_exp": "30", + "magic_animation": "5568", + "death_animation": "5569", + "name": "Zombie", + "defence_level": "25", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", "id": "5376", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "25", - "lifepoints": "23", - "magic_animation": "5568", - "melee_animation": "5568", - "range_animation": "5568", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "25" }, { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "28", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5377", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "38", - "attack_speed": "5", "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "28", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "38" }, { + "examine": "Dead man walking.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "28", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", "id": "5378", - "name": "Zombie", - "examine": "Dead man walking.", "aggressive": "true", - "attack_level": "38", - "attack_speed": "5", "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "28", - "lifepoints": "30", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "38" }, { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5379", - "name": "Zombie", - "examine": "The walking dead.", "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "47" }, { + "examine": "The walking dead.", + "melee_animation": "5578", + "range_animation": "5578", + "combat_audio": "918,923,922", + "attack_speed": "5", + "respawn_delay": "30", + "defence_animation": "5579", + "slayer_exp": "30", + "magic_animation": "5578", + "death_animation": "5580", + "name": "Zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "40", + "strength_level": "1", "id": "5380", - "name": "Zombie", - "examine": "The walking dead.", "aggressive": "true", - "attack_level": "47", - "attack_speed": "5", "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45", - "combat_audio": "918,923,922", - "death_animation": "5580", - "defence_animation": "5579", - "defence_level": "48", - "lifepoints": "40", - "magic_animation": "5578", - "melee_animation": "5578", - "range_animation": "5578", "range_level": "1", - "respawn_delay": "30", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "47" }, { - "id": "5381", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "62", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "62", - "lifepoints": "88", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "62", - "weakness": "8" - }, - { - "id": "5382", - "name": "Animated steel armour", "examine": "Animated steel armour.", - "attack_level": "28", - "death_animation": "4167", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", "melee_animation": "386", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4167", + "name": "Animated steel armour", + "defence_level": "28", "safespot": null, + "lifepoints": "40", "strength_level": "28", - "weakness": "7" + "id": "5382", + "range_level": "1", + "attack_level": "28" }, { - "id": "5383", - "name": "Odovacar" - }, - { - "id": "5384", - "name": "Giant skeleton", "examine": "Big and bony, just how I like them.", - "aggressive": "true", - "attack_level": "95", - "attack_speed": "2", - "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", - "death_animation": "5503", - "defence_animation": "5489", - "defence_level": "85", - "lifepoints": "100", - "magic_animation": "5499", - "melee_animation": "5499", - "poison_immune": "true", - "projectile": "2718", - "range_animation": "5499", - "range_level": "1", - "safespot": null, "start_gfx": "2713", - "strength_level": "95" - }, - { - "id": "5385", - "name": "Skeleton", - "examine": "A skeleton in a dress!", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "57", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", + "melee_animation": "5499", + "range_animation": "5499", + "attack_speed": "2", + "defence_animation": "5489", + "magic_animation": "5499", + "death_animation": "5503", + "name": "Giant skeleton", + "defence_level": "85", + "poison_immune": "true", "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "5386", - "name": "Skeleton", - "examine": "Achingly thin.", + "lifepoints": "100", + "strength_level": "95", + "id": "5384", "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", + "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" + "projectile": "2718", + "attack_level": "95" }, { - "id": "5387", - "name": "Skeleton", - "examine": "Look: another skeleton.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5388", - "name": "Skeleton", - "examine": "That skeleton's grinning at me.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "8" - }, - { - "id": "5389", - "name": "Skeleton", - "examine": "He needs a tan.", - "aggressive": "true", - "attack_level": "51", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "51", - "lifepoints": "72", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "51", - "weakness": "8" - }, - { - "id": "5390", - "name": "Skeleton", - "examine": "How do you know if a skeleton's male or female?", - "aggressive": "true", - "attack_level": "36", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "420", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "36" - }, - { - "id": "5391", - "name": "Skeleton", - "examine": "He obviously hasn't realised he's dead.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5392", - "name": "Skeleton", - "examine": "Put some meat on those bones!", - "aggressive": "true", - "attack_level": "52", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "52", - "weakness": "8" - }, - { - "id": "5393", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "5568", "combat_audio": "931,923,922", - "death_animation": "5569", + "respawn_delay": "60", "defence_animation": "5567", + "slayer_exp": "30", + "death_animation": "5569", + "name": "Zombie", "defence_level": "1", + "safespot": null, "lifepoints": "56", - "melee_animation": "5568", + "strength_level": "1", + "id": "5393", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5394", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "5578", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5395", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5396", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5397", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5398", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5399", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5400", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5401", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5402", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5403", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5404", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5569", - "defence_animation": "5567", - "defence_level": "1", - "lifepoints": "92", "melee_animation": "5568", - "range_level": "1", + "combat_audio": "931,923,922", "respawn_delay": "60", - "safespot": null, + "defence_animation": "5567", "slayer_exp": "30", - "strength_level": "1" + "death_animation": "5569", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "92", + "strength_level": "1", + "id": "5404", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5405", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5406", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5407", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5408", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5409", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", "id": "5410", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" + "attack_level": "1" }, { - "id": "5411", - "name": "Skeleton", - "examine": "An angry skeleton.", - "aggressive": "true", - "attack_level": "55", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "8" - }, - { - "id": "5412", - "name": "Skeleton", - "examine": "Cross bones.", - "aggressive": "true", - "attack_level": "57", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "81", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "57", - "weakness": "8" - }, - { - "id": "5413", - "name": "Possessed pickaxe", "examine": "How does it move of its own accord?", - "aggressive": "true", - "attack_level": "55", - "death_animation": "5592", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "5591", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5592", + "name": "Possessed pickaxe", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "6" + "id": "5413", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "5414", - "name": "Animated spade", "examine": "How does it move of its own accord?", - "attack_level": "52", - "death_animation": "5596", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "74", - "magic_animation": "0", "melee_animation": "5597", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5596", + "name": "Animated spade", + "defence_level": "52", "safespot": null, + "lifepoints": "74", "strength_level": "52", - "weakness": "6" + "id": "5414", + "range_level": "1", + "attack_level": "52" }, { - "id": "5415", - "name": "Terror dog statue" - }, - { - "id": "5416", - "name": "Terror dog statue" - }, - { - "id": "5417", - "name": "Terror dog", "examine": "A terrifying dog beast.", - "aggressive": "true", - "attack_level": "47", + "melee_animation": "5625", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", "death_animation": "5628", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "134", - "magic_animation": "0", - "melee_animation": "5625", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "1" - }, - { - "id": "5418", "name": "Terror dog", + "defence_level": "47", + "safespot": null, + "lifepoints": "134", + "strength_level": "47", + "id": "5417", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "5627", - "defence_animation": "5626", - "defence_level": "1", - "lifepoints": "82", + "range_level": "1", + "attack_level": "47" + }, + { "melee_animation": "5625", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5419", - "name": "Tarn" - }, - { - "id": "5420", - "name": "Tarn", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "death_animation": "5619", - "defence_animation": "5618", - "defence_level": "1", - "lifepoints": "65", - "melee_animation": "5617", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5421", - "name": "Mutant tarn", - "examine": "I preferred him when he was human.", - "aggressive": "true", - "attack_level": "57", - "attack_speed": "6", - "death_animation": "5619", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "325", - "magic_animation": "0", - "melee_animation": "5617", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "57", - "weakness": "6" - }, - { - "id": "5422", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "63", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "5485", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "63", - "weakness": "8" - }, - { - "id": "5423", - "name": "Larry" - }, - { - "id": "5425", - "name": "Larry" - }, - { - "id": "5426", - "name": "Larry" - }, - { - "id": "5427", - "name": "Penguin" - }, - { - "id": "5429", - "name": "Penguin" - }, - { - "id": "5430", - "name": "Penguin" - }, - { - "id": "5431", - "name": "KGP Guard" - }, - { - "id": "5432", - "name": "Pescaling Pax" - }, - { - "id": "5433", - "name": "Ping" - }, - { - "id": "5434", - "name": "Ping" - }, - { - "id": "5435", - "name": "Pong" - }, - { - "id": "5436", - "name": "Pong" - }, - { - "id": "5437", - "name": "Ping" - }, - { - "id": "5438", - "name": "Pong" - }, - { - "id": "5439", - "name": "null", - "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "defence_animation": "5626", + "death_animation": "5627", + "name": "Terror dog", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5442", - "name": "KGP Agent", - "examine": "What restful music!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5443", - "name": "Noodle" - }, - { - "id": "5445", - "name": "Penguin" - }, - { - "id": "5446", - "name": "Penguin suit" - }, - { - "id": "5447", - "name": "Agility Instructor", - "examine": "Instructs agility.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5448", - "name": "Army Commander", - "examine": "An army commander.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5449", - "name": "Penguin" - }, - { - "id": "5450", - "name": "Penguin" - }, - { - "id": "5451", - "name": "Penguin" - }, - { - "id": "5452", - "name": "Icelord", - "examine": "Sturdy cold being.", + "lifepoints": "82", + "strength_level": "1", + "id": "5418", "aggressive": "true", - "attack_level": "22", - "death_animation": "5726", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5617", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "5618", + "death_animation": "5619", + "name": "Tarn", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "5420", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I preferred him when he was human.", + "melee_animation": "5617", + "range_animation": "0", + "attack_speed": "6", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", + "weakness": "6", "magic_animation": "0", + "death_animation": "5619", + "name": "Mutant tarn", + "defence_level": "57", + "safespot": null, + "lifepoints": "325", + "strength_level": "57", + "id": "5421", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5439", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "What restful music!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "KGP Agent", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5442", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Instructs agility.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Agility Instructor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5447", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An army commander.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Army Commander", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5448", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sturdy cold being.", "melee_animation": "5724", "range_animation": "5725", - "range_level": "30", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "22", - "weakness": "0" + "id": "5452", + "aggressive": "true", + "range_level": "30", + "attack_level": "22" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5453", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5454", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { + "examine": "Sturdy cold being.", + "melee_animation": "5724", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "5726", + "name": "Icelord", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", "id": "5455", - "name": "Icelord", - "examine": "Sturdy cold being.", "aggressive": "true", - "attack_level": "30", - "death_animation": "5726", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "melee_animation": "5724", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "9" + "attack_level": "30" }, { - "id": "5456", - "name": "Crusher" - }, - { - "id": "5457", - "name": "Crusher" - }, - { - "id": "5458", - "name": "Crusher" - }, - { - "id": "5459", - "name": "Crusher" - }, - { - "id": "5460", - "name": "Tree" - }, - { - "id": "5461", - "name": "Jungle Tree" - }, - { - "id": "5462", - "name": "Tolna" - }, - { - "id": "5463", - "name": "Honour guard" - }, - { - "id": "5464", - "name": "Honour guard" - }, - { - "id": "5465", - "name": "Fridleif Shieldson" - }, - { - "id": "5466", - "name": "Thakkrad Sigmundson" - }, - { - "id": "5467", - "name": "Iceberg" - }, - { - "id": "5468", - "name": "Iceberg" - }, - { - "id": "5469", - "name": "Arctic Pine" - }, - { - "id": "5470", - "name": "Fishing spot" - }, - { - "id": "5471", - "name": "Fishing spot" - }, - { - "id": "5472", - "name": "Ice Troll King", "examine": "An impressive-looking troll.", - "aggressive": "true", - "attack_level": "65", - "death_animation": "5209", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "185", - "magic_animation": "0", - "magic_level": "65", "melee_animation": "5374", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5209", + "name": "Ice Troll King", + "defence_level": "65", "safespot": null, + "lifepoints": "185", "strength_level": "65", - "weakness": "10" + "id": "5472", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" }, { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", "id": "5473", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" + "attack_level": "60" }, { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", "id": "5474", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" + "attack_level": "80" }, { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", "id": "5475", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" + "projectile": "276", + "attack_level": "80" }, { + "examine": "A large ice troll.", + "melee_animation": "4332", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll grunt", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", "id": "5476", - "name": "Ice troll grunt", - "examine": "A large ice troll.", "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "4332", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "9" + "attack_level": "100" }, { - "id": "5477", - "name": "Bork Sigmundson" - }, - { - "id": "5478", - "name": "King Gjuki Sorvott IV", "examine": "An ill-tempered king.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5479", - "name": "HRH Hrafn", - "examine": "A regal cat with an evil glint in its eye.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "King Gjuki Sorvott IV", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5478", + "range_level": "1", + "attack_level": "1" }, { - "id": "5480", "name": "Thorkel Silkbeard", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "5480", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5481", - "name": "Mord Gunnars" - }, - { - "id": "5482", - "name": "Mord Gunnars" - }, - { - "id": "5483", - "name": "Hring Hring", - "examine": "Harder than the rocks he sells.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5484", - "name": "Flossi Dalksson", - "examine": "Jatizso's fishmonger.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5485", - "name": "Raum Urda-Stein", - "examine": "A guy that will sell you armour.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5486", - "name": "Skuli Myrka", - "examine": "Jatizso's armour merchant.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5487", - "name": "Keepa Kettilon", - "examine": "A rough-looking chef.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5488", - "name": "Magnus Gram", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", "facing_booth": "true", - "lifepoints": "10", - "range_level": "1", + "name": "Magnus Gram", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5488", + "range_level": "1", + "attack_level": "1" }, { - "id": "5489", - "name": "Guard", "examine": "A guard on insult duty.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5489", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5490", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5491", - "name": "Guard", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5492", - "name": "Guard", "examine": "One of King Sorvott's militia.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5492", "aggressive": "true", - "attack_level": "1", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5493", - "name": "Freygerd", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5494", - "name": "Lensa", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5495", - "name": "Vanligga Gastfrihet", - "examine": "A happy, friendly landlady.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5496", - "name": "Sassilik", - "examine": "One of Jatizso's many citizens.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5497", - "name": "Miner", "examine": "A miner at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5498", - "name": "Miner" - }, - { - "id": "5499", - "name": "Eric", - "examine": "A bedraggled-looking tramp.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Miner", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5497", + "range_level": "1", + "attack_level": "1" }, { - "id": "5500", - "name": "Gruva Patrull", - "examine": "Mina guards the mine entrance.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", + "examine": "The Burgher's protectors.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Honour guard", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5501", - "name": "Brendt", - "examine": "A dwarven trader from Keldagrim.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "422", - "melee_animation": "422", - "range_animation": "422", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5502", - "name": "Grundt" - }, - { - "id": "5503", - "name": "Mawnis Burowgar" - }, - { - "id": "5504", - "name": "Mawnis Burowgar" - }, - { - "id": "5505", - "name": "Fridleif Shieldson" - }, - { - "id": "5506", - "name": "Thakkrad Sigmundson" - }, - { - "id": "5507", - "name": "Maria Gunnars" - }, - { - "id": "5508", - "name": "Maria Gunnars" - }, - { - "id": "5509", - "name": "Jofridr Mordstatter" - }, - { - "id": "5510", - "name": "Morten Holdstrom" - }, - { - "id": "5511", - "name": "Gunnar Holdstrom" - }, - { - "id": "5512", - "name": "Anne Isaakson" - }, - { - "id": "5513", - "name": "Lisse Isaakson" - }, - { + "strength_level": "1", "id": "5514", - "name": "Honour guard", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "The Burgher's protectors.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "0", + "name": "Honour guard", + "defence_level": "1", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "weakness": "9" - }, - { - "id": "5515", - "name": "Honour Guard", - "examine": "One of the Burgher's Protectors", - "death_animation": "836", - "defence_animation": "404", - "melee_animation": "395" - }, - { "id": "5516", - "name": "Honour guard", - "examine": "The Burgher's protectors.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" + "attack_level": "1" }, { - "id": "5517", - "name": "Honour guard", "examine": "One of your militia.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "9" - }, - { - "id": "5518", - "name": "Kjedelig Uppsen" - }, - { - "id": "5519", - "name": "Trogen Konungarde" - }, - { - "id": "5520", - "name": "Slug Hemligssen" - }, - { - "id": "5521", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" - }, - { - "id": "5522", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" - }, - { - "id": "5523", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" - }, - { - "id": "5524", - "name": "Ice troll grunt", - "examine": "A large ice troll.", - "aggressive": "true", - "attack_level": "100", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", "defence_animation": "0", - "defence_level": "60", - "lifepoints": "80", + "weakness": "9", "magic_animation": "0", - "melee_animation": "4332", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "100", - "weakness": "9" - }, - { - "id": "5525", - "name": "Ice troll runt", - "examine": "An ice troll youngling.", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "70", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "9" - }, - { - "id": "5526", - "name": "Ice troll male", - "examine": "A male troll wielding a large club.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "284", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "9" - }, - { - "id": "5527", - "name": "Ice troll female", - "examine": "An ice troll with a bag of rocks.", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "4", - "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", - "combat_style": "1", - "death_animation": "287", - "defence_animation": "285", - "defence_level": "40", - "lifepoints": "80", - "magic_animation": "0", - "melee_animation": "1142", - "projectile": "276", - "range_animation": "1142", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "80", - "weakness": "0" - }, - { - "id": "5528", - "name": "Ice troll grunt" - }, - { - "id": "5529", - "name": "Yak", - "examine": "A hairy, smelly, grazing animal.", - "attack_level": "20", - "attack_speed": "4", - "combat_audio": "3378,3380,3379", - "death_animation": "5784", - "defence_animation": "5783", + "death_animation": "0", + "name": "Honour guard", "defence_level": "1", - "lifepoints": "50", - "magic_animation": "5782", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5517", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", + "id": "5521", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5522", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5523", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "projectile": "276", + "attack_level": "80" + }, + { + "examine": "An ice troll youngling.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll runt", + "defence_level": "70", + "safespot": null, + "lifepoints": "60", + "strength_level": "70", + "id": "5525", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "A male troll wielding a large club.", + "range_animation": "0", + "melee_animation": "284", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "9", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll male", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5526", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "80" + }, + { + "examine": "An ice troll with a bag of rocks.", + "combat_style": "1", + "range_animation": "1142", + "melee_animation": "1142", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "285", + "weakness": "0", + "magic_animation": "0", + "death_animation": "287", + "name": "Ice troll female", + "defence_level": "40", + "safespot": null, + "lifepoints": "80", + "strength_level": "80", + "id": "5527", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "projectile": "276", + "attack_level": "80" + }, + { + "examine": "A hairy, smelly, grazing animal.", "melee_animation": "5782", "range_animation": "5782", - "range_level": "1", + "combat_audio": "3378,3380,3379", + "attack_speed": "4", + "defence_animation": "5783", + "weakness": "7", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Yak", + "defence_level": "1", "safespot": null, + "lifepoints": "50", "strength_level": "10", - "weakness": "7" + "id": "5529", + "range_level": "1", + "attack_level": "20" }, { - "id": "5530", - "name": "Sorceress" - }, - { - "id": "5531", - "name": "Sorceress", "examine": "Antisocial.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sorceress", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5531", + "range_level": "1", + "attack_level": "1" }, { - "id": "5532", - "name": "Apprentice", "examine": "Come", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Apprentice", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5532", + "range_level": "1", + "attack_level": "1" }, { - "id": "5533", - "name": "Autumn Elemental", "examine": "An autumn elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Autumn Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5533", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5539", - "name": "Spring Elemental", "examine": "A spring elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spring Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5539", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5547", - "name": "Summer Elemental", "examine": "A summer elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Summer Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5547", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5553", - "name": "Winter Elemental", "examine": "A winter elemental.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Winter Elemental", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5553", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5560", - "name": "Osman" - }, - { - "id": "5561", - "name": "Osman", "examine": "It dare attack Pretty Lass? Thok crush its puny skull!", - "aggressive": "true", - "attack_level": "95", + "range_animation": "0", + "magic_level": "95", "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Osman", "defence_level": "50", + "safespot": null, "lifepoints": "157", - "magic_animation": "0", - "magic_level": "95", - "range_animation": "0", - "range_level": "95", - "safespot": null, "strength_level": "95", - "weakness": "10" + "id": "5561", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" }, { - "id": "5562", - "name": "Del-Monty" - }, - { - "id": "5564", - "name": "Bouncer" - }, - { - "id": "5565", - "name": "Bouncer" - }, - { - "id": "5566", - "name": "General Khazard" - }, - { - "id": "5567", - "name": "Scout" - }, - { - "id": "5568", - "name": "Scout" - }, - { - "id": "5569", - "name": "Scout" - }, - { - "id": "5570", - "name": "Scout" - }, - { - "id": "5571", - "name": "Sin Seer", "examine": "She's honest about the things you aren't.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sin Seer", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5571", + "range_level": "1", + "attack_level": "1" }, { - "id": "5572", - "name": "Ghost", "examine": "A Shadow Realm guardian.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "436,439,438", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "slayer_exp": "25", - "strength_level": "1" + "magic_animation": "0", + "death_animation": "0", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5572", + "range_level": "1", + "attack_level": "1" }, { - "id": "5573", - "name": "Effigy" - }, - { - "id": "5579", - "name": "Effigy" - }, - { - "id": "5580", - "name": "Bonafido" - }, - { - "id": "5581", - "name": "Homunculus", "examine": "Is it male or female?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Homunculus", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5581", + "range_level": "1", + "attack_level": "1" }, { - "id": "5582", - "name": "Homunculus" - }, - { - "id": "5583", - "name": "Homunculus" - }, - { - "id": "5584", - "name": "Cage", "examine": "Strong", - "aggressive": "true", - "attack_level": "95", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "85", - "magic_animation": "0", + "range_animation": "0", "magic_level": "95", - "range_animation": "0", - "range_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Cage", + "defence_level": "70", "safespot": null, + "lifepoints": "85", "strength_level": "95", - "weakness": "10" - }, - { - "id": "5585", - "name": "'Transmute' The Alchemist" - }, - { - "id": "5586", - "name": "'Transmute' The Alchemist" - }, - { - "id": "5587", - "name": "'Currency' The Alchemist" - }, - { - "id": "5588", - "name": "'Currency' The Alchemist" - }, - { - "id": "5589", - "name": "'Black-eye", - "examine": "Famous for his fights.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5590", - "name": "'No fingers", - "examine": "Count them pinkies!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5591", - "name": "'Gummy", - "examine": "He wishes he had teeth.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5592", - "name": "'The Guns'" - }, - { - "id": "5593", - "name": "Frogeel", - "examine": "Is it a frog", + "id": "5584", "aggressive": "true", - "attack_level": "36", - "attack_speed": "5", - "death_animation": "5841", + "range_level": "95", + "attack_level": "95" + }, + { + "examine": "Famous for his fights.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", "magic_animation": "0", + "death_animation": "0", + "name": "'Black-eye", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5589", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Count them pinkies!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'No fingers", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5590", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He wishes he had teeth.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "'Gummy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5591", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it a frog", "melee_animation": "5842", "range_animation": "0", - "range_level": "49", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "5841", + "name": "Frogeel", + "defence_level": "49", "safespot": null, + "lifepoints": "70", "strength_level": "36", - "weakness": "2" + "id": "5593", + "aggressive": "true", + "range_level": "49", + "attack_level": "36" }, { - "id": "5594", - "name": "Spidine", - "attack_level": "1", "death_animation": "146", - "defence_animation": "144", + "name": "Spidine", "defence_level": "1", + "safespot": null, "lifepoints": "35", "melee_animation": "143", + "strength_level": "1", + "id": "5594", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "144" }, { - "id": "5595", - "name": "Swordchick", "examine": "Definitely not a chicken or a swordfish.", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "5389", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "5387", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "7" - }, - { - "id": "5596", - "name": "Jubster", - "aggressive": "true", - "attack_level": "1", - "death_animation": "6801", - "defence_animation": "6802", - "defence_level": "1", - "lifepoints": "60", - "melee_animation": "6800", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5597", - "name": "Newtroost", - "examine": "Since when did newts have beaks?", - "attack_level": "40", - "death_animation": "2301", "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", + "weakness": "7", "magic_animation": "0", + "death_animation": "5389", + "name": "Swordchick", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "5595", + "range_level": "1", + "attack_level": "45" + }, + { + "melee_animation": "6800", + "respawn_delay": "60", + "defence_animation": "6802", + "death_animation": "6801", + "name": "Jubster", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "5596", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Since when did newts have beaks?", "melee_animation": "2299", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "40", - "weakness": "7" - }, - { - "id": "5598", - "name": "Unicow" - }, - { - "id": "5603", - "name": "Unicow", - "examine": "Half unicorn", - "aggressive": "true", - "attack_level": "30", - "attack_speed": "5", - "death_animation": "5851", "defence_animation": "0", - "defence_level": "41", - "lifepoints": "58", + "weakness": "7", "magic_animation": "0", - "magic_level": "41", + "death_animation": "2301", + "name": "Newtroost", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", + "id": "5597", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "Half unicorn", "melee_animation": "5849", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", + "magic_level": "41", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", + "death_animation": "5851", + "name": "Unicow", + "defence_level": "41", "safespot": null, + "lifepoints": "58", "strength_level": "30", - "weakness": "4" - }, - { - "id": "5604", - "name": "Elfinlocks" - }, - { - "id": "5605", - "name": "Clockwork cat" - }, - { - "id": "5606", - "name": "Clockwork cat" + "id": "5603", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5608", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5609", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5610", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Holier than thou.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5611", - "name": "Monk", - "examine": "Holier than thou.", - "attack_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5612", - "name": "Rufus" - }, - { - "id": "5613", - "name": "Mi-Gor" - }, - { - "id": "5614", - "name": "Puffin", "examine": "I'd prefer it if it were a muffin...", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Puffin", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5615", - "name": "Puffin" - }, - { - "id": "5616", - "name": "Brother Tranquility" - }, - { - "id": "5617", - "name": "Brother Tranquility" - }, - { - "id": "5618", - "name": "Brother Tranquility" + "lifepoints": "10", + "strength_level": "1", + "id": "5614", + "range_level": "1", + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5619", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5620", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5621", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monk", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "5622", - "name": "Monk", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5623", - "name": "Zombie monk" - }, - { - "id": "5624", - "name": "Zombie monk" - }, - { - "id": "5625", - "name": "Zombie monk" - }, - { - "id": "5626", - "name": "Zombie monk" - }, - { - "id": "5627", - "name": "Sorebones", "examine": "Bedside manner is a little lacking", - "attack_level": "35", - "death_animation": "5658", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5643", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "35", - "weakness": "6" - }, - { - "id": "5628", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", "name": "Sorebones", - "examine": "I hope his hands don't shake.", - "attack_level": "35", - "death_animation": "5658", - "defence_animation": "0", "defence_level": "35", + "safespot": null, "lifepoints": "50", - "magic_animation": "0", + "strength_level": "35", + "id": "5627", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "I hope his hands don't shake.", "melee_animation": "5643", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5658", + "name": "Sorebones", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5628", + "range_level": "1", + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5629", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5630", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5631", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5632", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5633", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5634", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5647", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5635", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5647", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5636", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5637", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5638", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5639", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5640", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5651", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5641", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5651", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5642", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5643", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5644", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5645", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5880", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5654", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5646", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5654", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5880", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5647", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5648", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5649", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5650", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5651", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5884", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5652", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5884", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5653", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5654", - "name": "Zombie pirate", "examine": "Aaaarg", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5886", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5884", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5886", + "name": "Zombie pirate", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5654", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5655", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5656", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5657", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5658", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5659", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5660", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5661", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { + "melee_animation": "5647", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "52", + "strength_level": "1", "id": "5662", - "name": "Zombie pirate", "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", - "melee_animation": "5647", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Aaaarg", + "melee_animation": "5889", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", "id": "5663", - "name": "Zombie pirate", - "examine": "Aaaarg", "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "5889", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "6" + "attack_level": "35" }, { - "id": "5664", - "name": "Zombie pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "5649", - "defence_animation": "5648", - "defence_level": "1", - "lifepoints": "52", "melee_animation": "5647", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "5648", + "death_animation": "5649", + "name": "Zombie pirate", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "52", + "strength_level": "1", + "id": "5664", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5665", - "name": "Zombie pirate", "examine": "Aaaarg", - "aggressive": "true", - "attack_level": "35", - "combat_audio": "703,705,704", - "death_animation": "5891", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", "melee_animation": "5889", "range_animation": "0", - "range_level": "1", + "combat_audio": "703,705,704", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5891", + "name": "Zombie pirate", + "defence_level": "35", "safespot": null, + "lifepoints": "50", "strength_level": "35", - "weakness": "6" + "id": "5665", + "aggressive": "true", + "range_level": "1", + "attack_level": "35" }, { - "id": "5666", - "name": "Barrelchest", "examine": "It's trying to mash you flat! Less examine", - "aggressive": "true", - "attack_level": "52", - "death_animation": "5898", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "285", - "magic_animation": "0", - "magic_level": "52", "melee_animation": "5895", "range_animation": "0", - "range_level": "52", + "magic_level": "52", "respawn_delay": "60", - "safespot": null, - "strength_level": "52", - "weakness": "10" - }, - { - "id": "5667", - "name": "Undead Lumberjack" - }, - { - "id": "5679", - "name": "Undead Lumberjack" - }, - { - "id": "5680", - "name": "Undead Lumberjack", - "examine": "He is one", - "attack_level": "73", - "death_animation": "5972", "defence_animation": "0", - "defence_level": "10", - "lifepoints": "100", + "weakness": "10", "magic_animation": "0", + "death_animation": "5898", + "name": "Barrelchest", + "defence_level": "52", + "safespot": null, + "lifepoints": "285", + "strength_level": "52", + "id": "5666", + "aggressive": "true", + "range_level": "52", + "attack_level": "52" + }, + { + "examine": "He is one", "melee_animation": "5970", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "73" - }, - { - "id": "5681", - "name": "Undead Lumberjack" - }, - { - "id": "5682", - "name": "Undead Lumberjack" - }, - { - "id": "5683", - "name": "Undead Lumberjack" - }, - { - "id": "5684", - "name": "Undead Lumberjack" - }, - { - "id": "5685", - "name": "Undead Lumberjack" - }, - { - "id": "5686", - "name": "Undead Lumberjack" - }, - { - "id": "5687", - "name": "Undead Lumberjack" - }, - { - "id": "5688", - "name": "Undead Lumberjack" - }, - { - "id": "5689", - "name": "Undead Lumberjack" - }, - { - "id": "5690", - "name": "Undead Lumberjack" - }, - { - "id": "5691", - "name": "Undead Lumberjack" - }, - { - "id": "5692", - "name": "Undead Lumberjack" - }, - { - "id": "5693", - "name": "Undead Lumberjack" - }, - { - "id": "5694", - "name": "Undead Lumberjack" - }, - { - "id": "5695", - "name": "Undead Lumberjack" - }, - { - "id": "5696", - "name": "Undead Lumberjack" - }, - { - "id": "5697", - "name": "Undead Lumberjack" - }, - { - "id": "5698", - "name": "Undead Lumberjack" - }, - { - "id": "5699", - "name": "Undead Lumberjack" - }, - { - "id": "5700", - "name": "Undead Lumberjack" - }, - { - "id": "5701", - "name": "Undead Lumberjack" - }, - { - "id": "5702", - "name": "Undead Lumberjack" - }, - { - "id": "5703", - "name": "Undead Lumberjack" - }, - { - "id": "5704", - "name": "Undead Lumberjack" - }, - { - "id": "5705", - "name": "Undead Lumberjack" - }, - { - "id": "5706", - "name": "Undead Lumberjack" - }, - { - "id": "5707", - "name": "Undead Lumberjack" - }, - { - "id": "5708", - "name": "Undead Lumberjack" - }, - { - "id": "5709", - "name": "Undead Lumberjack" - }, - { - "id": "5710", - "name": "Undead Lumberjack" - }, - { - "id": "5711", - "name": "Undead Lumberjack" - }, - { - "id": "5712", - "name": "Undead Lumberjack" - }, - { - "id": "5713", - "name": "Undead Lumberjack" - }, - { - "id": "5714", - "name": "Undead Lumberjack" - }, - { - "id": "5715", - "name": "Undead Lumberjack" - }, - { - "id": "5716", - "name": "Undead Lumberjack" - }, - { - "id": "5717", - "name": "Undead Lumberjack" - }, - { - "id": "5718", - "name": "Undead Lumberjack" - }, - { - "id": "5719", - "name": "Undead Lumberjack" - }, - { - "id": "5720", - "name": "Undead Lumberjack" - }, - { - "id": "5721", - "name": "Undead Lumberjack" - }, - { - "id": "5722", - "name": "Undead Lumberjack" - }, - { - "id": "5723", - "name": "Undead Lumberjack" - }, - { - "id": "5724", - "name": "Undead Lumberjack" - }, - { - "id": "5725", - "name": "Undead Lumberjack" - }, - { - "id": "5726", - "name": "Undead Lumberjack" - }, - { - "id": "5727", - "name": "Undead Lumberjack" - }, - { - "id": "5728", - "name": "Undead Lumberjack" - }, - { - "id": "5729", - "name": "Undead Lumberjack" - }, - { - "id": "5730", - "name": "Undead Lumberjack" - }, - { - "id": "5731", - "name": "Undead Lumberjack" - }, - { - "id": "5732", - "name": "Undead Lumberjack" - }, - { - "id": "5733", - "name": "Undead Lumberjack" - }, - { - "id": "5734", - "name": "Undead Lumberjack" - }, - { - "id": "5735", - "name": "Undead Lumberjack" - }, - { - "id": "5736", - "name": "Undead Lumberjack" - }, - { - "id": "5737", - "name": "Undead Lumberjack" - }, - { - "id": "5738", - "name": "Undead Lumberjack" - }, - { - "id": "5739", - "name": "Undead Lumberjack" - }, - { - "id": "5740", - "name": "Undead Lumberjack" - }, - { - "id": "5741", - "name": "Undead Lumberjack" - }, - { - "id": "5742", - "name": "Undead Lumberjack" - }, - { - "id": "5743", - "name": "Undead Lumberjack" - }, - { - "id": "5744", - "name": "Undead Lumberjack" - }, - { - "id": "5745", - "name": "Undead Lumberjack" - }, - { - "id": "5746", - "name": "Undead Lumberjack" - }, - { - "id": "5747", - "name": "Undead Lumberjack" - }, - { - "id": "5748", - "name": "Fishing spot" - }, - { - "id": "5749", - "name": "Fishing spot" - }, - { - "id": "5750", - "name": "Cave bug", - "examine": "A big", - "attack_level": "82", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,72,59,35,25,95,0,0,0,0,0", - "death_animation": "6081", "defence_animation": "0", - "defence_level": "84", - "lifepoints": "93", "magic_animation": "0", - "magic_level": "1", + "death_animation": "5972", + "name": "Undead Lumberjack", + "defence_level": "10", + "safespot": null, + "lifepoints": "100", + "strength_level": "73", + "id": "5680", + "range_level": "1", + "attack_level": "73" + }, + { + "examine": "A big", "melee_animation": "6079", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "93", - "strength_level": "80", - "weakness": "2" - }, - { - "id": "5751", - "name": "Molanisk", - "examine": "A strange mole-like being.", - "aggressive": "true", - "attack_level": "40", "attack_speed": "4", - "clue_level": "1", - "combat_audio": "3492,3494,3493", - "death_animation": "6014", - "defence_animation": "6013", - "defence_level": "50", - "lifepoints": "52", "magic_level": "1", - "melee_animation": "6012", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "slayer_exp": "93", + "magic_animation": "0", + "death_animation": "6081", + "name": "Cave bug", + "defence_level": "84", "safespot": null, + "lifepoints": "93", + "strength_level": "80", + "id": "5750", + "bonuses": "0,0,0,0,0,72,59,35,25,95,0,0,0,0,0", + "range_level": "1", + "attack_level": "82" + }, + { + "examine": "A strange mole-like being.", + "melee_animation": "6012", + "combat_audio": "3492,3494,3493", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "6013", "slayer_exp": "52", - "strength_level": "40" + "death_animation": "6014", + "name": "Molanisk", + "defence_level": "50", + "safespot": null, + "lifepoints": "52", + "strength_level": "40", + "id": "5751", + "aggressive": "true", + "clue_level": "1", + "range_level": "1", + "attack_level": "40" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5752", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5753", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5754", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5755", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5756", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5757", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5758", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5759", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5760", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5761", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5762", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5763", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5764", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5765", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5766", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5767", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5768", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5769", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after cave goblin money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5770", - "name": "Ur-zek" - }, - { - "id": "5771", - "name": "Ur-vass" - }, - { - "id": "5772", - "name": "Ur-taal" - }, - { - "id": "5773", - "name": "Ur-meg" - }, - { - "id": "5774", - "name": "Ur-lun" - }, - { - "id": "5775", - "name": "Ur-pel" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5776", - "name": "Banker", - "examine": "Looks after cave goblin money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Looks after cave goblin money.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5777", - "name": "Banker", - "examine": "Looks after cave goblin money.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the many citizens of Dorgesh-Kaan.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5778", - "name": "Bartak" - }, - { - "id": "5779", - "name": "Turgall" - }, - { - "id": "5780", - "name": "Reldak" - }, - { - "id": "5781", - "name": "Miltog" - }, - { - "id": "5782", - "name": "Mernik" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "5783", - "name": "Cave goblin", - "examine": "One of the many citizens of Dorgesh-Kaan.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5784", - "name": "Crate goblin", "examine": "Taking a terribly important box from one place to another.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "703,705,704", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Crate goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5784", + "range_level": "1", + "attack_level": "1" }, { - "id": "5785", - "name": "Cave goblin", "examine": "One of the many citizens of Dorgesh-Kaan.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5785", + "range_level": "1", + "attack_level": "1" }, { - "id": "5786", - "name": "Goblin scribe", "examine": "Good at shorthand.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin scribe", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5787", - "name": "Gourmet" - }, - { - "id": "5789", - "name": "Gourmet" - }, - { - "id": "5790", - "name": "Gourmet" - }, - { - "id": "5791", - "name": "Gourmet" - }, - { - "id": "5792", - "name": "Turgok" - }, - { - "id": "5793", - "name": "Markog" - }, - { - "id": "5794", - "name": "Durgok" - }, - { - "id": "5795", - "name": "Tindar" - }, - { - "id": "5796", - "name": "Gundik" - }, - { - "id": "5797", - "name": "Zenkog" - }, - { - "id": "5798", - "name": "Lurgon" - }, - { - "id": "5799", - "name": "Ur-tag" + "lifepoints": "10", + "strength_level": "1", + "id": "5786", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He keeps order in the city.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Guard", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "5800", - "name": "Guard", - "examine": "He keeps order in the city.", - "attack_level": "42", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "42", - "weakness": "6" + "attack_level": "42" }, { + "examine": "He keeps order in the city.", + "melee_animation": "6007", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6003", + "name": "Guard", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "5801", - "name": "Guard", - "examine": "He keeps order in the city.", - "attack_level": "42", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "6003", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "melee_animation": "6007", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "42", - "weakness": "6" + "attack_level": "42" }, { - "id": "5802", - "name": "Young 'un" - }, - { - "id": "5803", + "examine": "A goblin baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Young 'un", - "examine": "A goblin baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "5803", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin baby.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5804", - "name": "Tyke" - }, - { - "id": "5805", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Nipper", - "examine": "A goblin baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5806", - "name": "Nipper" + "lifepoints": "10", + "strength_level": "1", + "id": "5805", + "range_level": "1", + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5807", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5808", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5809", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5810", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5811", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5812", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5813", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5814", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5815", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5816", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5817", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5818", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5819", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5820", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5821", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Cave goblin child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "5822", - "name": "Cave goblin child", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5823", - "name": "Spit goblin", "examine": "Don't spit", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spit goblin", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5823", + "range_level": "1", + "attack_level": "1" }, { - "id": "5824", - "name": "Goblin fish", "examine": "A bug-eyed little goblin fish. How cute.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "469,472,471", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Goblin fish", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5824", + "range_level": "1", + "attack_level": "1" }, { - "id": "5825", - "name": "Movario" - }, - { - "id": "5826", - "name": "Darve" - }, - { - "id": "5827", - "name": "Moths", "examine": "Annoying little flappy things.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5828", - "name": "Barlak" - }, - { - "id": "5829", - "name": "Rabbit", - "attack_level": "1", - "death_animation": "6092", - "defence_animation": "6091", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Moths", "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5827", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "death_animation": "6092", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, "lifepoints": "5", "melee_animation": "6090", + "strength_level": "1", + "id": "5829", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "6091" }, { - "id": "5830", - "name": "Rat Burgiss" - }, - { - "id": "5833", "name": "Rat Burgiss", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "703,705,704", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "5833", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", "safespot": null, - "strength_level": "1" - }, - { - "id": "5834", - "name": "Surok Magis", - "examine": "A powerful wizard." - }, - { - "id": "5835", - "name": "Surok Magis" - }, - { - "id": "5836", - "name": "Zaff" - }, - { - "id": "5837", - "name": "Anna Jones" - }, - { - "id": "5838", - "name": "King Roald" - }, - { - "id": "5839", - "name": "Mishkal'un Dorn" - }, - { - "id": "5840", - "name": "Dakh'thoulan Aegis" - }, - { - "id": "5841", - "name": "Sil'as Dahcsnu" - }, - { + "lifepoints": "32", + "strength_level": "23", "id": "5842", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5843", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5844", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5845", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5846", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5847", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5848", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5849", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5850", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { + "examine": "A mean looking outlaw. Don't get too close!", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Outlaw", + "defence_level": "23", + "safespot": null, + "lifepoints": "32", + "strength_level": "23", "id": "5851", - "name": "Outlaw", - "examine": "A mean looking outlaw. Don't get too close!", - "attack_level": "23", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "23", - "lifepoints": "32", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "23", - "weakness": "9" + "attack_level": "23" }, { - "id": "5852", - "name": "Monkey", "examine": "Weird eyeball thing. Reminds Thok of breakfast.", - "aggressive": "true", - "attack_level": "60", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "629,631,630", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "85", - "magic_animation": "0", "magic_level": "60", - "melee_animation": "0", - "range_animation": "0", - "range_level": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Monkey", + "defence_level": "40", "safespot": null, + "lifepoints": "85", "strength_level": "60", - "weakness": "10" + "id": "5852", + "aggressive": "true", + "range_level": "60", + "attack_level": "60" }, { - "id": "5853", - "name": "Bench" - }, - { - "id": "5854", - "name": "Bench", "examine": "For sitting on.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5855", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5856", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5857", - "name": "Zanik" - }, - { - "id": "5858", - "name": "Ur-tag" - }, - { - "id": "5859", - "name": "H.A.M. Archer", - "examine": "He looks pretty skilled with that bow.", - "aggressive": "true", - "attack_level": "15", - "clue_level": "0", - "death_animation": "836", "defence_animation": "0", - "defence_level": "20", - "lifepoints": "57", "magic_animation": "0", + "death_animation": "0", + "name": "Bench", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5854", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5855", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5856", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks pretty skilled with that bow.", "melee_animation": "426", "range_animation": "0", - "range_level": "20", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Archer", + "defence_level": "20", "safespot": null, + "lifepoints": "57", "strength_level": "15", - "weakness": "0" + "id": "5859", + "aggressive": "true", + "clue_level": "0", + "range_level": "20", + "attack_level": "15" }, { - "id": "5860", - "name": "H.A.M. Mage", "examine": "He bristles with arcane power.", - "aggressive": "true", - "attack_level": "15", - "clue_level": "0", "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "20", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "20", "melee_animation": "429", "range_animation": "0", - "range_level": "1", + "magic_level": "20", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "death_animation": "836", + "name": "H.A.M. Mage", + "defence_level": "20", "safespot": null, + "lifepoints": "57", "strength_level": "15", - "weakness": "3" + "id": "5860", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "15" }, { - "id": "5861", - "name": "Zanik", "examine": "No match for Thok. Silly demon.", - "aggressive": "true", - "attack_level": "85", - "defence_animation": "0", - "defence_level": "85", - "lifepoints": "71", - "magic_animation": "0", "magic_level": "85", - "range_level": "85", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Zanik", + "defence_level": "85", "safespot": null, + "lifepoints": "71", "strength_level": "85", - "weakness": "10" - }, - { - "id": "5862", - "name": "Sigmund and Zanik" - }, - { - "id": "5863", - "name": "Ambassador Alvijar" - }, - { - "id": "5864", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5865", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5866", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5867", - "name": "Builder", - "examine": "A worker on the train link.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5868", - "name": "Tegdak" - }, - { - "id": "5869", - "name": "Zanik" - }, - { - "id": "5871", - "name": "Sergeant Mossfists" - }, - { - "id": "5872", - "name": "Sergeant Slimetoes" - }, - { - "id": "5873", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5874", - "name": "Cave goblin", - "examine": "A goblin with big", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5875", - "name": "Cave goblin", - "examine": "A goblin with big", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5876", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5877", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5878", - "name": "Cave goblin", - "attack_level": "1", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5879", - "name": "Ticket goblin", - "examine": "He sells tickets to Keldagrim.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5880", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5881", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5882", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5883", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5884", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5885", - "name": "Dwarf", - "examine": "A dwarf from Keldagrim.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "slayer_exp": "16", - "strength_level": "1" - }, - { - "id": "5886", - "name": "Ticket dwarf", - "examine": "He sells tickets to Dorgesh-Kaan.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5887", - "name": "Cyrisus" - }, - { - "id": "5894", - "name": "Cyrisus" - }, - { - "id": "5895", - "name": "Cyrisus" - }, - { - "id": "5896", - "name": "Cyrisus" - }, - { - "id": "5897", - "name": "Cyrisus" - }, - { - "id": "5898", - "name": "'Bird's-Eye' Jack" - }, - { - "id": "5899", - "name": "The Inadequacy" - }, - { - "id": "5902", - "name": "The Inadequacy", - "examine": "Are you good enough to fight?", + "id": "5861", "aggressive": "true", - "attack_level": "70", - "death_animation": "6322", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "70", - "lifepoints": "100", "magic_animation": "0", - "magic_level": "70", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5864", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5865", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5866", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A worker on the train link.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Builder", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5867", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5873", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A goblin with big", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5875", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5876", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5877", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Cave goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "5878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells tickets to Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5879", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5880", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5881", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarf from Keldagrim.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "slayer_exp": "16", + "magic_animation": "0", + "death_animation": "0", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5882", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5883", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5884", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "16", + "examine": "A dwarf from Keldagrim.", + "name": "Dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He sells tickets to Dorgesh-Kaan.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ticket dwarf", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5886", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Are you good enough to fight?", "melee_animation": "6318", "range_animation": "0", - "range_level": "70", + "magic_level": "70", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6322", + "name": "The Inadequacy", + "defence_level": "70", "safespot": null, + "lifepoints": "100", "strength_level": "70", - "weakness": "10" + "id": "5902", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" }, { - "id": "5903", - "name": "The Everlasting", "examine": "Can you endure long enough?", - "aggressive": "true", - "attack_level": "67", - "death_animation": "6347", - "defence_animation": "0", - "defence_level": "67", - "lifepoints": "191", - "magic_animation": "0", - "magic_level": "67", "melee_animation": "6345", "range_animation": "0", - "range_level": "67", + "magic_level": "67", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6347", + "name": "The Everlasting", + "defence_level": "67", "safespot": null, + "lifepoints": "191", "strength_level": "67", - "weakness": "10" + "id": "5903", + "aggressive": "true", + "range_level": "67", + "attack_level": "67" }, { - "id": "5904", - "name": "The Untouchable", "examine": "Can you bring yourself to hurt another?", - "aggressive": "true", - "attack_level": "65", - "death_animation": "6331", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "65", "melee_animation": "6329", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6331", + "name": "The Untouchable", + "defence_level": "75", "safespot": null, + "lifepoints": "100", "strength_level": "65", - "weakness": "10" + "id": "5904", + "aggressive": "true", + "range_level": "65", + "attack_level": "65" }, { - "id": "5905", - "name": "The Illusive", "examine": "What if you don't know how to win?", - "aggressive": "true", - "attack_level": "63", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "63", "melee_animation": "6342", "range_animation": "0", - "range_level": "63", + "magic_level": "63", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "0", + "name": "The Illusive", + "defence_level": "63", "safespot": null, + "lifepoints": "90", "strength_level": "63", - "weakness": "10" + "id": "5905", + "aggressive": "true", + "range_level": "63", + "attack_level": "63" }, { - "id": "5906", - "name": "A Doubt", "examine": "You can't escape your inadequacy!", - "aggressive": "true", - "attack_level": "55", - "death_animation": "6315", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "6310", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6315", + "name": "A Doubt", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "55", - "weakness": "8" + "id": "5906", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" }, { - "id": "5907", - "name": "The Illusive" - }, - { - "id": "5908", - "name": "Dying tree", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "50", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Dying tree", "defence_level": "50", + "safespot": null, "lifepoints": "142", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "50", - "weakness": "7" + "id": "5908", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" }, { - "id": "5909", - "name": "Barbarian", "examine": "Don't let her arm-wrestle you for money.", - "attack_level": "20", - "clue_level": "0", - "death_animation": "836", + "melee_animation": "422", + "range_animation": "0", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Barbarian", "defence_level": "20", + "safespot": null, "lifepoints": "28", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "20", - "weakness": "7" + "id": "5909", + "clue_level": "0", + "range_level": "1", + "attack_level": "20" }, { - "id": "5910", - "name": "Cook", "examine": "A greasy, grimy gourmet.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5911", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cook", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5910", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He's suspiciously talented with a meat-cleaver.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cook", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5911", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5912", - "name": "Banker" - }, - { - "id": "5913", - "name": "Banker" - }, - { - "id": "5914", - "name": "Iffie", "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Iffie", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5914", + "range_level": "1", + "attack_level": "1" }, { - "id": "5915", - "name": "Elsie" - }, - { - "id": "5916", - "name": "Cleaner", "examine": "Does what too many people aren't interested in doing.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Cleaner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5916", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "5917", - "name": "Stray dog", "examine": "A mangy mutt.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Stray dog", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5918", - "name": "Stray dog" + "lifepoints": "10", + "strength_level": "1", + "id": "5917", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", + "melee_animation": "6489", + "range_animation": "0", + "combat_audio": "2548,1979,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6490", + "name": "Guard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "5919", - "name": "Guard", - "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", - "attack_level": "18", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "2548,1979,512", - "death_animation": "6490", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "6489", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "6" + "attack_level": "18" }, { + "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", + "melee_animation": "6489", + "range_animation": "0", + "combat_audio": "2548,1979,512", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "6490", + "name": "Guard", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "5920", - "name": "Guard", - "examine": "He tries to keep order around here. His bizarre uniform isn't helping.", - "attack_level": "18", - "attack_speed": "5", "clue_level": "1", - "combat_audio": "2548,1979,512", - "death_animation": "6490", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "6489", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "18", - "weakness": "6" + "attack_level": "18" }, { - "id": "5921", - "name": "Trainee Guard", "examine": "He's studying to be a guard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trainee Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5921", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5922", - "name": "Captain", "examine": "Trains the guards of the future.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Captain", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5922", + "range_level": "1", + "attack_level": "1" }, { - "id": "5923", - "name": "Man", "examine": "One of Gielinor's many citizens.", - "attack_level": "3", - "attack_speed": "5", - "clue_level": "0", + "melee_animation": "422", + "range_animation": "0", "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "3", - "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "3", - "weakness": "9" - }, - { - "id": "5924", - "name": "Woman", - "examine": "One of Gielinor's many citizens.", - "attack_level": "3", "attack_speed": "5", - "clue_level": "0", - "combat_audio": "511,506,505", - "death_animation": "836", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Man", "defence_level": "3", + "safespot": null, "lifepoints": "4", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "3", - "weakness": "9" + "id": "5923", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { - "id": "5925", - "name": "Benny", - "examine": "Newspaper seller." + "examine": "One of Gielinor's many citizens.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Woman", + "defence_level": "3", + "safespot": null, + "lifepoints": "4", + "strength_level": "3", + "id": "5924", + "clue_level": "0", + "range_level": "1", + "attack_level": "3" }, { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "9", + "safespot": null, + "lifepoints": "25", + "strength_level": "9", "id": "5926", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for his light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "9", + "safespot": null, + "lifepoints": "25", + "strength_level": "9", "id": "5927", - "name": "Thief", - "examine": "Known for his light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for her light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "8", + "safespot": null, + "lifepoints": "24", + "strength_level": "9", "id": "5928", - "name": "Thief", - "examine": "Known for her light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "24", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { + "examine": "Known for her light-fingered qualities.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Thief", + "defence_level": "8", + "safespot": null, + "lifepoints": "24", + "strength_level": "9", "id": "5929", - "name": "Thief", - "examine": "Known for her light-fingered qualities.", - "attack_level": "9", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "8", - "lifepoints": "24", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "9" + "attack_level": "9" }, { - "id": "5930", - "name": "Art Critic Jacques", "examine": "Jacques Netis - a slightly pompous art expert.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Art Critic Jacques", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5930", + "range_level": "1", + "attack_level": "1" }, { - "id": "5931", - "name": "Historian Minas", "examine": "Seth Minas - an aged expert in Gielinor history.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Historian Minas", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5931", + "range_level": "1", + "attack_level": "1" }, { - "id": "5932", - "name": "Barnabus Hurma" - }, - { - "id": "5933", - "name": "Marius Giste" - }, - { - "id": "5934", - "name": "Caden Azro" - }, - { - "id": "5935", - "name": "Thias Leacke" - }, - { - "id": "5936", - "name": "Sinco Doar" - }, - { - "id": "5937", - "name": "Tinse Torpe" - }, - { - "id": "5938", - "name": "Information clerk", "examine": "A lady with lots of information about the Museum.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Information clerk", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5938", + "range_level": "1", + "attack_level": "1" }, { - "id": "5939", - "name": "Torrcs" - }, - { - "id": "5940", - "name": "Marfet" - }, - { - "id": "5941", - "name": "Museum guard" - }, - { - "id": "5942", - "name": "Museum guard" - }, - { - "id": "5943", - "name": "Museum guard" - }, - { - "id": "5944", - "name": "Teacher and pupil", "examine": "A teacher and one of his pupils.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5945", - "name": "Schoolboy", - "examine": "Looks kind of familiar.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5946", - "name": "Schoolboy" - }, - { - "id": "5947", + "death_animation": "0", "name": "Teacher and pupil", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5944", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks kind of familiar.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Schoolboy", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5945", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A teacher and one of her pupils.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Teacher and pupil", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5947", + "range_level": "1", + "attack_level": "1" }, { - "id": "5948", - "name": "Teacher and pupil" - }, - { - "id": "5949", - "name": "Schoolboy" - }, - { - "id": "5950", - "name": "Teacher" - }, - { - "id": "5951", - "name": "Schoolgirl" - }, - { - "id": "5952", - "name": "Workman", "examine": "Looks hard at work.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5953", - "name": "Workman" - }, - { - "id": "5954", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5952", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "Could there be something exciting in his wheelbarrow?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5954", + "range_level": "1", + "attack_level": "1" }, { - "id": "5955", - "name": "Workman" - }, - { - "id": "5956", - "name": "Void Knight", "examine": "A powerful knight of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Void Knight", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5956", + "range_level": "1", + "attack_level": "1" }, { - "id": "5957", - "name": "Schoolgirl" - }, - { - "id": "5958", - "name": "Digsite workman", "examine": "Wheelbarrow loader.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Digsite workman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5958", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5959", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5960", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5961", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Barge workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "5962", - "name": "Barge workman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "5963", + "examine": "Working hard.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Barge foreman", - "examine": "Working hard.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5963", + "range_level": "1", + "attack_level": "1" }, { - "id": "5964", - "name": "Ed Wood" - }, - { - "id": "5965", - "name": "Orlando Smith" - }, - { - "id": "5966", - "name": "Natural historian", "examine": "An aged expert in natural history.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Natural historian", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5966", + "range_level": "1", + "attack_level": "1" }, { - "id": "5967", - "name": "Natural historian" - }, - { - "id": "5968", - "name": "Natural historian" - }, - { - "id": "5969", - "name": "Natural historian" - }, - { - "id": "5970", - "name": "Natural historian" - }, - { - "id": "5971", - "name": "Leech display", "examine": "Bloodsuckers!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Leech display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5971", + "range_level": "1", + "attack_level": "1" }, { - "id": "5972", - "name": "Sea slugs display", "examine": "Slugs of the sea variety.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sea slugs display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5972", + "range_level": "1", + "attack_level": "1" }, { - "id": "5973", - "name": "Snail display", "examine": "A house on its back.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5973", + "range_level": "1", + "attack_level": "1" }, { - "id": "5974", - "name": "Monkey display", "examine": "A cheeky little monkey.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "629,631,630", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Monkey display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5974", + "range_level": "1", + "attack_level": "1" }, { - "id": "5975", - "name": "Lizard display", "examine": "A scaly little fellow.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lizard display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5975", + "range_level": "1", + "attack_level": "1" }, { - "id": "5976", - "name": "Penguin display", "examine": "Nice suit.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5976", + "range_level": "1", + "attack_level": "1" }, { - "id": "5977", - "name": "Camel display", "examine": "He's got the hump.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Camel display", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "5977", + "range_level": "1", + "attack_level": "1" }, { - "id": "5978", - "name": "Terrorbird display", "examine": "Terrifying!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "34", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "1010", "range_animation": "0", - "range_level": "1", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, - "strength_level": "23" - }, - { - "id": "5979", - "name": "Dragon display", - "examine": "Looks like a fire-breather.", - "attack_level": "1", - "combat_audio": "408,410,409", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5980", - "name": "Wyvern display", - "examine": "Needs a good square meal.", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", + "name": "Terrorbird display", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5981", - "name": "Battle tortoise display", - "examine": "A huge beast.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5982", - "name": "Mole display", - "examine": "Loves making molehills.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5983", - "name": "Schoolgirl" - }, - { - "id": "5984", - "name": "Schoolgirl" - }, - { - "id": "5985", - "name": "Schoolgirl" - }, - { - "id": "5986", - "name": "Workman", - "examine": "It hides in stone", - "aggressive": "true", - "attack_level": "95", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "34", - "magic_animation": "0", - "magic_level": "95", + "strength_level": "23", + "id": "5978", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a fire-breather.", + "melee_animation": "0", "range_animation": "0", - "range_level": "95", - "safespot": null, - "strength_level": "95", - "weakness": "10" - }, - { - "id": "5987", - "name": "Sylas", - "examine": "A gnarly old man." - }, - { - "id": "5988", - "name": "Miazrqa" - }, - { - "id": "5989", - "name": "Grimgnash" - }, - { - "id": "5990", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5991", - "name": "Drain pipe" - }, - { - "id": "5992", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "5993", - "name": "Experiment No.2", - "examine": "A very odd looking creature.", - "attack_level": "46", - "death_animation": "6512", + "combat_audio": "408,410,409", "defence_animation": "0", - "defence_level": "46", - "lifepoints": "131", "magic_animation": "0", - "magic_level": "46", + "death_animation": "0", + "name": "Dragon display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5979", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Needs a good square meal.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wyvern display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5980", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A huge beast.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Battle tortoise display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5981", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Loves making molehills.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mole display", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5982", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It hides in stone", + "range_animation": "0", + "magic_level": "95", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Workman", + "defence_level": "1", + "safespot": null, + "lifepoints": "34", + "strength_level": "95", + "id": "5986", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5990", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", + "id": "5992", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very odd looking creature.", "melee_animation": "6513", "range_animation": "0", - "range_level": "46", + "magic_level": "46", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6512", + "name": "Experiment No.2", + "defence_level": "46", "safespot": null, + "lifepoints": "131", "strength_level": "46", - "weakness": "10" + "id": "5993", + "range_level": "46", + "attack_level": "46" }, { - "id": "5994", - "name": "Mouse", "examine": "A huge mouse. It looks hungry...", - "aggressive": "true", - "attack_level": "44", - "death_animation": "6521", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", "melee_animation": "6519", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6521", + "name": "Mouse", + "defence_level": "44", "safespot": null, + "lifepoints": "62", "strength_level": "44", - "weakness": "9" - }, - { - "id": "5995", - "name": "Mouse" - }, - { - "id": "5996", - "name": "Glod", + "id": "5994", "aggressive": "true", - "attack_level": "1", - "death_animation": "6502", - "defence_animation": "6503", - "defence_level": "1", - "lifepoints": "160", + "range_level": "1", + "attack_level": "44" + }, + { "melee_animation": "6501", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "6503", + "death_animation": "6502", + "name": "Glod", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "5997", - "name": "Rupert the Beard" + "lifepoints": "160", + "strength_level": "1", + "id": "5996", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "name": "Rupert the Beard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", "id": "5999", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "name": "Rupert the Beard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6000", - "name": "Rupert the Beard" - }, - { + "lifepoints": "10", + "combat_audio": "498,500,499", + "strength_level": "1", "id": "6001", - "name": "Rupert the Beard", - "attack_level": "1", - "combat_audio": "498,500,499", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", "safespot": null, - "strength_level": "1" - }, - { - "id": "6002", - "name": "Gnome" - }, - { - "id": "6003", - "name": "Winkin" - }, - { - "id": "6004", - "name": "Gnome" - }, - { - "id": "6005", - "name": "Cage" - }, - { + "lifepoints": "100", + "strength_level": "70", "id": "6006", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6007", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6008", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6009", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6010", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6011", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6012", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6013", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6014", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6015", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6016", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6017", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6018", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6019", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6020", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6021", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6022", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6023", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6024", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { + "examine": "Eek! A werewolf!", + "melee_animation": "6536", + "range_animation": "", + "combat_audio": "481,491,490", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "6538", + "weakness": "", + "magic_animation": "", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "70", + "safespot": null, + "lifepoints": "100", + "strength_level": "70", "id": "6025", - "name": "Werewolf", - "examine": "Eek! A werewolf!", "aggressive": "false", - "attack_level": "70", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0", "clue_level": "1", - "combat_audio": "481,491,490", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "", - "magic_level": "1", - "melee_animation": "6536", - "range_animation": "", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "70", - "weakness": "" + "attack_level": "70" }, { - "id": "6026", - "name": "Boris", "examine": "A traveling man. Are those fleas?", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Boris", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6026", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6027", - "name": "Imre", "examine": "A well organised shop keeper.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Imre", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6027", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6028", - "name": "Yuri", "examine": "He's staring at the moon.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Yuri", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6028", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6029", - "name": "Joseph", "examine": "He keeps calling me comrade.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Joseph", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6029", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6030", - "name": "Nikolai", "examine": "There's a set of brows that mean business.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Nikolai", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6030", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6031", - "name": "Eduard", "examine": "This is one feral looking innkeeper.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Eduard", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6031", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6032", - "name": "Lev", "examine": "A tough looking villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Lev", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6032", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6033", - "name": "Georgy", "examine": "A simple villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Georgy", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6033", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6034", - "name": "Svetlana", "examine": "Seems a bit of a drama queen.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Svetlana", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6034", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6035", - "name": "Irina", "examine": "I bet she works out.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Irina", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6035", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6036", - "name": "Alexis", "examine": "She doesn't say much.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Alexis", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6036", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6037", - "name": "Milla", "examine": "She looks like she can handle herself.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Milla", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6037", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6038", - "name": "Galina", "examine": "She seems light on her feet.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Galina", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6038", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6039", - "name": "Sofiya", "examine": "A wise villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Sofiya", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6039", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6040", - "name": "Ksenia", "examine": "Not exactly a warrior princess.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Ksenia", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6040", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6041", - "name": "Yadviga", "examine": "A well off villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Yadviga", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6041", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6042", - "name": "Nikita", "examine": "The woman.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Nikita", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6042", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6043", - "name": "Vera", "examine": "She seems sure of herself.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Vera", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6043", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6044", - "name": "Zoja", "examine": "A healthy villager.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Zoja", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6044", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6045", - "name": "Liliya", "examine": "She's looking for flowers.", - "attack_level": "10", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", - "combat_audio": "511,513,512", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "10", - "lifepoints": "60", "melee_animation": "422", - "range_level": "1", + "combat_audio": "511,513,512", + "attack_speed": "4", "respawn_delay": "15", + "defence_animation": "425", + "death_animation": "836", + "name": "Liliya", + "defence_level": "10", "safespot": null, - "strength_level": "10" + "lifepoints": "60", + "strength_level": "10", + "id": "6045", + "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" }, { - "id": "6046", - "name": "Big Wolf", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "909,912,911", - "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "1", - "lifepoints": "74", "melee_animation": "6559", - "range_level": "1", + "combat_audio": "909,912,911", "respawn_delay": "60", - "safespot": null, + "defence_animation": "6557", "slayer_exp": "74", - "strength_level": "1" + "death_animation": "6558", + "name": "Big Wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "74", + "strength_level": "1", + "id": "6046", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6047", - "name": "Wolf", "examine": "A vicious mountain wolf.", - "aggressive": "true", - "attack_level": "22", - "attack_speed": "6", + "melee_animation": "6579", + "range_animation": "6579", "combat_audio": "909,912,911", + "attack_speed": "6", + "defence_animation": "6578", + "slayer_exp": "34", + "magic_animation": "6579", "death_animation": "6576", - "defence_animation": "6578", + "name": "Wolf", "defence_level": "22", + "safespot": null, "lifepoints": "69", - "magic_animation": "6579", - "melee_animation": "6579", - "range_animation": "6579", + "strength_level": "1", + "id": "6047", + "aggressive": "true", "range_level": "1", - "safespot": null, - "slayer_exp": "34", - "strength_level": "1" + "attack_level": "22" }, { - "id": "6048", - "name": "Wolf", "examine": "Now it has no armour", - "aggressive": "true", - "attack_level": "95", + "range_animation": "0", "combat_audio": "481,491,490", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "157", - "magic_animation": "0", "magic_level": "95", - "range_animation": "0", - "range_level": "95", - "safespot": null, + "defence_animation": "0", + "weakness": "10", "slayer_exp": "34", - "strength_level": "95", - "weakness": "10" - }, - { - "id": "6049", + "magic_animation": "0", "name": "Wolf", + "defence_level": "1", + "safespot": null, + "lifepoints": "157", + "strength_level": "95", + "id": "6048", + "aggressive": "true", + "range_level": "95", + "attack_level": "95" + }, + { "examine": "A big coward. Thok mocks scaredy man.", - "aggressive": "true", - "attack_level": "75", "combat_audio": "481,491,490", - "defence_animation": "0", - "defence_level": "75", - "lifepoints": "100", - "magic_animation": "0", "magic_level": "75", - "range_level": "75", - "safespot": null, + "defence_animation": "0", + "weakness": "10", "slayer_exp": "34", + "magic_animation": "0", + "name": "Wolf", + "defence_level": "75", + "safespot": null, + "lifepoints": "100", "strength_level": "75", - "weakness": "10" + "id": "6049", + "aggressive": "true", + "range_level": "75", + "attack_level": "75" }, { - "id": "6050", - "name": "Desert Wolf", "examine": "A vicious desert wolf.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "6558", - "defence_animation": "6578", - "defence_level": "5", - "lifepoints": "55", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", + "attack_speed": "5", + "defence_animation": "6578", + "weakness": "9", + "magic_animation": "6579", + "death_animation": "6558", + "name": "Desert Wolf", + "defence_level": "5", "safespot": null, + "lifepoints": "55", "strength_level": "20", - "weakness": "9" + "id": "6050", + "range_level": "1", + "attack_level": "20" }, { - "id": "6051", - "name": "Desert Wolf", "examine": "A vicious desert wolf.", - "attack_level": "20", - "attack_speed": "5", - "death_animation": "6558", - "defence_animation": "6578", - "defence_level": "5", - "lifepoints": "55", - "magic_animation": "6579", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", - "safespot": null, - "strength_level": "20" - }, - { - "id": "6052", - "name": "Ice wolf", - "examine": "Not man's best friend.", - "aggressive": "true", - "attack_level": "1", + "attack_speed": "5", + "defence_animation": "6578", + "magic_animation": "6579", "death_animation": "6558", - "defence_animation": "6557", - "defence_level": "1", - "lifepoints": "70", + "name": "Desert Wolf", + "defence_level": "5", + "safespot": null, + "lifepoints": "55", + "strength_level": "20", + "id": "6051", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "Not man's best friend.", "melee_animation": "6559", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "6557", + "death_animation": "6558", + "name": "Ice wolf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "6052", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6053", - "name": "Ninja Impling", - "examine": "A very stealthy impling." - }, - { - "id": "6054", - "name": "Dragon impling", "examine": "An impling who likes the word \"dragon\".", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6055", - "name": "Baby Impling Puro", - "examine": "A baby impling. Ahhh.", - "respawn_delay": "7" - }, - { - "id": "6056", - "name": "Young Impling Puro", - "examine": "A young impling. It's not fair!", - "respawn_delay": "7" - }, - { - "id": "6057", - "name": "Gourmet Impling Puro", - "examine": "An impling gourmet. Mmmm, tasty.", - "respawn_delay": "7" - }, - { - "id": "6058", - "name": "Earth Impling Puro", - "examine": "An earth impling. Rock on.", - "respawn_delay": "50" - }, - { - "id": "6059", - "name": "Essence Impling Puro", - "examine": "An impling who likes magic. Magic!", - "respawn_delay": "50" - }, - { - "id": "6060", - "name": "Eclectic Impling Puro", - "examine": "An impling with varied tastes.", - "respawn_delay": "7" - }, - { - "id": "6061", - "name": "Nature Impling Puro", - "examine": "A nature impling. Right on, maaan.", - "respawn_delay": "9999" - }, - { - "id": "6062", - "name": "Magpie Impling Puro", - "examine": "Ooh, shiny things!", - "respawn_delay": "9999" - }, - { - "id": "6063", - "name": "Ninja Impling Puro", - "examine": "A very stealthy impling.", - "respawn_delay": "9999" - }, - { - "id": "6064", "name": "Dragon impling", - "examine": "An impling who likes the word \"dragon.\"", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "6054", "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An impling who likes the word \"dragon.\"", + "name": "Dragon impling", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6064", + "range_level": "1", + "attack_level": "1" }, { - "id": "6065", - "name": "Puro Spawn (Low)", - "respawn_delay": "1" - }, - { - "id": "6066", - "name": "Puro Spawn (Mid)", - "respawn_delay": "1" - }, - { - "id": "6067", - "name": "Puro Spawn (High)", - "respawn_delay": "1" - }, - { - "id": "6071", - "name": "Immenizz" - }, - { - "id": "6072", - "name": "Fairy Aeryka", "examine": "She tends the wheat.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy Aeryka", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6072", + "range_level": "1", + "attack_level": "1" }, { - "id": "6073", - "name": "Wandering impling", "examine": "He looks a little lost.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wandering impling", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6073", + "range_level": "1", + "attack_level": "1" }, { - "id": "6074", - "name": "Imp defender", "examine": "An angry little imp. Grrr.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Imp defender", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6075", - "name": "Cyclops" + "lifepoints": "10", + "strength_level": "1", + "id": "6074", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A one-eyed man eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "75", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", "id": "6078", - "name": "Cyclops", - "examine": "A one-eyed man eater.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" + "attack_level": "65" }, { + "examine": "A one-eyed woman eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "65", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", "id": "6079", - "name": "Cyclops", - "examine": "A one-eyed woman eater.", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "65", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" + "attack_level": "65" }, { - "id": "6080", - "name": "Cyclops", "examine": "A one-eyed man eater.", - "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "35", - "lifepoints": "75", - "magic_animation": "0", - "magic_level": "1", "melee_animation": "4652", "range_animation": "0", - "range_level": "1", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "4651", + "weakness": "8", "slayer_exp": "75", - "strength_level": "65", - "weakness": "8" - }, - { - "id": "6081", + "magic_animation": "0", + "death_animation": "4653", "name": "Cyclops", - "examine": "A one-eyed woman eater.", + "defence_level": "35", + "safespot": null, + "lifepoints": "75", + "strength_level": "65", + "id": "6080", "aggressive": "true", - "attack_level": "65", - "attack_speed": "4", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "65", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "1", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A one-eyed woman eater.", "melee_animation": "4652", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "100", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "6082", - "name": "Captain Ned" - }, - { - "id": "6085", - "name": "Cabin boy Jenkins" - }, - { - "id": "6086", - "name": "Cabin boy Jenkins" - }, - { - "id": "6087", - "name": "Elvarg" - }, - { - "id": "6088", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6089", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6090", - "name": "Zombie rat", - "examine": "Overgrown undead vermin.", - "attack_level": "2", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "2", - "magic_animation": "0", - "melee_animation": "4933", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "2", - "weakness": "7" - }, - { - "id": "6091", - "name": "Skeleton", - "examine": "Ey.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "22", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6092", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "22", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6093", - "name": "Skeleton", - "examine": "Could do with gaining a few pounds.", - "aggressive": "true", - "attack_level": "9", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "9", - "lifepoints": "12", - "magic_animation": "0", - "melee_animation": "5487", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "9", - "weakness": "8" - }, - { - "id": "6094", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5542", - "defence_animation": "5541", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5540", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6095", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6096", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6097", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6098", - "name": "Ghost", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "436,439,438", - "death_animation": "5534", - "defence_animation": "5533", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5532", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "25", - "strength_level": "1" - }, - { - "id": "6099", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6100", - "name": "Zombie", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "1", - "lifepoints": "30", - "melee_animation": "5571", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6101", - "name": "Lesser demon", - "examine": "Lesser, but still pretty big.", - "aggressive": "true", - "attack_level": "68", "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", - "combat_audio": "400,404,403", - "death_animation": "67", - "defence_animation": "65", - "defence_level": "71", - "lifepoints": "79", - "magic_animation": "4630", "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "4651", + "weakness": "1", + "slayer_exp": "100", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "65", + "safespot": null, + "lifepoints": "100", + "strength_level": "65", + "id": "6081", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6088", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6089", + "range_level": "1", + "attack_level": "2" + }, + { + "examine": "Overgrown undead vermin.", + "melee_animation": "4933", + "range_animation": "0", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "4935", + "name": "Zombie rat", + "defence_level": "2", + "safespot": null, + "lifepoints": "2", + "strength_level": "2", + "id": "6090", + "range_level": "1", + "attack_level": "2" + }, + { + "melee_animation": "5540", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5541", + "slayer_exp": "25", + "death_animation": "5542", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6094", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6095", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6096", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6097", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5532", + "combat_audio": "436,439,438", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5533", + "slayer_exp": "25", + "death_animation": "5534", + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6098", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5571", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6099", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "5571", + "combat_audio": "931,923,922", + "respawn_delay": "60", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6100", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lesser, but still pretty big.", "melee_animation": "4630", "range_animation": "4630", - "range_level": "1", + "combat_audio": "400,404,403", + "attack_speed": "4", + "magic_level": "1", "respawn_delay": "30", - "safespot": null, + "defence_animation": "65", + "weakness": "4", "slayer_exp": "79", + "magic_animation": "4630", + "death_animation": "67", + "name": "Lesser demon", + "defence_level": "71", + "safespot": null, + "lifepoints": "79", "strength_level": "70", - "weakness": "4" + "id": "6101", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { - "id": "6102", - "name": "Lost barbarian", "examine": "His face is expressionless.", - "attack_level": "60", - "death_animation": "836", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Lost barbarian", "defence_level": "60", + "safespot": null, "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "60", - "weakness": "7" - }, - { - "id": "6103", - "name": "Skeleton hero", - "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", - "aggressive": "true", - "attack_level": "53", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "53", - "lifepoints": "75", - "magic_animation": "0", - "melee_animation": "2067", - "range_animation": "0", + "id": "6102", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "53", - "weakness": "8" + "attack_level": "60" }, { - "id": "6104", - "name": "Skeleton brute", - "examine": "An ex-barbarian, willing to make you ex too.", - "aggressive": "true", - "attack_level": "63", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "63", - "lifepoints": "90", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "63", - "weakness": "8" - }, - { - "id": "6105", - "name": "Skeleton warlord", - "examine": "He's heartless.", - "aggressive": "true", - "attack_level": "65", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", - "magic_animation": "0", - "melee_animation": "2067", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "65", - "weakness": "8" - }, - { - "id": "6106", - "name": "Skeleton heavy", - "examine": "He's less heavy now.", - "aggressive": "true", - "attack_level": "64", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "64", - "lifepoints": "91", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "64", - "weakness": "8" - }, - { - "id": "6107", - "name": "Skeleton thug", - "examine": "Floats like an anvil, hits like a hammer.", - "aggressive": "true", - "attack_level": "61", - "combat_audio": "774,775,777", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "61", - "lifepoints": "87", - "magic_animation": "0", - "melee_animation": "422", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "61", - "weakness": "8" - }, - { - "id": "6108", - "name": "Entrana firebird", "examine": "Probably not a chicken.", - "attack_level": "1", - "death_animation": "6812", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "0", "melee_animation": "6811", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "6812", + "name": "Entrana firebird", + "defence_level": "1", "safespot": null, + "lifepoints": "5", "strength_level": "1", - "weakness": "1" + "id": "6108", + "range_level": "1", + "attack_level": "1" }, { - "id": "6109", - "name": "Mounted terrorbird gnome", "examine": "These gnomes know how to get around!", - "attack_level": "38", - "death_animation": "6791", + "melee_animation": "6790", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", "defence_level": "38", + "safespot": null, "lifepoints": "54", - "magic_animation": "0", - "melee_animation": "6790", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "38", - "weakness": "8" + "id": "6109", + "range_level": "1", + "attack_level": "38" }, { + "examine": "These gnomes know how to get around!", + "melee_animation": "6790", + "respawn_delay": "60", + "defence_animation": "6792", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "6110", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "1", - "death_animation": "6791", - "defence_animation": "6792", - "defence_level": "1", - "lifepoints": "55", - "melee_animation": "6790", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "These gnomes know how to get around!", + "melee_animation": "6790", + "respawn_delay": "60", + "defence_animation": "6792", + "death_animation": "6791", + "name": "Mounted terrorbird gnome", + "defence_level": "1", + "safespot": null, + "lifepoints": "55", + "strength_level": "1", "id": "6111", - "name": "Mounted terrorbird gnome", - "examine": "These gnomes know how to get around!", - "attack_level": "1", - "death_animation": "6791", - "defence_animation": "6792", - "defence_level": "1", - "lifepoints": "55", - "melee_animation": "6790", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6112", - "name": "Ducklings", "examine": "Aww, cute.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ducklings", + "defence_level": "1", + "water_npc": "true", "safespot": null, + "lifepoints": "10", "strength_level": "1", - "water_npc": "true" + "id": "6112", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6113", - "name": "Duck", "examine": "Quackers.", - "attack_level": "1", - "death_animation": "750", - "defence_animation": "3268", - "defence_level": "1", - "lifepoints": "3", "melee_animation": "747", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "3268", + "death_animation": "750", + "name": "Duck", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6114", - "name": "Drake" + "lifepoints": "3", + "strength_level": "1", + "id": "6113", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "combat_audio": "309,311,310", + "attack_speed": "5", + "defence_animation": "1014", + "weakness": "6", + "magic_animation": "3467", + "death_animation": "3468", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "6115", - "name": "Seagull", - "examine": "A messy bird.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "309,311,310", - "death_animation": "3468", - "defence_animation": "1014", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "3467", - "melee_animation": "3467", - "range_animation": "3467", "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "6" + "attack_level": "1" }, { + "examine": "A messy bird.", + "melee_animation": "3467", + "range_animation": "3467", + "combat_audio": "309,311,310", + "attack_speed": "5", + "defence_animation": "1014", + "magic_animation": "3467", + "death_animation": "3468", + "name": "Seagull", + "defence_level": "1", + "safespot": null, + "lifepoints": "5", + "strength_level": "1", "id": "6116", - "name": "Seagull", - "examine": "A messy bird.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "309,311,310", - "death_animation": "3468", - "defence_animation": "1014", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "3467", - "melee_animation": "3467", - "range_animation": "3467", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6117", - "name": "Mr. Mordaut", "examine": "Do not upset this teacher. You have been warned!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6118", - "name": "Observatory assistant", - "examine": "He helps the professor.", - "attack_level": "1", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Mr. Mordaut", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6119", - "name": "Observatory professor", - "examine": "A man, learned in the ways of the stars." - }, - { - "id": "6122", - "name": "Sleeping guard", - "examine": "Sleeping like an ugly baby.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6123", - "name": "Naghead", - "examine": "An old goblin hag.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6124", - "name": "Wagchin", - "examine": "A young goblin 'beauty'.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6125", - "name": "Goblin", - "examine": "An ugly green creature.", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6126", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6127", - "name": "Greasycheeks", - "examine": "Big appetite for a small creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6128", - "name": "Smellytoes", - "examine": "Likes drink a little too much.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6129", - "name": "Creakyknees", - "examine": "Lean and green.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6130", - "name": "Clothears" - }, - { - "id": "6131", - "name": "Zombie", - "attack_level": "1", - "combat_audio": "931,923,922", - "defence_level": "1", - "lifepoints": "40", - "range_level": "1", - "safespot": null, - "slayer_exp": "30", - "strength_level": "1" - }, - { - "id": "6132", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6133", - "name": "Goblin", - "attack_level": "1", - "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6134", - "name": "Dunce", - "examine": "This imp is clearly the class clown.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6135", - "name": "Town crier", - "examine": "Get useful information from this guy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6136", - "name": "Town crier", - "examine": "Get useful information from this guy." - }, - { - "id": "6137", - "name": "Town crier", - "examine": "Get useful information from this guy." - }, - { - "id": "6138", - "name": "Town crier" - }, - { - "id": "6139", - "name": "Town crier" - }, - { - "id": "6140", - "name": "Squire (Intermediate)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6141", - "name": "Squire (Veteran)", - "examine": "A squire of balance.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6142", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6143", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "25", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6144", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6145", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "50", - "lifepoints": "200", - "magic_level": "50", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6146", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6147", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "15", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6148", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6149", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "200", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6150", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6151", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "40", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6152", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6153", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0", - "defence_level": "70", - "lifepoints": "250", - "magic_level": "70", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6154", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6155", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "15", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6156", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6157", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", - "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6158", - "name": "Sir Lucan" - }, - { - "id": "6159", - "name": "Workman", - "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.", - "aggressive": "true", - "attack_level": "50", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "114", - "magic_animation": "0", - "magic_level": "50", - "range_animation": "0", - "range_level": "50", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6160", - "name": "Sir Lancelot" - }, - { - "id": "6161", - "name": "Sir Bedivere" - }, - { - "id": "6162", - "name": "Sir Tristram" - }, - { - "id": "6163", - "name": "Sir Pelleas" - }, - { - "id": "6164", - "name": "Sir Gawain" - }, - { - "id": "6165", - "name": "Sir Kay" - }, - { - "id": "6166", - "name": "Sir Pelleas" - }, - { - "id": "6167", - "name": "Sir Gawain" - }, - { - "id": "6168", - "name": "Sir Kay" - }, - { - "id": "6169", - "name": "Squire", - "examine": "Squire to the Knights of the Round Table.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6170", - "name": "Sir Lancelot", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "422", - "defence_level": "1", - "lifepoints": "118", - "melee_animation": "400", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6171", - "name": "Sir Kay" - }, - { - "id": "6172", - "name": "Sir Gawain" - }, - { - "id": "6173", - "name": "Sir Lucan" - }, - { - "id": "6174", - "name": "Bandit" - }, - { - "id": "6175", - "name": "Sir Tristram" - }, - { - "id": "6176", - "name": "Sir Pelleas" - }, - { - "id": "6177", - "name": "Sir Bedivere" - }, - { - "id": "6178", - "name": "Anna" - }, - { - "id": "6179", - "name": "David" - }, - { - "id": "6180", - "name": "Anna" - }, - { - "id": "6181", - "name": "Court judge" - }, - { - "id": "6182", - "name": "Jury" - }, - { - "id": "6183", - "name": "Guard", - "examine": "An officer of the law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6184", - "name": "Guard", - "examine": "An officer of the law.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6185", - "name": "Prosecutor" - }, - { - "id": "6186", - "name": "Morgan Le Faye" - }, - { - "id": "6188", - "name": "Renegade knight", - "examine": "He isn't very friendly.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, "strength_level": "1", - "weakness": "8" + "id": "6117", + "range_level": "1", + "attack_level": "1" }, { - "id": "6189", - "name": "Black Knight", - "examine": "A dark-hearted knight.", - "aggressive": "true", - "attack_level": "25", - "attack_speed": "5", - "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", - "combat_audio": "2503,15,512", - "death_animation": "836", + "examine": "He helps the professor.", + "melee_animation": "0", + "range_animation": "0", "defence_animation": "0", - "defence_level": "25", - "lifepoints": "42", "magic_animation": "0", + "death_animation": "0", + "name": "Observatory assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6118", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Sleeping like an ugly baby.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Sleeping guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6122", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An old goblin hag.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Naghead", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6123", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A young goblin 'beauty'.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wagchin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6124", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An ugly green creature.", + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6125", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6126", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big appetite for a small creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Greasycheeks", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6127", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes drink a little too much.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Smellytoes", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6128", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Lean and green.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Creakyknees", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6129", + "range_level": "1", + "attack_level": "1" + }, + { + "slayer_exp": "30", + "name": "Zombie", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "combat_audio": "931,923,922", + "strength_level": "1", + "id": "6131", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6132", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", + "id": "6133", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This imp is clearly the class clown.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Dunce", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6134", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Get useful information from this guy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Town crier", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6135", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire (Intermediate)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6140", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A squire of balance.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire (Veteran)", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6141", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6142", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "25", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6143", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6144", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "50", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6145", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6146", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6147", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6148", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "200", + "strength_level": "1", + "id": "6149", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6150", + "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6151", + "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6152", + "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "70", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "70", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6153", + "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6154", + "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "15", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6155", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6156", + "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", + "id": "6157", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.", + "range_animation": "0", + "magic_level": "50", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Workman", + "defence_level": "65", + "safespot": null, + "lifepoints": "114", + "strength_level": "50", + "id": "6159", + "aggressive": "true", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Squire to the Knights of the Round Table.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Squire", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6169", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "400", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "422", + "death_animation": "836", + "name": "Sir Lancelot", + "defence_level": "1", + "safespot": null, + "lifepoints": "118", + "strength_level": "1", + "id": "6170", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6183", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An officer of the law.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6184", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He isn't very friendly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "0", + "name": "Renegade knight", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6188", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dark-hearted knight.", "melee_animation": "390", "range_animation": "0", - "range_level": "1", + "combat_audio": "2503,15,512", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Black Knight", + "defence_level": "25", "safespot": null, + "lifepoints": "42", "strength_level": "25", - "weakness": "8" + "id": "6189", + "aggressive": "true", + "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0", + "range_level": "1", + "attack_level": "25" }, { - "id": "6190", - "name": "Guard", "examine": "Primping with combs and hair clips.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6191", - "name": "Sinclair" - }, - { - "id": "6198", - "name": "Sinclair", - "examine": "The name isn't just for show.", - "aggressive": "true", - "attack_level": "55", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "85", "magic_animation": "0", - "magic_level": "55", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6190", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The name isn't just for show.", "range_animation": "0", - "range_level": "55", + "magic_level": "55", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Sinclair", + "defence_level": "55", "safespot": null, + "lifepoints": "85", "strength_level": "55", - "weakness": "10" + "id": "6198", + "aggressive": "true", + "range_level": "55", + "attack_level": "55" }, { - "id": "6199", - "name": "Banker" - }, - { - "id": "6200", - "name": "Banker", "examine": "He can look after my money.", - "attack_level": "1", + "name": "Banker", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6200", + "range_level": "1", + "attack_level": "1" }, { - "id": "6201", "name": "Knight", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6201", + "range_level": "1", + "attack_level": "1" }, { - "id": "6202", - "name": "K'ril Tsutsaroth" - }, - { - "id": "6203", - "name": "K'ril Tsutsaroth", "examine": "A servant of the god Zamorak. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "340", + "melee_animation": "6945", "attack_speed": "6", - "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0", - "clue_level": "2", - "death_animation": "6946", - "defence_animation": "6944", - "defence_level": "270", - "lifepoints": "255", - "magic_animation": "6945", - "magic_level": "200", - "melee_animation": "6945", - "poison_amount": "", - "poison_immune": "true", "poisonous": "", - "range_animation": "6945", - "range_level": "1", "respawn_delay": "150", - "safespot": null, + "weakness": "9", "slayer_exp": "350", + "poison_amount": "", + "magic_animation": "6945", + "death_animation": "6946", + "lifepoints": "255", + "id": "6203", + "aggressive": "true", + "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0", + "agg_radius": "64", + "range_animation": "6945", + "magic_level": "200", + "defence_animation": "6944", + "name": "K'ril Tsutsaroth", + "defence_level": "270", + "poison_immune": "true", + "safespot": null, "strength_level": "300", - "weakness": "9" + "clue_level": "2", + "range_level": "1", + "attack_level": "340" }, { - "id": "6204", - "name": "Tstanon Karlak", - "examine": "Destroyer of 1000 planes!", "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0", - "death_animation": "6946", - "defence_animation": "6944", - "defence_level": "125", - "lifepoints": "142", - "magic_animation": "6945", - "magic_level": "50", + "examine": "Destroyer of 1000 planes!", "melee_animation": "6945", "range_animation": "6945", - "range_level": "50", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "142", - "strength_level": "118", - "weakness": "9" - }, - { - "id": "6205", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6206", - "name": "Zakl'n Gritch", - "examine": "Scourge of light.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "83", "attack_speed": "5", - "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20", - "combat_style": "1", - "death_animation": "6946", - "defence_animation": "6945", - "defence_level": "127", - "lifepoints": "150", - "magic_animation": "7033", "magic_level": "50", - "melee_animation": "7033", - "projectile": "1209", - "range_animation": "7033", - "range_level": "150", "respawn_delay": "50", - "safespot": null, - "slayer_exp": "150", - "start_gfx": "1208", - "strength_level": "76", - "weakness": "0" - }, - { - "id": "6207", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6208", - "name": "Balfrug Kreeyath", - "examine": "Despoiler of Ullek.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "115", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "6946", "defence_animation": "6944", - "defence_level": "153", - "lifepoints": "161", - "magic_animation": "7033", - "magic_level": "150", - "melee_animation": "7033", - "projectile": "1213", - "range_animation": "7033", - "range_level": "1", - "respawn_delay": "50", + "weakness": "9", + "slayer_exp": "142", + "magic_animation": "6945", + "death_animation": "6946", + "name": "Tstanon Karlak", + "defence_level": "125", "safespot": null, - "slayer_exp": "161", - "start_gfx": "1212", - "strength_level": "60" - }, - { - "id": "6209", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6210", - "name": "Hellhound", - "examine": "From the maws of hell.", + "lifepoints": "142", + "strength_level": "118", + "id": "6204", "aggressive": "true", - "attack_level": "105", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "6576", - "defence_animation": "6578", - "defence_level": "102", - "lifepoints": "116", - "magic_animation": "6579", + "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0", + "range_level": "50", + "attack_level": "124" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6205", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Scourge of light.", + "start_gfx": "1208", + "combat_style": "1", + "melee_animation": "7033", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "0", + "slayer_exp": "150", + "magic_animation": "7033", + "death_animation": "6946", + "lifepoints": "150", + "id": "6206", + "aggressive": "true", + "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20", + "agg_radius": "64", + "range_animation": "7033", + "magic_level": "50", + "defence_animation": "6945", + "name": "Zakl'n Gritch", + "defence_level": "127", + "safespot": null, + "strength_level": "76", + "range_level": "150", + "projectile": "1209", + "attack_level": "83" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6207", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Despoiler of Ullek.", + "start_gfx": "1212", + "combat_style": "2", + "melee_animation": "7033", + "range_animation": "7033", + "attack_speed": "5", + "magic_level": "150", + "respawn_delay": "50", + "defence_animation": "6944", + "slayer_exp": "161", + "magic_animation": "7033", + "death_animation": "6946", + "name": "Balfrug Kreeyath", + "defence_level": "153", + "safespot": null, + "lifepoints": "161", + "strength_level": "60", + "id": "6208", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0", + "range_level": "1", + "projectile": "1213", + "attack_level": "115" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6209", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "From the maws of hell.", "melee_animation": "6579", "range_animation": "6579", - "range_level": "1", + "combat_audio": "3717,3719,3718", + "attack_speed": "4", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6578", + "weakness": "7", "slayer_exp": "116", + "magic_animation": "6579", + "death_animation": "6576", + "name": "Hellhound", + "defence_level": "102", + "safespot": null, + "lifepoints": "116", "strength_level": "104", - "weakness": "7" + "id": "6210", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "105" }, { - "id": "6211", - "name": "Imp", "examine": "Have you checked your pockets lately?", - "aggressive": "true", - "attack_level": "4", - "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0", - "combat_audio": "534,536,535", - "death_animation": "172", - "defence_animation": "170", - "defence_level": "4", - "lifepoints": "10", - "magic_animation": "169", "melee_animation": "169", - "movement_radius": "25", "range_animation": "169", - "range_level": "1", + "combat_audio": "534,536,535", + "defence_animation": "170", + "weakness": "7", + "magic_animation": "169", + "death_animation": "172", + "name": "Imp", + "defence_level": "4", "safespot": null, + "movement_radius": "25", + "lifepoints": "10", "strength_level": "4", - "weakness": "7" + "id": "6211", + "aggressive": "true", + "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "4" }, { + "examine": "He doesn't look pleased to see me.", + "melee_animation": "6536", + "range_animation": "6536", + "respawn_delay": "25", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "64", + "safespot": null, + "lifepoints": "100", + "strength_level": "64", "id": "6212", - "name": "Werewolf", - "examine": "He doesn't look pleased to see me.", "aggressive": "true", - "attack_level": "64", "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", "clue_level": "1", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "64", - "lifepoints": "100", - "magic_animation": "6536", - "melee_animation": "6536", - "range_animation": "6536", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "64", - "weakness": "7" + "attack_level": "64" }, { + "examine": "He doesn't look pleased to see me.", + "melee_animation": "6536", + "range_animation": "6536", + "respawn_delay": "25", + "defence_animation": "6538", + "weakness": "7", + "magic_animation": "6536", + "death_animation": "6537", + "name": "Werewolf", + "defence_level": "64", + "safespot": null, + "lifepoints": "100", + "strength_level": "64", "id": "6213", - "name": "Werewolf", - "examine": "He doesn't look pleased to see me.", "aggressive": "true", - "attack_level": "64", "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0", "clue_level": "1", - "death_animation": "6537", - "defence_animation": "6538", - "defence_level": "64", - "lifepoints": "100", - "magic_animation": "6536", - "melee_animation": "6536", - "range_animation": "6536", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "64", - "weakness": "7" + "attack_level": "64" }, { - "id": "6214", - "name": "Vampire", "examine": "It looks really hungry!", - "aggressive": "true", - "attack_level": "44", - "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0", - "clue_level": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "44", - "lifepoints": "60", - "magic_animation": "810", "melee_animation": "810", "range_animation": "810", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "404", + "magic_animation": "810", + "death_animation": "9055", + "name": "Vampire", + "defence_level": "44", "safespot": null, - "strength_level": "44" + "lifepoints": "60", + "strength_level": "44", + "id": "6214", + "aggressive": "true", + "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "44" }, { - "id": "6215", - "name": "Bloodveld", "examine": "The tongue of evil.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "clue_level": "2", - "combat_audio": "312,314,313", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "30", - "lifepoints": "120", - "magic_animation": "1552", "melee_animation": "9130", "range_animation": "1552", - "range_level": "1", + "combat_audio": "312,314,313", + "attack_speed": "4", "respawn_delay": "60", - "safespot": null, + "defence_animation": "9132", "slayer_exp": "120", - "strength_level": "45" + "magic_animation": "1552", + "death_animation": "9131", + "name": "Bloodveld", + "defence_level": "30", + "safespot": null, + "lifepoints": "120", + "strength_level": "45", + "id": "6215", + "aggressive": "true", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "6216", - "name": "Pyrefiend", "examine": "A small fire demon.", - "aggressive": "true", - "attack_level": "25", - "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0", - "clue_level": "1", - "combat_audio": "696,698,697", - "death_animation": "1580", - "defence_animation": "1581", - "defence_level": "25", - "lifepoints": "48", - "magic_animation": "1582", "melee_animation": "1582", "range_animation": "1582", - "range_level": "1", + "combat_audio": "696,698,697", "respawn_delay": "25", + "defence_animation": "1581", + "weakness": "7", + "magic_animation": "1582", + "death_animation": "1580", + "name": "Pyrefiend", + "defence_level": "25", "safespot": null, + "lifepoints": "48", "strength_level": "25", - "weakness": "7" + "id": "6216", + "aggressive": "true", + "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "25" }, { - "id": "6217", - "name": "Icefiend", "examine": "A small ice demon.", - "attack_level": "5", - "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0", - "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "8079", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "8080", "melee_animation": "8080", "range_animation": "8080", - "range_level": "1", + "combat_audio": "531,533,532", "respawn_delay": "25", + "defence_animation": "8079", + "magic_animation": "8080", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "5", "safespot": null, - "strength_level": "5" + "lifepoints": "15", + "strength_level": "5", + "id": "6217", + "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { - "id": "6218", - "name": "Gorak", "examine": "Those horns look pretty sharp...", - "aggressive": "true", - "attack_level": "70", - "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0", - "death_animation": "4302", - "defence_animation": "4301", - "defence_level": "70", - "lifepoints": "112", - "magic_animation": "4300", "melee_animation": "4300", "range_animation": "4300", - "range_level": "1", "respawn_delay": "25", - "safespot": null, + "defence_animation": "4301", + "weakness": "9", "slayer_exp": "112", + "magic_animation": "4300", + "death_animation": "4302", + "name": "Gorak", + "defence_level": "70", + "safespot": null, + "lifepoints": "112", "strength_level": "70", - "weakness": "9" + "id": "6218", + "aggressive": "true", + "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0", + "range_level": "1", + "attack_level": "70" }, { - "id": "6219", - "name": "Spiritual warrior", "examine": "Warrior of Zamorak.", - "aggressive": "true", - "attack_level": "66", + "melee_animation": "390", + "range_animation": "390", "attack_speed": "5", + "respawn_delay": "25", + "defence_animation": "1156", + "weakness": "6", + "magic_animation": "390", + "death_animation": "9055", + "name": "Spiritual warrior", + "defence_level": "66", + "safespot": null, + "lifepoints": "102", + "strength_level": "66", + "id": "6219", + "aggressive": "true", "bonuses": "40,60,60,60,60,20,50,55,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "9055", - "defence_animation": "1156", - "defence_level": "66", - "lifepoints": "102", - "magic_animation": "390", - "melee_animation": "390", - "range_animation": "390", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "66", - "weakness": "6" + "attack_level": "66" }, { - "id": "6220", - "name": "Spiritual ranger", "examine": "A ranger spirit dedicated to Zamorak.", + "start_gfx": "18", + "combat_style": "1", + "start_height": "96", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "1", + "magic_animation": "426", + "death_animation": "9055", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "6220", "aggressive": "true", - "attack_level": "1", "bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "70", - "lifepoints": "120", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "9", - "range_animation": "426", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "18", - "start_height": "96", - "strength_level": "1", - "weakness": "1" + "projectile": "9", + "attack_level": "1" }, { - "id": "6221", - "name": "Spiritual mage", "examine": "A deadly servant of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "61", - "end_gfx": "78", - "end_height": "0", - "lifepoints": "75", - "magic_animation": "811", - "magic_level": "180", "melee_animation": "811", - "projectile": "78", - "range_animation": "811", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "weakness": "3", + "magic_animation": "811", + "death_animation": "9055", + "lifepoints": "75", + "id": "6221", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_animation": "811", + "magic_level": "180", + "end_gfx": "78", + "defence_animation": "404", + "end_height": "0", + "name": "Spiritual mage", + "defence_level": "61", "safespot": null, "strength_level": "1", - "weakness": "3" + "clue_level": "2", + "range_level": "1", + "projectile": "78", + "attack_level": "1" }, { - "id": "6222", - "name": "Kree'arra", - "examine": "Graceful avatar of Armadyl.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "300", + "examine": "Graceful avatar of Armadyl.", + "melee_animation": "6977", + "range_animation": "6977", "attack_speed": "3", + "magic_level": "200", + "respawn_delay": "150", + "defence_animation": "6974", + "weakness": "10", + "slayer_exp": "357", + "magic_animation": "6977", + "death_animation": "6975", + "name": "Kree'arra", + "defence_level": "260", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "200", + "id": "6222", + "aggressive": "true", "bonuses": "136,136,136,0,120,180,180,180,200,200,0,12,0,0,0", "clue_level": "2", - "death_animation": "6975", - "defence_animation": "6974", - "defence_level": "260", - "lifepoints": "255", - "magic_animation": "6977", - "magic_level": "200", - "melee_animation": "6977", - "poison_immune": "true", - "range_animation": "6977", "range_level": "380", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "357", - "strength_level": "200", - "weakness": "10" + "attack_level": "300" }, { - "id": "6223", - "name": "Wingman Skree", "examine": "Graceful, bird-like creature.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0", "combat_style": "2", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "160", - "lifepoints": "121", - "magic_animation": "6952", - "magic_level": "150", "melee_animation": "6952", - "poison_immune": "false", - "prj_height": "92", - "projectile": "1199", - "range_animation": "6952", - "range_level": "100", + "attack_speed": "5", "respawn_delay": "50", - "safespot": null, + "weakness": "3", "slayer_exp": "124", - "strength_level": "50", - "weakness": "3" - }, - { - "id": "6224", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6225", - "name": "Flockleader Geerin", - "examine": "Graceful, bird-like creature.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", - "combat_style": "1", + "magic_animation": "6952", "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "175", - "lifepoints": "132", - "magic_animation": "6953", - "magic_level": "50", - "melee_animation": "6953", - "poison_immune": "false", + "lifepoints": "121", + "id": "6223", + "aggressive": "true", + "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0", "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "150", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "133", - "strength_level": "80", - "weakness": "4" - }, - { - "id": "6226", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6227", - "name": "Flight Kilisa", - "examine": "Graceful, bird-like creature.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", - "death_animation": "6956", + "range_animation": "6952", + "magic_level": "150", "defence_animation": "6955", - "defence_level": "175", - "lifepoints": "133", - "magic_animation": "6954", + "name": "Wingman Skree", + "defence_level": "160", + "poison_immune": "false", + "safespot": null, + "strength_level": "50", + "range_level": "100", + "projectile": "1199", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6224", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "4", + "slayer_exp": "133", + "magic_animation": "6953", + "death_animation": "6956", + "lifepoints": "132", + "id": "6225", + "aggressive": "true", + "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0", + "prj_height": "92", + "agg_radius": "64", + "range_animation": "6953", "magic_level": "50", + "defence_animation": "6955", + "name": "Flockleader Geerin", + "defence_level": "175", + "poison_immune": "false", + "safespot": null, + "strength_level": "80", + "range_level": "150", + "projectile": "1190", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6226", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "Graceful, bird-like creature.", "melee_animation": "6954", "range_animation": "6954", - "range_level": "169", + "attack_speed": "5", + "magic_level": "50", "respawn_delay": "50", - "safespot": null, + "defence_animation": "6955", + "weakness": "6", "slayer_exp": "133", - "strength_level": "118", - "weakness": "6" - }, - { - "id": "6228", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Flight Kilisa", + "defence_level": "175", "safespot": null, - "strength_level": "1" + "lifepoints": "133", + "strength_level": "118", + "id": "6227", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", + "range_level": "169", + "attack_level": "124" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6228", + "range_level": "1", + "attack_level": "1" }, { - "id": "6229", - "name": "Spiritual warrior", "examine": "A servant of Armadyl.", + "combat_style": "1", + "melee_animation": "6954", + "range_animation": "6954", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "6", + "magic_animation": "6954", + "death_animation": "6956", + "name": "Spiritual warrior", + "defence_level": "70", + "safespot": null, + "lifepoints": "98", + "strength_level": "70", + "id": "6229", "aggressive": "true", - "attack_level": "70", "bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "70", - "lifepoints": "98", - "magic_animation": "6954", - "melee_animation": "6954", - "range_animation": "6954", "range_level": "68", - "respawn_delay": "25", - "safespot": null, - "strength_level": "70", - "weakness": "6" + "attack_level": "70" }, { - "id": "6230", - "name": "Spiritual ranger", "examine": "Armadyl's favourite servant.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "4", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "89", + "strength_level": "1", + "id": "6230", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "70", - "lifepoints": "89", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6231", - "name": "Spiritual mage", "examine": "A mage who serves Armadyl above all else - even death.", - "aggressive": "true", - "attack_level": "1", + "combat_style": "2", + "melee_animation": "6952", + "range_animation": "6952", "attack_speed": "5", + "magic_level": "150", + "respawn_delay": "25", + "defence_animation": "6955", + "weakness": "4", + "magic_animation": "6952", + "death_animation": "6956", + "name": "Spiritual mage", + "defence_level": "111", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "6231", + "aggressive": "true", "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "111", - "lifepoints": "75", - "magic_animation": "6952", - "magic_level": "150", - "melee_animation": "6952", - "prj_height": "92", - "projectile": "1199", - "range_animation": "6952", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "projectile": "1199", + "prj_height": "92", + "attack_level": "1" }, { - "id": "6232", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "70", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6233", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6232", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "45", + "safespot": null, "lifepoints": "83", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6233", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "45", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "50", + "safespot": null, + "lifepoints": "86", + "strength_level": "1", "id": "6234", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "50", - "lifepoints": "86", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "50", + "safespot": null, + "lifepoints": "86", + "strength_level": "1", "id": "6235", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "50", - "lifepoints": "86", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6236", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", + "safespot": null, "lifepoints": "95", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6236", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "55", + "safespot": null, + "lifepoints": "98", + "strength_level": "1", "id": "6237", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "55", - "lifepoints": "98", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6238", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "65", + "safespot": null, "lifepoints": "124", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6239", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6238", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "65", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "65", + "safespot": null, "lifepoints": "139", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6240", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6239", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "65", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "63", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6241", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6240", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "65", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6242", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6241", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "40", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "40", + "safespot": null, "lifepoints": "83", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6242", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "40", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6243", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "50", + "safespot": null, "lifepoints": "69", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", + "strength_level": "1", + "id": "6243", + "aggressive": "true", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", "range_level": "50", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6244", - "name": "Aviansie", "examine": "Graceful, bird-like creature.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", - "clue_level": "2", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", + "safespot": null, "lifepoints": "75", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "55", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6245", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "strength_level": "1", + "id": "6244", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", + "range_level": "55", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" + }, + { + "examine": "Graceful, bird-like creature.", "combat_style": "1", - "death_animation": "6956", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", "defence_level": "55", - "lifepoints": "98", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1190", - "range_animation": "6953", - "range_level": "55", - "respawn_delay": "25", "safespot": null, - "strength_level": "1" - }, - { - "id": "6246", - "name": "Aviansie", - "examine": "Graceful, bird-like creature.", + "lifepoints": "98", + "strength_level": "1", + "id": "6245", "aggressive": "true", - "attack_level": "1", "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "6956", - "defence_animation": "6955", - "defence_level": "65", - "lifepoints": "73", - "magic_animation": "6953", - "melee_animation": "6953", - "prj_height": "92", - "projectile": "1191", - "range_animation": "6953", - "range_level": "65", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1" + "range_level": "55", + "projectile": "1190", + "attack_level": "1", + "prj_height": "92" }, { - "id": "6247", - "name": "Commander Zilyana", - "examine": "Commander of Saradomin's forces. ", - "agg_radius": "64", + "examine": "Graceful, bird-like creature.", + "combat_style": "1", + "melee_animation": "6953", + "range_animation": "6953", + "respawn_delay": "25", + "defence_animation": "6955", + "magic_animation": "6953", + "death_animation": "6956", + "name": "Aviansie", + "defence_level": "65", + "safespot": null, + "lifepoints": "73", + "strength_level": "1", + "id": "6246", "aggressive": "true", - "attack_level": "280", + "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "65", + "projectile": "1191", + "attack_level": "1", + "prj_height": "92" + }, + { + "agg_radius": "64", + "examine": "Commander of Saradomin's forces. ", + "melee_animation": "6964", + "range_animation": "6964", "attack_speed": "2", + "magic_level": "300", + "respawn_delay": "150", + "defence_animation": "6966", + "weakness": "7", + "slayer_exp": "360", + "magic_animation": "6964", + "death_animation": "6965", + "name": "Commander Zilyana", + "defence_level": "300", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "196", + "id": "6247", + "aggressive": "true", "bonuses": "195,195,195,200,0,100,100,100,100,100,0,20,0,0,0", "clue_level": "2", - "death_animation": "6965", - "defence_animation": "6966", - "defence_level": "300", - "lifepoints": "255", - "magic_animation": "6964", - "magic_level": "300", - "melee_animation": "6964", - "poison_immune": "true", - "range_animation": "6964", "range_level": "250", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "360", - "strength_level": "196", - "weakness": "7" + "attack_level": "280" }, { - "id": "6248", - "name": "Starlight", + "agg_radius": "64", "examine": "The bane of darkness.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "120", - "attack_speed": "5", - "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", - "combat_audio": "3829,3866,3849", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "120", - "lifepoints": "160", - "magic_animation": "6376", - "magic_level": "125", "melee_animation": "6376", - "poison_immune": "false", "range_animation": "6376", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "125", - "weakness": "7" - }, - { - "id": "6249", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6250", - "name": "Growler", - "examine": "Defender of the faithful.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "100", + "combat_audio": "3829,3866,3849", "attack_speed": "5", - "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", - "combat_audio": "3830,3869,3867", - "combat_style": "2", - "death_animation": "7016", - "defence_animation": "7017", + "magic_level": "125", + "respawn_delay": "50", + "defence_animation": "6375", + "weakness": "7", + "slayer_exp": "0", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Starlight", "defence_level": "120", - "end_gfx": "1186", - "lifepoints": "146", - "magic_animation": "7019", - "magic_level": "150", - "melee_animation": "7019", - "prj_height": "0", - "projectile": "1185", - "range_animation": "7019", - "range_level": "1", - "respawn_delay": "50", + "poison_immune": "false", "safespot": null, - "slayer_exp": "0", - "start_gfx": "1184", - "strength_level": "101" - }, - { - "id": "6251", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6252", - "name": "Bree", - "examine": "Champion of Truth.", - "agg_radius": "64", + "lifepoints": "160", + "strength_level": "125", + "id": "6248", "aggressive": "true", - "attack_level": "110", - "attack_speed": "5", - "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", - "combat_style": "1", - "death_animation": "7011", - "defence_animation": "7010", - "defence_level": "130", - "end_gfx": "24", - "lifepoints": "162", - "magic_animation": "7009", - "magic_level": "80", - "melee_animation": "7009", - "prj_height": "50", - "projectile": "1188", - "range_animation": "7009", - "range_level": "150", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "80", - "weakness": "0" + "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0", + "range_level": "1", + "attack_level": "120" }, { - "id": "6253", "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6254", - "name": "Saradomin priest", - "examine": "A holy man wearing ancient clothing.", - "aggressive": "true", - "attack_level": "1", - "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0", - "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "60", - "end_gfx": "76", - "lifepoints": "89", - "magic_animation": "811", - "magic_level": "60", - "melee_animation": "811", - "poisonous": "", - "range_animation": "811", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, + "combat_audio": "511,513,512", "strength_level": "1", - "weakness": "3" + "id": "6249", + "range_level": "1", + "attack_level": "1" }, { - "id": "6255", - "name": "Spiritual warrior", - "examine": "Warrior of Saradomin.", - "aggressive": "true", - "attack_level": "66", + "examine": "Defender of the faithful.", + "start_gfx": "1184", + "combat_style": "2", + "melee_animation": "7019", "attack_speed": "5", - "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0", - "clue_level": "2", + "respawn_delay": "50", + "slayer_exp": "0", + "magic_animation": "7019", + "death_animation": "7016", + "lifepoints": "146", + "id": "6250", + "aggressive": "true", + "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", + "prj_height": "0", + "agg_radius": "64", + "range_animation": "7019", + "combat_audio": "3830,3869,3867", + "magic_level": "150", + "end_gfx": "1186", + "defence_animation": "7017", + "name": "Growler", + "defence_level": "120", + "safespot": null, + "strength_level": "101", + "range_level": "1", + "projectile": "1185", + "attack_level": "100" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6251", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Champion of Truth.", + "combat_style": "1", + "melee_animation": "7009", + "attack_speed": "5", + "respawn_delay": "50", + "weakness": "0", + "slayer_exp": "0", + "magic_animation": "7009", + "death_animation": "7011", + "lifepoints": "162", + "id": "6252", + "aggressive": "true", + "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0", + "prj_height": "50", + "agg_radius": "64", + "range_animation": "7009", + "magic_level": "80", + "end_gfx": "24", + "defence_animation": "7010", + "name": "Bree", + "defence_level": "130", + "safespot": null, + "strength_level": "80", + "range_level": "150", + "projectile": "1188", + "attack_level": "110" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6253", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man wearing ancient clothing.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "poisonous": "", + "magic_level": "60", + "respawn_delay": "25", + "end_gfx": "76", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "811", "death_animation": "9055", - "defence_animation": "1156", - "defence_level": "66", - "lifepoints": "100", - "magic_animation": "390", + "name": "Saradomin priest", + "defence_level": "60", + "safespot": null, + "lifepoints": "89", + "strength_level": "1", + "id": "6254", + "aggressive": "true", + "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Warrior of Saradomin.", "melee_animation": "390", "range_animation": "390", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "defence_animation": "1156", + "weakness": "8", + "magic_animation": "390", + "death_animation": "9055", + "name": "Spiritual warrior", + "defence_level": "66", "safespot": null, + "lifepoints": "100", "strength_level": "66", - "weakness": "8" + "id": "6255", + "aggressive": "true", + "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "66" }, { - "id": "6256", - "name": "Spiritual ranger", "examine": "A ranger spirit dedicated to Saradomin.", + "start_gfx": "18", + "combat_style": "1", + "start_height": "96", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "0", + "magic_animation": "426", + "death_animation": "9055", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "106", + "strength_level": "1", + "id": "6256", "aggressive": "true", - "attack_level": "1", "bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "70", - "lifepoints": "106", - "magic_animation": "426", - "melee_animation": "426", - "projectile": "9", - "range_animation": "426", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "18", - "start_height": "96", - "strength_level": "1", - "weakness": "0" + "projectile": "9", + "attack_level": "1" }, { - "id": "6257", - "name": "Spiritual mage", "examine": "Saradomin's holy mage.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0", - "clue_level": "2", "combat_style": "2", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "86", - "end_gfx": "76", - "end_height": "0", - "lifepoints": "85", - "magic_animation": "811", - "magic_level": "160", "melee_animation": "811", - "projectile": "76", - "range_animation": "811", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "25", + "weakness": "4", + "magic_animation": "811", + "death_animation": "9055", + "lifepoints": "85", + "id": "6257", + "aggressive": "true", + "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0", + "range_animation": "811", + "magic_level": "160", + "end_gfx": "76", + "defence_animation": "404", + "end_height": "0", + "name": "Spiritual mage", + "defence_level": "86", "safespot": null, "strength_level": "1", - "weakness": "4" + "clue_level": "2", + "range_level": "1", + "projectile": "76", + "attack_level": "1" }, { - "id": "6258", - "name": "Knight of Saradomin", "examine": "A valiant knight.", - "aggressive": "true", - "attack_level": "50", - "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "410", - "defence_level": "50", - "lifepoints": "135", - "magic_animation": "407", "melee_animation": "407", "range_animation": "407", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "410", + "weakness": "7", + "magic_animation": "407", + "death_animation": "9055", + "name": "Knight of Saradomin", + "defence_level": "50", "safespot": null, + "lifepoints": "135", "strength_level": "50", - "weakness": "7" + "id": "6258", + "aggressive": "true", + "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "6259", - "name": "Knight of Saradomin", "examine": "A valiant knight.", - "aggressive": "true", - "attack_level": "50", - "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "424", - "defence_level": "50", - "lifepoints": "108", - "magic_animation": "401", "melee_animation": "401", "range_animation": "401", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "424", + "weakness": "7", + "magic_animation": "401", + "death_animation": "9055", + "name": "Knight of Saradomin", + "defence_level": "50", "safespot": null, + "lifepoints": "108", "strength_level": "50", - "weakness": "7" + "id": "6259", + "aggressive": "true", + "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" }, { - "id": "6260", - "name": "General Graardor", - "examine": "A huge war chief.", "agg_radius": "64", - "aggressive": "true", - "attack_level": "280", + "examine": "A huge war chief.", + "melee_animation": "7060", + "range_animation": "7060", "attack_speed": "6", + "magic_level": "280", + "respawn_delay": "150", + "defence_animation": "7061", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7060", + "death_animation": "7062", + "name": "General Graardor", + "defence_level": "250", + "poison_immune": "true", + "safespot": null, + "lifepoints": "255", + "strength_level": "350", + "id": "6260", + "aggressive": "true", "bonuses": "120,120,120,0,100,90,90,90,65,90,0,43,0,0,0", "clue_level": "2", - "death_animation": "7062", - "defence_animation": "7061", - "defence_level": "250", - "lifepoints": "255", - "magic_animation": "7060", - "magic_level": "280", - "melee_animation": "7060", - "poison_immune": "true", - "range_animation": "7060", "range_level": "350", - "respawn_delay": "150", - "safespot": null, - "slayer_exp": "0", - "strength_level": "350", - "weakness": "10" + "attack_level": "280" }, { - "id": "6261", + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "melee_animation": "6154", + "range_animation": "6154", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "8", + "magic_animation": "6154", + "death_animation": "6156", "name": "Sergeant Strongstack", - "examine": "A battle-honed goblin. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "124", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", - "death_animation": "6156", - "defence_animation": "6155", "defence_level": "126", + "safespot": null, "lifepoints": "128", - "magic_animation": "6154", - "magic_level": "50", - "melee_animation": "6154", - "range_animation": "6154", - "range_level": "50", - "respawn_delay": "50", - "safespot": null, "strength_level": "118", - "weakness": "8" + "id": "6261", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0", + "range_level": "50", + "attack_level": "124" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6262", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6263", - "name": "Sergeant Steelwill", - "examine": "A battle-honed goblin. ", "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", - "combat_style": "2", - "death_animation": "6156", - "defence_animation": "6155", - "defence_level": "150", - "lifepoints": "127", - "magic_animation": "6154", - "magic_level": "150", - "melee_animation": "6154", - "projectile": "1203", - "range_animation": "6154", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, + "examine": "A battle-honed goblin. ", "start_gfx": "1202", - "strength_level": "50", - "weakness": "3" - }, - { - "id": "6264", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6265", - "name": "Sergeant Grimspike", - "examine": "A battle-honed goblin. ", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "80", - "attack_speed": "5", - "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20", - "combat_style": "1", - "death_animation": "6156", - "defence_animation": "6155", - "defence_level": "132", - "lifepoints": "146", - "magic_animation": "6154", - "magic_level": "50", + "combat_style": "2", "melee_animation": "6154", - "projectile": "1206", "range_animation": "6154", - "range_level": "150", + "attack_speed": "5", + "magic_level": "150", "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "3", + "magic_animation": "6154", + "death_animation": "6156", + "name": "Sergeant Steelwill", + "defence_level": "150", "safespot": null, - "strength_level": "80", - "weakness": "2" - }, - { - "id": "6266", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6267", - "name": "Fishing spot", - "examine": "Big, ugly, and smelly.", + "lifepoints": "127", + "strength_level": "50", + "id": "6263", "aggressive": "true", - "attack_level": "27", - "attack_speed": "6", - "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", - "death_animation": "361", - "defence_animation": "360", - "defence_level": "27", - "lifepoints": "60", - "magic_animation": "359", - "magic_level": "27", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0", + "range_level": "1", + "projectile": "1203", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6264", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "A battle-honed goblin. ", + "combat_style": "1", + "melee_animation": "6154", + "range_animation": "6154", + "attack_speed": "5", + "magic_level": "50", + "respawn_delay": "50", + "defence_animation": "6155", + "weakness": "2", + "magic_animation": "6154", + "death_animation": "6156", + "name": "Sergeant Grimspike", + "defence_level": "132", + "safespot": null, + "lifepoints": "146", + "strength_level": "80", + "id": "6265", + "aggressive": "true", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20", + "range_level": "150", + "projectile": "1206", + "attack_level": "80" + }, + { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", + "id": "6266", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Big, ugly, and smelly.", "melee_animation": "359", "range_animation": "359", - "range_level": "27", + "attack_speed": "6", + "magic_level": "27", "respawn_delay": "25", + "defence_animation": "360", + "magic_animation": "359", + "death_animation": "361", + "name": "Fishing spot", + "defence_level": "27", "safespot": null, - "strength_level": "27" + "lifepoints": "60", + "strength_level": "27", + "id": "6267", + "aggressive": "true", + "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0", + "range_level": "27", + "attack_level": "27" }, { - "id": "6268", - "name": "Jogre", "examine": "Green and aggressive.", - "aggressive": "true", - "attack_level": "62", - "attack_speed": "6", - "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0", - "clue_level": "1", - "death_animation": "2938", - "defence_animation": "2937", - "defence_level": "62", - "lifepoints": "70", - "magic_animation": "2936", "melee_animation": "2936", "range_animation": "2936", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "25", + "defence_animation": "2937", + "weakness": "8", + "magic_animation": "2936", + "death_animation": "2938", + "name": "Jogre", + "defence_level": "62", "safespot": null, + "lifepoints": "70", "strength_level": "62", - "weakness": "8" + "id": "6268", + "aggressive": "true", + "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0", + "clue_level": "1", + "range_level": "1", + "attack_level": "62" }, { + "examine": "A one-eyed man-eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "48", + "safespot": null, + "lifepoints": "110", + "strength_level": "70", "id": "6269", - "name": "Cyclops", - "examine": "A one-eyed man-eater.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "48", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "110", - "strength_level": "70", - "weakness": "8" + "attack_level": "60" }, { + "examine": "A one-eyed man-eater.", + "melee_animation": "4652", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "25", + "defence_animation": "4651", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "0", + "death_animation": "4653", + "name": "Cyclops", + "defence_level": "48", + "safespot": null, + "lifepoints": "110", + "strength_level": "70", "id": "6270", - "name": "Cyclops", - "examine": "A one-eyed man-eater.", "aggressive": "true", - "attack_level": "60", - "attack_speed": "4", "bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0", "clue_level": "2", - "death_animation": "4653", - "defence_animation": "4651", - "defence_level": "48", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "4652", - "range_animation": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "slayer_exp": "110", - "strength_level": "70", - "weakness": "8" + "attack_level": "60" }, { - "id": "6271", - "name": "Ork", "examine": "Ugly, fierce and with a bad attitude.", - "aggressive": "true", - "attack_level": "68", - "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", "melee_animation": "4320", "range_animation": "4320", - "range_level": "1", "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "8", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", "safespot": null, + "lifepoints": "110", "strength_level": "68", - "weakness": "8" + "id": "6271", + "aggressive": "true", + "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", + "range_level": "1", + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6272", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6273", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { + "examine": "Ugly, fierce and with a bad attitude.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Ork", + "defence_level": "68", + "safespot": null, + "lifepoints": "110", + "strength_level": "68", "id": "6274", - "name": "Ork", - "examine": "Ugly, fierce and with a bad attitude.", "aggressive": "true", - "attack_level": "68", "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "68", - "lifepoints": "110", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { - "id": "6275", - "name": "Hobgoblin", "examine": "An ugly, smelly creature.", - "aggressive": "true", - "attack_level": "40", - "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0", - "combat_audio": "469,472,471", - "death_animation": "167", - "defence_animation": "165", - "defence_level": "40", - "lifepoints": "52", - "magic_animation": "164", "melee_animation": "164", "range_animation": "164", - "range_level": "1", + "combat_audio": "469,472,471", "respawn_delay": "25", + "defence_animation": "165", + "weakness": "8", + "magic_animation": "164", + "death_animation": "167", + "name": "Hobgoblin", + "defence_level": "40", "safespot": null, + "lifepoints": "52", "strength_level": "40", - "weakness": "8" + "id": "6275", + "aggressive": "true", + "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" }, { - "id": "6276", - "name": "Spiritual ranger", "examine": "The spirit of a ranger, serving bandos beyond death.", + "start_gfx": "95", + "combat_style": "1", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "0", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual ranger", + "defence_level": "70", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "id": "6276", "aggressive": "true", - "attack_level": "1", "bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0", "clue_level": "2", - "combat_style": "1", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "70", - "lifepoints": "130", - "magic_animation": "4320", - "melee_animation": "4320", - "projectile": "1195", - "range_animation": "4320", "range_level": "70", - "respawn_delay": "25", - "safespot": null, - "start_gfx": "95", - "strength_level": "1", - "weakness": "0" + "projectile": "1195", + "attack_level": "1" }, { - "id": "6277", - "name": "Spiritual warrior", "examine": "A true servant of Bandos.", + "melee_animation": "4320", + "range_animation": "4320", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "8", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual warrior", + "defence_level": "70", + "safespot": null, + "lifepoints": "131", + "strength_level": "70", + "id": "6277", "aggressive": "true", - "attack_level": "70", "bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0", "clue_level": "2", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "70", - "lifepoints": "131", - "magic_animation": "4320", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "70", - "weakness": "8" + "attack_level": "70" }, { - "id": "6278", - "name": "Spiritual mage", "examine": "One of Bandos' chosen.", - "aggressive": "true", - "attack_level": "1", + "combat_style": "2", + "melee_animation": "4320", + "range_animation": "4320", "attack_speed": "5", + "magic_level": "142", + "respawn_delay": "25", + "defence_animation": "4322", + "weakness": "4", + "magic_animation": "4320", + "death_animation": "4321", + "name": "Spiritual mage", + "defence_level": "103", + "safespot": null, + "lifepoints": "106", + "strength_level": "1", + "id": "6278", + "aggressive": "true", "bonuses": "0,0,0,0,0,12,14,13,35,13,0,0,0,0,0", "clue_level": "2", - "combat_style": "2", - "death_animation": "4321", - "defence_animation": "4322", - "defence_level": "103", - "lifepoints": "106", - "magic_animation": "4320", - "magic_level": "142", - "melee_animation": "4320", - "range_animation": "4320", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "1", - "weakness": "4" + "attack_level": "1" }, { - "id": "6279", - "name": "Goblin", "examine": "An ancient goblin.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", - "clue_level": "0", + "melee_animation": "6185", + "range_animation": "6185", "combat_audio": "469,472,471", - "death_animation": "6182", + "respawn_delay": "25", "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", "defence_level": "5", + "safespot": null, "lifepoints": "20", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", + "strength_level": "5", + "id": "6279", + "aggressive": "true", + "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", + "clue_level": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { + "examine": "A warrior for Bandos.", + "melee_animation": "6185", + "range_animation": "6185", + "combat_audio": "469,472,471", + "respawn_delay": "25", + "defence_animation": "6183", + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "15", + "strength_level": "5", "id": "6280", - "name": "Goblin", - "examine": "A warrior for Bandos.", "aggressive": "true", - "attack_level": "5", "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "6185", - "melee_animation": "6185", - "range_animation": "6185", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { + "examine": "A soldier to the death.", + "melee_animation": "6188", + "range_animation": "6188", + "combat_audio": "469,472,471", + "respawn_delay": "25", + "defence_animation": "6189", + "magic_animation": "6188", + "death_animation": "6190", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "15", + "strength_level": "5", "id": "6281", - "name": "Goblin", - "examine": "A soldier to the death.", "aggressive": "true", - "attack_level": "5", "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6190", - "defence_animation": "6189", - "defence_level": "5", - "lifepoints": "15", - "magic_animation": "6188", - "melee_animation": "6188", - "range_animation": "6188", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { - "id": "6282", - "name": "Goblin", "examine": "A soldier to the death.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", - "clue_level": "0", + "melee_animation": "6188", + "range_animation": "6188", "combat_audio": "469,472,471", - "death_animation": "6190", + "respawn_delay": "25", "defence_animation": "6189", + "magic_animation": "6188", + "death_animation": "6190", + "name": "Goblin", "defence_level": "5", + "safespot": null, "lifepoints": "18", - "magic_animation": "6188", - "melee_animation": "6188", - "range_animation": "6188", + "strength_level": "5", + "id": "6282", + "aggressive": "true", + "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0", + "clue_level": "0", "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "5" + "attack_level": "5" }, { - "id": "6283", - "name": "Goblin", "examine": "A warrior for Bandos.", - "aggressive": "true", - "attack_level": "5", - "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", - "clue_level": "0", - "combat_audio": "469,472,471", - "death_animation": "6182", - "defence_animation": "6183", - "defence_level": "5", - "lifepoints": "16", - "magic_animation": "6185", "melee_animation": "6185", "range_animation": "6185", - "range_level": "1", + "combat_audio": "469,472,471", "respawn_delay": "25", - "safespot": null, + "defence_animation": "6183", "slayer_exp": "16", - "strength_level": "5" - }, - { - "id": "6284", - "name": "Warped terrorbird" + "magic_animation": "6185", + "death_animation": "6182", + "name": "Goblin", + "defence_level": "5", + "safespot": null, + "lifepoints": "16", + "strength_level": "5", + "id": "6283", + "aggressive": "true", + "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0", + "clue_level": "0", + "range_level": "1", + "attack_level": "5" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6285", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6286", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6287", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6288", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6289", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", "id": "6290", - "name": "Warped terrorbird", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "projectile": "1468", + "attack_level": "1" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6291", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "168", + "strength_level": "59", "id": "6292", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "168", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", "id": "6293", - "name": "Warped terrorbird", "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "projectile": "1468", + "attack_level": "1" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "308", + "strength_level": "59", "id": "6294", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "308", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { + "examine": "You don't think you can harm this terrorbird.", + "combat_style": "1", + "melee_animation": "7108", + "range_animation": "0", + "magic_level": "59", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "59", + "safespot": null, + "lifepoints": "308", + "strength_level": "59", "id": "6295", - "name": "Warped terrorbird", - "examine": "You don't think you can harm this terrorbird.", "aggressive": "true", - "attack_level": "59", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "0", - "defence_level": "59", - "lifepoints": "308", - "magic_animation": "0", - "magic_level": "59", - "melee_animation": "7108", - "projectile": "1468", - "range_animation": "0", "range_level": "59", - "respawn_delay": "60", - "safespot": null, - "strength_level": "59", - "weakness": "1" + "projectile": "1468", + "attack_level": "59" }, { - "id": "6296", - "name": "Warped tortoise", "examine": "You don't think you can harm this creature.", - "attack_level": "39", + "melee_animation": "7093", + "range_animation": "0", "attack_speed": "5", - "death_animation": "7091", - "defence_animation": "0", - "defence_level": "52", - "lifepoints": "148", - "magic_animation": "0", "magic_level": "52", - "melee_animation": "7093", - "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "39", - "weakness": "4" - }, - { - "id": "6297", - "name": "Warped tortoise", - "attack_level": "1", - "attack_speed": "5", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "7091", - "defence_animation": "7092", - "defence_level": "1", - "lifepoints": "87", + "name": "Warped tortoise", + "defence_level": "52", + "safespot": null, + "lifepoints": "148", + "strength_level": "39", + "id": "6296", + "range_level": "1", + "attack_level": "39" + }, + { "melee_animation": "7093", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6298", - "name": "Jeffery" - }, - { - "id": "6299", - "name": "Big monolith" - }, - { - "id": "6300", - "name": "Small monolith" - }, - { - "id": "6301", - "name": "Cute creature" - }, - { - "id": "6302", - "name": "Evil creature" - }, - { - "id": "6303", - "name": "Yewnock the engineer" - }, - { - "id": "6304", - "name": "Bolrie" - }, - { - "id": "6305", - "name": "Hazelmere" - }, - { - "id": "6306", - "name": "Bolrie", - "examine": "Annoyingly easy to squish.", - "aggressive": "true", - "attack_level": "1", - "defence_animation": "0", - "defence_level": "2", - "lifepoints": "0", - "magic_animation": "0", - "magic_level": "2", - "melee_animation": "0", - "range_animation": "0", - "range_level": "2", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6307", - "name": "Advisor" - }, - { - "id": "6308", - "name": "King Argenthorg" - }, - { - "id": "6309", - "name": "Prince Argenthorg" - }, - { - "id": "6310", - "name": "Cute creature" - }, - { - "id": "6312", - "name": "Evil creature" - }, - { - "id": "6313", - "name": "Terrorbird servant" - }, - { - "id": "6314", - "name": "Guard no. 21", - "examine": "She looks bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6315", - "name": "Guard no. 72", - "examine": "He looks even more bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6316", - "name": "Guard no. 21" - }, - { - "id": "6317", - "name": "Guard no. 72" - }, - { - "id": "6318", - "name": "Longramble" - }, - { - "id": "6319", - "name": "Spirit tree" - }, - { - "id": "6321", - "name": "Spirit tree" - }, - { - "id": "6322", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6323", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6324", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6325", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6326", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6327", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6328", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6329", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6330", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6331", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6332", - "name": "Warped terrorbird", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7109", - "defence_animation": "7110", - "defence_level": "1", - "lifepoints": "154", - "melee_animation": "7108", - "projectile": "1468", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6333", - "name": "Child" - }, - { - "id": "6334", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6335", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6336", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6337", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6338", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6339", - "name": "Child", - "examine": "A child of West Ardougne.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6340", - "name": "Child" - }, - { - "id": "6341", - "name": "Child" - }, - { - "id": "6342", - "name": "Child" - }, - { - "id": "6343", - "name": "Child" - }, - { - "id": "6344", - "name": "Child", - "examine": "Duck!", - "aggressive": "true", - "attack_level": "48", "attack_speed": "5", - "combat_style": "1", - "death_animation": "3922", + "respawn_delay": "60", + "defence_animation": "7092", + "death_animation": "7091", + "name": "Warped tortoise", + "defence_level": "1", + "safespot": null, + "lifepoints": "87", + "strength_level": "1", + "id": "6297", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Annoyingly easy to squish.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "2", "defence_animation": "0", - "defence_level": "65", - "lifepoints": "92", "magic_animation": "0", + "name": "Bolrie", + "defence_level": "2", + "safespot": null, + "lifepoints": "0", + "strength_level": "1", + "id": "6306", + "aggressive": "true", + "range_level": "2", + "attack_level": "1" + }, + { + "examine": "She looks bored.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard no. 21", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6314", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He looks even more bored.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard no. 72", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6315", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6322", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6323", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6324", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6325", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6326", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6327", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6328", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6329", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6330", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6331", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "combat_style": "1", + "melee_animation": "7108", + "respawn_delay": "60", + "defence_animation": "7110", + "death_animation": "7109", + "name": "Warped terrorbird", + "defence_level": "1", + "safespot": null, + "lifepoints": "154", + "strength_level": "1", + "id": "6332", + "aggressive": "true", + "range_level": "1", + "projectile": "1468", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6334", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6335", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6336", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6337", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6338", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A child of West Ardougne.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Child", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6339", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Duck!", + "combat_style": "1", "melee_animation": "3920", "range_animation": "3920", - "range_level": "65", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "1" - }, - { - "id": "6345", - "name": "Child" - }, - { - "id": "6346", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6347", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6348", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6349", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6350", - "name": "Pirate", - "examine": "This one's had too much to drink!", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "20", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6351", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6352", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6353", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6354", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6355", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6356", - "name": "Pirate", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "23", - "melee_animation": "390", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6357", - "name": "Street urchin" - }, - { - "id": "6358", - "name": "Street urchin", - "examine": "The mother of all pests!", - "aggressive": "true", - "attack_level": "70", - "attack_speed": "6", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "1428", - "magic_animation": "0", - "magic_level": "70", - "range_level": "70", - "respawn_delay": "60", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "6359", - "name": "Street urchin" - }, - { - "id": "6360", - "name": "Street urchin" - }, - { - "id": "6361", - "name": "Street urchin" - }, - { - "id": "6362", - "name": "Eniola" - }, - { - "id": "6363", - "name": "Zamorak warrior", - "examine": "A warrior of Zamorak.", - "aggressive": "true", - "attack_level": "44", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "44", - "lifepoints": "62", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "44", - "weakness": "7" - }, - { - "id": "6364", - "name": "Zamorak warrior", - "examine": "A warrior of Zamorak.", - "aggressive": "true", - "attack_level": "47", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", - "magic_animation": "0", - "melee_animation": "390", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "47", - "weakness": "7" - }, - { - "id": "6365", - "name": "Zamorak ranger", - "examine": "A ranger of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "46", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "6366", - "name": "Zamorak ranger", - "examine": "A ranger of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "melee_animation": "426", - "range_animation": "426", - "range_level": "46", - "safespot": null, - "strength_level": "1", - "weakness": "1" - }, - { - "id": "6367", - "name": "Zamorak mage", - "examine": "A mage of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "6368", - "name": "Zamorak mage", - "examine": "A mage of Zamorak.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "6369", - "name": "Cave lizard", - "examine": "A cave dweller.", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "death_animation": "7205", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "47", - "lifepoints": "67", + "weakness": "1", "magic_animation": "0", + "death_animation": "3922", + "name": "Child", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "48", + "id": "6344", + "aggressive": "true", + "range_level": "65", + "attack_level": "48" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6346", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6347", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6348", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6349", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "This one's had too much to drink!", + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6350", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6351", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6352", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6353", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6354", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6355", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "390", + "combat_audio": "703,705,704", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Pirate", + "defence_level": "1", + "safespot": null, + "lifepoints": "23", + "strength_level": "1", + "id": "6356", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The mother of all pests!", + "attack_speed": "6", + "magic_level": "70", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "0", + "name": "Street urchin", + "defence_level": "70", + "safespot": null, + "lifepoints": "1428", + "strength_level": "70", + "id": "6358", + "aggressive": "true", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "A warrior of Zamorak.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak warrior", + "defence_level": "44", + "safespot": null, + "lifepoints": "62", + "strength_level": "44", + "id": "6363", + "aggressive": "true", + "range_level": "1", + "attack_level": "44" + }, + { + "examine": "A warrior of Zamorak.", + "melee_animation": "390", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak warrior", + "defence_level": "47", + "safespot": null, + "lifepoints": "67", + "strength_level": "47", + "id": "6364", + "aggressive": "true", + "range_level": "1", + "attack_level": "47" + }, + { + "examine": "A ranger of Zamorak.", + "combat_style": "1", + "melee_animation": "426", + "range_animation": "426", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak ranger", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "6365", + "aggressive": "true", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A ranger of Zamorak.", + "melee_animation": "426", + "range_animation": "426", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak ranger", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "6366", + "aggressive": "true", + "range_level": "46", + "attack_level": "1" + }, + { + "examine": "A mage of Zamorak.", + "combat_style": "2", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak mage", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6367", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A mage of Zamorak.", + "melee_animation": "0", + "range_animation": "0", + "magic_level": "49", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "836", + "name": "Zamorak mage", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "1", + "id": "6368", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A cave dweller.", "melee_animation": "7207", "range_animation": "0", - "range_level": "47", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "7205", + "name": "Cave lizard", + "defence_level": "47", "safespot": null, + "lifepoints": "67", "strength_level": "1", - "weakness": "0" + "id": "6369", + "aggressive": "true", + "range_level": "47", + "attack_level": "1" }, { - "id": "6370", - "name": "Mage of Zamorak", "examine": "A representative of the Z.M.I.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mage of Zamorak", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6370", + "range_level": "1", + "attack_level": "1" }, { - "id": "6371", - "name": "Zamorak crafter", "examine": "A Z.M.I. runecrafter.", - "attack_level": "19", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", "melee_animation": "422", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "19", - "weakness": "7" - }, - { - "id": "6372", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", "name": "Zamorak crafter", - "attack_level": "1", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", + "id": "6371", + "range_level": "1", + "attack_level": "19" + }, + { "death_animation": "836", - "defence_animation": "425", + "name": "Zamorak crafter", "defence_level": "1", + "safespot": null, "lifepoints": "25", "melee_animation": "422", + "strength_level": "1", + "id": "6372", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6373", - "name": "Kennith" - }, - { - "id": "6374", - "name": "Guard dog", "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, + "defence_animation": "425" + }, + { "slayer_exp": "49", - "strength_level": "1" - }, - { - "id": "6375", - "name": "Wizard Cromperty" - }, - { - "id": "6376", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", + "name": "Guard dog", "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", "safespot": null, - "strength_level": "1" - }, - { - "id": "6377", - "name": "Jungle spider", - "examine": "A barely visible deadly spider.", - "aggressive": "true", - "attack_level": "1", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "1", - "lifepoints": "25", - "melee_animation": "5327", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6378", - "name": "Tenacious toucan", - "examine": "I wouldn't want to be footing that bill.", - "attack_level": "60", - "attack_speed": "5", - "death_animation": "6779", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "6379", - "name": "Giant ant worker", - "examine": "I wonder how much he can lift.", - "attack_level": "35", - "death_animation": "7238", - "defence_animation": "0", - "defence_level": "35", - "lifepoints": "50", - "magic_animation": "0", - "melee_animation": "7237", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "35", - "weakness": "9" - }, - { - "id": "6380", - "name": "Giant ant soldier", - "examine": "Gi-ant-ant-ant-ant...", - "aggressive": "true", - "attack_level": "50", - "death_animation": "7238", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "71", - "magic_animation": "0", - "melee_animation": "7237", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "50", - "weakness": "9" - }, - { - "id": "6381", - "name": "Giant wasp", - "examine": "That stinger has to hurt...", - "aggressive": "true", - "attack_level": "60", - "attack_speed": "5", - "death_animation": "7244", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "85", - "magic_animation": "0", - "melee_animation": "7242", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "60", - "weakness": "9" - }, - { - "id": "6382", - "name": "Pernicious parrot", - "examine": "Polynomial - a parrot that goes without breakfast", - "attack_level": "45", - "attack_speed": "5", - "death_animation": "6777", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "6775", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "9" - }, - { - "id": "6383", - "name": "Giant wasp", - "examine": "That stinger has to hurt...", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "7244", - "defence_animation": "7243", - "defence_level": "1", - "lifepoints": "37", - "melee_animation": "7242", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6384", - "name": "Karamjan Jungle Eagle" - }, - { - "id": "6385", - "name": "Karamjan Jungle eagle", - "examine": "A very large", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "6374", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6376", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A barely visible deadly spider.", + "melee_animation": "5327", + "combat_audio": "537,539,538", + "respawn_delay": "60", + "defence_animation": "5328", + "death_animation": "5329", + "name": "Jungle spider", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "6377", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "I wouldn't want to be footing that bill.", + "melee_animation": "6775", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", "magic_animation": "0", + "death_animation": "6779", + "name": "Tenacious toucan", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6378", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "I wonder how much he can lift.", + "melee_animation": "7237", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7238", + "name": "Giant ant worker", + "defence_level": "35", + "safespot": null, + "lifepoints": "50", + "strength_level": "35", + "id": "6379", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "Gi-ant-ant-ant-ant...", + "melee_animation": "7237", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7238", + "name": "Giant ant soldier", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "6380", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "That stinger has to hurt...", + "melee_animation": "7242", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7244", + "name": "Giant wasp", + "defence_level": "60", + "safespot": null, + "lifepoints": "85", + "strength_level": "60", + "id": "6381", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" + }, + { + "examine": "Polynomial - a parrot that goes without breakfast", + "melee_animation": "6775", + "range_animation": "0", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6777", + "name": "Pernicious parrot", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "6382", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "That stinger has to hurt...", + "melee_animation": "7242", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "7243", + "death_animation": "7244", + "name": "Giant wasp", + "defence_level": "1", + "safespot": null, + "lifepoints": "37", + "strength_level": "1", + "id": "6383", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very large", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Karamjan Jungle eagle", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6385", + "range_level": "1", + "attack_level": "1" }, { - "id": "6386", - "name": "Bandit" - }, - { - "id": "6389", - "name": "Gargoyle", "examine": "Flies like a rock.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", - "clue_level": "2", - "combat_audio": "428,430,429", - "death_animation": "1518", - "defence_animation": "9455", - "defence_level": "107", - "lifepoints": "105", - "magic_animation": "1516", - "magic_level": "1", "melee_animation": "9454", "range_animation": "1516", - "range_level": "1", - "safespot": null, + "combat_audio": "428,430,429", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "9455", "slayer_exp": "105", - "strength_level": "95" + "magic_animation": "1516", + "death_animation": "1518", + "name": "Gargoyle", + "defence_level": "107", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "6389", + "aggressive": "true", + "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0", + "clue_level": "2", + "range_level": "1", + "attack_level": "75" }, { - "id": "6390", - "name": "Grim Reaper", "examine": "I wish I could tell where he was looking. What could be beneath that hood?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grim Reaper", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6391", - "name": "Glough" - }, - { - "id": "6392", - "name": "Oldak" - }, - { - "id": "6393", - "name": "Zanik" - }, - { - "id": "6394", - "name": "Zanik" - }, - { - "id": "6396", - "name": "Zanik" - }, - { - "id": "6398", - "name": "Zanik" - }, - { - "id": "6400", - "name": "Oldak" + "lifepoints": "10", + "strength_level": "1", + "id": "6390", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6402", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6403", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6404", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6405", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6406", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6407", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6408", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6409", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6410", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6411", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6412", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6413", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6414", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6415", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6416", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6417", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6418", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6419", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6420", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6421", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6422", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6423", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6424", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6425", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6426", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6427", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6428", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6429", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6430", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6431", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6432", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6433", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6434", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6435", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6436", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6437", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6438", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6439", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6440", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6441", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6442", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6443", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6444", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6445", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6446", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6447", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6448", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6449", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6450", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6451", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6452", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6453", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6454", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6455", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6456", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6457", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6458", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6459", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6460", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6461", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6462", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6463", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6464", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6465", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6466", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6467", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6468", - "name": "Skoblin" - }, - { - "id": "6469", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "6182", "name": "Snothead", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "14", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "14", + "safespot": null, "lifepoints": "20", - "magic_animation": "0", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "14", - "weakness": "8" + "id": "6469", + "aggressive": "true", + "range_level": "1", + "attack_level": "14" }, { - "id": "6470", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "6182", "name": "Snailfeet", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "13", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "18", + "safespot": null, "lifepoints": "25", - "magic_animation": "0", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "18", - "respawn_delay": "60", - "safespot": null, "strength_level": "13", - "weakness": "2" + "id": "6470", + "aggressive": "true", + "range_level": "18", + "attack_level": "13" }, { - "id": "6471", - "name": "Mosschin", "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "16", - "death_animation": "6182", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", + "melee_animation": "7317", + "range_animation": "0", "magic_level": "22", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Mosschin", + "defence_level": "22", "safespot": null, + "lifepoints": "31", "strength_level": "16", - "weakness": "5" + "id": "6471", + "aggressive": "true", + "range_level": "1", + "attack_level": "16" }, { - "id": "6472", + "examine": "A goblin high priest", + "melee_animation": "7317", + "range_animation": "0", + "magic_level": "26", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", "name": "Redeyes", - "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "19", - "death_animation": "6182", - "defence_animation": "0", "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "magic_level": "26", - "melee_animation": "7317", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "37", "strength_level": "19", - "weakness": "5" + "id": "6472", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" }, { - "id": "6473", - "name": "Strongbones", "examine": "A goblin high priest", - "aggressive": "true", - "attack_level": "19", - "death_animation": "6182", - "defence_animation": "0", - "defence_level": "26", - "lifepoints": "37", - "magic_animation": "0", - "magic_level": "26", "melee_animation": "7317", "range_animation": "0", - "range_level": "1", + "magic_level": "26", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "6182", + "name": "Strongbones", + "defence_level": "26", "safespot": null, + "lifepoints": "37", "strength_level": "19", - "weakness": "5" + "id": "6473", + "aggressive": "true", + "range_level": "1", + "attack_level": "19" }, { - "id": "6474", - "name": "Snothead" - }, - { - "id": "6475", - "name": "Snailfeet" - }, - { - "id": "6476", - "name": "Mosschin" - }, - { - "id": "6477", - "name": "Redeyes" - }, - { - "id": "6478", - "name": "Strongbones" - }, - { - "id": "6479", - "name": "Grubfoot" - }, - { - "id": "6480", - "name": "Grubfoot" - }, - { - "id": "6482", - "name": "Priest", "examine": "Priest of the Ekeleshuun tribe.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Priest", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6482", + "range_level": "1", + "attack_level": "1" }, { - "id": "6483", - "name": "Priest" - }, - { - "id": "6484", - "name": "Priest" - }, - { - "id": "6485", - "name": "Priest" - }, - { - "id": "6486", - "name": "Priest" - }, - { - "id": "6487", - "name": "Priest" - }, - { - "id": "6488", - "name": "Preacher", "examine": "He is expounding the word of the Big High War God.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Preacher", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6489", - "name": "High priest" + "lifepoints": "10", + "strength_level": "1", + "id": "6488", + "range_level": "1", + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6490", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6491", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6492", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6493", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6494", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Goblin", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "469,472,471", + "strength_level": "1", "id": "6495", - "name": "Goblin", - "attack_level": "1", "clue_level": "0", - "combat_audio": "469,472,471", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He doesn't look very welcoming.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6496", - "name": "Goblin guard", - "examine": "He doesn't look very welcoming.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "He doesn't look very welcoming.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "469,472,471", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Goblin guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6497", - "name": "Goblin guard", - "examine": "He doesn't look very welcoming.", - "attack_level": "1", - "combat_audio": "469,472,471", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6498", - "name": "Guard", "examine": "A guard wearing blue armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6498", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6499", - "name": "Guard", "examine": "A guard wearing orange armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6499", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6500", - "name": "Guard", "examine": "A guard wearing black armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6500", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6501", - "name": "Guard", "examine": "A guard wearing white armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6501", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" }, { - "id": "6502", - "name": "Guard", "examine": "A guard wearing purple armour.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6503", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Guard", - "examine": "A guard wearing yellow armour.", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6502", "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6504", - "name": "Ghost", - "attack_level": "1", - "combat_audio": "436,439,438", + "examine": "A guard wearing yellow armour.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Guard", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6503", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { "slayer_exp": "25", - "strength_level": "1" + "name": "Ghost", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "436,439,438", + "strength_level": "1", + "id": "6504", + "range_level": "1", + "attack_level": "1" }, { - "id": "6505", - "name": "Registrar 1" - }, - { - "id": "6507", - "name": "Registrar 2", "examine": "A very noble spider and attendant to the Queen.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 2", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6507", + "range_level": "1", + "attack_level": "1" }, { - "id": "6508", - "name": "Registrar 3", "examine": "The highest ranking of the Spider Queen's servants.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 3", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6508", + "range_level": "1", + "attack_level": "1" }, { - "id": "6509", - "name": "Registrar 4", "examine": "The head of the Spider Queen's army.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 4", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6509", + "range_level": "1", + "attack_level": "1" }, { - "id": "6510", - "name": "Jury", "examine": "Trying hard to hide his identity.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jury", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6510", + "range_level": "1", + "attack_level": "1" }, { - "id": "6511", - "name": "Jury" - }, - { - "id": "6512", - "name": "Spectator", "examine": "Sir Amik's loyal squire.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6513", - "name": "Spectator" - }, - { - "id": "6514", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6512", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A being of ore and minerals.", - "attack_level": "1", - "defence_animation": "0", + "magic_animation": "0", + "name": "Spectator", "defence_level": "1", + "safespot": null, "lifepoints": "1", - "magic_animation": "0", "range_animation": "0", + "strength_level": "1", + "id": "6514", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "0" }, { - "id": "6515", - "name": "Spectator" - }, - { - "id": "6516", - "name": "Spectator", "examine": "A monkey on a mission.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6517", - "name": "Spectator" - }, - { - "id": "6518", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Spectator", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6516", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "He works for Doric & Son.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spectator", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6518", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6519", - "name": "Spectator" - }, - { - "id": "6520", - "name": "Head Registrar" - }, - { - "id": "6521", - "name": "Grand Exchange Tutor", "examine": "Gives an introduction to the Grand Exchange.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grand Exchange Tutor", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6521", + "range_level": "1", + "attack_level": "1" }, { - "id": "6522", - "examine": "Director of the Grand Exchange." - }, - { - "id": "6523", - "name": "Farid Morrisane (ores)", "examine": "The son of Ali M!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farid Morrisane (ores)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6523", + "range_level": "1", + "attack_level": "1" }, { - "id": "6524", - "name": "Bob Barter (herbs)", "examine": "He's probably seen better days.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bob Barter (herbs)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6524", + "range_level": "1", + "attack_level": "1" }, { - "id": "6525", - "name": "Murky Matt (runes)", "examine": "You can never miss a pirate in disguise.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Murky Matt (runes)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6525", + "range_level": "1", + "attack_level": "1" }, { - "id": "6526", - "name": "Relobo Blinyo (logs)", "examine": "A tribal man", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Relobo Blinyo (logs)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6526", + "range_level": "1", + "attack_level": "1" }, { - "id": "6527", - "name": "Hofuthand (armour and weapons)", "examine": "He's travelled a long way.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Hofuthand (armour and weapons)", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6527", + "range_level": "1", + "attack_level": "1" }, { - "id": "6528", - "examine": "There to help me make my bids." - }, - { - "id": "6529", - "examine": "There to help me make my bids." - }, - { - "id": "6530", - "examine": "There to help me make my bids." - }, - { - "id": "6531", - "examine": "There to help me make my bids." - }, - { - "id": "6532", - "examine": "She can look after my money. Good with money." - }, - { - "id": "6533", - "examine": "She can look after my money. Good with money." - }, - { - "id": "6534", - "examine": "He can look after my money. Good with money." - }, - { - "id": "6535", - "examine": "He can look after my money. Good with money." - }, - { - "id": "6536", - "name": "Registrar 5", "examine": "Chief architect of the Spider Realm.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Registrar 5", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6537", - "name": "Mandrith" - }, - { - "id": "6538", - "name": "Banker" - }, - { - "id": "6539", - "name": "Charley the Cleaner" - }, - { - "id": "6540", - "name": "Scotty the Cleaner" - }, - { - "id": "6541", - "name": "Sanchez the Cleaner" - }, - { - "id": "6542", - "name": "Summer Bonde" + "lifepoints": "10", + "strength_level": "1", + "id": "6536", + "range_level": "1", + "attack_level": "1" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6543", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "511,513,512", + "strength_level": "1", "id": "6544", - "name": "", - "attack_level": "1", - "combat_audio": "511,513,512", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6558", - "name": "null", "examine": "Tapping his feet and looking very bored.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "null", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6558", + "range_level": "1", + "attack_level": "1" }, { - "id": "6560", - "name": "null", "examine": "A huge war chief. ", - "aggressive": "true", - "attack_level": "250", - "attack_speed": "5", - "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0", - "death_animation": "7062", - "defence_animation": "7061", - "defence_level": "250", - "lifepoints": "254", - "magic_animation": "422", "melee_animation": "422", "range_animation": "422", - "range_level": "200", + "attack_speed": "5", "respawn_delay": "20", + "defence_animation": "7061", + "magic_animation": "422", + "death_animation": "7062", + "name": "null", + "defence_level": "250", "safespot": null, - "strength_level": "251" - }, - { - "id": "6566", - "name": "Broken grave marker" - }, - { - "id": "6567", - "name": "Collapsing grave marker" - }, - { - "id": "6568", - "name": "Grave marker" - }, - { - "id": "6569", - "name": "Broken grave marker" - }, - { - "id": "6570", - "name": "Collapsing grave marker" - }, - { - "id": "6571", - "name": "Gravestone" - }, - { - "id": "6572", - "name": "Broken gravestone" - }, - { - "id": "6573", - "name": "Collapsing gravestone" - }, - { - "id": "6574", - "name": "Gravestone" - }, - { - "id": "6575", - "name": "Broken gravestone" - }, - { - "id": "6576", - "name": "Collapsing gravestone" - }, - { - "id": "6577", - "name": "Gravestone" - }, - { - "id": "6578", - "name": "Broken gravestone" - }, - { - "id": "6579", - "name": "Collapsing gravestone" - }, - { - "id": "6580", - "name": "Stele" - }, - { - "id": "6581", - "name": "Broken stele" - }, - { - "id": "6582", - "name": "Collapsing stele" - }, - { - "id": "6583", - "name": "Saradomin symbol" - }, - { - "id": "6584", - "name": "Broken Saradomin symbol" - }, - { - "id": "6585", - "name": "Collapsing Saradomin symbol" - }, - { - "id": "6586", - "name": "Zamorak symbol" - }, - { - "id": "6587", - "name": "Broken Zamorak symbol" - }, - { - "id": "6588", - "name": "Collapsing Zamorak symbol" - }, - { - "id": "6589", - "name": "Guthix symbol" - }, - { - "id": "6590", - "name": "Broken Guthix symbol" - }, - { - "id": "6591", - "name": "Collapsing Guthix symbol" - }, - { - "id": "6592", - "name": "Bandos symbol" - }, - { - "id": "6593", - "name": "Broken Bandos symbol" - }, - { - "id": "6594", - "name": "Collapsing Bandos symbol" - }, - { - "id": "6595", - "name": "Armadyl symbol" - }, - { - "id": "6596", - "name": "Broken Armadyl symbol" - }, - { - "id": "6597", - "name": "Collapsing Armadyl symbol" - }, - { - "id": "6598", - "name": "Memorial stone" - }, - { - "id": "6599", - "name": "Broken memorial stone" - }, - { - "id": "6600", - "name": "Collapsing memorial stone" - }, - { - "id": "6601", - "name": "Memorial stone" - }, - { - "id": "6602", - "name": "Broken memorial stone" - }, - { - "id": "6603", - "name": "Collapsing memorial stone" + "lifepoints": "254", + "strength_level": "251", + "id": "6560", + "aggressive": "true", + "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0", + "range_level": "200", + "attack_level": "250" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6604", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6605", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6606", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6607", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6608", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6609", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6610", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6611", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6612", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6613", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6614", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6615", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6616", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6617", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6618", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6619", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6620", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6621", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6622", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6623", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6624", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6625", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6626", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6627", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6628", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6629", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6630", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6631", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6632", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6633", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6634", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6635", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6636", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6637", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6638", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6639", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6640", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6641", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6642", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6643", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6644", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "spawn_animation": "7457", + "examine": "The ghost of a cyclops slain during the god wars.", + "melee_animation": "7453", + "range_animation": "7510", + "magic_level": "43", + "defence_animation": "7455", + "weakness": "0", + "slayer_exp": "110", + "magic_animation": "7497", + "death_animation": "7454", + "name": "Revenant cyclops", + "defence_level": "43", + "safespot": null, + "lifepoints": "110", + "strength_level": "43", "id": "6645", - "name": "Revenant cyclops", - "examine": "The ghost of a cyclops slain during the god wars.", - "attack_level": "43", "clue_level": "2", - "death_animation": "7454", - "defence_animation": "7455", - "defence_level": "43", - "lifepoints": "110", - "magic_animation": "7497", - "magic_level": "43", - "melee_animation": "7453", - "range_animation": "7510", "range_level": "43", - "safespot": null, - "slayer_exp": "110", - "spawn_animation": "7457", - "strength_level": "43", - "weakness": "0" + "attack_level": "43" }, { + "spawn_animation": "7464", + "examine": "The essence of a hellhound slain during the god wars.", + "melee_animation": "7460", + "range_animation": "7501", + "combat_audio": "3717,3719,3718", + "magic_level": "50", + "defence_animation": "7462", + "slayer_exp": "80", + "magic_animation": "7515", + "death_animation": "7461", + "name": "Revenant hellhound", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", "id": "6646", - "name": "Revenant hellhound", - "examine": "The essence of a hellhound slain during the god wars.", - "attack_level": "50", "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "7461", - "defence_animation": "7462", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "7515", - "magic_level": "50", - "melee_animation": "7460", - "range_animation": "7501", "range_level": "50", - "safespot": null, - "slayer_exp": "80", - "spawn_animation": "7464", - "strength_level": "50" + "attack_level": "50" }, { - "id": "6647", - "name": "Revenant demon", + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", - "attack_level": "60", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "7475", - "defence_animation": "7476", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "7498", - "magic_level": "60", "melee_animation": "7474", "range_animation": "7512", - "range_level": "60", - "safespot": null, + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", "slayer_exp": "80", - "spawn_animation": "7478", - "strength_level": "60" + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "60", + "id": "6647", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" }, { - "id": "6648", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" + "lifepoints": "105", + "strength_level": "70", + "id": "6648", + "clue_level": "2", + "range_level": "70", + "attack_level": "70" }, { - "id": "6649", - "name": "Revenant dark beast", + "spawn_animation": "7471", "examine": "The ghost of a dark beast slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7468", - "defence_animation": "7469", - "defence_level": "80", - "lifepoints": "140", - "magic_animation": "7515", "melee_animation": "7467", "range_animation": "7514", - "range_level": "80", - "safespot": null, + "defence_animation": "7469", "slayer_exp": "140", - "spawn_animation": "7471", - "strength_level": "80" + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "140", + "strength_level": "80", + "id": "6649", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6650", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6651", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6652", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6653", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6654", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6655", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6656", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6657", - "name": "Revenant goblin", + "spawn_animation": "7447", "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "22", - "clue_level": "1", + "melee_animation": "7449", + "range_animation": "7513", "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "22", - "lifepoints": "34", - "magic_animation": "7499", "magic_level": "22", - "melee_animation": "7449", - "range_animation": "7513", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "22", + "safespot": null, + "lifepoints": "34", + "strength_level": "22", + "id": "6657", + "clue_level": "1", "range_level": "22", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "22" + "attack_level": "22" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6658", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6659", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", "id": "6660", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "29", - "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "attack_level": "29" }, { + "examine": "The ghost of a hobgoblin slain during the God Wars.", + "melee_animation": "7418", + "range_animation": "7516", + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", + "slayer_exp": "72", + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", "id": "6661", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", - "melee_animation": "7418", - "range_animation": "7516", "range_level": "32", - "safespot": null, - "slayer_exp": "72", - "strength_level": "32" + "attack_level": "32" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6662", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6663", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "poisonous": "", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6664", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "poisonous": "", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { - "id": "6665", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", "spawn_animation": "7440", - "strength_level": "80" + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6665", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6666", - "name": "Revenant imp", + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6666", + "range_level": "10", + "attack_level": "10" }, { - "id": "6667", - "name": "Revenant goblin", + "spawn_animation": "7447", "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", - "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", "melee_animation": "7449", "range_animation": "7513", - "range_level": "12", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "lifepoints": "24", + "strength_level": "12", + "id": "6667", + "clue_level": "1", + "range_level": "12", + "attack_level": "12" }, { - "id": "6668", - "name": "Revenant pyrefiend", + "spawn_animation": "7485", "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", - "magic_animation": "7506", - "magic_level": "29", "melee_animation": "7481", "range_animation": "7519", - "range_level": "29", - "safespot": null, + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6668", + "clue_level": "1", + "range_level": "29", + "attack_level": "29" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6669", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6670", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6671", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { - "id": "6672", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6673", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6672", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "prj_height": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" }, { - "id": "6674", - "name": "Revenant vampire", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6673", + "clue_level": "2", + "range_level": "80", + "attack_level": "80", + "prj_height": "" + }, + { + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6674", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6675", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" - }, - { - "id": "6676", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "65", + "strength_level": "38", + "id": "6675", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "38", + "attack_level": "38" }, { - "id": "6677", - "name": "Revenant imp", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6676", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6677", + "range_level": "10", + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6678", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6679", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6680", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6681", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6682", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6683", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6682", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6684", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6683", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6684", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6685", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6685", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6686", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6686", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6687", - "name": "Revenant cyclops", + "spawn_animation": "7457", "examine": "The ghost of a cyclops slain during the god wars.", - "attack_level": "43", - "clue_level": "2", - "death_animation": "7454", - "defence_animation": "7455", - "defence_level": "43", - "lifepoints": "110", - "magic_animation": "7497", - "magic_level": "43", "melee_animation": "7453", "range_animation": "7510", - "range_level": "43", - "safespot": null, + "magic_level": "43", + "defence_animation": "7455", + "weakness": "0", "slayer_exp": "110", - "spawn_animation": "7457", + "magic_animation": "7497", + "death_animation": "7454", + "name": "Revenant cyclops", + "defence_level": "43", + "safespot": null, + "lifepoints": "110", "strength_level": "43", - "weakness": "0" + "id": "6687", + "clue_level": "2", + "range_level": "43", + "attack_level": "43" }, { - "id": "6688", - "name": "Revenant hellhound", + "spawn_animation": "7464", "examine": "The essence of a hellhound slain during the god wars.", - "attack_level": "50", - "clue_level": "2", - "combat_audio": "3717,3719,3718", - "death_animation": "7461", - "defence_animation": "7462", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "7515", - "magic_level": "50", "melee_animation": "7460", "range_animation": "7501", - "range_level": "50", - "safespot": null, + "combat_audio": "3717,3719,3718", + "magic_level": "50", + "defence_animation": "7462", "slayer_exp": "80", - "spawn_animation": "7464", - "strength_level": "50" + "magic_animation": "7515", + "death_animation": "7461", + "name": "Revenant hellhound", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "6688", + "clue_level": "2", + "range_level": "50", + "attack_level": "50" }, { - "id": "6689", - "name": "Revenant demon", + "spawn_animation": "7478", "examine": "The essence of a demon slain during the god wars.", - "attack_level": "60", - "clue_level": "2", - "combat_audio": "400,404,403", - "death_animation": "7475", - "defence_animation": "7476", - "defence_level": "60", - "lifepoints": "80", - "magic_animation": "7498", - "magic_level": "60", "melee_animation": "7474", "range_animation": "7512", - "range_level": "60", - "safespot": null, + "combat_audio": "400,404,403", + "magic_level": "60", + "defence_animation": "7476", "slayer_exp": "80", - "spawn_animation": "7478", - "strength_level": "60" + "magic_animation": "7498", + "death_animation": "7475", + "name": "Revenant demon", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "60", + "id": "6689", + "clue_level": "2", + "range_level": "60", + "attack_level": "60" }, { - "id": "6690", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" + "lifepoints": "105", + "strength_level": "70", + "id": "6690", + "clue_level": "2", + "range_level": "70", + "attack_level": "70" }, { - "id": "6691", - "name": "Revenant dark beast", + "spawn_animation": "7471", "examine": "The ghost of a dark beast slain during the god wars.", - "attack_level": "80", - "clue_level": "2", - "death_animation": "7468", - "defence_animation": "7469", - "defence_level": "80", - "lifepoints": "140", - "magic_animation": "7515", "melee_animation": "7467", "range_animation": "7514", - "range_level": "80", - "safespot": null, + "defence_animation": "7469", "slayer_exp": "140", - "spawn_animation": "7471", - "strength_level": "80" + "magic_animation": "7515", + "death_animation": "7468", + "name": "Revenant dark beast", + "defence_level": "80", + "safespot": null, + "lifepoints": "140", + "strength_level": "80", + "id": "6691", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", "id": "6692", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "attack_level": "80" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6693", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7485", + "examine": "The ghost of an icefiend slain during the God Wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "27", + "defence_animation": "7483", + "slayer_exp": "40", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", + "safespot": null, + "lifepoints": "40", + "strength_level": "27", "id": "6694", - "name": "Revenant icefiend", - "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", - "attack_speed": "3", "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", - "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" + "attack_level": "27" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6695", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6696", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6697", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6698", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6699", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7426", + "examine": "The ghost of a vampire slain in the god wars.", + "melee_animation": "7427", + "range_animation": "7520", + "magic_level": "34", + "defence_animation": "7429", + "slayer_exp": "60", + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", "id": "6700", - "name": "Revenant vampire", - "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", - "melee_animation": "7427", - "range_animation": "7520", "range_level": "34", - "safespot": null, - "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "attack_level": "34" }, { + "spawn_animation": "7403", + "examine": "The ghost of a werewolf slain during the god wars.", + "melee_animation": "7397", + "range_animation": "7521", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", + "safespot": null, + "lifepoints": "65", + "strength_level": "38", "id": "6701", - "name": "Revenant werewolf", - "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", - "melee_animation": "7397", - "range_animation": "7521", "range_level": "38", - "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "attack_level": "38" }, { + "examine": "A ghost of an ork slain during the god wars.", + "melee_animation": "7411", + "range_animation": "7518", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", + "safespot": null, + "lifepoints": "105", + "strength_level": "70", "id": "6702", - "name": "Revenant ork", - "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", - "melee_animation": "7411", - "range_animation": "7518", "range_level": "70", - "safespot": null, - "strength_level": "70" + "attack_level": "70" }, { + "spawn_animation": "7410", + "examine": "The essence of an imp slain during the god wars.", + "melee_animation": "7407", + "range_animation": "7501", + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", + "slayer_exp": "10", + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", "id": "6703", - "name": "Revenant imp", - "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", - "melee_animation": "7407", - "range_animation": "7501", "range_level": "10", - "safespot": null, - "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6704", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6705", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6706", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6707", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6708", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6709", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6708", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6710", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6709", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6710", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6711", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6711", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6712", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6712", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6713", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6714", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6713", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" }, { - "id": "6715", - "name": "Revenant imp", + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6714", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" + }, + { + "spawn_animation": "7410", "examine": "The essence of an imp slain during the god wars.", - "attack_level": "10", - "combat_audio": "0,0,0", - "death_animation": "7408", - "defence_animation": "7404", - "defence_level": "10", - "lifepoints": "20", - "magic_animation": "7500", - "magic_level": "10", "melee_animation": "7407", "range_animation": "7501", - "range_level": "10", - "safespot": null, + "combat_audio": "0,0,0", + "magic_level": "10", + "defence_animation": "7404", "slayer_exp": "10", - "spawn_animation": "7410", - "strength_level": "10" + "magic_animation": "7500", + "death_animation": "7408", + "name": "Revenant imp", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "10", + "id": "6715", + "range_level": "10", + "attack_level": "10" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6716", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6717", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6718", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { + "spawn_animation": "7447", + "examine": "The ghost of a goblin slain during the god wars.", + "melee_animation": "7449", + "range_animation": "7513", + "combat_audio": "469,472,471", + "magic_level": "12", + "defence_animation": "7450", + "magic_animation": "7499", + "death_animation": "7448", + "name": "Revenant goblin", + "defence_level": "12", + "safespot": null, + "lifepoints": "24", + "strength_level": "12", "id": "6719", - "name": "Revenant goblin", - "examine": "The ghost of a goblin slain during the god wars.", - "attack_level": "12", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7448", - "defence_animation": "7450", - "defence_level": "12", - "lifepoints": "24", - "magic_animation": "7499", - "magic_level": "12", - "melee_animation": "7449", - "range_animation": "7513", "range_level": "12", - "safespot": null, - "spawn_animation": "7447", - "strength_level": "12" + "attack_level": "12" }, { - "id": "6720", - "name": "Revenant icefiend", + "spawn_animation": "7485", "examine": "The ghost of an icefiend slain during the God Wars.", - "attack_level": "27", + "melee_animation": "7481", + "range_animation": "7519", "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", - "defence_animation": "7483", - "defence_level": "27", - "lifepoints": "40", - "magic_animation": "7506", "magic_level": "27", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "27", - "safespot": null, - "slayer_exp": "40", - "spawn_animation": "7485", - "strength_level": "27" - }, - { - "id": "6721", - "name": "Revenant pyrefiend", - "examine": "The essence of a pyrefiend slain during the god wars.", - "attack_level": "29", - "attack_speed": "3", - "clue_level": "1", - "death_animation": "7482", "defence_animation": "7483", - "defence_level": "29", - "lifepoints": "48", + "slayer_exp": "40", "magic_animation": "7506", - "magic_level": "29", - "melee_animation": "7481", - "range_animation": "7519", - "range_level": "29", + "death_animation": "7482", + "name": "Revenant icefiend", + "defence_level": "27", "safespot": null, - "slayer_exp": "48", - "spawn_animation": "7485", - "strength_level": "29" + "lifepoints": "40", + "strength_level": "27", + "id": "6720", + "clue_level": "1", + "range_level": "27", + "attack_level": "27" }, { - "id": "6722", - "name": "Revenant hobgoblin", - "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", + "spawn_animation": "7485", + "examine": "The essence of a pyrefiend slain during the god wars.", + "melee_animation": "7481", + "range_animation": "7519", + "attack_speed": "3", + "magic_level": "29", + "defence_animation": "7483", + "slayer_exp": "48", + "magic_animation": "7506", + "death_animation": "7482", + "name": "Revenant pyrefiend", + "defence_level": "29", + "safespot": null, + "lifepoints": "48", + "strength_level": "29", + "id": "6721", "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "The ghost of a hobgoblin slain during the God Wars.", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6722", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6723", - "name": "Revenant vampire", + "spawn_animation": "7426", "examine": "The ghost of a vampire slain in the god wars.", - "attack_level": "34", - "clue_level": "1", - "death_animation": "7428", - "defence_animation": "7429", - "defence_level": "34", - "lifepoints": "60", - "magic_animation": "7507", - "magic_level": "34", "melee_animation": "7427", "range_animation": "7520", - "range_level": "34", - "safespot": null, + "magic_level": "34", + "defence_animation": "7429", "slayer_exp": "60", - "spawn_animation": "7426", - "strength_level": "34" + "magic_animation": "7507", + "death_animation": "7428", + "name": "Revenant vampire", + "defence_level": "34", + "safespot": null, + "lifepoints": "60", + "strength_level": "34", + "id": "6723", + "clue_level": "1", + "range_level": "34", + "attack_level": "34" }, { - "id": "6724", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6724", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6725", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6726", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6725", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", - "spawn_animation": "7440", - "strength_level": "80" + "range_level": "70", + "attack_level": "70" + }, + { + "spawn_animation": "7440", + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6726", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6727", - "name": "Revenant hobgoblin", "examine": "The ghost of a hobgoblin slain during the God Wars.", - "attack_level": "32", - "clue_level": "1", - "combat_audio": "469,472,471", - "death_animation": "7419", - "defence_animation": "7420", - "defence_level": "32", - "lifepoints": "72", - "magic_animation": "7503", - "magic_level": "32", "melee_animation": "7418", "range_animation": "7516", - "range_level": "32", - "safespot": null, + "combat_audio": "469,472,471", + "magic_level": "32", + "defence_animation": "7420", "slayer_exp": "72", - "strength_level": "32" + "magic_animation": "7503", + "death_animation": "7419", + "name": "Revenant hobgoblin", + "defence_level": "32", + "safespot": null, + "lifepoints": "72", + "strength_level": "32", + "id": "6727", + "clue_level": "1", + "range_level": "32", + "attack_level": "32" }, { - "id": "6728", - "name": "Revenant werewolf", + "spawn_animation": "7403", "examine": "The ghost of a werewolf slain during the god wars.", - "attack_level": "38", - "clue_level": "2", - "death_animation": "7398", - "defence_animation": "7399", - "defence_level": "38", - "lifepoints": "65", - "magic_animation": "7496", - "magic_level": "38", "melee_animation": "7397", "range_animation": "7521", - "range_level": "38", + "magic_level": "38", + "defence_animation": "7399", + "magic_animation": "7496", + "death_animation": "7398", + "name": "Revenant werewolf", + "defence_level": "38", "safespot": null, - "spawn_animation": "7403", - "strength_level": "38" + "lifepoints": "65", + "strength_level": "38", + "id": "6728", + "clue_level": "2", + "range_level": "38", + "attack_level": "38" }, { - "id": "6729", - "name": "Revenant ork", "examine": "A ghost of an ork slain during the god wars.", - "attack_level": "70", - "clue_level": "2", - "death_animation": "7412", - "defence_animation": "7413", - "defence_level": "70", - "lifepoints": "105", - "magic_animation": "7505", - "magic_level": "70", "melee_animation": "7411", "range_animation": "7518", - "range_level": "70", + "magic_level": "70", + "defence_animation": "7413", + "magic_animation": "7505", + "death_animation": "7412", + "name": "Revenant ork", + "defence_level": "70", "safespot": null, - "strength_level": "70" - }, - { - "id": "6730", - "name": "Revenant knight", - "examine": "A ghost of a knight slain during the god wars.", - "attack_level": "80", + "lifepoints": "105", + "strength_level": "70", + "id": "6729", "clue_level": "2", - "death_animation": "7442", - "defence_animation": "7443", - "defence_level": "80", - "lifepoints": "143", - "magic_animation": "7508", - "magic_level": "80", - "melee_animation": "7441", - "poison_amount": "", - "poisonous": "", - "range_animation": "7522", - "range_level": "80", - "safespot": null, - "slayer_exp": "143", + "range_level": "70", + "attack_level": "70" + }, + { "spawn_animation": "7440", - "strength_level": "80" + "examine": "A ghost of a knight slain during the god wars.", + "melee_animation": "7441", + "range_animation": "7522", + "poisonous": "", + "magic_level": "80", + "defence_animation": "7443", + "slayer_exp": "143", + "poison_amount": "", + "magic_animation": "7508", + "death_animation": "7442", + "name": "Revenant knight", + "defence_level": "80", + "safespot": null, + "lifepoints": "143", + "strength_level": "80", + "id": "6730", + "clue_level": "2", + "range_level": "80", + "attack_level": "80" }, { - "id": "6731", - "name": "Queen of Snow", "examine": "Her lack of body heat is unsettling.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Queen of Snow", + "defence_level": "1", "movement_radius": "5", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6731", + "range_level": "1", + "attack_level": "1" }, { - "id": "6732", - "name": "Snow imp" - }, - { - "id": "6733", - "name": "Snow imp" - }, - { - "id": "6734", - "name": "Snow imp" - }, - { - "id": "6735", - "name": "Snow imp" - }, - { - "id": "6736", - "name": "Snow imp" - }, - { - "id": "6737", - "name": "Snow imp" - }, - { - "id": "6738", - "name": "Snow imp" - }, - { - "id": "6739", - "name": "Snow imp", "examine": "It looks right at home here.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow imp", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6739", + "range_level": "1", + "attack_level": "1" }, { - "id": "6740", - "name": "Snow", "examine": "Snowflakes swirling in the wind.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6741", - "name": "Snow" - }, - { - "id": "6742", - "name": "Barbarian Snowman", - "examine": "A helmetted, barbarian snowman.", - "agg_radius": "", - "combat_audio": "12,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snow", "defence_level": "1", - "lifepoints": "20", - "melee_animation": "7565" + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6740", + "range_level": "1", + "attack_level": "1" }, { - "id": "6743", - "name": "Dragon snowman", "examine": "A snowman in fake dragon armour.", - "attack_level": "1", "combat_audio": "29,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "7558", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6744", - "name": "Dwarf Snowman", - "examine": "A snow dwarf.", - "combat_audio": "12,3295,3287", - "death_animation": "7560", "defence_animation": "7559", + "death_animation": "7560", + "name": "Dragon snowman", "defence_level": "1", + "safespot": null, "lifepoints": "20", - "melee_animation": "7565" + "strength_level": "1", + "id": "6743", + "range_level": "1", + "attack_level": "1" }, { - "id": "6745", - "name": "Pirate snowman", "examine": "Arr!", - "attack_level": "1", "combat_audio": "29,3295,3287", - "death_animation": "7560", - "defence_animation": "7559", - "defence_level": "1", - "lifepoints": "20", "melee_animation": "7558", - "range_level": "1", + "defence_animation": "7559", + "death_animation": "7560", + "name": "Pirate snowman", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "6746", - "name": "Snowman", - "examine": "A traditional snowman." - }, - { - "id": "6747", - "name": "Snow ranger", - "examine": "A snowman armed with a holly bow.", - "attack_level": "30", - "defence_level": "10", - "lifepoints": "30", - "range_level": "30", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6748", - "name": "Snow ranger", - "examine": "A snowman armed with an ice sword.", - "attack_level": "30", - "defence_level": "10", "lifepoints": "20", + "strength_level": "1", + "id": "6745", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A snowman armed with a holly bow.", + "name": "Snow ranger", + "defence_level": "10", + "safespot": null, + "lifepoints": "30", + "strength_level": "1", + "id": "6747", + "range_level": "30", + "attack_level": "30" + }, + { + "examine": "A snowman armed with an ice sword.", + "name": "Snow ranger", + "defence_level": "10", + "safespot": null, + "lifepoints": "20", + "strength_level": "1", + "id": "6748", "magic_level": "30", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "30" }, { - "id": "6749", - "name": "Snow mage", "examine": "A snowman armed with a winter staff.", - "attack_level": "30", + "name": "Snow mage", "defence_level": "10", + "safespot": null, "lifepoints": "20", + "strength_level": "1", + "id": "6749", "range_level": "30", - "safespot": null, - "strength_level": "1" + "attack_level": "30" }, { - "id": "6750", - "name": "Pet shop owner", - "examine": "The lady of the pet shop." - }, - { - "id": "6751", - "name": "Bulldog" - }, - { - "id": "6753", - "name": "Mummy" - }, - { - "id": "6754", - "name": "Mummy" - }, - { - "id": "6755", - "name": "Mummy" - }, - { - "id": "6756", - "name": "Mummy" - }, - { - "id": "6757", - "name": "Mummy" - }, - { - "id": "6758", - "name": "Mummy" - }, - { - "id": "6759", - "name": "Mummy" - }, - { - "id": "6760", - "name": "Mummy" - }, - { - "id": "6761", - "name": "Dried zombie", "examine": "Cut-down and dried.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5569", + "name": "Dried zombie", + "defence_level": "48", "safespot": null, + "lifepoints": "68", "strength_level": "48", - "weakness": "7" + "id": "6761", + "range_level": "1", + "attack_level": "48" }, { - "id": "6762", - "name": "Dried zombie", "examine": "Needs moisturising.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", - "defence_level": "48", - "lifepoints": "68", - "magic_animation": "0", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "7" - }, - { - "id": "6763", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5569", "name": "Dried zombie", - "examine": "I bet it's parched.", - "attack_level": "48", - "attack_speed": "5", - "death_animation": "5569", - "defence_animation": "0", "defence_level": "48", + "safespot": null, "lifepoints": "68", - "magic_animation": "0", + "strength_level": "48", + "id": "6762", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "I bet it's parched.", "melee_animation": "5568", "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "48", - "weakness": "7" - }, - { - "id": "6764", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "97", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6765", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "108", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6766", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6767", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "115", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6768", - "name": "Skeleton", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "774,775,777", - "death_animation": "5491", - "defence_animation": "5513", - "defence_level": "1", - "lifepoints": "140", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6769", - "name": "Doorman", - "examine": "A guard.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "7", "magic_animation": "0", + "death_animation": "5569", + "name": "Dried zombie", + "defence_level": "48", + "safespot": null, + "lifepoints": "68", + "strength_level": "48", + "id": "6763", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "A guard.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Doorman", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6769", + "range_level": "1", + "attack_level": "1" }, { - "id": "6770", - "name": "Giant scarab", "examine": "A huge beast of a beetle.", - "aggressive": "true", - "attack_level": "49", - "death_animation": "7595", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "285", - "magic_animation": "0", "melee_animation": "7596", "range_animation": "0", - "range_level": "66", - "safespot": null, - "strength_level": "49", - "weakness": "2" - }, - { - "id": "6771", - "name": "Giant scarab" - }, - { - "id": "6772", - "name": "Scarab larva", - "examine": "It's not quite small enough to stamp upon.", - "attack_level": "18", - "death_animation": "7656", "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", + "weakness": "2", "magic_animation": "0", + "death_animation": "7595", + "name": "Giant scarab", + "defence_level": "66", + "safespot": null, + "lifepoints": "285", + "strength_level": "49", + "id": "6770", + "aggressive": "true", + "range_level": "66", + "attack_level": "49" + }, + { + "examine": "It's not quite small enough to stamp upon.", "melee_animation": "7657", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "7656", + "name": "Scarab larva", + "defence_level": "18", "safespot": null, + "lifepoints": "25", "strength_level": "18", - "weakness": "9" + "id": "6772", + "range_level": "1", + "attack_level": "18" }, { - "id": "6773", - "name": "Scabaras ranger", "examine": "Bred to shoot you down.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "1", - "death_animation": "7609", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "157", - "magic_animation": "0", - "melee_animation": "7607", - "projectile": "11", - "range_animation": "7607", - "range_level": "55", - "respawn_delay": "60", - "safespot": null, "start_gfx": "18", + "combat_style": "1", + "melee_animation": "7607", + "range_animation": "7607", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7609", + "name": "Scabaras ranger", + "defence_level": "55", + "safespot": null, + "lifepoints": "157", "strength_level": "41", - "weakness": "2" + "id": "6773", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" }, { - "id": "6774", - "name": "Scabaras lancer", "examine": "It might be angry...it's hard to tell.", - "aggressive": "true", - "attack_level": "55", - "death_animation": "7614", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "7612", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "6775", - "name": "Scabaras priest" - }, - { - "id": "6776", - "name": "Scabaras locust", - "examine": "A giant, mountable locust.", - "aggressive": "true", - "attack_level": "41", - "death_animation": "7581", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", + "weakness": "9", "magic_animation": "0", + "death_animation": "7614", + "name": "Scabaras lancer", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "6774", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "A giant, mountable locust.", "melee_animation": "7586", "range_animation": "0", - "range_level": "55", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "2", + "magic_animation": "0", + "death_animation": "7581", + "name": "Scabaras locust", + "defence_level": "55", "safespot": null, + "lifepoints": "78", "strength_level": "41", - "weakness": "2" + "id": "6776", + "aggressive": "true", + "range_level": "55", + "attack_level": "41" }, { - "id": "6777", - "name": "Locust lancer", "examine": "Bouncy", - "aggressive": "true", - "attack_level": "55", - "death_animation": "7581", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", "melee_animation": "7584", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "55", - "weakness": "9" - }, - { - "id": "6778", - "name": "Locust ranger", - "examine": "He'll have someone's eye out with that.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "1", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", "death_animation": "7581", - "defence_animation": "0", + "name": "Locust lancer", "defence_level": "55", - "lifepoints": "78", - "magic_animation": "0", - "melee_animation": "5451", - "projectile": "11", - "range_animation": "5451", - "range_level": "55", - "respawn_delay": "60", "safespot": null, - "start_gfx": "18", - "strength_level": "41", - "weakness": "2" - }, - { - "id": "6779", - "name": "Crocodile", + "lifepoints": "78", + "strength_level": "55", + "id": "6777", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "combat_audio": "386,388,387", - "death_animation": "7591", - "defence_animation": "7590", - "defence_level": "1", - "lifepoints": "72", - "melee_animation": "7588", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "62", - "strength_level": "1" + "attack_level": "55" }, { - "id": "6780", - "name": "Scabaras mage", - "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "41", - "combat_style": "2", - "death_animation": "7616", + "examine": "He'll have someone's eye out with that.", + "start_gfx": "18", + "combat_style": "1", + "melee_animation": "5451", + "range_animation": "5451", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "55", - "lifepoints": "78", + "weakness": "2", "magic_animation": "0", - "magic_level": "55", + "death_animation": "7581", + "name": "Locust ranger", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6778", + "aggressive": "true", + "range_level": "55", + "projectile": "11", + "attack_level": "41" + }, + { + "melee_animation": "7588", + "combat_audio": "386,388,387", + "attack_speed": "6", + "respawn_delay": "60", + "defence_animation": "7590", + "slayer_exp": "62", + "death_animation": "7591", + "name": "Crocodile", + "defence_level": "1", + "safespot": null, + "lifepoints": "72", + "strength_level": "1", + "id": "6779", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Part scarab, part man.", + "combat_style": "2", "melee_animation": "7615", "range_animation": "0", - "range_level": "1", + "magic_level": "55", "respawn_delay": "60", - "safespot": null, - "strength_level": "41", - "weakness": "4" - }, - { - "id": "6781", - "name": "Scabaras mage", - "examine": "Part scarab, part man.", - "aggressive": "true", - "attack_level": "1", - "combat_style": "2", + "defence_animation": "0", + "weakness": "4", + "magic_animation": "0", "death_animation": "7616", - "defence_animation": "7617", - "defence_level": "1", - "lifepoints": "70", + "name": "Scabaras mage", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "41", + "id": "6780", + "aggressive": "true", + "range_level": "1", + "attack_level": "41" + }, + { + "examine": "Part scarab, part man.", + "combat_style": "2", "melee_animation": "7620", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "7617", + "death_animation": "7616", + "name": "Scabaras mage", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "70", + "strength_level": "1", + "id": "6781", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "6782", - "name": "Maisa" - }, - { - "id": "6783", - "name": "Maisa" - }, - { - "id": "6784", - "name": "Priest" - }, - { - "id": "6785", - "name": "Clay golem", "examine": "An animated clay statue.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Clay golem", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6785", + "range_level": "1", + "attack_level": "1" }, { - "id": "6786", - "name": "Lead archaeologist Abigail", "examine": "She looks a bit dirty from digging.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Lead archaeologist Abigail", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6786", + "range_level": "1", + "attack_level": "1" }, { - "id": "6787", - "name": "Assistant archaeologist Kerner", "examine": "He looks a bit dusty from troweling.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Assistant archaeologist Kerner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6787", + "range_level": "1", + "attack_level": "1" }, { + "examine": "He exudes something like holiness.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "High Priest of Scabaras", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6788", - "name": "High Priest of Scabaras", - "examine": "He exudes something like holiness.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "6789", - "name": "High Priest of Scabaras", "examine": "He exudes something like holiness.", - "attack_level": "66", - "death_animation": "7614", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "66", "melee_animation": "7612", "range_animation": "0", - "range_level": "66", + "magic_level": "66", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7614", + "name": "High Priest of Scabaras", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "10" + "id": "6789", + "range_level": "66", + "attack_level": "66" }, { - "id": "6790", - "name": "High Priest of Scabaras", "examine": "He exudes something like holiness.", - "attack_level": "66", - "death_animation": "7609", - "defence_animation": "0", - "defence_level": "66", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "66", "melee_animation": "7607", "range_animation": "7607", - "range_level": "66", + "magic_level": "66", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7609", + "name": "High Priest of Scabaras", + "defence_level": "66", "safespot": null, + "lifepoints": "94", "strength_level": "66", - "weakness": "10" - }, - { - "id": "6791", - "name": "High Priest of Scabaras" - }, - { - "id": "6792", - "name": "Vulture" - }, - { - "id": "6793", - "name": "Spirit terrorbird" + "id": "6790", + "range_level": "66", + "attack_level": "66" }, { + "examine": "A bird. Literally terrifying.", + "melee_animation": "1010", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1013", + "name": "Spirit terrorbird", + "defence_level": "50", + "safespot": null, + "lifepoints": "74", + "strength_level": "50", "id": "6794", - "name": "Spirit terrorbird", - "examine": "A bird. Literally terrifying.", - "attack_level": "50", - "death_animation": "1013", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "1010", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "A bird. Literally terrifying.", + "melee_animation": "1010", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "1013", + "name": "Spirit terrorbird", + "defence_level": "50", + "safespot": null, + "lifepoints": "74", + "strength_level": "50", "id": "6795", - "name": "Spirit terrorbird", - "examine": "A bird. Literally terrifying.", - "attack_level": "50", - "death_animation": "1013", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "74", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "1010", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { - "id": "6796", - "name": "Granite crab", "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", - "attack_level": "18", - "attack_speed": "3", - "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", - "death_animation": "8106", - "defence_animation": "8105", - "defence_level": "22", - "lifepoints": "39", - "magic_animation": "8104", - "magic_level": "13", "melee_animation": "8104", "range_animation": "8104", - "range_level": "16", - "respawn_delay": "50", - "safespot": null, - "strength_level": "17" - }, - { - "id": "6797", - "name": "Granite crab", - "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", - "attack_level": "18", "attack_speed": "3", - "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", - "death_animation": "8106", - "defence_animation": "8105", - "defence_level": "22", - "lifepoints": "39", - "magic_animation": "8104", "magic_level": "13", - "melee_animation": "8104", - "range_animation": "8104", - "range_level": "16", "respawn_delay": "50", + "defence_animation": "8105", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", "safespot": null, + "lifepoints": "39", "strength_level": "17", - "weakness": "10" + "id": "6796", + "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", + "range_level": "16", + "attack_level": "18" }, { + "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!", + "melee_animation": "8104", + "range_animation": "8104", + "attack_speed": "3", + "magic_level": "13", + "respawn_delay": "50", + "defence_animation": "8105", + "weakness": "10", + "magic_animation": "8104", + "death_animation": "8106", + "name": "Granite crab", + "defence_level": "22", + "safespot": null, + "lifepoints": "39", + "strength_level": "17", + "id": "6797", + "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0", + "range_level": "16", + "attack_level": "18" + }, + { + "examine": "Wax on", + "melee_animation": "8069", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "60", + "safespot": null, + "lifepoints": "107", + "strength_level": "60", "id": "6798", - "name": "Praying mantis", - "examine": "Wax on", - "attack_level": "60", - "death_animation": "8065", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "107", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8069", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "Wax on", + "melee_animation": "8069", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8065", + "name": "Praying mantis", + "defence_level": "60", + "safespot": null, + "lifepoints": "107", + "strength_level": "60", "id": "6799", - "name": "Praying mantis", - "examine": "Wax on", - "attack_level": "60", - "death_animation": "8065", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "107", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8069", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "He ent such a bad guy.", + "melee_animation": "7853", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "60", + "safespot": null, + "lifepoints": "111", + "strength_level": "60", "id": "6800", - "name": "Giant ent", - "examine": "He ent such a bad guy.", - "attack_level": "60", - "death_animation": "7854", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "111", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7853", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "He ent such a bad guy.", + "melee_animation": "7853", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7854", + "name": "Giant ent", + "defence_level": "60", + "safespot": null, + "lifepoints": "111", + "strength_level": "60", "id": "6801", - "name": "Giant ent", - "examine": "He ent such a bad guy.", - "attack_level": "60", - "death_animation": "7854", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "111", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7853", - "range_animation": "0", "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" + "attack_level": "60" }, { + "examine": "Serpentine.", + "melee_animation": "8152", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "55", + "safespot": null, + "lifepoints": "90", + "strength_level": "55", "id": "6802", - "name": "Spirit cobra", - "examine": "Serpentine.", - "attack_level": "55", - "death_animation": "8153", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8152", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Serpentine.", + "melee_animation": "8152", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8153", + "name": "Spirit cobra", + "defence_level": "55", + "safespot": null, + "lifepoints": "90", + "strength_level": "55", "id": "6803", - "name": "Spirit cobra", - "examine": "Serpentine.", - "attack_level": "55", - "death_animation": "8153", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "90", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8152", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Face the thing that should not be!", + "melee_animation": "7786", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", "id": "6804", - "name": "Spirit dagannoth", - "examine": "Face the thing that should not be!", - "attack_level": "65", - "death_animation": "7780", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7786", - "range_animation": "0", "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "Face the thing that should not be!", + "melee_animation": "7786", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7780", + "name": "Spirit dagannoth", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", "id": "6805", - "name": "Spirit dagannoth", - "examine": "Face the thing that should not be!", - "attack_level": "65", - "death_animation": "7780", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7786", - "range_animation": "0", "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" + "attack_level": "65" }, { + "examine": "A hermit slug.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "8143", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "55", + "end_gfx": "1387", + "defence_animation": "8145", + "magic_animation": "8143", + "death_animation": "8143", + "name": "Thorny snail", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "28", + "strength_level": "18", "id": "6806", - "name": "Thorny snail", - "examine": "A hermit slug.", - "attack_level": "19", - "attack_speed": "5", "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "combat_style": "1", - "death_animation": "8143", - "defence_animation": "8145", - "defence_level": "22", - "end_gfx": "1387", - "lifepoints": "28", - "magic_animation": "8143", - "magic_level": "18", - "melee_animation": "8143", - "poison_immune": "true", - "projectile": "1386", - "range_animation": "8143", "range_level": "21", - "respawn_delay": "55", - "safespot": null, - "strength_level": "18" + "projectile": "1386", + "attack_level": "19" }, { + "examine": "A hermit slug.", + "combat_style": "1", + "melee_animation": "8143", + "range_animation": "8143", + "attack_speed": "5", + "magic_level": "18", + "respawn_delay": "55", + "end_gfx": "1387", + "defence_animation": "8145", + "weakness": "10", + "magic_animation": "8143", + "death_animation": "8143", + "name": "Thorny snail", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "28", + "strength_level": "18", "id": "6807", - "name": "Thorny snail", - "examine": "A hermit slug.", - "attack_level": "19", - "attack_speed": "5", "bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0", - "combat_style": "1", - "death_animation": "8143", - "defence_animation": "8145", - "defence_level": "22", - "end_gfx": "1387", - "lifepoints": "28", - "magic_animation": "8143", - "magic_level": "18", - "melee_animation": "8143", - "poison_immune": "true", - "projectile": "1386", - "range_animation": "8143", "range_level": "21", - "respawn_delay": "55", + "projectile": "1386", + "attack_level": "19" + }, + { + "examine": "Kneel before squid!", + "combat_style": "2", + "melee_animation": "7963", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7964", + "name": "Karamthulhu overlord", + "defence_level": "50", "safespot": null, - "strength_level": "18", - "weakness": "10" - }, - { - "id": "6808", - "name": "Beaver" - }, - { + "lifepoints": "82", + "strength_level": "50", "id": "6809", - "name": "Karamthulhu overlord", - "examine": "Kneel before squid!", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7964", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "82", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7963", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "Kneel before squid!", + "combat_style": "2", + "melee_animation": "7963", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7964", + "name": "Karamthulhu overlord", + "defence_level": "50", + "safespot": null, + "lifepoints": "82", + "strength_level": "50", "id": "6810", - "name": "Karamthulhu overlord", - "examine": "Kneel before squid!", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7964", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "82", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "7963", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "combat_style": "1", + "melee_animation": "7935", + "respawn_delay": "0", + "defence_animation": "7936", + "death_animation": "7937", + "name": "Hydra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6811", - "name": "Hydra", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7937", - "defence_animation": "7936", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "7935", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "combat_style": "1", + "melee_animation": "7935", + "respawn_delay": "0", + "defence_animation": "7936", + "death_animation": "7937", + "name": "Hydra", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "6812", - "name": "Hydra", - "attack_level": "1", - "combat_style": "1", - "death_animation": "7937", - "defence_animation": "7936", - "defence_level": "1", - "lifepoints": "10", - "melee_animation": "7935", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "death_animation": "7740", + "name": "Bunyip", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "melee_animation": "7741", + "strength_level": "1", "id": "6813", - "name": "Bunyip", - "attack_level": "1", - "death_animation": "7740", - "defence_animation": "7742", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "7741", "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "7742" }, { + "death_animation": "7740", + "name": "Bunyip", + "defence_level": "1", + "safespot": null, + "lifepoints": "40", + "melee_animation": "7741", + "strength_level": "1", "id": "6814", - "name": "Bunyip", - "attack_level": "1", - "death_animation": "7740", - "defence_animation": "7742", - "defence_level": "1", - "lifepoints": "40", - "melee_animation": "7741", "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "attack_level": "1", + "defence_animation": "7742" }, { + "examine": "Definitely not teenaged", + "combat_style": "0", + "melee_animation": "8286", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", + "strength_level": "55", "id": "6815", - "name": "War tortoise", - "examine": "Definitely not teenaged", - "attack_level": "55", - "combat_style": "0", - "death_animation": "8285", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8286", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Definitely not teenaged", + "combat_style": "0", + "melee_animation": "8286", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8285", + "name": "War tortoise", + "defence_level": "55", + "safespot": null, + "lifepoints": "95", + "strength_level": "55", "id": "6816", - "name": "War tortoise", - "examine": "Definitely not teenaged", - "attack_level": "55", - "combat_style": "0", - "death_animation": "8285", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "95", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8286", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6817", - "name": "Fruit bat", "examine": "Fruity and bat-shaped. A winning combination!.", - "attack_level": "1", + "name": "Fruit bat", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6817", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's an extra-planar little blood hoover.", + "combat_style": "2", + "melee_animation": "8910", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "50", + "safespot": null, + "lifepoints": "77", + "strength_level": "50", "id": "6818", - "name": "Abyssal parasite", - "examine": "It's an extra-planar little blood hoover.", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7671", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8910", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "It's an extra-planar little blood hoover.", + "combat_style": "2", + "melee_animation": "8910", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7671", + "name": "Abyssal parasite", + "defence_level": "50", + "safespot": null, + "lifepoints": "77", + "strength_level": "50", "id": "6819", - "name": "Abyssal parasite", - "examine": "It's an extra-planar little blood hoover.", - "attack_level": "50", - "combat_style": "2", - "death_animation": "7671", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "77", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8910", - "range_animation": "0", "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" + "attack_level": "50" }, { + "examine": "Lurking like only a lurker can.", + "melee_animation": "7680", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "55", + "safespot": null, + "lifepoints": "88", + "strength_level": "55", "id": "6820", - "name": "Abyssal lurker", - "examine": "Lurking like only a lurker can.", - "attack_level": "55", - "death_animation": "7684", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7680", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Lurking like only a lurker can.", + "melee_animation": "7680", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7684", + "name": "Abyssal lurker", + "defence_level": "55", + "safespot": null, + "lifepoints": "88", + "strength_level": "55", "id": "6821", - "name": "Abyssal lurker", - "examine": "Lurking like only a lurker can.", - "attack_level": "55", - "death_animation": "7684", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7680", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6822", - "name": "Unicorn stallion", "examine": "The pointiest horse on the planet.", - "attack_level": "64", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "combat_audio": "4135,4196,4195", - "death_animation": "6377", - "defence_animation": "6375", - "defence_level": "70", - "lifepoints": "100", - "magic_animation": "6376", - "magic_level": "69", "melee_animation": "6376", - "poison_immune": "true", "range_animation": "6376", - "range_level": "72", - "safespot": null, - "strength_level": "62" - }, - { - "id": "6823", + "combat_audio": "4135,4196,4195", + "magic_level": "69", + "defence_animation": "6375", + "magic_animation": "6376", + "death_animation": "6377", "name": "Unicorn stallion", - "examine": "The pointiest horse on the planet.", - "attack_level": "64", - "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", - "combat_audio": "4135,4196,4195", - "death_animation": "6377", - "defence_animation": "6375", "defence_level": "70", - "lifepoints": "100", - "magic_animation": "6376", - "magic_level": "69", - "melee_animation": "6376", "poison_immune": "true", - "range_animation": "6376", - "range_level": "72", "safespot": null, + "lifepoints": "100", "strength_level": "62", - "weakness": "10" + "id": "6822", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" }, { - "id": "6824", + "examine": "The pointiest horse on the planet.", + "melee_animation": "6376", + "range_animation": "6376", + "combat_audio": "4135,4196,4195", + "magic_level": "69", + "defence_animation": "6375", + "weakness": "10", + "magic_animation": "6376", + "death_animation": "6377", + "name": "Unicorn stallion", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "100", + "strength_level": "62", + "id": "6823", + "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0", + "range_level": "72", + "attack_level": "64" + }, + { + "combat_style": "2", + "melee_animation": "7810", + "attack_speed": "5", + "respawn_delay": "0", + "defence_animation": "5388", + "death_animation": "8012", "name": "Magpie", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8012", - "defence_animation": "5388", "defence_level": "1", + "safespot": null, "lifepoints": "16", - "melee_animation": "7810", - "projectile": "1318", + "strength_level": "1", + "id": "6824", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" + "projectile": "1318", + "attack_level": "1" }, { - "id": "6825", - "name": "Dreadfowl", "examine": "Southern fried please!", - "attack_level": "17", - "attack_speed": "5", - "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", "combat_style": "2", - "death_animation": "5389", - "defence_animation": "5388", - "defence_level": "22", - "lifepoints": "16", - "magic_animation": "7810", - "magic_level": "23", "melee_animation": "7810", - "poison_immune": "true", - "projectile": "1318", "range_animation": "7810", - "range_level": "16", + "attack_speed": "5", + "magic_level": "23", "respawn_delay": "50", - "safespot": null, - "strength_level": "15" - }, - { - "id": "6826", + "defence_animation": "5388", + "magic_animation": "7810", + "death_animation": "5389", "name": "Dreadfowl", - "examine": "Southern fried please!", - "attack_level": "17", - "attack_speed": "5", - "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", - "combat_style": "2", - "death_animation": "5389", - "defence_animation": "5388", "defence_level": "22", - "lifepoints": "16", - "magic_animation": "7810", - "magic_level": "23", - "melee_animation": "7810", "poison_immune": "true", - "projectile": "1318", - "range_animation": "7810", - "range_level": "16", - "respawn_delay": "50", "safespot": null, + "lifepoints": "16", "strength_level": "15", - "weakness": "10" + "id": "6825", + "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", + "range_level": "16", + "projectile": "1318", + "attack_level": "17" }, { + "examine": "Southern fried please!", + "combat_style": "2", + "melee_animation": "7810", + "range_animation": "7810", + "attack_speed": "5", + "magic_level": "23", + "respawn_delay": "50", + "defence_animation": "5388", + "weakness": "10", + "magic_animation": "7810", + "death_animation": "5389", + "name": "Dreadfowl", + "defence_level": "22", + "poison_immune": "true", + "safespot": null, + "lifepoints": "16", + "strength_level": "15", + "id": "6826", + "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7", + "range_level": "16", + "projectile": "1318", + "attack_level": "17" + }, + { + "examine": "It's mean and green!", + "melee_animation": "8208", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "55", + "safespot": null, + "lifepoints": "91", + "strength_level": "55", "id": "6827", - "name": "Stranger plant", - "examine": "It's mean and green!", - "attack_level": "55", - "attack_speed": "5", - "death_animation": "8209", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "91", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8208", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "It's mean and green!", + "melee_animation": "8208", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8209", + "name": "Stranger plant", + "defence_level": "55", + "safespot": null, + "lifepoints": "91", + "strength_level": "55", "id": "6828", - "name": "Stranger plant", - "examine": "It's mean and green!", - "attack_level": "55", - "attack_speed": "5", - "death_animation": "8209", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "91", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "8208", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Man's significantly less-domesticated friend.", + "melee_animation": "8292", + "range_animation": "8292", + "attack_speed": "5", + "magic_level": "7", + "defence_animation": "8294", + "magic_animation": "8292", + "death_animation": "8295", + "name": "Spirit wolf", + "defence_level": "21", + "safespot": null, + "lifepoints": "15", + "strength_level": "18", "id": "6829", - "name": "Spirit wolf", - "examine": "Man's significantly less-domesticated friend.", - "attack_level": "16", - "attack_speed": "5", "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "death_animation": "8295", - "defence_animation": "8294", - "defence_level": "21", - "lifepoints": "15", - "magic_animation": "8292", - "magic_level": "7", - "melee_animation": "8292", - "range_animation": "8292", "range_level": "9", - "safespot": null, - "strength_level": "18" + "attack_level": "16" }, { + "examine": "Man's significantly less-domesticated friend.", + "melee_animation": "8292", + "range_animation": "8292", + "attack_speed": "5", + "magic_level": "7", + "defence_animation": "8294", + "weakness": "10", + "magic_animation": "8292", + "death_animation": "8295", + "name": "Spirit wolf", + "defence_level": "21", + "safespot": null, + "lifepoints": "15", + "strength_level": "18", "id": "6830", - "name": "Spirit wolf", - "examine": "Man's significantly less-domesticated friend.", - "attack_level": "16", - "attack_speed": "5", "bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0", - "death_animation": "8295", - "defence_animation": "8294", - "defence_level": "21", - "lifepoints": "15", - "magic_animation": "8292", - "magic_level": "7", - "melee_animation": "8292", - "range_animation": "8292", "range_level": "9", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "16" }, { + "examine": "Surprisingly slime-free.", + "combat_style": "1", + "melee_animation": "7795", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "6831", - "name": "Desert wyrm", - "examine": "Surprisingly slime-free.", - "attack_level": "18", - "combat_style": "1", - "death_animation": "7797", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "7795", - "range_animation": "0", "range_level": "18", - "respawn_delay": "0", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "18" }, { + "examine": "Surprisingly slime-free.", + "combat_style": "1", + "melee_animation": "7795", + "range_animation": "0", + "magic_level": "18", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7797", + "name": "Desert wyrm", + "defence_level": "18", + "safespot": null, + "lifepoints": "25", + "strength_level": "18", "id": "6832", - "name": "Desert wyrm", - "examine": "Surprisingly slime-free.", - "attack_level": "18", - "combat_style": "1", - "death_animation": "7797", - "defence_animation": "0", - "defence_level": "18", - "lifepoints": "25", - "magic_animation": "0", - "magic_level": "18", - "melee_animation": "7795", - "range_animation": "0", "range_level": "18", - "respawn_delay": "0", - "safespot": null, - "strength_level": "18", - "weakness": "10" + "attack_level": "18" }, { + "examine": "If you think he's evil", + "combat_style": "1", + "melee_animation": "8248", + "range_animation": "0", + "magic_level": "42", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8250", + "name": "Evil turnip", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "6833", - "name": "Evil turnip", - "examine": "If you think he's evil", - "attack_level": "42", - "combat_style": "1", - "death_animation": "8250", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "42", - "melee_animation": "8248", - "range_animation": "0", "range_level": "42", - "safespot": null, - "strength_level": "42", - "weakness": "10" + "attack_level": "42" }, { + "examine": "If you think he's evil", + "combat_style": "1", + "melee_animation": "8248", + "range_animation": "0", + "magic_level": "42", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8250", + "name": "Evil turnip", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", "id": "6834", - "name": "Evil turnip", - "examine": "If you think he's evil", - "attack_level": "42", - "combat_style": "1", - "death_animation": "8250", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", - "magic_level": "42", - "melee_animation": "8248", - "range_animation": "0", "range_level": "42", - "safespot": null, - "strength_level": "42", - "weakness": "10" + "attack_level": "42" }, { + "examine": "It vants to suck my blood!", + "melee_animation": "8275", + "range_animation": "0", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", "id": "6835", - "name": "Vampire bat", - "examine": "It vants to suck my blood!", - "attack_level": "31", - "death_animation": "8276", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", - "magic_level": "31", - "melee_animation": "8275", - "range_animation": "0", "range_level": "31", - "respawn_delay": "0", - "safespot": null, - "strength_level": "31", - "weakness": "10" + "attack_level": "31" }, { + "examine": "It vants to suck my blood!", + "melee_animation": "8275", + "range_animation": "0", + "magic_level": "31", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8276", + "name": "Vampire bat", + "defence_level": "31", + "safespot": null, + "lifepoints": "44", + "strength_level": "31", "id": "6836", - "name": "Vampire bat", - "examine": "It vants to suck my blood!", - "attack_level": "31", - "death_animation": "8276", - "defence_animation": "0", - "defence_level": "31", - "lifepoints": "44", - "magic_animation": "0", - "magic_level": "31", - "melee_animation": "8275", - "range_animation": "0", "range_level": "31", - "respawn_delay": "0", - "safespot": null, - "strength_level": "31", - "weakness": "10" + "attack_level": "31" }, { + "examine": "Salt and vinegaroon.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "magic_level": "19", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", "id": "6837", - "name": "Spirit scorpion", - "examine": "Salt and vinegaroon.", - "attack_level": "19", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "19", - "melee_animation": "6254", - "range_animation": "0", "range_level": "19", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" + "attack_level": "19" }, { + "examine": "Salt and vinegaroon.", + "melee_animation": "6254", + "range_animation": "0", + "combat_audio": "3611,3612,3610", + "magic_level": "19", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6256", + "name": "Spirit scorpion", + "defence_level": "19", + "safespot": null, + "lifepoints": "27", + "strength_level": "19", "id": "6838", - "name": "Spirit scorpion", - "examine": "Salt and vinegaroon.", - "attack_level": "19", - "combat_audio": "3611,3612,3610", - "death_animation": "6256", - "defence_animation": "0", - "defence_level": "19", - "lifepoints": "27", - "magic_animation": "0", - "magic_level": "19", - "melee_animation": "6254", - "range_animation": "0", "range_level": "19", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" + "attack_level": "19" }, { - "id": "6839", - "name": "Arctic bear", "examine": "Crikey! Look at the size of those teeth!", - "attack_level": "60", - "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "melee_animation": "4925", "combat_audio": "498,500,499", - "death_animation": "4929", + "magic_level": "60", + "respawn_delay": "0", "defence_animation": "4928", - "defence_level": "60", - "lifepoints": "10", - "magic_level": "60", - "melee_animation": "4925", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "6840", - "name": "Arctic bear", - "examine": "Crikey! Look at the size of those teeth!", - "attack_level": "60", - "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", - "combat_audio": "498,500,499", "death_animation": "4929", - "defence_animation": "0", + "name": "Arctic bear", "defence_level": "60", - "lifepoints": "101", - "magic_animation": "0", - "magic_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "6839", + "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Crikey! Look at the size of those teeth!", "melee_animation": "4925", "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "6841", - "name": "Spirit spider", - "examine": "Would scare anyone off their tuffet.", - "attack_level": "17", - "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "17", - "lifepoints": "18", - "magic_animation": "5327", - "magic_level": "15", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "strength_level": "16" - }, - { - "id": "6842", - "name": "Spirit spider", - "examine": "Would scare anyone off their tuffet.", - "attack_level": "17", - "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", - "combat_audio": "537,539,538", - "death_animation": "5329", - "defence_animation": "5328", - "defence_level": "17", - "lifepoints": "18", - "magic_animation": "5327", - "magic_level": "15", - "melee_animation": "5327", - "range_animation": "5327", - "range_level": "12", - "respawn_delay": "50", - "safespot": null, - "strength_level": "16", - "weakness": "10" - }, - { - "id": "6843", - "name": "Bloated leech", - "examine": "It's like a little suction pump with eyes.", - "attack_level": "49", - "death_animation": "7656", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "7657", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "0", - "safespot": null, - "strength_level": "49", - "weakness": "10" - }, - { - "id": "6844", - "name": "Bloated leech", - "examine": "It's like a little suction pump with eyes.", - "attack_level": "49", - "death_animation": "7656", - "defence_animation": "0", - "defence_level": "49", - "lifepoints": "70", - "magic_animation": "0", - "magic_level": "49", - "melee_animation": "7657", - "range_animation": "0", - "range_level": "49", - "respawn_delay": "0", - "safespot": null, - "strength_level": "49", - "weakness": "10" - }, - { - "id": "6845", - "name": "Honey badger", - "examine": "Violent little so-and-so.", - "attack_level": "32", - "death_animation": "7925", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", - "melee_animation": "7928", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "0", - "safespot": null, - "strength_level": "32", - "weakness": "10" - }, - { - "id": "6846", - "name": "Honey badger", - "examine": "Violent little so-and-so.", - "attack_level": "32", - "death_animation": "7925", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "45", - "magic_animation": "0", - "magic_level": "32", - "melee_animation": "7928", - "range_animation": "0", - "range_level": "32", - "respawn_delay": "0", - "safespot": null, - "strength_level": "32", - "weakness": "10" - }, - { - "id": "6847", - "name": "Albino rat", - "examine": "The big cheese.", - "attack_level": "31", - "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", - "combat_audio": "703,705,704", - "defence_level": "32", - "lifepoints": "68", - "magic_level": "27", - "poison_immune": "true", - "range_level": "31", - "respawn_delay": "50", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6848", - "name": "Albino rat", - "examine": "The big cheese.", - "attack_level": "31", - "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", - "combat_audio": "703,705,704", - "defence_level": "32", - "lifepoints": "68", - "magic_level": "27", - "poison_immune": "true", - "range_level": "31", - "respawn_delay": "50", - "safespot": null, - "strength_level": "28", - "weakness": "10" - }, - { - "id": "6849", - "name": "Granite lobster", - "examine": "Puts the 'crust' in 'crustacean'.", - "attack_level": "60", - "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", - "death_animation": "8113", - "defence_animation": "8114", - "defence_level": "60", - "lifepoints": "10", - "melee_animation": "8112", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "6850", - "name": "Granite lobster", - "examine": "Puts the 'crust' in 'crustacean'.", - "attack_level": "60", - "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", - "death_animation": "8113", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "105", - "magic_animation": "0", + "combat_audio": "498,500,499", "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "4929", + "name": "Arctic bear", + "defence_level": "60", + "safespot": null, + "lifepoints": "101", + "strength_level": "60", + "id": "6840", + "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Would scare anyone off their tuffet.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "magic_level": "15", + "respawn_delay": "50", + "defence_animation": "5328", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Spirit spider", + "defence_level": "17", + "safespot": null, + "lifepoints": "18", + "strength_level": "16", + "id": "6841", + "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", + "range_level": "12", + "attack_level": "17" + }, + { + "examine": "Would scare anyone off their tuffet.", + "melee_animation": "5327", + "range_animation": "5327", + "combat_audio": "537,539,538", + "magic_level": "15", + "respawn_delay": "50", + "defence_animation": "5328", + "weakness": "10", + "magic_animation": "5327", + "death_animation": "5329", + "name": "Spirit spider", + "defence_level": "17", + "safespot": null, + "lifepoints": "18", + "strength_level": "16", + "id": "6842", + "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0", + "range_level": "12", + "attack_level": "17" + }, + { + "examine": "It's like a little suction pump with eyes.", + "melee_animation": "7657", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "49", + "id": "6843", + "range_level": "49", + "attack_level": "49" + }, + { + "examine": "It's like a little suction pump with eyes.", + "melee_animation": "7657", + "range_animation": "0", + "magic_level": "49", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7656", + "name": "Bloated leech", + "defence_level": "49", + "safespot": null, + "lifepoints": "70", + "strength_level": "49", + "id": "6844", + "range_level": "49", + "attack_level": "49" + }, + { + "examine": "Violent little so-and-so.", + "melee_animation": "7928", + "range_animation": "0", + "magic_level": "32", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6845", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "Violent little so-and-so.", + "melee_animation": "7928", + "range_animation": "0", + "magic_level": "32", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7925", + "name": "Honey badger", + "defence_level": "32", + "safespot": null, + "lifepoints": "45", + "strength_level": "32", + "id": "6846", + "range_level": "32", + "attack_level": "32" + }, + { + "examine": "The big cheese.", + "combat_audio": "703,705,704", + "magic_level": "27", + "respawn_delay": "50", + "name": "Albino rat", + "defence_level": "32", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "28", + "id": "6847", + "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "The big cheese.", + "combat_audio": "703,705,704", + "magic_level": "27", + "respawn_delay": "50", + "weakness": "10", + "name": "Albino rat", + "defence_level": "32", + "poison_immune": "true", + "safespot": null, + "lifepoints": "68", + "strength_level": "28", + "id": "6848", + "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5", + "range_level": "31", + "attack_level": "31" + }, + { + "examine": "Puts the 'crust' in 'crustacean'.", + "melee_animation": "8112", + "respawn_delay": "0", + "defence_animation": "8114", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "6849", + "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Puts the 'crust' in 'crustacean'.", "melee_animation": "8112", "range_animation": "0", - "range_level": "60", + "magic_level": "60", "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "6851", - "name": "Macaw", - "attack_level": "1", - "death_animation": "8012", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6852", - "name": "Macaw", - "attack_level": "1", - "death_animation": "8012", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6853", - "name": "Bronze minotaur", - "examine": "He's just a big bully.", - "attack_level": "19", - "bonuses": "-2,6,3,0,0,15,14,9,-6,14,5,90,0,0,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "19", - "lifepoints": "133", - "magic_level": "1", - "melee_animation": "8024", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "19" - }, - { - "id": "6854", - "name": "Bronze minotaur", - "examine": "He's just a big bully.", - "attack_level": "19", - "bonuses": "15,20,10,15,10,15,15,15,0,0,0,90,0,0,0", - "combat_style": "0", - "death_animation": "8025", "defence_animation": "0", - "defence_level": "19", - "lifepoints": "133", + "weakness": "10", "magic_animation": "0", + "death_animation": "8113", + "name": "Granite lobster", + "defence_level": "60", + "safespot": null, + "lifepoints": "105", + "strength_level": "60", + "id": "6850", + "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "death_animation": "8012", + "name": "Macaw", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6851", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1" + }, + { + "death_animation": "8012", + "name": "Macaw", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6852", + "range_level": "1", + "respawn_delay": "0", + "attack_level": "1" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", "magic_level": "1", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Bronze minotaur", + "defence_level": "19", + "safespot": null, + "lifepoints": "133", + "strength_level": "19", + "id": "6853", + "bonuses": "-2,6,3,0,0,15,14,9,-6,14,5,90,0,0,0", + "range_level": "1", + "attack_level": "19" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", "melee_animation": "8024", "range_animation": "0", - "range_level": "1", + "magic_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "19", - "weakness": "10" - }, - { - "id": "6855", - "name": "Iron minotaur", - "examine": "He's just a big bully.", - "attack_level": "25", - "bonuses": "-2,8,5,0,0,21,17,9,-6,20,5,100,0,100,0", - "combat_style": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "25", - "lifepoints": "193", - "magic_animation": "", - "magic_level": "25", - "melee_animation": "8024", - "range_level": "1", - "respawn_delay": "0", + "name": "Bronze minotaur", + "defence_level": "19", "safespot": null, - "strength_level": "25" + "lifepoints": "133", + "strength_level": "19", + "id": "6854", + "bonuses": "15,20,10,15,10,15,15,15,0,0,0,90,0,0,0", + "range_level": "1", + "attack_level": "19" }, { - "id": "6856", - "name": "Iron minotaur", "examine": "He's just a big bully.", - "attack_level": "25", + "combat_style": "0", + "melee_animation": "8024", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "8023", + "magic_animation": "", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "193", + "strength_level": "25", + "id": "6855", + "bonuses": "-2,8,5,0,0,21,17,9,-6,20,5,100,0,100,0", + "range_level": "1", + "attack_level": "25" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Iron minotaur", + "defence_level": "25", + "safespot": null, + "lifepoints": "193", + "strength_level": "25", + "id": "6856", "bonuses": "25,25,25,25,0,25,25,25,25,0,0,100,0,100,0", "clue_level": "", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "193", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "8024", - "range_animation": "0", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" + "attack_level": "25" }, { - "id": "6857", - "name": "Steel minotaur", "examine": "He's just a big bully!", - "attack_level": "28", - "bonuses": "-2,16,11,0,0,32,31,24,-6,31,5,122,0,122,0", "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "28", - "lifepoints": "260", - "magic_level": "28", "melee_animation": "8024", - "range_level": "1", + "magic_level": "28", "respawn_delay": "0", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6858", + "defence_animation": "8023", + "death_animation": "8025", "name": "Steel minotaur", - "examine": "He's just a big bully.", - "attack_level": "28", - "bonuses": "40,30,30,30,30,30,30,30,30,30,0,127,0,0,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", "defence_level": "28", + "safespot": null, "lifepoints": "260", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, "strength_level": "28", - "weakness": "10" + "id": "6857", + "bonuses": "-2,16,11,0,0,32,31,24,-6,31,5,122,0,122,0", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Steel minotaur", + "defence_level": "28", + "safespot": null, + "lifepoints": "260", + "strength_level": "28", + "id": "6858", + "bonuses": "40,30,30,30,30,30,30,30,30,30,0,127,0,0,0", + "range_level": "1", + "attack_level": "28" }, { - "id": "6859", - "name": "Mithril minotaur", "examine": "He's just a big bully", - "attack_level": "30", - "bonuses": "-2,22,17,0,0,46,44,38,-6,44,20,146,0,147,0", - "can_tolerate": "", "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "30", - "lifepoints": "340", - "magic_level": "30", "melee_animation": "8024", - "range_level": "0", + "magic_level": "30", "respawn_delay": "0", - "safespot": null, - "strength_level": "30" - }, - { - "id": "6860", + "defence_animation": "8023", + "death_animation": "8025", "name": "Mithril minotaur", - "examine": "He's just a big bully.", - "attack_level": "30", - "bonuses": "30,30,30,30,0,30,30,30,30,0,30,146,0,147,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", "defence_level": "30", + "safespot": null, "lifepoints": "340", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "0", - "respawn_delay": "0", - "safespot": null, + "can_tolerate": "", "strength_level": "30", - "weakness": "10" + "id": "6859", + "bonuses": "-2,22,17,0,0,46,44,38,-6,44,20,146,0,147,0", + "range_level": "0", + "attack_level": "30" }, { - "id": "6861", - "name": "Adamant minotaur", "examine": "He's just a big bully.", - "attack_level": "35", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "30", + "respawn_delay": "0", + "defence_animation": "8023", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Mithril minotaur", + "defence_level": "30", + "safespot": null, + "lifepoints": "340", + "strength_level": "30", + "id": "6860", + "bonuses": "30,30,30,30,0,30,30,30,30,0,30,146,0,147,0", + "range_level": "0", + "attack_level": "30" + }, + { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", "attack_speed": "", - "bonuses": "-2,31,26,-3,-17,65,63,55,-6,63,30,146,0,181,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "35", - "lifepoints": "441", "magic_level": "35", - "melee_animation": "8024", - "poison_immune": "", - "range_level": "1", "respawn_delay": "0", - "safespot": null, - "strength_level": "35" - }, - { - "id": "6862", + "defence_animation": "8023", + "death_animation": "8025", "name": "Adamant minotaur", - "examine": "He's just a big bully.", - "attack_level": "35", - "bonuses": "40,50,40,45,35,20,50,36,30,40,15,180,30,10,0", - "combat_style": "0", - "death_animation": "8025", - "defence_animation": "0", "defence_level": "35", + "safespot": null, + "poison_immune": "", "lifepoints": "441", - "magic_animation": "0", - "magic_level": "35", - "melee_animation": "8024", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, "strength_level": "35", - "weakness": "10" + "id": "6861", + "bonuses": "-2,31,26,-3,-17,65,63,55,-6,63,30,146,0,181,0", + "range_level": "1", + "attack_level": "35" }, { + "examine": "He's just a big bully.", + "combat_style": "0", + "melee_animation": "8024", + "range_animation": "0", + "magic_level": "35", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8025", + "name": "Adamant minotaur", + "defence_level": "35", + "safespot": null, + "lifepoints": "441", + "strength_level": "35", + "id": "6862", + "bonuses": "40,50,40,45,35,20,50,36,30,40,15,180,30,10,0", + "range_level": "1", + "attack_level": "35" + }, + { + "examine": "He's just a big bully.", + "melee_animation": "8024", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "8023", + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "570", + "strength_level": "40", "id": "6863", - "name": "Rune minotaur", - "examine": "He's just a big bully.", - "attack_level": "40", "bonuses": "-2,48,43,0,-1,207,209,192,-12,205,102,157,0,195,0", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "40", - "lifepoints": "570", - "magic_level": "40", - "melee_animation": "8024", "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40" + "attack_level": "40" }, { - "id": "6864", - "name": "Rune minotaur", "examine": "He's just a big bully.", - "attack_level": "40", - "bonuses": "50,40,40,56,40,30,50,30,60,30,40,219,50,40,40", - "death_animation": "8025", - "defence_animation": "8023", - "defence_level": "40", - "lifepoints": "570", - "magic_level": "40", "melee_animation": "8024", - "range_level": "1", + "magic_level": "40", "respawn_delay": "0", - "safespot": null, + "defence_animation": "8023", "slayer_exp": "0", - "strength_level": "40" + "death_animation": "8025", + "name": "Rune minotaur", + "defence_level": "40", + "safespot": null, + "lifepoints": "570", + "strength_level": "40", + "id": "6864", + "bonuses": "50,40,40,56,40,30,50,30,60,30,40,219,50,40,40", + "range_level": "1", + "attack_level": "40" }, { + "examine": "Well", + "melee_animation": "7816", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "55", + "safespot": null, + "lifepoints": "87", + "strength_level": "55", "id": "6865", - "name": "Smoke devil", - "examine": "Well", - "attack_level": "55", - "death_animation": "7818", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "87", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7816", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Well", + "melee_animation": "7816", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7818", + "name": "Smoke devil", + "defence_level": "55", + "safespot": null, + "lifepoints": "87", + "strength_level": "55", "id": "6866", - "name": "Smoke devil", - "examine": "Well", - "attack_level": "55", - "death_animation": "7818", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "87", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7816", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "Putting all three of its best feet forward.", + "melee_animation": "7896", + "range_animation": "0", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "6867", - "name": "Bull ant", - "examine": "Putting all three of its best feet forward.", - "attack_level": "40", - "death_animation": "7897", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", - "melee_animation": "7896", - "range_animation": "0", "range_level": "40", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40", - "weakness": "10" + "attack_level": "40" }, { + "examine": "Putting all three of its best feet forward.", + "melee_animation": "7896", + "range_animation": "0", + "magic_level": "40", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7897", + "name": "Bull ant", + "defence_level": "40", + "safespot": null, + "lifepoints": "57", + "strength_level": "40", "id": "6868", - "name": "Bull ant", - "examine": "Putting all three of its best feet forward.", - "attack_level": "40", - "death_animation": "7897", - "defence_animation": "0", - "defence_level": "40", - "lifepoints": "57", - "magic_animation": "0", - "magic_level": "40", - "melee_animation": "7896", - "range_animation": "0", "range_level": "40", - "respawn_delay": "0", - "safespot": null, - "strength_level": "40", - "weakness": "10" + "attack_level": "40" }, { + "examine": "It's just a harmless wee rabbit. ", + "combat_style": "2", + "melee_animation": "8304", + "range_animation": "8304", + "attack_speed": "5", + "magic_level": "95", + "defence_animation": "8306", + "magic_animation": "8304", + "death_animation": "8305", + "name": "Wolpertinger", + "defence_level": "95", + "poison_immune": "true", + "safespot": null, + "lifepoints": "619", + "strength_level": "1", "id": "6869", - "name": "Wolpertinger", - "examine": "It's just a harmless wee rabbit. ", - "attack_level": "1", - "attack_speed": "5", "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", - "defence_level": "95", - "lifepoints": "619", - "magic_animation": "8304", - "magic_level": "95", - "melee_animation": "8304", - "poison_immune": "true", - "range_animation": "8304", "range_level": "95", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's just a harmless wee rabbit. ", + "combat_style": "2", + "melee_animation": "8304", + "range_animation": "8304", + "attack_speed": "5", + "magic_level": "95", + "defence_animation": "8306", + "magic_animation": "8304", + "death_animation": "8305", + "name": "Wolpertinger", + "defence_level": "95", + "poison_immune": "true", + "safespot": null, + "lifepoints": "619", + "strength_level": "1", "id": "6870", - "name": "Wolpertinger", - "examine": "It's just a harmless wee rabbit. ", - "attack_level": "1", - "attack_speed": "5", "bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", - "defence_level": "95", - "lifepoints": "619", - "magic_animation": "8304", - "magic_level": "95", - "melee_animation": "8304", - "poison_immune": "true", - "range_animation": "8304", "range_level": "95", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "I suppose it could smell worse", + "melee_animation": "7769", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7770", + "name": "Compost mound", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", "id": "6871", - "name": "Compost mound", - "examine": "I suppose it could smell worse", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "7770", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "7769", - "range_animation": "0", "range_level": "28", - "respawn_delay": "0", - "safespot": null, - "strength_level": "28", - "weakness": "10" + "attack_level": "28" }, { + "examine": "I suppose it could smell worse", + "melee_animation": "7769", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7770", + "name": "Compost mound", + "defence_level": "28", + "safespot": null, + "lifepoints": "40", + "strength_level": "28", "id": "6872", - "name": "Compost mound", - "examine": "I suppose it could smell worse", - "attack_level": "28", - "attack_speed": "5", - "death_animation": "7770", - "defence_animation": "0", - "defence_level": "28", - "lifepoints": "40", - "magic_animation": "0", - "magic_level": "28", - "melee_animation": "7769", - "range_animation": "0", "range_level": "28", - "respawn_delay": "0", - "safespot": null, - "strength_level": "28", - "weakness": "10" + "attack_level": "28" }, { - "id": "6873", - "name": "Pack yak", "examine": "Bulk haulage never smelled so bad.", - "attack_level": "112", - "attack_speed": "5", - "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", - "death_animation": "5784", - "defence_animation": "5783", - "defence_level": "121", - "lifepoints": "710", - "magic_animation": "5782", - "magic_level": "91", "melee_animation": "5782", - "poison_immune": "true", "range_animation": "5782", - "range_level": "86", - "safespot": null, - "strength_level": "104" - }, - { - "id": "6874", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "magic_animation": "5782", + "death_animation": "5784", "name": "Pack yak", - "examine": "Bulk haulage never smelled so bad.", - "attack_level": "112", - "attack_speed": "5", - "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", - "death_animation": "5784", - "defence_animation": "5783", "defence_level": "121", - "lifepoints": "710", - "magic_animation": "5782", - "magic_level": "91", - "melee_animation": "5782", "poison_immune": "true", - "range_animation": "5782", - "range_level": "86", "safespot": null, + "lifepoints": "710", "strength_level": "104", - "weakness": "10" + "id": "6873", + "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", + "range_level": "86", + "attack_level": "112" }, { + "examine": "Bulk haulage never smelled so bad.", + "melee_animation": "5782", + "range_animation": "5782", + "attack_speed": "5", + "magic_level": "91", + "defence_animation": "5783", + "weakness": "10", + "magic_animation": "5782", + "death_animation": "5784", + "name": "Pack yak", + "defence_level": "121", + "poison_immune": "true", + "safespot": null, + "lifepoints": "710", + "strength_level": "104", + "id": "6874", + "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40", + "range_level": "86", + "attack_level": "112" + }, + { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6875", - "name": "Spirit cockatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit cockatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6876", - "name": "Spirit cockatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6877", - "name": "Spirit guthatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit guthatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6878", - "name": "Spirit guthatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "combat_audio": "703,705,704", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6879", - "name": "Spirit saratrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "combat_audio": "703,705,704", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit saratrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6880", - "name": "Spirit saratrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_audio": "703,705,704", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6881", - "name": "Spirit zamatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit zamatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6882", - "name": "Spirit zamatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6883", - "name": "Spirit pengatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit pengatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6884", - "name": "Spirit pengatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6885", - "name": "Spirit coraxatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit coraxatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6886", - "name": "Spirit coraxatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6887", - "name": "Spirit vulatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "If looks could kill... Wait", + "start_gfx": "1467", + "combat_style": "2", + "melee_animation": "7762", + "range_animation": "0", + "magic_level": "43", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7763", + "name": "Spirit vulatrice", + "defence_level": "43", + "safespot": null, + "lifepoints": "61", + "strength_level": "43", "id": "6888", - "name": "Spirit vulatrice", - "examine": "If looks could kill... Wait", - "attack_level": "43", - "combat_style": "2", - "death_animation": "7763", - "defence_animation": "0", - "defence_level": "43", - "lifepoints": "61", - "magic_animation": "0", - "magic_level": "43", - "melee_animation": "7762", - "projectile": "1468", - "range_animation": "0", "range_level": "43", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1467", - "strength_level": "43", - "weakness": "10" + "projectile": "1468", + "attack_level": "43" }, { + "examine": "The only creature with a mouth big enough to fit a cannon ball into.", + "melee_animation": "7260", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "55", + "safespot": null, + "lifepoints": "94", + "strength_level": "55", "id": "6889", - "name": "Barker toad", - "examine": "The only creature with a mouth big enough to fit a cannon ball into.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7260", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { + "examine": "The only creature with a mouth big enough to fit a cannon ball into.", + "melee_animation": "7260", + "range_animation": "0", + "magic_level": "55", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7256", + "name": "Barker toad", + "defence_level": "55", + "safespot": null, + "lifepoints": "94", + "strength_level": "55", "id": "6890", - "name": "Barker toad", - "examine": "The only creature with a mouth big enough to fit a cannon ball into.", - "attack_level": "55", - "death_animation": "7256", - "defence_animation": "0", - "defence_level": "55", - "lifepoints": "94", - "magic_animation": "0", - "magic_level": "55", - "melee_animation": "7260", - "range_animation": "0", "range_level": "55", - "respawn_delay": "0", - "safespot": null, - "strength_level": "55", - "weakness": "10" + "attack_level": "55" }, { - "id": "6891", - "name": "Penguin keeper", "examine": "He looks like the type of guy who would keep penguins.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Penguin keeper", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6891", + "range_level": "1", + "attack_level": "1" }, { - "id": "6892", - "name": "Pet shop owner", "examine": "The lady of the pet shop.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6893", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Pet shop owner", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6892", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "The man of the pet shop.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pet shop owner", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "6893", + "range_level": "1", + "attack_level": "1" }, { - "id": "6894", - "name": "Terrier", - "examine": "A terrier puppy." - }, - { - "id": "6895", - "name": "Labrador", - "examine": "A labrador puppy." - }, - { - "id": "6896", - "name": "Dalmatian", "examine": "A dalmatian puppy.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6897", - "name": "Bulldog", - "examine": "A bulldog puppy.", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6898", - "name": "Pet shop owner" - }, - { - "id": "6899", - "name": "Bulldog" - }, - { - "id": "6900", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6901", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6902", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6903", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6904", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6905", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6906", - "name": "Hatchling dragon", - "attack_level": "1", - "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6907", - "name": "Baby dragon", - "attack_level": "1", - "combat_audio": "407,405,406", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6908", - "name": "Baby penguin" - }, - { - "id": "6909", - "name": "Penguin" - }, - { - "id": "6910", - "name": "Penguin" - }, - { - "id": "6911", - "name": "Raven chick" - }, - { - "id": "6912", - "name": "Raven" - }, - { - "id": "6913", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "6914", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "6915", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "6916", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "6917", - "name": "Baby gecko", - "examine": "It's so adorably tiny!", - "attack_level": "1", "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6918", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "6919", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "6920", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "6921", - "name": "Baby squirrel", - "examine": "A tiny nut-thief.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6922", - "name": "Baby chameleon" - }, - { - "id": "6923", - "name": "Chameleon" - }, - { - "id": "6924", - "name": "Baby chameleon" - }, - { - "id": "6925", - "name": "Chameleon" - }, - { - "id": "6926", - "name": "Baby chameleon" - }, - { - "id": "6927", - "name": "Chameleon" - }, - { - "id": "6928", - "name": "Baby chameleon" - }, - { - "id": "6929", - "name": "Chameleon" - }, - { - "id": "6930", - "name": "Baby chameleon" - }, - { - "id": "6931", - "name": "Chameleon" - }, - { - "id": "6932", - "name": "Baby chameleon" - }, - { - "id": "6933", - "name": "Chameleon" - }, - { - "id": "6934", - "name": "Baby chameleon" - }, - { - "id": "6935", - "name": "Chameleon" - }, - { - "id": "6936", - "name": "Baby chameleon" - }, - { - "id": "6937", - "name": "Chameleon" - }, - { - "id": "6938", - "name": "Baby chameleon" - }, - { - "id": "6939", - "name": "Chameleon" - }, - { - "id": "6940", - "name": "Baby chameleon" - }, - { - "id": "6941", - "name": "Chameleon" - }, - { - "id": "6942", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6943", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6944", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6945", - "name": "Vulture chick" - }, - { - "id": "6946", - "name": "Vulture" - }, - { - "id": "6947", - "name": "Baby giant crab" - }, - { - "id": "6948", - "name": "Giant crab" - }, - { - "id": "6949", - "name": "Saradomin chick" - }, - { - "id": "6950", - "name": "Saradomin bird" - }, - { - "id": "6951", - "name": "Saradomin owl" - }, - { - "id": "6952", - "name": "Zamorak chick" - }, - { - "id": "6953", - "name": "Zamorak bird" - }, - { - "id": "6954", - "name": "Zamorak hawk" - }, - { - "id": "6955", - "name": "Guthix chick" - }, - { - "id": "6956", - "name": "Guthix bird" - }, - { - "id": "6957", - "name": "Guthix raptor" - }, - { - "id": "6958", - "name": "Terrier puppy", - "examine": "It's lively and energetic." - }, - { - "id": "6959", - "name": "Terrier", - "examine": "It's lively and energetic." - }, - { - "id": "6960", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "6961", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "6962", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "6963", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "6964", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "6965", "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "6966", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "6967", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "6968", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "6969", - "name": "Bulldog puppy", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8305", - "defence_animation": "8306", "defence_level": "1", - "lifepoints": "651", - "magic_level": "28", - "melee_animation": "8304", - "range_level": "1", - "respawn_delay": "0", "safespot": null, - "strength_level": "1" - }, - { - "id": "6970", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6971", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6972", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6973", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6974", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6975", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6976", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6977", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6978", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6979", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28" - }, - { - "id": "6980", - "name": "Druid", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,513,512", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6981", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6982", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6983", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6984", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "7186", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7181", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6985", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6986", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6987", - "name": "Druidess", - "examine": "A nature lover.", - "attack_level": "28", - "attack_speed": "4", - "combat_audio": "511,506,505", - "death_animation": "7185", - "defence_animation": "0", - "defence_level": "32", - "lifepoints": "30", - "magic_animation": "711", - "magic_level": "25", - "melee_animation": "7182", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, - "strength_level": "28", - "weakness": "3" - }, - { - "id": "6988", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6989", - "name": "Pikkupstix", - "examine": "He's a very important druid." - }, - { - "id": "6990", - "name": "Giant wolpertinger" - }, - { - "id": "6991", - "name": "Ibis" - }, - { - "id": "6992", - "name": "Spirit jelly", - "examine": "On Gielinor", - "attack_level": "50", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "78", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6993", - "name": "Spirit jelly", - "examine": "On Gielinor", - "attack_level": "50", - "death_animation": "8570", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "78", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "8569", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "6994", - "name": "Spirit kalphite", - "examine": "Hail to the Queen", - "attack_level": "25", - "combat_style": "1", - "death_animation": "6228", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "6223", - "range_animation": "0", - "range_level": "25", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" - }, - { - "id": "6995", - "name": "Spirit kalphite", - "examine": "Hail to the Queen", - "attack_level": "25", - "combat_style": "1", - "death_animation": "6228", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "6223", - "range_animation": "0", - "range_level": "25", - "respawn_delay": "0", - "safespot": null, - "strength_level": "25", - "weakness": "10" - }, - { - "id": "6996", - "name": "Fishing spot" - }, - { - "id": "6997", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "6896", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bulldog puppy.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "6998", - "name": "Revenant dragon", - "examine": "A ghost of a dragon slain during the god wars.", - "attack_level": "85", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "8593", - "defence_animation": "8592", - "defence_level": "85", - "lifepoints": "155", - "magic_animation": "8594", - "melee_animation": "8591", - "poison_amount": "", - "poisonous": "", - "range_animation": "8594", - "range_level": "85", - "safespot": null, - "spawn_animation": "8595", - "strength_level": "85" - }, - { - "id": "6999", - "name": "Revenant dragon", - "examine": "A ghost of a dragon slain during the god wars.", - "attack_level": "85", - "clue_level": "2", - "combat_audio": "408,410,409", - "death_animation": "8593", - "defence_animation": "8592", - "defence_level": "85", - "lifepoints": "155", - "magic_animation": "8594", - "melee_animation": "8591", - "poison_amount": "", - "poisonous": "", - "range_animation": "8594", - "range_level": "85", - "safespot": null, - "spawn_animation": "8595", - "strength_level": "85" - }, - { - "id": "7000", - "name": "Dark Squall" - }, - { - "id": "7002", - "name": "Surok Magis" - }, - { - "id": "7003", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "7004", - "name": "Fire giant", - "examine": "A very large elemental adversary.", - "attack_level": "65", - "attack_speed": "5", - "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", - "combat_audio": "447,451,450", - "death_animation": "4668", - "defence_animation": "4664", - "defence_level": "65", - "lifepoints": "111", - "magic_animation": "4666", - "magic_level": "1", - "melee_animation": "4666", - "range_animation": "4666", - "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "slayer_exp": "111", - "strength_level": "65", - "weakness": "1" - }, - { - "id": "7005", - "name": "Big wolf", - "examine": "Must be the pack leader.", - "aggressive": "true", - "attack_level": "60", - "death_animation": "6558", "defence_animation": "0", - "defence_level": "62", - "lifepoints": "21", "magic_animation": "0", + "death_animation": "0", + "name": "Bulldog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6897", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6900", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6901", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6902", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6903", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6904", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6905", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Hatchling dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "408,410,409", + "strength_level": "1", + "id": "6906", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby dragon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "407,405,406", + "strength_level": "1", + "id": "6907", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's so adorably tiny!", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby gecko", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6917", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A tiny nut-thief.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby squirrel", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6921", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "6942", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "6943", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6944", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8304", + "attack_speed": "5", + "magic_level": "28", + "respawn_delay": "0", + "defence_animation": "8306", + "death_animation": "8305", + "name": "Bulldog puppy", + "defence_level": "1", + "safespot": null, + "lifepoints": "651", + "strength_level": "1", + "id": "6969", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6972", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "melee_animation": "7182", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6973", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "range_animation": "0", + "combat_audio": "511,513,512", + "melee_animation": "7182", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6974", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6975", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6976", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6977", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6978", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "combat_audio": "511,513,512", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6979", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,513,512", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druid", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6980", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6981", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6982", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6983", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7181", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "7186", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6984", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6985", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6986", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "A nature lover.", + "melee_animation": "7182", + "range_animation": "0", + "combat_audio": "511,506,505", + "attack_speed": "4", + "magic_level": "25", + "respawn_delay": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "711", + "death_animation": "7185", + "name": "Druidess", + "defence_level": "32", + "safespot": null, + "lifepoints": "30", + "strength_level": "28", + "id": "6987", + "range_level": "1", + "attack_level": "28" + }, + { + "examine": "On Gielinor", + "melee_animation": "8569", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "50", + "safespot": null, + "lifepoints": "78", + "strength_level": "50", + "id": "6992", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "On Gielinor", + "melee_animation": "8569", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8570", + "name": "Spirit jelly", + "defence_level": "50", + "safespot": null, + "lifepoints": "78", + "strength_level": "50", + "id": "6993", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Hail to the Queen", + "combat_style": "1", + "melee_animation": "6223", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6228", + "name": "Spirit kalphite", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "6994", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "Hail to the Queen", + "combat_style": "1", + "melee_animation": "6223", + "range_animation": "0", + "magic_level": "25", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "6228", + "name": "Spirit kalphite", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "25", + "id": "6995", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "A stripy little baby raccoon.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby raccoon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "6997", + "range_level": "1", + "attack_level": "1" + }, + { + "spawn_animation": "8595", + "examine": "A ghost of a dragon slain during the god wars.", + "melee_animation": "8591", + "range_animation": "8594", + "combat_audio": "408,410,409", + "poisonous": "", + "defence_animation": "8592", + "poison_amount": "", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "85", + "safespot": null, + "lifepoints": "155", + "strength_level": "85", + "id": "6998", + "clue_level": "2", + "range_level": "85", + "attack_level": "85" + }, + { + "spawn_animation": "8595", + "examine": "A ghost of a dragon slain during the god wars.", + "melee_animation": "8591", + "range_animation": "8594", + "combat_audio": "408,410,409", + "poisonous": "", + "defence_animation": "8592", + "poison_amount": "", + "magic_animation": "8594", + "death_animation": "8593", + "name": "Revenant dragon", + "defence_level": "85", + "safespot": null, + "lifepoints": "155", + "strength_level": "85", + "id": "6999", + "clue_level": "2", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", + "id": "7003", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "A very large elemental adversary.", + "melee_animation": "4666", + "range_animation": "4666", + "combat_audio": "447,451,450", + "attack_speed": "5", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "4664", + "weakness": "1", + "slayer_exp": "111", + "magic_animation": "4666", + "death_animation": "4668", + "name": "Fire giant", + "defence_level": "65", + "safespot": null, + "lifepoints": "111", + "strength_level": "65", + "id": "7004", + "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Must be the pack leader.", "melee_animation": "6559", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, + "defence_animation": "0", "slayer_exp": "74", - "strength_level": "60" + "magic_animation": "0", + "death_animation": "6558", + "name": "Big wolf", + "defence_level": "62", + "safespot": null, + "lifepoints": "21", + "strength_level": "60", + "id": "7005", + "aggressive": "true", + "range_level": "1", + "attack_level": "60" }, { - "id": "7006", - "name": "Grenwall" - }, - { - "id": "7010", - "name": "Grenwall", "examine": "An active spiny creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7011", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Grenwall", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7010", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A hiding spiny creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Grenwall", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7011", + "range_level": "1", + "attack_level": "1" }, { + "examine": "What a strange little creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pawya", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7012", - "name": "Pawya", - "examine": "What a strange little creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7013", - "name": "Earth Mound", "examine": "Dug by a Pawya (Not actual exam).", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Earth Mound", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7013", + "range_level": "1", + "attack_level": "1" }, { - "id": "7014", - "name": "Pawya", "examine": "What a strange little creature.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Pawya", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7014", + "range_level": "1", + "attack_level": "1" }, { - "id": "7015", - "name": "Platypus" - }, - { - "id": "7016", - "name": "Platypus" - }, - { - "id": "7017", - "name": "Platypus" - }, - { - "id": "7018", - "name": "Baby platypus" - }, - { - "id": "7019", - "name": "Baby platypus" - }, - { - "id": "7020", - "name": "Baby platypus" - }, - { - "id": "7021", + "examine": "A most unlikely creature.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Platypus", - "examine": "A most unlikely creature.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "7021", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A most unlikely creature.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7022", - "name": "Platypus" - }, - { - "id": "7023", - "name": "Platypus" - }, - { - "id": "7024", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Baby platypus", - "examine": "A most unlikely creature.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7024", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7025", - "name": "Baby platypus" - }, - { - "id": "7026", - "name": "Baby platypus" - }, - { - "id": "7027", - "name": "Patrick" - }, - { - "id": "7028", - "name": "Penelope" - }, - { - "id": "7029", - "name": "Peter" - }, - { - "id": "7030", - "name": "Peanut" - }, - { - "id": "7031", - "name": "Wimpy bird", "examine": "An ogre snack with wings.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wimpy bird", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7031", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7032", - "name": "Diseased kebbit" - }, - { - "id": "7039", - "name": "Diseased kebbit", "examine": "A shy creature with a toxic bite.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Diseased kebbit", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7039", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7040", - "name": "Fishing spot" - }, - { - "id": "7045", - "name": "Fishing spot" - }, - { - "id": "7046", - "name": "Fishing spot" - }, - { - "id": "7047", - "name": "Balnea", - "examine": "She looks like she means business." - }, - { - "id": "7048", - "name": "Frawd" - }, - { - "id": "7049", - "name": "Ogress banker", "examine": "Fit to wear the uniform?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ogress banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7049", + "range_level": "1", + "attack_level": "1" }, { - "id": "7050", - "name": "Ogress banker" - }, - { - "id": "7051", - "name": "Chief Tess", "examine": "She walks as if she owns the place.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Chief Tess", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7051", + "range_level": "1", + "attack_level": "1" }, { - "id": "7052", - "name": "Seegud" - }, - { - "id": "7053", - "name": "Chargurr" - }, - { - "id": "7054", - "name": "Chargurr" - }, - { - "id": "7055", - "name": "Snurgh" - }, - { - "id": "7058", - "name": "Kringk" - }, - { - "id": "7059", - "name": "Thump" - }, - { - "id": "7060", - "name": "Massage table" - }, - { - "id": "7061", - "name": "Thump" - }, - { - "id": "7062", - "name": "Muggh" - }, - { - "id": "7063", - "name": "Kringk" - }, - { - "id": "7064", - "name": "Hairdryer" - }, - { - "id": "7065", - "name": "Snert" - }, - { - "id": "7068", - "name": "Tyke" - }, - { - "id": "7069", - "name": "Snarrl" - }, - { - "id": "7070", - "name": "Snarrk" - }, - { - "id": "7071", - "name": "I'rk" - }, - { - "id": "7072", - "name": "Thuddley" - }, - { - "id": "7073", - "name": "Grr'bah" - }, - { - "id": "7074", - "name": "Chomp" - }, - { - "id": "7075", - "name": "Grubb" - }, - { - "id": "7076", - "name": "Grunther" - }, - { - "id": "7077", - "name": "Glum" - }, - { - "id": "7078", - "name": "Ogress champion", "examine": "A fearsome adversary with no sense of humour.", - "aggressive": "true", - "attack_level": "48", - "death_animation": "8640", + "melee_animation": "8636", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress champion", "defence_level": "48", + "safespot": null, "lifepoints": "68", - "magic_animation": "0", - "melee_animation": "8636", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "48", - "weakness": "6" + "id": "7078", + "aggressive": "true", + "range_level": "1", + "attack_level": "48" }, { - "id": "7079", - "name": "Ogress warrior", "examine": "Irascible, belligerent and stupefyingly impolite.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "8640", - "defence_animation": "0", - "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", "melee_animation": "8636", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "45", - "weakness": "6" - }, - { - "id": "7080", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", "name": "Ogress warrior", - "examine": "Irascible, beliggerent and stupefyingly impolite.", - "aggressive": "true", - "attack_level": "45", - "death_animation": "8641", - "defence_animation": "0", "defence_level": "45", - "lifepoints": "64", - "magic_animation": "0", - "melee_animation": "8637", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", "safespot": null, + "lifepoints": "64", "strength_level": "45", - "weakness": "6" + "id": "7079", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" }, { - "id": "7081", - "name": "Ogress", - "examine": "A large and contentious lady ogre.", - "aggressive": "true", - "attack_level": "42", - "attack_speed": "5", - "death_animation": "8640", + "examine": "Irascible, beliggerent and stupefyingly impolite.", + "melee_animation": "8637", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", + "weakness": "6", "magic_animation": "0", + "death_animation": "8641", + "name": "Ogress warrior", + "defence_level": "45", + "safespot": null, + "lifepoints": "64", + "strength_level": "45", + "id": "7080", + "aggressive": "true", + "range_level": "1", + "attack_level": "45" + }, + { + "examine": "A large and contentious lady ogre.", "melee_animation": "8636", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8640", + "name": "Ogress", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "6" + "id": "7081", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" }, { - "id": "7082", - "name": "Ogress", "examine": "A large and contentious lady ogre.", - "aggressive": "true", - "attack_level": "42", - "attack_speed": "5", - "death_animation": "8641", - "defence_animation": "0", - "defence_level": "42", - "lifepoints": "60", - "magic_animation": "0", "melee_animation": "8637", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "8641", + "name": "Ogress", + "defence_level": "42", "safespot": null, + "lifepoints": "60", "strength_level": "42", - "weakness": "6" - }, - { - "id": "7083", - "name": "Flying bugs" - }, - { - "id": "7084", - "name": "Eucalyptus ent", - "examine": "Dead stone defending a dead throne room.", + "id": "7082", "aggressive": "true", - "attack_level": "51", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Dead stone defending a dead throne room.", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "51", + "safespot": null, "lifepoints": "145", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "51", - "weakness": "7" + "id": "7084", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" }, { - "id": "7085", - "name": "Eucalyptus ent", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "54", + "range_animation": "0", "attack_speed": "5", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "54", + "safespot": null, "lifepoints": "142", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "54", - "weakness": "7" + "id": "7085", + "aggressive": "true", + "range_level": "1", + "attack_level": "54" }, { - "id": "7086", - "name": "Eucalyptus ent", "examine": "Dead stone defending a dead throne room.", - "aggressive": "true", - "attack_level": "57", + "range_animation": "0", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "name": "Eucalyptus ent", "defence_level": "57", + "safespot": null, "lifepoints": "162", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, "strength_level": "57", - "weakness": "7" + "id": "7086", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" }, { - "id": "7087", - "name": "Balnea" - }, - { - "id": "7088", - "name": "Chief Tess" - }, - { - "id": "7089", - "name": "Chargurr" - }, - { - "id": "7090", - "name": "Wise Old Man" - }, - { - "id": "7091", - "name": "Dawg" - }, - { - "id": "7105", - "name": "Chaos druid", "examine": "A crazy, evil druid.", - "aggressive": "true", - "attack_level": "8", - "attack_speed": "4", - "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "12", - "end_gfx": "107", - "lifepoints": "20", - "magic_animation": "422", - "magic_level": "10", - "melee_animation": "422", - "projectile": "106", - "range_animation": "422", - "range_level": "1", - "respawn_delay": "25", - "safespot": null, "start_gfx": "105", + "melee_animation": "422", + "range_animation": "422", + "attack_speed": "4", + "magic_level": "10", + "end_gfx": "107", + "respawn_delay": "25", + "defence_animation": "404", + "weakness": "3", + "magic_animation": "422", + "death_animation": "9055", + "name": "Chaos druid", + "defence_level": "12", + "safespot": null, + "lifepoints": "20", "strength_level": "8", - "weakness": "3" + "id": "7105", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "projectile": "106", + "attack_level": "8" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7106", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7107", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7108", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7109", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7110", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7111", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7112", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7113", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { + "examine": "Low on brains, high on aggression.", + "melee_animation": "386", + "range_animation": "0", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "50", + "defence_animation": "404", + "magic_animation": "0", + "death_animation": "9055", + "name": "Thug", + "defence_level": "9", + "safespot": null, + "lifepoints": "18", + "strength_level": "5", "id": "7114", - "name": "Thug", - "examine": "Low on brains, high on aggression.", "aggressive": "true", - "attack_level": "7", - "attack_speed": "4", "bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0", "clue_level": "0", - "death_animation": "9055", - "defence_animation": "404", - "defence_level": "9", - "lifepoints": "18", - "magic_animation": "0", - "magic_level": "1", - "melee_animation": "386", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "5" + "attack_level": "7" }, { - "id": "7115", - "name": "Thaki the delivery dwarf", "examine": "He seems to be enjoying his time in the bar.", - "attack_level": "1", - "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "melee_animation": "0", + "range_animation": "0", "magic_level": "1", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Thaki the delivery dwarf", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7115", + "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7116", - "name": "Drunken sailor" - }, - { - "id": "7117", - "name": "Drunken sailor" - }, - { - "id": "7118", - "name": "Catapult engineer" - }, - { - "id": "7119", - "name": "Tyras guard" - }, - { - "id": "7120", - "name": "Tyras guard", "examine": "One of King Tyras's men.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Tyras guard", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7121", - "name": "General Hining" - }, - { - "id": "7122", - "name": "Githan" - }, - { - "id": "7123", - "name": "Amulet of Nature" - }, - { - "id": "7124", - "name": "Mud" + "lifepoints": "10", + "strength_level": "1", + "id": "7120", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7125", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7126", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", + "examine": "A gnome farmer.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7127", - "name": "Rabbit", - "examine": "A hungry-looking rabbit.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "50", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "7128", - "name": "Farmer", - "examine": "A gnome farmer.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7129", - "name": "Farmer", "examine": "A gnome farmer.", - "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { + "lifepoints": "10", + "strength_level": "1", "id": "7130", - "name": "Farmer", - "examine": "A gnome farmer.", "aggressive": "true", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7131", - "name": "Farmer Blinkin", - "examine": "The head farmer, apparently." - }, - { - "id": "7132", - "name": "Mrs. Winkin", "examine": "Owner of this homestead.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7133", - "name": "Bork", - "examine": "That's one big Ork... ", - "agg_radius": "64", - "attack_level": "100", - "attack_speed": "6", - "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0", - "death_animation": "8756", - "defence_animation": "8755", - "defence_level": "80", - "lifepoints": "300", - "melee_animation": "8754", - "poison_immune": "true", - "range_level": "1", - "respawn_delay": "60", - "strength_level": "90" - }, - { - "id": "7134", - "name": "Bork", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "8", - "death_animation": "8756", - "defence_animation": "8755", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mrs. Winkin", "defence_level": "1", - "lifepoints": "300", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7132", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "That's one big Ork... ", "melee_animation": "8754", - "poison_immune": "true", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "80", + "poison_immune": "true", + "lifepoints": "300", + "strength_level": "90", + "id": "7133", + "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Sharimika", + "id": "2505" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Sharimika", + "id": "2506" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Mamma Bufetta", + "id": "2508" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Mamma Bufetta", + "id": "2509" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Layleen", + "id": "2511" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Layleen", + "id": "2512" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Karaday", + "id": "2514" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Karaday", + "id": "2515" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Safta Doc", + "id": "2517" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Safta Doc", + "id": "2518" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Gabooty", + "id": "2520" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Gabooty", + "id": "2521" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Fanellaman", + "id": "2523" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Fanellaman", + "id": "2524" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Jagbakoba", + "id": "2526" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Jagbakoba", + "id": "2527" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Murcaily", + "id": "2529" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Murcaily", + "id": "2530" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Rionasta", + "id": "2532" + }, + { + "examine": "A native of Tai Bwo Wannai.", + "name": "Rionasta", + "id": "2533" + }, + { + "agg_radius": "64", + "melee_animation": "8754", + "attack_speed": "8", + "respawn_delay": "60", + "defence_animation": "8755", + "death_animation": "8756", + "name": "Bork", + "defence_level": "1", + "safespot": null, + "poison_immune": "true", + "lifepoints": "300", + "strength_level": "1", + "id": "7134", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7135", - "name": "Ork legion", "examine": "Aww, aren't they the cutest li - Argh!", - "aggressive": "true", - "attack_level": "68", - "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0", - "death_animation": "8761", - "defence_animation": "0", - "defence_level": "57", - "lifepoints": "100", - "magic_animation": "0", "melee_animation": "8760", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "8761", + "name": "Ork legion", + "defence_level": "57", "poison_immune": "true", - "range_animation": "0", + "safespot": null, + "lifepoints": "100", + "strength_level": "68", + "id": "7135", + "aggressive": "true", + "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0", "range_level": "68", - "respawn_delay": "60", - "safespot": null, - "strength_level": "68" + "attack_level": "68" }, { - "id": "7136", - "name": "Surok Magis" - }, - { - "id": "7137", - "name": "Dagon'hai Elite", "examine": "A powerful wizard.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "25", - "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190", "combat_style": "2", - "defence_level": "40", - "lifepoints": "70", + "attack_speed": "25", "magic_level": "90", - "range_level": "1", - "safespot": null, "spell_id": "11", - "strength_level": "90" + "name": "Dagon'hai Elite", + "defence_level": "40", + "safespot": null, + "lifepoints": "70", + "strength_level": "90", + "id": "7137", + "aggressive": "true", + "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7138", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7139", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { + "examine": "A monk of the Dagon'hai.", + "melee_animation": "422", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "98", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "836", + "name": "Dagon'hai Monk", + "defence_level": "80", + "safespot": null, + "lifepoints": "88", + "strength_level": "84", "id": "7140", - "name": "Dagon'hai Monk", - "examine": "A monk of the Dagon'hai.", "aggressive": "true", - "attack_level": "84", - "attack_speed": "5", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "80", - "lifepoints": "88", - "magic_animation": "0", - "magic_level": "98", - "melee_animation": "422", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "84" + "attack_level": "84" }, { - "id": "7141", - "name": "null", "examine": "He seems to have gone mad.", - "aggressive": "true", - "attack_level": "25", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "4", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "426", "range_animation": "426", - "range_level": "25", + "magic_level": "25", + "defence_animation": "0", + "weakness": "1", + "magic_animation": "0", + "death_animation": "836", + "name": "null", + "defence_level": "25", "safespot": null, - "strength_level": "25", - "weakness": "1" - }, - { - "id": "7142", - "name": "Guard", - "examine": "He thumps people who cheat.", - "attack_level": "1", - "clue_level": "1", - "combat_audio": "511,513,512", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7143", - "name": "Professor Henry" - }, - { - "id": "7144", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7145", - "name": "Gublinchette jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7146", - "name": "Gublinchette jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7147", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7148", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7149", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7150", - "name": "Gublinch jailmate", - "examine": "An imprisoned gublinch.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7151", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7152", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7153", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7154", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7155", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7156", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7157", - "name": "Student", - "examine": "A person sitting an exam.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "strength_level": "1" - }, - { - "id": "7158", - "name": "Cockroach drone", - "examine": "A household pest.", - "attack_level": "3", - "attack_speed": "5", - "death_animation": "8788", - "defence_animation": "0", - "defence_level": "3", "lifepoints": "4", + "strength_level": "25", + "id": "7141", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" + }, + { + "examine": "He thumps people who cheat.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "511,513,512", + "defence_animation": "0", "magic_animation": "0", + "death_animation": "0", + "name": "Guard", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7142", + "clue_level": "1", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7144", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinchette jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7145", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinchette jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7146", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7147", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7148", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7149", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "An imprisoned gublinch.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Gublinch jailmate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7150", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7152", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7156", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7157", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A household pest.", "melee_animation": "8785", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8788", + "name": "Cockroach drone", + "defence_level": "3", "safespot": null, + "lifepoints": "4", "strength_level": "3", - "weakness": "8" + "id": "7158", + "range_level": "1", + "attack_level": "3" }, { - "id": "7159", - "name": "Cockroach worker", "examine": "Eurgh! A big bug.", - "attack_level": "22", - "attack_speed": "5", - "death_animation": "8790", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "31", - "magic_animation": "0", "melee_animation": "8787", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8790", + "name": "Cockroach worker", + "defence_level": "70", "safespot": null, + "lifepoints": "31", "strength_level": "22", - "weakness": "8" + "id": "7159", + "range_level": "1", + "attack_level": "22" }, { - "id": "7160", - "name": "Cockroach soldier", "examine": "Euww! A giant bug.", - "attack_level": "38", - "attack_speed": "5", - "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0", - "death_animation": "8789", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "97", - "magic_animation": "0", "melee_animation": "8786", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "8789", + "name": "Cockroach soldier", + "defence_level": "70", "safespot": null, + "lifepoints": "97", "strength_level": "26", - "weakness": "8" + "id": "7160", + "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "38" }, { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Mugger", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "7161", - "name": "Mugger", "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "422", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "melee_animation": "422", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Mugger", + "defence_level": "1", + "safespot": null, + "lifepoints": "8", + "strength_level": "1", "id": "7162", - "name": "Mugger", "aggressive": "true", - "attack_level": "1", - "death_animation": "836", - "defence_animation": "425", - "defence_level": "1", - "lifepoints": "8", - "melee_animation": "422", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7163", - "name": "Villager" - }, - { - "id": "7165", - "name": "Villager" - }, - { - "id": "7166", - "name": "Villager" - }, - { - "id": "7167", - "name": "Villager" - }, - { - "id": "7168", - "name": "Kimberly", - "examine": "A little girl. She looks terrified.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", + "examine": "A popular dwarven delicacy.", + "melee_animation": "4933", + "range_animation": "4933", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7169", - "name": "Kimberly" - }, - { - "id": "7170", - "name": "Kimberly" - }, - { - "id": "7171", - "name": "Kennith" - }, - { - "id": "7172", - "name": "Kennith" - }, - { - "id": "7173", - "name": "Kennith" - }, - { - "id": "7174", - "name": "Kennith" - }, - { - "id": "7175", - "name": "Kennith" - }, - { - "id": "7176", - "name": "Villager" - }, - { - "id": "7184", - "name": "Ezekial Lovecraft" - }, - { - "id": "7185", - "name": "Clive" - }, - { - "id": "7186", - "name": "Katherine" - }, - { - "id": "7187", - "name": "Katherine" - }, - { - "id": "7188", - "name": "Clive" - }, - { - "id": "7189", - "name": "Kent" - }, - { - "id": "7190", - "name": "Rabbit hole" - }, - { - "id": "7197", - "name": "Easter Bunny" - }, - { - "id": "7198", - "name": "Bunny" - }, - { - "id": "7199", - "name": "Bunny" - }, - { - "id": "7200", - "name": "Guard bunny" - }, - { - "id": "7201", - "name": "Chocatrice" - }, - { + "lifepoints": "5", + "strength_level": "1", "id": "7202", - "name": "Rat", + "range_level": "1", + "attack_level": "1" + }, + { "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7203", - "name": "Void Knight" - }, - { + "lifepoints": "5", + "strength_level": "1", "id": "7204", - "name": "Rat", - "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", - "melee_animation": "4933", - "range_animation": "4933", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7205", - "name": "Mouse" - }, - { - "id": "7206", + "examine": "It seems to have eaten a lot of chocolate.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Cockroach", - "examine": "It seems to have eaten a lot of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7206", + "range_level": "1", + "attack_level": "1" }, { - "id": "7207", - "name": "Spider", "examine": "It's searching for crumbs of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Spider", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7207", + "range_level": "1", + "attack_level": "1" }, { - "id": "7208", - "name": "Rabbit" - }, - { - "id": "7209", - "name": "Snail", "examine": "It seems to have eaten a lot of chocolate.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Snail", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7209", + "range_level": "1", + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7210", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7211", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7212", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7213", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7214", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7215", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7216", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7217", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7218", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7219", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7220", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7221", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7222", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7223", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7224", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7225", - "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7226", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7227", "name": "Monkey", - "examine": "Hide the bananas!", - "attack_level": "1", - "combat_audio": "629,631,630", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", + "id": "7227", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7228", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7229", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7230", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7231", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7232", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "629,631,630", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7233", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7234", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7235", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "It's a tiny, cheeky monkey.", + "name": "Baby monkey", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "629,631,630", + "strength_level": "1", "id": "7236", - "name": "Baby monkey", - "examine": "It's a tiny, cheeky monkey.", - "attack_level": "1", - "combat_audio": "629,631,630", - "defence_level": "1", - "lifepoints": "10", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7237", - "name": "Terrier puppy", - "examine": "A hyperactive little pup." - }, - { - "id": "7238", - "name": "Terrier", - "examine": "A hyperactive little pup." - }, - { - "id": "7239", - "name": "Terrier puppy", - "examine": "Such a brave doggy." - }, - { - "id": "7240", - "name": "Terrier", - "examine": "Such a brave doggy." - }, - { - "id": "7241", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "7242", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "7243", - "name": "Greyhound puppy", - "examine": "This is one fast little pooch." - }, - { - "id": "7244", - "name": "Greyhound", - "examine": "An aerodynamic doggy." - }, - { - "id": "7245", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "7246", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "7247", - "name": "Labrador puppy", - "examine": "Soft but strong... and cute." - }, - { - "id": "7248", - "name": "Labrador", - "examine": "My most faithful friend." - }, - { - "id": "7249", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "7250", - "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "7251", - "name": "Dalmatian puppy", - "examine": "Now, if only I could find another hundred..." - }, - { - "id": "7252", - "name": "Dalmatian", - "examine": "A purebred doggy." - }, - { - "id": "7253", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "7254", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "7255", - "name": "Sheepdog puppy", - "examine": "This little puppy is very quiet." - }, - { - "id": "7256", - "name": "Sheepdog", - "examine": "Come by! Come by!" - }, - { - "id": "7257", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "7258", - "name": "Bulldog", - "examine": "Looks like it's chewing a wasp." - }, - { - "id": "7259", - "name": "Bulldog puppy", - "examine": "One proud little puppy." - }, - { - "id": "7260", - "name": "Bulldog puppy", - "examine": "One proud little puppy." - }, - { - "id": "7261", - "name": "Raven chick" - }, - { - "id": "7262", - "name": "Raven" - }, - { - "id": "7263", - "name": "Raven chick" - }, - { - "id": "7264", - "name": "Raven" - }, - { - "id": "7265", - "name": "Raven chick" - }, - { - "id": "7266", - "name": "Raven" - }, - { - "id": "7267", - "name": "Raven chick" - }, - { - "id": "7268", - "name": "Raven" - }, - { - "id": "7269", - "name": "Raven chick" - }, - { - "id": "7270", - "name": "Raven" - }, - { - "id": "7271", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7272", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "7273", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7274", - "name": "Raccoon", - "examine": "He can run with us." - }, - { - "id": "7275", - "name": "Baby Raccoon", "examine": "A stripy little baby raccoon.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Baby Raccoon", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7275", + "range_level": "1", + "attack_level": "1" }, { - "id": "7276", - "name": "Baby raccoon", - "examine": "A stripy little baby raccoon." - }, - { - "id": "7277", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7278", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7279", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7280", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7281", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7282", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7283", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7284", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7285", - "name": "Baby gecko", "examine": "It's so adorably tiny!", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", "death_animation": "0", - "defence_animation": "0", + "name": "Baby gecko", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7285", + "range_level": "1", + "attack_level": "1" }, { - "id": "7286", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7287", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7288", - "name": "Baby gecko", - "examine": "It's so adorably tiny!" - }, - { - "id": "7289", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7290", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7291", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7292", - "name": "Gecko", - "examine": "How cute!" - }, - { - "id": "7293", - "name": "Baby giant crab" - }, - { - "id": "7294", - "name": "Giant crab" - }, - { - "id": "7295", - "name": "Baby giant crab" - }, - { - "id": "7296", - "name": "Giant crab" - }, - { - "id": "7297", - "name": "Baby giant crab" - }, - { - "id": "7298", - "name": "Giant crab" - }, - { - "id": "7299", - "name": "Baby giant crab" - }, - { - "id": "7300", - "name": "Giant crab" - }, - { - "id": "7301", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7302", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7303", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7304", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7305", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7306", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7307", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7308", - "name": "Squirrel", - "examine": "An experienced nut-thief." - }, - { - "id": "7309", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7310", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7311", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7312", - "name": "Baby squirrel", - "examine": "A tiny nut-thief." - }, - { - "id": "7313", - "name": "Baby penguin" - }, - { - "id": "7314", - "name": "Penguin" - }, - { - "id": "7315", - "name": "Penguin" - }, - { - "id": "7316", - "name": "Baby penguin" - }, - { - "id": "7317", - "name": "Penguin" - }, - { - "id": "7318", - "name": "Penguin" - }, - { - "id": "7319", - "name": "Vulture chick" - }, - { - "id": "7320", - "name": "Vulture" - }, - { - "id": "7321", - "name": "Vulture chick" - }, - { - "id": "7322", - "name": "Vulture" - }, - { - "id": "7323", - "name": "Vulture chick" - }, - { - "id": "7324", - "name": "Vulture" - }, - { - "id": "7325", - "name": "Vulture chick" - }, - { - "id": "7326", - "name": "Vulture" - }, - { - "id": "7327", - "name": "Vulture chick" - }, - { - "id": "7328", - "name": "Vulture" - }, - { - "id": "7329", - "name": "Swamp titan", - "attack_level": "1", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", "combat_style": "0", - "death_animation": "8226", + "melee_animation": "8222", + "magic_level": "70", + "respawn_delay": "0", "defence_animation": "8224", - "defence_level": "78", - "lifepoints": "556", - "magic_level": "70", - "melee_animation": "8222", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7330", - "name": "Swamp titan", - "examine": "Do you hear duelling banjos?", - "attack_level": "60", - "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", - "combat_style": "0", "death_animation": "8226", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "117", - "magic_animation": "0", - "magic_level": "65", + "name": "Swamp titan", + "defence_level": "78", + "safespot": null, + "lifepoints": "556", + "strength_level": "1", + "id": "7329", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "70", + "attack_level": "1" + }, + { + "examine": "Do you hear duelling banjos?", + "combat_style": "0", "melee_animation": "8222", "range_animation": "0", - "range_level": "65", + "magic_level": "65", "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8226", + "name": "Swamp titan", + "defence_level": "65", "safespot": null, + "lifepoints": "117", "strength_level": "60", - "weakness": "10" + "id": "7330", + "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70", + "range_level": "65", + "attack_level": "60" }, { - "id": "7331", - "name": "Spirit mosquito", "examine": "It buzzes and bites. Nasty.", - "attack_level": "28", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "death_animation": "8033", - "defence_animation": "8034", - "defence_level": "25", - "lifepoints": "43", - "magic_animation": "8032", - "magic_level": "21", "melee_animation": "8032", - "poison_immune": "true", "range_animation": "8032", - "range_level": "25", + "magic_level": "21", "respawn_delay": "50", - "safespot": null, - "strength_level": "24" - }, - { - "id": "7332", + "defence_animation": "8034", + "magic_animation": "8032", + "death_animation": "8033", "name": "Spirit mosquito", - "examine": "It buzzes and bites. Nasty.", - "attack_level": "28", - "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", - "death_animation": "8033", - "defence_animation": "8034", "defence_level": "25", - "lifepoints": "43", - "magic_animation": "8032", - "magic_level": "21", - "melee_animation": "8032", "poison_immune": "true", - "range_animation": "8032", - "range_level": "25", - "respawn_delay": "50", "safespot": null, + "lifepoints": "43", "strength_level": "24", - "weakness": "10" + "id": "7331", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" }, { - "id": "7333", - "name": "Void spinner", - "examine": "It spins.", - "attack_level": "34", - "death_animation": "8176", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8172", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7334", - "name": "Void spinner", - "examine": "It spins.", - "attack_level": "34", - "death_animation": "8176", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8172", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7335", - "name": "Forge regent", - "examine": "This one will burn right through the net!", - "attack_level": "60", - "combat_style": "1", - "death_animation": "7864", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "108", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7863", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7336", - "name": "Forge regent", - "examine": "This one will burn right through the net!", - "attack_level": "60", - "combat_style": "1", - "death_animation": "7864", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "108", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7863", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7337", - "name": "Spirit larupia", - "examine": "Fast cat is fast.", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7338", - "name": "Spirit larupia", - "examine": "Fast cat is fast.", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7339", - "name": "Geyser titan", - "examine": "It'll kill your enemies, and makes a great cup of tea.", - "attack_level": "70", - "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "7880", - "defence_animation": "7878", - "defence_level": "70", - "lifepoints": "620", - "magic_animation": "422", - "magic_level": "70", - "melee_animation": "7879", - "poison_immune": "true", - "range_animation": "422", - "range_level": "70", + "examine": "It buzzes and bites. Nasty.", + "melee_animation": "8032", + "range_animation": "8032", + "magic_level": "21", "respawn_delay": "50", - "safespot": null, - "strength_level": "70", - "weakness": "0" - }, - { - "id": "7340", - "name": "Geyser titan", - "examine": "It'll kill your enemies, and makes a great cup of tea.", - "attack_level": "70", - "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "7880", - "defence_animation": "7878", - "defence_level": "70", - "lifepoints": "620", - "magic_animation": "422", - "magic_level": "70", - "melee_animation": "7879", - "poison_immune": "true", - "range_animation": "422", - "range_level": "70", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "0" - }, - { - "id": "7341", - "name": "Lava titan", - "examine": "Made of lava.", - "attack_level": "65", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "combat_style": "0", - "death_animation": "7979", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7980", - "range_animation": "0", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7342", - "name": "Lava titan", - "examine": "Made of lava.", - "attack_level": "65", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "combat_style": "0", - "death_animation": "7979", - "defence_animation": "0", - "defence_level": "65", - "lifepoints": "115", - "magic_animation": "0", - "magic_level": "65", - "melee_animation": "7980", - "range_animation": "0", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7343", - "name": "Steel titan", - "examine": "The King of the Titans!", - "attack_level": "70", - "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "8184", - "defence_animation": "8185", - "defence_level": "70", - "lifepoints": "750", - "magic_animation": "8183", - "magic_level": "70", - "melee_animation": "8183", - "poison_immune": "true", - "range_animation": "8183", - "range_level": "70", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7344", - "name": "Steel titan", - "examine": "The King of the Titans!", - "attack_level": "70", - "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", - "combat_style": "1", - "death_animation": "8184", - "defence_animation": "8185", - "defence_level": "70", - "lifepoints": "750", - "magic_animation": "8183", - "magic_level": "70", - "melee_animation": "8183", - "poison_immune": "true", - "range_animation": "8183", - "range_level": "70", - "respawn_delay": "15", - "safespot": null, - "slayer_exp": "0", - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7345", - "name": "Obsidian golem", - "examine": "Four fists can make quite an impression IN someone...", - "attack_level": "60", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "death_animation": "8052", - "defence_animation": "8051", - "defence_level": "60", - "lifepoints": "10", - "magic_level": "60", - "melee_animation": "8050", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60" - }, - { - "id": "7346", - "name": "Obsidian golem", - "examine": "Four fists can make quite an impression IN someone...", - "attack_level": "60", - "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", - "death_animation": "8052", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "104", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "8050", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7347", - "name": "Talon beast", - "examine": "If a normal black cat is bad luck", - "attack_level": "60", - "death_animation": "5990", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "5989", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7348", - "name": "Talon beast", - "examine": "If a normal black cat is bad luck", - "attack_level": "60", - "death_animation": "5990", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "110", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "5989", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7349", - "name": "Abyssal titan", - "examine": "Big", - "attack_level": "70", - "death_animation": "7692", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "125", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7693", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7350", - "name": "Abyssal titan", - "examine": "Big", - "attack_level": "70", - "death_animation": "7692", - "defence_animation": "0", - "defence_level": "70", - "lifepoints": "125", - "magic_animation": "0", - "magic_level": "70", - "melee_animation": "7693", - "range_animation": "0", - "range_level": "70", - "respawn_delay": "0", - "safespot": null, - "strength_level": "70", - "weakness": "10" - }, - { - "id": "7351", - "name": "Void torcher", - "examine": "It torches.", - "attack_level": "34", - "combat_style": "2", - "death_animation": "8236", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8235", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7352", - "name": "Void torcher", - "examine": "It torches.", - "attack_level": "34", - "combat_style": "2", - "death_animation": "8236", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8235", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7353", - "name": "Giant chinchompa", - "examine": "Looks a little...volatile.", - "attack_level": "29", - "combat_style": "1", - "death_animation": "7758", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "29", - "melee_animation": "7755", - "range_animation": "0", - "range_level": "29", - "respawn_delay": "0", - "safespot": null, - "strength_level": "29", - "weakness": "10" - }, - { - "id": "7354", - "name": "Giant chinchompa", - "examine": "Looks a little...volatile.", - "attack_level": "29", - "combat_style": "1", - "death_animation": "7758", - "defence_animation": "0", - "defence_level": "29", - "lifepoints": "41", - "magic_animation": "0", - "magic_level": "29", - "melee_animation": "7755", - "range_animation": "0", - "range_level": "29", - "respawn_delay": "0", - "safespot": null, - "strength_level": "29", - "weakness": "10" - }, - { - "id": "7355", - "name": "Fire titan", - "examine": "Scorching!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "combat_style": "2", - "death_animation": "7833", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7834", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7356", - "name": "Fire titan", - "examine": "Scorching!", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0", - "combat_style": "2", - "death_animation": "7833", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7834", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7357", - "name": "Moss titan", - "examine": "Gathers rolling stones to bash people with.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7843", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7844", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7358", - "name": "Moss titan", - "examine": "Gathers rolling stones to bash people with.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7843", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7844", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7359", - "name": "Ice titan", - "examine": "Frosty the highly violent snowman.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7846", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7845", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7360", - "name": "Ice titan", - "examine": "Frosty the highly violent snowman.", - "attack_level": "40", - "attack_speed": "5", - "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", - "death_animation": "7846", - "defence_animation": "7832", - "defence_level": "40", - "lifepoints": "476", - "magic_animation": "7834", - "magic_level": "40", - "melee_animation": "7845", - "poison_immune": "true", - "range_animation": "7834", - "range_level": "30", - "respawn_delay": "50", - "safespot": null, - "slayer_exp": "0", - "strength_level": "30", - "weakness": "10" - }, - { - "id": "7361", - "name": "Spirit Tz-Kih", - "examine": "This bat burned down the belfry.", - "attack_level": "22", - "attack_speed": "3", - "combat_style": "2", - "death_animation": "8258", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "22", - "melee_animation": "8257", - "range_animation": "0", - "range_level": "22", - "respawn_delay": "0", - "safespot": null, - "strength_level": "22", - "weakness": "10" - }, - { - "id": "7362", - "name": "Spirit Tz-Kih", - "examine": "This bat burned down the belfry.", - "attack_level": "22", - "attack_speed": "3", - "combat_style": "2", - "death_animation": "8258", - "defence_animation": "0", - "defence_level": "22", - "lifepoints": "31", - "magic_animation": "0", - "magic_level": "22", - "melee_animation": "8257", - "range_animation": "0", - "range_level": "22", - "respawn_delay": "0", - "safespot": null, - "strength_level": "22", - "weakness": "10" - }, - { - "id": "7363", - "name": "Spirit graahk", - "examine": "Those spikes are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5229", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1367", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7364", - "name": "Spirit graahk", - "examine": "Those spikes are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5229", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1367", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7365", - "name": "Spirit kyatt", - "examine": "Those teeth are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1365", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7366", - "name": "Spirit kyatt", - "examine": "Those teeth are pretty big!", - "attack_level": "50", - "death_animation": "5230", - "defence_animation": "0", - "defence_level": "50", - "lifepoints": "81", - "magic_animation": "0", - "magic_level": "50", - "melee_animation": "5228", - "range_animation": "0", - "range_level": "50", - "respawn_delay": "0", - "safespot": null, - "start_gfx": "1365", - "strength_level": "50", - "weakness": "10" - }, - { - "id": "7367", - "name": "Void shifter", - "examine": "It shifts.", - "attack_level": "34", - "death_animation": "8133", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8131", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7368", - "name": "Void shifter", - "examine": "It shifts.", - "attack_level": "34", - "death_animation": "8133", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8131", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7369", - "name": "Void shifter" - }, - { - "id": "7370", - "name": "Void ravager", - "examine": "It ravages.", - "attack_level": "34", - "death_animation": "8087", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8086", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7371", - "name": "Void ravager", - "examine": "It ravages.", - "attack_level": "34", - "death_animation": "8087", - "defence_animation": "0", - "defence_level": "34", - "lifepoints": "48", - "magic_animation": "0", - "magic_level": "34", - "melee_animation": "8086", - "range_animation": "0", - "range_level": "34", - "safespot": null, - "strength_level": "34", - "weakness": "10" - }, - { - "id": "7372", - "name": "Ravenous locust" - }, - { - "id": "7373", - "name": "Ravenous locust", - "examine": "It's like a little stomach on wings.", - "attack_level": "60", - "death_animation": "7996", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7994", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7374", - "name": "Ravenous locust", - "examine": "It's like a little stomach on wings.", - "attack_level": "60", - "death_animation": "7996", - "defence_animation": "0", - "defence_level": "60", - "lifepoints": "100", - "magic_animation": "0", - "magic_level": "60", - "melee_animation": "7994", - "range_animation": "0", - "range_level": "60", - "respawn_delay": "0", - "safespot": null, - "strength_level": "60", - "weakness": "10" - }, - { - "id": "7375", - "name": "Iron titan", - "examine": "He is an iron man!", - "attack_level": "65", - "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", - "combat_style": "0", - "death_animation": "7947", - "defence_animation": "7948", - "defence_level": "65", - "lifepoints": "694", - "magic_level": "65", - "melee_animation": "7946", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7376", - "name": "Iron titan", - "examine": "He is an iron man!", - "attack_level": "65", - "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", - "combat_audio": "0,0,0", - "combat_style": "0", - "death_animation": "7947", - "defence_animation": "7948", - "defence_level": "65", - "lifepoints": "694", - "magic_level": "65", - "melee_animation": "7946", - "range_level": "65", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "0", - "strength_level": "65", - "weakness": "10" - }, - { - "id": "7377", - "name": "Pyrelord", - "examine": "Where did I put the marshmallows?", - "attack_level": "46", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "magic_level": "46", - "melee_animation": "8080", - "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "46", - "weakness": "10" - }, - { - "id": "7378", - "name": "Pyrelord", - "examine": "Where did I put the marshmallows?", - "attack_level": "46", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "46", - "lifepoints": "65", - "magic_animation": "0", - "magic_level": "46", - "melee_animation": "8080", - "range_animation": "0", - "range_level": "46", - "safespot": null, - "strength_level": "46", - "weakness": "10" - }, - { - "id": "7379", - "name": "Elfinlocks", - "aggressive": "true", - "attack_level": "1", - "death_animation": "8967", - "defence_animation": "8966", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "8965", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7380", - "name": "Missi Sissi", - "aggressive": "true", - "attack_level": "1", - "death_animation": "8967", - "defence_animation": "8966", - "defence_level": "1", - "lifepoints": "120", - "melee_animation": "8965", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7381", - "name": "Missi Sissi", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8956", - "defence_animation": "8957", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8955", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7382", - "name": "Uberlass", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "combat_style": "2", - "death_animation": "8956", - "defence_animation": "8957", - "defence_level": "1", - "lifepoints": "75", - "melee_animation": "8955", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7383", - "name": "Uberlass" - }, - { - "id": "7384", - "name": "Uberlass" - }, - { - "id": "7385", - "name": "Uberlass" - }, - { - "id": "7386", - "name": "Uberlass" - }, - { - "id": "7387", - "name": "Sannytea" - }, - { - "id": "7388", - "name": "Sannytea" - }, - { - "id": "7389", - "name": "Irollsixes" - }, - { - "id": "7390", - "name": "Irollsixes" - }, - { - "id": "7391", - "name": "Foxyhunter" - }, - { - "id": "7392", - "name": "Foxyhunter" - }, - { - "id": "7393", - "name": "Foxyhunter" - }, - { - "id": "7394", - "name": "Gabriela" - }, - { - "id": "7395", - "name": "Teodor" - }, - { - "id": "7396", - "name": "Aurel" - }, - { - "id": "7397", - "name": "Cornelius" - }, - { - "id": "7398", - "name": "Elisabeta", - "examine": "The vengeful spirit of one who died within Daemonheim.", - "aggressive": "true", - "attack_level": "25", - "defence_animation": "0", + "defence_animation": "8034", + "weakness": "10", + "magic_animation": "8032", + "death_animation": "8033", + "name": "Spirit mosquito", "defence_level": "25", - "lifepoints": "7", + "poison_immune": "true", + "safespot": null, + "lifepoints": "43", + "strength_level": "24", + "id": "7332", + "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0", + "range_level": "25", + "attack_level": "28" + }, + { + "examine": "It spins.", + "melee_animation": "8172", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", "magic_animation": "0", - "magic_level": "25", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7333", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It spins.", + "melee_animation": "8172", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8176", + "name": "Void spinner", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7334", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "This one will burn right through the net!", + "combat_style": "1", + "melee_animation": "7863", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "60", + "safespot": null, + "lifepoints": "108", + "strength_level": "60", + "id": "7335", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "This one will burn right through the net!", + "combat_style": "1", + "melee_animation": "7863", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7864", + "name": "Forge regent", + "defence_level": "60", + "safespot": null, + "lifepoints": "108", + "strength_level": "60", + "id": "7336", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Fast cat is fast.", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7337", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Fast cat is fast.", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit larupia", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7338", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It'll kill your enemies, and makes a great cup of tea.", + "combat_style": "1", + "melee_animation": "7879", + "range_animation": "422", + "magic_level": "70", + "respawn_delay": "50", + "defence_animation": "7878", + "weakness": "0", + "magic_animation": "422", + "death_animation": "7880", + "name": "Geyser titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "620", + "strength_level": "70", + "id": "7339", + "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "It'll kill your enemies, and makes a great cup of tea.", + "combat_style": "1", + "melee_animation": "7879", + "range_animation": "422", + "magic_level": "70", + "respawn_delay": "50", + "defence_animation": "7878", + "weakness": "0", + "slayer_exp": "0", + "magic_animation": "422", + "death_animation": "7880", + "name": "Geyser titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "620", + "strength_level": "70", + "id": "7340", + "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Made of lava.", + "combat_style": "0", + "melee_animation": "7980", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7979", + "name": "Lava titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", + "id": "7341", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "Made of lava.", + "combat_style": "0", + "melee_animation": "7980", + "range_animation": "0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7979", + "name": "Lava titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "115", + "strength_level": "65", + "id": "7342", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "The King of the Titans!", + "combat_style": "1", + "melee_animation": "8183", + "range_animation": "8183", + "magic_level": "70", + "respawn_delay": "15", + "defence_animation": "8185", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "8183", + "death_animation": "8184", + "name": "Steel titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "750", + "strength_level": "70", + "id": "7343", + "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "The King of the Titans!", + "combat_style": "1", + "melee_animation": "8183", + "range_animation": "8183", + "magic_level": "70", + "respawn_delay": "15", + "defence_animation": "8185", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "8183", + "death_animation": "8184", + "name": "Steel titan", + "defence_level": "70", + "poison_immune": "true", + "safespot": null, + "lifepoints": "750", + "strength_level": "70", + "id": "7344", + "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Four fists can make quite an impression IN someone...", + "melee_animation": "8050", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "8051", + "death_animation": "8052", + "name": "Obsidian golem", + "defence_level": "60", + "safespot": null, + "lifepoints": "10", + "strength_level": "60", + "id": "7345", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Four fists can make quite an impression IN someone...", + "melee_animation": "8050", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8052", + "name": "Obsidian golem", + "defence_level": "60", + "safespot": null, + "lifepoints": "104", + "strength_level": "60", + "id": "7346", + "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "If a normal black cat is bad luck", + "melee_animation": "5989", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "60", + "safespot": null, + "lifepoints": "110", + "strength_level": "60", + "id": "7347", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "If a normal black cat is bad luck", + "melee_animation": "5989", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5990", + "name": "Talon beast", + "defence_level": "60", + "safespot": null, + "lifepoints": "110", + "strength_level": "60", + "id": "7348", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "Big", + "melee_animation": "7693", + "range_animation": "0", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7692", + "name": "Abyssal titan", + "defence_level": "70", + "safespot": null, + "lifepoints": "125", + "strength_level": "70", + "id": "7349", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "Big", + "melee_animation": "7693", + "range_animation": "0", + "magic_level": "70", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7692", + "name": "Abyssal titan", + "defence_level": "70", + "safespot": null, + "lifepoints": "125", + "strength_level": "70", + "id": "7350", + "range_level": "70", + "attack_level": "70" + }, + { + "examine": "It torches.", + "combat_style": "2", + "melee_animation": "8235", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8236", + "name": "Void torcher", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7351", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It torches.", + "combat_style": "2", + "melee_animation": "8235", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8236", + "name": "Void torcher", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7352", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "Looks a little...volatile.", + "combat_style": "1", + "melee_animation": "7755", + "range_animation": "0", + "magic_level": "29", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "7353", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "Looks a little...volatile.", + "combat_style": "1", + "melee_animation": "7755", + "range_animation": "0", + "magic_level": "29", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7758", + "name": "Giant chinchompa", + "defence_level": "29", + "safespot": null, + "lifepoints": "41", + "strength_level": "29", + "id": "7354", + "range_level": "29", + "attack_level": "29" + }, + { + "examine": "Scorching!", + "combat_style": "2", + "melee_animation": "7834", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7833", + "name": "Fire titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7355", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Scorching!", + "combat_style": "2", + "melee_animation": "7834", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7833", + "name": "Fire titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7356", + "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Gathers rolling stones to bash people with.", + "melee_animation": "7844", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7843", + "name": "Moss titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7357", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Gathers rolling stones to bash people with.", + "melee_animation": "7844", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7843", + "name": "Moss titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7358", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Frosty the highly violent snowman.", + "melee_animation": "7845", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7846", + "name": "Ice titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7359", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "Frosty the highly violent snowman.", + "melee_animation": "7845", + "range_animation": "7834", + "attack_speed": "5", + "magic_level": "40", + "respawn_delay": "50", + "defence_animation": "7832", + "weakness": "10", + "slayer_exp": "0", + "magic_animation": "7834", + "death_animation": "7846", + "name": "Ice titan", + "defence_level": "40", + "poison_immune": "true", + "safespot": null, + "lifepoints": "476", + "strength_level": "30", + "id": "7360", + "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0", + "range_level": "30", + "attack_level": "40" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "2", + "melee_animation": "8257", + "range_animation": "0", + "attack_speed": "3", + "magic_level": "22", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "7361", + "range_level": "22", + "attack_level": "22" + }, + { + "examine": "This bat burned down the belfry.", + "combat_style": "2", + "melee_animation": "8257", + "range_animation": "0", + "attack_speed": "3", + "magic_level": "22", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8258", + "name": "Spirit Tz-Kih", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "7362", + "range_level": "22", + "attack_level": "22" + }, + { + "examine": "Those spikes are pretty big!", + "start_gfx": "1367", + "melee_animation": "5229", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7363", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those spikes are pretty big!", + "start_gfx": "1367", + "melee_animation": "5229", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit graahk", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7364", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those teeth are pretty big!", + "start_gfx": "1365", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7365", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Those teeth are pretty big!", + "start_gfx": "1365", + "melee_animation": "5228", + "range_animation": "0", + "magic_level": "50", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "5230", + "name": "Spirit kyatt", + "defence_level": "50", + "safespot": null, + "lifepoints": "81", + "strength_level": "50", + "id": "7366", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It shifts.", + "melee_animation": "8131", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8133", + "name": "Void shifter", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7367", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It shifts.", + "melee_animation": "8131", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8133", + "name": "Void shifter", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7368", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It ravages.", + "melee_animation": "8086", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8087", + "name": "Void ravager", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7370", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It ravages.", + "melee_animation": "8086", + "range_animation": "0", + "magic_level": "34", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8087", + "name": "Void ravager", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "7371", + "range_level": "34", + "attack_level": "34" + }, + { + "examine": "It's like a little stomach on wings.", + "melee_animation": "7994", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "60", + "id": "7373", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "It's like a little stomach on wings.", + "melee_animation": "7994", + "range_animation": "0", + "magic_level": "60", + "respawn_delay": "0", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "7996", + "name": "Ravenous locust", + "defence_level": "60", + "safespot": null, + "lifepoints": "100", + "strength_level": "60", + "id": "7374", + "range_level": "60", + "attack_level": "60" + }, + { + "examine": "He is an iron man!", + "combat_style": "0", + "melee_animation": "7946", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "7948", + "weakness": "10", + "death_animation": "7947", + "name": "Iron titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "694", + "strength_level": "65", + "id": "7375", + "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "He is an iron man!", + "combat_style": "0", + "melee_animation": "7946", + "combat_audio": "0,0,0", + "magic_level": "65", + "respawn_delay": "0", + "defence_animation": "7948", + "weakness": "10", + "slayer_exp": "0", + "death_animation": "7947", + "name": "Iron titan", + "defence_level": "65", + "safespot": null, + "lifepoints": "694", + "strength_level": "65", + "id": "7376", + "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90", + "range_level": "65", + "attack_level": "65" + }, + { + "examine": "Where did I put the marshmallows?", + "melee_animation": "8080", + "range_animation": "0", + "magic_level": "46", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8078", + "name": "Pyrelord", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "7377", + "range_level": "46", + "attack_level": "46" + }, + { + "examine": "Where did I put the marshmallows?", + "melee_animation": "8080", + "range_animation": "0", + "magic_level": "46", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "death_animation": "8078", + "name": "Pyrelord", + "defence_level": "46", + "safespot": null, + "lifepoints": "65", + "strength_level": "46", + "id": "7378", + "range_level": "46", + "attack_level": "46" + }, + { + "melee_animation": "8965", + "respawn_delay": "60", + "defence_animation": "8966", + "death_animation": "8967", + "name": "Elfinlocks", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "7379", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "8965", + "respawn_delay": "60", + "defence_animation": "8966", + "death_animation": "8967", + "name": "Missi Sissi", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "7380", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8955", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8957", + "death_animation": "8956", + "name": "Missi Sissi", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "7381", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_style": "2", + "melee_animation": "8955", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "8957", + "death_animation": "8956", + "name": "Uberlass", + "defence_level": "1", + "safespot": null, + "lifepoints": "75", + "strength_level": "1", + "id": "7382", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The vengeful spirit of one who died within Daemonheim.", "melee_animation": "0", "range_animation": "0", - "range_level": "25", + "magic_level": "25", + "defence_animation": "0", + "weakness": "3", + "magic_animation": "0", + "name": "Elisabeta", + "defence_level": "25", "safespot": null, + "lifepoints": "7", "strength_level": "25", - "weakness": "3" + "id": "7398", + "aggressive": "true", + "range_level": "25", + "attack_level": "25" }, { - "id": "7399", - "name": "Sorin" - }, - { - "id": "7400", - "name": "Luscion" - }, - { - "id": "7401", - "name": "Sergiu" - }, - { - "id": "7402", - "name": "Radu" - }, - { - "id": "7403", - "name": "Grigore" - }, - { - "id": "7404", - "name": "Ileana" - }, - { - "id": "7405", - "name": "Valeria" - }, - { - "id": "7406", - "name": "Emilia" - }, - { - "id": "7407", - "name": "Florin" - }, - { - "id": "7408", - "name": "Catalina" - }, - { - "id": "7409", - "name": "Ivan" - }, - { - "id": "7410", - "name": "Victor" - }, - { - "id": "7411", - "name": "Helena" - }, - { - "id": "7412", - "name": "Mihail" - }, - { - "id": "7413", - "name": "Nicoleta" - }, - { - "id": "7414", - "name": "Vasile" - }, - { - "id": "7415", - "name": "Razvan" - }, - { - "id": "7416", - "name": "Luminata" - }, - { - "id": "7417", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "3102,3104,3103", - "death_animation": "2707", - "defence_animation": "2706", - "defence_level": "1", - "lifepoints": "2", - "magic_animation": "2705", "melee_animation": "2705", "range_animation": "2705", - "range_level": "1", + "combat_audio": "3102,3104,3103", + "attack_speed": "5", + "defence_animation": "2706", + "magic_animation": "2705", + "death_animation": "2707", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "2", + "strength_level": "1", + "id": "7417", + "range_level": "1", + "attack_level": "1" }, { - "id": "7418", - "name": "Juvinate" - }, - { - "id": "7419", - "name": "Held vampyre juvinate" - }, - { - "id": "7420", - "name": "Hieronymus Avlafrim" - }, - { - "id": "7421", - "name": "Sasquine Huburns" - }, - { - "id": "7422", - "name": "Sasquine Huburns" - }, - { - "id": "7423", - "name": "Lollery" - }, - { - "id": "7424", - "name": "Wigglewoo" - }, - { - "id": "7425", - "name": "Wigglewoo", "examine": "An impling manager: what a terrifying thought!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Wigglewoo", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7425", + "range_level": "1", + "attack_level": "1" }, { - "id": "7426", - "name": "Orangeowns", "examine": "This worker looks after the incubator.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7427", - "name": "Orangeowns" - }, - { - "id": "7428", - "name": "I like m0m" - }, - { - "id": "7429", - "name": "I like m0m" - }, - { - "id": "7430", - "name": "Qutiedoll" - }, - { - "id": "7431", - "name": "Goreu" - }, - { - "id": "7432", - "name": "Ysgawyn" - }, - { - "id": "7433", - "name": "Arvel" - }, - { - "id": "7434", - "name": "Mawrth" - }, - { - "id": "7435", - "name": "Kelyn" - }, - { - "id": "7436", - "name": "Eoin" - }, - { - "id": "7437", - "name": "Iona" - }, - { - "id": "7438", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7439", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7440", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7441", - "name": "Elf warrior", - "attack_level": "1", - "clue_level": "2", - "combat_audio": "425,427,426", - "defence_level": "1", - "lifepoints": "10", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7442", - "name": "Arianwyn" - }, - { - "id": "7443", - "name": "Eudav", - "examine": "He holds up passers by.", - "aggressive": "true", - "attack_level": "8", - "death_animation": "836", "defence_animation": "0", - "defence_level": "8", - "lifepoints": "11", "magic_animation": "0", + "death_animation": "0", + "name": "Orangeowns", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7426", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7438", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7439", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7440", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Elf warrior", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "425,427,426", + "strength_level": "1", + "id": "7441", + "clue_level": "2", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He holds up passers by.", "melee_animation": "386", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "836", + "name": "Eudav", + "defence_level": "8", "safespot": null, + "lifepoints": "11", "strength_level": "8", - "weakness": "7" + "id": "7443", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" }, { - "id": "7444", - "name": "Oronwen" - }, - { - "id": "7445", - "name": "Banker" - }, - { - "id": "7446", - "name": "Banker" - }, - { - "id": "7447", - "name": "Dalldav" - }, - { - "id": "7448", - "name": "Gethin" - }, - { - "id": "7449", - "name": "Amaethwr" - }, - { - "id": "7450", - "name": "Teclyn" - }, - { - "id": "7451", - "name": "Butterfly" - }, - { - "id": "7452", - "name": "Lapsang" - }, - { - "id": "7453", - "name": "Lapsang" - }, - { - "id": "7454", - "name": "Souchong" - }, - { - "id": "7455", - "name": "Souchong" - }, - { - "id": "7456", - "name": "Earlgrey" - }, - { - "id": "7457", - "name": "Earlgrey" - }, - { - "id": "7458", - "name": "Fairtrade" - }, - { - "id": "7459", "name": "Fairtrade", - "attack_level": "1", - "attack_speed": "5", "defence_level": "1", + "safespot": null, "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7459", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7460", "name": "Teapotspout", - "attack_level": "1", - "attack_speed": "5", "defence_level": "1", + "safespot": null, "lifepoints": "75", + "strength_level": "1", + "attack_speed": "5", + "id": "7460", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7461", - "name": "Rat", "examine": "A popular dwarven delicacy.", - "attack_level": "1", - "attack_speed": "5", - "combat_audio": "703,705,704", - "death_animation": "4935", - "defence_animation": "4934", - "defence_level": "1", - "lifepoints": "5", - "magic_animation": "4933", "melee_animation": "4933", "range_animation": "4933", - "range_level": "1", + "combat_audio": "703,705,704", + "attack_speed": "5", + "defence_animation": "4934", + "magic_animation": "4933", + "death_animation": "4935", + "name": "Rat", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "5", + "strength_level": "1", + "id": "7461", + "range_level": "1", + "attack_level": "1" }, { + "examine": "It's bubbling, gross.", + "melee_animation": "9130", + "range_animation": "9130", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9132", + "magic_animation": "9130", + "death_animation": "9131", + "name": "Hotwater", + "defence_level": "99", + "safespot": null, + "lifepoints": "120", + "strength_level": "99", "id": "7462", - "name": "Hotwater", - "examine": "It's bubbling, gross.", - "attack_level": "99", - "attack_speed": "5", "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "99", - "lifepoints": "120", - "magic_animation": "9130", - "melee_animation": "9130", - "range_animation": "9130", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { + "examine": "It's bubbling, gross.", + "melee_animation": "9130", + "range_animation": "9130", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9132", + "magic_animation": "9130", + "death_animation": "9131", + "name": "Hotwater", + "defence_level": "99", + "safespot": null, + "lifepoints": "120", + "strength_level": "99", "id": "7463", - "name": "Hotwater", - "examine": "It's bubbling, gross.", - "attack_level": "99", - "attack_speed": "5", "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0", - "death_animation": "9131", - "defence_animation": "9132", - "defence_level": "99", - "lifepoints": "120", - "magic_animation": "9130", - "melee_animation": "9130", - "range_animation": "9130", "range_level": "1", - "respawn_delay": "20", - "safespot": null, - "strength_level": "99" + "attack_level": "99" }, { - "id": "7464", - "name": "Sliceoflemon" - }, - { - "id": "7465", - "name": "Sliceoflemon" - }, - { - "id": "7466", - "name": "Milknosugar" - }, - { - "id": "7467", - "name": "Milknosugar" - }, - { - "id": "7468", - "name": "Randomdood" - }, - { - "id": "7469", - "name": "Employedman" - }, - { - "id": "7470", - "name": "Heidiggle" - }, - { - "id": "7471", - "name": "Dodgy Penny" - }, - { - "id": "7472", - "name": "Shadydude98" - }, - { - "id": "7473", - "name": "Madam C" - }, - { - "id": "7474", - "name": "M0m Online" - }, - { - "id": "7475", - "name": "Lady Seenit", "examine": "His usual sunny disposition is not in evidence.", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "magic_level": "30", "range_animation": "0", + "magic_level": "30", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "10", + "magic_animation": "0", + "name": "Lady Seenit", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7475", "range_level": "30", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "10" + "attack_level": "30" }, { - "id": "7476", "name": "Berrybree", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "50", + "strength_level": "1", + "id": "7476", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7477", "name": "Stuffstuffer", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "50", + "strength_level": "1", + "id": "7477", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7478", - "name": "Learking" - }, - { - "id": "7479", "name": "Learking", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "60", + "strength_level": "1", + "id": "7479", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7480", "name": "Rachael", - "attack_level": "1", "defence_level": "1", + "safespot": null, "lifepoints": "70", + "strength_level": "1", + "id": "7480", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7481", - "name": "Cool Mom227", "examine": "You clearly can't live on treasure alone.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cool Mom227", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7481", + "range_level": "1", + "attack_level": "30" }, { - "id": "7482", - "name": "Purepker895", "examine": "A testament to the effect of greed.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Purepker895", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7482", + "range_level": "1", + "attack_level": "30" }, { - "id": "7483", - "name": "Pkmaster0036", "examine": "He wanted loot", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Pkmaster0036", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7483", + "range_level": "1", + "attack_level": "30" }, { - "id": "7484", - "name": "Cow1337killr", "examine": "Eternally looking for that big payday.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Cow1337killr", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7484", + "range_level": "1", + "attack_level": "30" }, { - "id": "7485", - "name": "Mathdude", "examine": "No more tea-breaks for this one.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7486", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", "name": "Mathdude", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7485", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "Even in death you can smell his feet.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", + "name": "Mathdude", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7486", + "range_level": "1", + "attack_level": "30" }, { - "id": "7487", - "name": "1337sp34kr", "examine": "An anatomist's dream.", - "attack_level": "30", - "death_animation": "5491", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7488", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "5491", "name": "1337sp34kr", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7487", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "A hand seems to be gripping his spine through his chest. Ouch.", - "attack_level": "30", + "range_animation": "0", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", "death_animation": "5491", - "defence_animation": "0", + "name": "1337sp34kr", "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7488", + "range_level": "1", + "attack_level": "30" }, { - "id": "7489", - "name": "Moglewee" - }, - { - "id": "7490", - "name": "Moglewee" - }, - { - "id": "7491", - "name": "Sarah Domin" - }, - { - "id": "7492", - "name": "Sarah Domin", "examine": "A desert dweller taken to banditry.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7493", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", "name": "Sarah Domin", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7492", + "range_level": "1", + "attack_level": "30" + }, + { "examine": "Calls himself an archaeologist.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9715", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sarah Domin", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7493", + "range_level": "1", + "attack_level": "30" }, { - "id": "7494", - "name": "Sue Spammers", "examine": "He hasn't found much of use", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Sue Spammers", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7494", + "range_level": "1", + "attack_level": "30" }, { - "id": "7495", - "name": "Killerwail", "examine": "An amateur historian with added greed.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9715", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Killerwail", + "defence_level": "30", "safespot": null, + "lifepoints": "42", "strength_level": "30", - "weakness": "6" + "id": "7495", + "range_level": "1", + "attack_level": "30" }, { - "id": "7496", - "name": "Wise Old Man", "examine": "It all started with her love of genealogy.", - "attack_level": "30", - "death_animation": "836", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", "melee_animation": "9705", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7497", - "name": "Sabre-toothed kyatt", - "examine": "A rocky horror.", - "attack_level": "27", "defence_animation": "0", - "defence_level": "27", - "lifepoints": "38", + "weakness": "6", "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "27", - "weakness": "6" - }, - { - "id": "7498", - "name": "Snowy knight" - }, - { - "id": "7499", - "name": "Sapphire glacialis" - }, - { - "id": "7500", - "name": "Cerulean twitch", - "examine": "This dung beetle has mistaken you for its staple diet.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7501", - "name": "Abone", - "examine": "It's looking unwell - probably something it ate.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7502", - "name": "Mythmaster", - "examine": "Once a valuable contributor to the ecosystem.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7503", - "name": "Donkey Wrong", - "examine": "This is what happens if you play with your food.", - "aggressive": "true", - "attack_level": "30", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "42", - "magic_animation": "0", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7504", - "name": "Creapantic", - "examine": "He likes a good fight", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7505", - "name": "Frondlike", - "examine": "He likes a good fight", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7506", - "name": "Happy Spud", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7507", - "name": "Nobodyhere", - "examine": "Blood-thirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7508", - "name": "Bluehairlass", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7509", - "name": "Evil Wibbler" - }, - { - "id": "7510", - "name": "Ilikekebabs", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7511", - "name": "Trunka Lex", - "examine": "His favourite must be winning.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7512", - "name": "Val Razz", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7513", - "name": "Abstractclas", - "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7514", - "name": "Bigbluebox", - "examine": "Bloodthirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7515", - "name": "Funorbrox", - "examine": "Bloodthirsty and enthusiastic.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7516", - "name": "Heresjohnny" - }, - { - "id": "7517", - "name": "Mogglewump" - }, - { - "id": "7518", - "name": "Morrisnorris", - "examine": "He's asleep.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7519", - "name": "Matt Blitzer", - "examine": "He's propping the bar up. Or is it the other way round?", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7520", - "name": "Ketchuppl0x", - "examine": "He demands to have some booze.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7521", - "name": "Renderorder" - }, - { - "id": "7522", - "name": "Boolean" - }, - { - "id": "7523", - "name": "Stress Diva" - }, - { - "id": "7524", - "name": "Treadsoftly" - }, - { - "id": "7525", - "name": "Helphelphelp" - }, - { - "id": "7526", - "name": "Doorbellpl0x" - }, - { - "id": "7527", - "name": "Fixmydoorup" - }, - { - "id": "7528", - "name": "Redheadmonky", - "attack_level": "1", - "attack_speed": "6", "death_animation": "836", - "defence_animation": "425", + "name": "Wise Old Man", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7496", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "A rocky horror.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Sabre-toothed kyatt", + "defence_level": "27", + "safespot": null, + "lifepoints": "38", + "strength_level": "27", + "id": "7497", + "range_level": "1", + "attack_level": "27" + }, + { + "examine": "This dung beetle has mistaken you for its staple diet.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Cerulean twitch", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7500", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "It's looking unwell - probably something it ate.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Abone", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7501", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "Once a valuable contributor to the ecosystem.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Mythmaster", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7502", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "This is what happens if you play with your food.", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "name": "Donkey Wrong", + "defence_level": "30", + "safespot": null, + "lifepoints": "42", + "strength_level": "30", + "id": "7503", + "aggressive": "true", + "range_level": "1", + "attack_level": "30" + }, + { + "examine": "He likes a good fight", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Creapantic", "defence_level": "1", - "lifepoints": "22", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7504", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He likes a good fight", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Frondlike", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7505", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Happy Spud", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7506", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Blood-thirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Nobodyhere", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7507", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bluehairlass", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7508", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ilikekebabs", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7510", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "His favourite must be winning.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Trunka Lex", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7511", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Val Razz", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7512", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Abstractclas", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7513", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodthirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Bigbluebox", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7514", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Bloodthirsty and enthusiastic.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Funorbrox", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7515", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's asleep.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Morrisnorris", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7518", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He's propping the bar up. Or is it the other way round?", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Matt Blitzer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7519", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He demands to have some booze.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ketchuppl0x", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7520", + "range_level": "1", + "attack_level": "1" + }, + { "melee_animation": "395", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7529", - "name": "Wallscaler" - }, - { - "id": "7530", - "name": "2scompany" - }, - { - "id": "7531", - "name": "2scompany" - }, - { - "id": "7532", - "name": "3sacrowd", - "examine": "It's an NPC.", - "attack_level": "1", + "defence_animation": "425", + "death_animation": "836", + "name": "Redheadmonky", "defence_level": "1", - "lifepoints": "10", - "range_level": "1", "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "7528", + "range_level": "1", + "attack_level": "1" + }, + { "slayer_exp": "0", - "strength_level": "1" + "examine": "It's an NPC.", + "name": "3sacrowd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7532", + "range_level": "1", + "attack_level": "1" }, { - "id": "7533", - "name": "4sjustsilly" - }, - { - "id": "7534", - "name": "Roadblocked" - }, - { - "id": "7535", - "name": "Barricade" - }, - { - "id": "7536", - "name": "Barricade" - }, - { - "id": "7537", - "name": "Yoinker" - }, - { - "id": "7538", - "name": "Yoinker" - }, - { - "id": "7539", - "name": "Stopthief" - }, - { - "id": "7540", - "name": "Stopthief" - }, - { - "id": "7541", - "name": "Knickknack" - }, - { - "id": "7542", - "name": "Paddywhack" - }, - { - "id": "7543", - "name": "Giveadog" - }, - { - "id": "7544", - "name": "Spacebadgers" - }, - { - "id": "7545", - "name": "Freakypeaky" - }, - { - "id": "7546", - "name": "Rollinghome" - }, - { - "id": "7547", - "name": "Nullpointer" - }, - { - "id": "7548", - "name": "Badgerfreak" - }, - { - "id": "7549", - "name": "Windstrike32" - }, - { - "id": "7550", - "name": "Void Knight" - }, - { - "id": "7551", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", "attack_speed": "90", - "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", "magic_level": "70", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7551", + "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7552", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", "attack_speed": "5", - "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", "magic_level": "50", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7552", + "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "Not somewhere I want to go...", + "attack_speed": "5", + "magic_level": "90", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "90", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7553", - "name": "Portal", - "examine": "Not somewhere I want to go...", - "attack_level": "1", - "attack_speed": "5", "bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0", - "defence_level": "90", - "lifepoints": "250", - "magic_level": "90", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7554", - "name": "Portal", "examine": "Not somewhere I want to go...", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "90", - "lifepoints": "250", - "magic_animation": "0", "magic_level": "90", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "90", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7554", + "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "The Void Knight will soon weaken the shield.", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7555", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", - "magic_level": "30", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7556", - "name": "Portal", "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", "attack_speed": "5", - "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", - "defence_level": "30", - "lifepoints": "250", "magic_level": "15", - "range_level": "1", "respawn_delay": "125", + "name": "Portal", + "defence_level": "30", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7556", + "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { + "examine": "The Void Knight will soon weaken the shield.", + "melee_animation": "0", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "30", + "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "30", + "safespot": null, + "lifepoints": "250", + "strength_level": "1", "id": "7557", - "name": "Portal", - "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", - "attack_speed": "5", "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "250", - "magic_animation": "0", - "magic_level": "30", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "respawn_delay": "125", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7558", - "name": "Portal", "examine": "The Void Knight will soon weaken the shield.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "attack_speed": "5", - "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "30", - "lifepoints": "250", - "magic_animation": "0", "magic_level": "30", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "respawn_delay": "125", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Portal", + "defence_level": "30", "safespot": null, - "strength_level": "1" + "lifepoints": "250", + "strength_level": "1", + "id": "7558", + "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" }, { - "id": "7559", - "name": "Brawler", "examine": "Looks after your Farming tools.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "323,326,325", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Brawler", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7559", + "range_level": "1", + "attack_level": "1" }, { - "id": "7560", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Lostme", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7560", + "range_level": "1", + "attack_level": "1" }, { - "id": "7561", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Chiercat", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7561", + "range_level": "1", + "attack_level": "1" }, { - "id": "7562", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Skydischarge", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7562", + "range_level": "1", + "attack_level": "1" }, { - "id": "7563", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Agplus", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7563", + "range_level": "1", + "attack_level": "1" }, { - "id": "7564", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Distantthin", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7564", + "range_level": "1", + "attack_level": "1" }, { - "id": "7565", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Allmarshes", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7565", + "range_level": "1", + "attack_level": "1" }, { - "id": "7566", + "examine": "Looks after your Farming tools.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Explosive67", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", + "safespot": null, "lifepoints": "10", - "magic_animation": "0", + "strength_level": "1", + "id": "7566", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks after your Farming tools.", "melee_animation": "0", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7567", - "name": "Wraithboss" - }, - { - "id": "7568", - "name": "What Goudron" - }, - { - "id": "7569", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Alpha1beta", - "examine": "Looks after your Farming tools.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7569", + "range_level": "1", + "attack_level": "1" }, { - "id": "7570", + "examine": "Enjoys locking up animals in small pens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Solltalk", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7570", + "range_level": "1", + "attack_level": "1" }, { - "id": "7571", + "examine": "Enjoys locking up animals in small pens.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Hm Val", - "examine": "Enjoys locking up animals in small pens.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7571", + "range_level": "1", + "attack_level": "1" }, { - "id": "7572", + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Wizzydumped", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7572", + "range_level": "1", + "attack_level": "1" }, { - "id": "7573", + "examine": "He looks like the type of guy who would mind monkeys.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", "name": "Oddskater", - "examine": "He looks like the type of guy who would mind monkeys.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7573", + "range_level": "1", + "attack_level": "1" }, { - "id": "7574", - "name": "Lvzyoda" - }, - { - "id": "7575", - "name": "Airstriker" - }, - { - "id": "7576", - "name": "Droepedoff" - }, - { - "id": "7577", - "name": "Plzpudding" - }, - { - "id": "7578", - "name": "Assassin10" - }, - { - "id": "7579", - "name": "Steallake" - }, - { - "id": "7580", "name": "Poledragon", - "attack_level": "1", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", "combat_audio": "408,410,409", - "defence_level": "1", - "lifepoints": "10", + "strength_level": "1", + "id": "7580", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7581", - "name": "Deepkiwi" - }, - { - "id": "7582", - "name": "Al Truism", "examine": "He likes inflicting pain.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Al Truism", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7582", + "range_level": "1", + "attack_level": "1" }, { - "id": "7583", - "name": "Ohhhhdude", "examine": "The Don of penguins.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ohhhhdude", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7584", - "name": "Bigface Oz" + "lifepoints": "10", + "strength_level": "1", + "id": "7583", + "range_level": "1", + "attack_level": "1" }, { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "845,848,846", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7585", - "name": "Torcher", - "examine": "A penguin pushing paper", - "attack_level": "1", - "combat_audio": "845,848,846", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "examine": "A penguin pushing paper", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "845,848,846", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Torcher", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", "id": "7586", - "name": "Torcher", - "examine": "A penguin pushing paper", - "attack_level": "1", - "combat_audio": "845,848,846", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7587", - "name": "Torcher" - }, - { - "id": "7588", - "name": "Torcher" - }, - { - "id": "7589", - "name": "Defiler" - }, - { - "id": "7590", - "name": "Defiler" - }, - { - "id": "7591", - "name": "Shifter" - }, - { - "id": "7592", - "name": "Shifter" - }, - { - "id": "7593", - "name": "Shifter", "examine": "He's a little rough around the edges.", - "attack_level": "1", + "melee_animation": "0", + "range_animation": "0", "combat_audio": "766,768,767", - "death_animation": "0", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", + "death_animation": "0", + "name": "Shifter", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7593", + "range_level": "1", + "attack_level": "1" }, { - "id": "7594", - "name": "Shifter" - }, - { - "id": "7595", - "name": "Splatter" - }, - { - "id": "7596", - "name": "Splatter" - }, - { - "id": "7597", - "name": "Splatter" - }, - { - "id": "7598", - "name": "Spinner" - }, - { - "id": "7599", - "name": "Ravager" - }, - { - "id": "7600", - "name": "Fiara" - }, - { - "id": "7601", - "name": "Reggie" - }, - { - "id": "7602", - "name": "Getorix" - }, - { - "id": "7603", - "name": "Pontimer" - }, - { - "id": "7604", - "name": "Alran" - }, - { - "id": "7605", - "name": "Banker", "examine": "He has unbelievable strength!", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", "melee_animation": "0", "range_animation": "0", - "range_level": "1", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Banker", + "defence_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7605", + "range_level": "1", + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7606", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7607", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7608", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7609", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7610", - "name": "Flying female vampire" - }, - { - "id": "7611", - "name": "Flying female vampire" - }, - { - "id": "7612", - "name": "Flying female vampire" - }, - { - "id": "7613", - "name": "Flying female vampire" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7614", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7615", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7616", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7617", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7618", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7619", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7620", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7621", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7622", - "name": "Vyrewatch" - }, - { - "id": "7623", - "name": "Vyrewatch" - }, - { - "id": "7624", - "name": "Vyrewatch" - }, - { - "id": "7625", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7626", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", "id": "7627", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7628", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", "id": "7629", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7630", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7631", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7632", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", "safespot": null, - "strength_level": "1" - }, - { - "id": "7633", - "name": "Vyrewatch" - }, - { + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", "id": "7634", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", "id": "7635", - "name": "Vyrewatch", "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", "range_level": "1", "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7636", - "name": "Fishing spot" - }, - { - "id": "7637", - "name": "Skeletal hand" - }, - { - "id": "7640", + "examine": "Ew it's still alive.", + "melee_animation": "9125", + "range_animation": "9125", + "attack_speed": "5", + "respawn_delay": "20", + "defence_animation": "9127", + "weakness": "9", + "magic_animation": "9125", + "death_animation": "9126", "name": "Skeletal hand", - "examine": "Ew it's still alive.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "5", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "death_animation": "9126", - "defence_animation": "9127", "defence_level": "85", - "lifepoints": "90", - "magic_animation": "9125", - "melee_animation": "9125", - "range_animation": "9125", - "range_level": "1", - "respawn_delay": "20", "safespot": null, + "lifepoints": "90", "strength_level": "85", - "weakness": "9" + "id": "7640", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "85" }, { - "id": "7641", - "name": "Zombie hand", "examine": "Ew it's still alive.", - "aggressive": "true", - "attack_level": "75", - "attack_speed": "5", - "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", - "death_animation": "9126", - "defence_animation": "9127", - "defence_level": "75", - "lifepoints": "90", - "magic_animation": "9125", "melee_animation": "9125", "range_animation": "9125", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "20", + "defence_animation": "9127", + "weakness": "9", + "magic_animation": "9125", + "death_animation": "9126", + "name": "Zombie hand", + "defence_level": "75", "safespot": null, + "lifepoints": "90", "strength_level": "75", - "weakness": "9" + "id": "7641", + "aggressive": "true", + "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15", + "range_level": "1", + "attack_level": "75" }, { - "id": "7642", - "name": "Mutated bloodveld", "examine": "A bloodveld with a very mixed heritage.", - "aggressive": "true", - "attack_level": "56", + "melee_animation": "9102", + "range_animation": "0", "attack_speed": "5", - "death_animation": "9131", + "respawn_delay": "60", "defence_animation": "0", + "weakness": "9", + "slayer_exp": "206", + "magic_animation": "0", + "death_animation": "9131", + "name": "Mutated bloodveld", "defence_level": "56", + "safespot": null, "lifepoints": "112", - "magic_animation": "0", - "melee_animation": "9102", - "range_animation": "0", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "slayer_exp": "206", "strength_level": "56", - "weakness": "9" + "id": "7642", + "aggressive": "true", + "range_level": "1", + "attack_level": "56" }, { - "id": "7643", - "name": "Mutated bloodveld", "examine": "A bloodveld with a very mixed heritage.", - "aggressive": "true", - "attack_level": "58", - "attack_speed": "5", - "death_animation": "9131", - "defence_animation": "0", - "defence_level": "58", - "lifepoints": "116", - "magic_animation": "0", "melee_animation": "9102", "range_animation": "0", - "range_level": "1", + "attack_speed": "5", "respawn_delay": "60", - "safespot": null, - "slayer_exp": "206", - "strength_level": "58", - "weakness": "9" - }, - { - "id": "7644", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7645", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7646", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7647", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7648", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7649", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7650", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7651", - "name": "Zaromark Sliver", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "88", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7652", - "name": "Zaromark Sliver" - }, - { - "id": "7653", - "name": "Zaromark Sliver" - }, - { - "id": "7654", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7655", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7656", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7657", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7658", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7659", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7660", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7661", - "name": "Fistandantilus", - "aggressive": "true", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "65", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7662", - "name": "Fistandantilus" - }, - { - "id": "7663", - "name": "Fistandantilus" - }, - { - "id": "7664", - "name": "Mercenary Adventurer" - }, - { - "id": "7665", - "name": "Ivan Strom" - }, - { - "id": "7666", - "name": "Mysterious person" - }, - { - "id": "7667", - "name": "Mysterious person" - }, - { - "id": "7668", - "name": "Mysterious person" - }, - { - "id": "7669", - "name": "Mysterious person" - }, - { - "id": "7670", - "name": "Mysterious person" - }, - { - "id": "7671", - "name": "Mysterious person" - }, - { - "id": "7672", - "name": "Flaygian Screwte" - }, - { - "id": "7673", - "name": "Mekritus A'hara" - }, - { - "id": "7674", - "name": "Andiess Juip" - }, - { - "id": "7675", - "name": "Kael Forshaw" - }, - { - "id": "7676", - "name": "Andiess Juip" - }, - { - "id": "7677", - "name": "Kael Forshaw" - }, - { - "id": "7678", - "name": "Safalaan" - }, - { - "id": "7679", - "name": "Andiess Juip" - }, - { - "id": "7680", - "name": "Kael Forshaw" - }, - { - "id": "7681", - "name": "Safalaan" - }, - { - "id": "7682", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7683", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7684", - "name": "Vyrewatch" - }, - { - "id": "7685", - "name": "Vyrewatch" - }, - { - "id": "7686", - "name": "Safalaan" - }, - { - "id": "7687", - "name": "Spectral Vyrewatch" - }, - { - "id": "7688", - "name": "Drezel" - }, - { - "id": "7690", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "7691", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7692", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7693", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7694", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7695", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7696", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7697", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7698", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7699", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7700", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7701", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7702", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7703", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "95", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7704", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "105", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7705", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "120", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7706", - "name": "Vyrewatch", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "6", - "defence_level": "1", - "lifepoints": "130", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7707", - "name": "Drezel", - "examine": "A holy man." - }, - { - "id": "7708", - "name": "Temple guardian" - }, - { - "id": "7711", - "name": "Temple guardian", - "examine": "Looks like a big ugly dog.", - "attack_level": "24", - "death_animation": "6564", "defence_animation": "0", - "defence_level": "24", - "lifepoints": "34", + "weakness": "9", + "slayer_exp": "206", "magic_animation": "0", + "death_animation": "9131", + "name": "Mutated bloodveld", + "defence_level": "58", + "safespot": null, + "lifepoints": "116", + "strength_level": "58", + "id": "7643", + "aggressive": "true", + "range_level": "1", + "attack_level": "58" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7644", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7645", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7646", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7647", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7648", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7649", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7650", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Zaromark Sliver", + "defence_level": "1", + "safespot": null, + "lifepoints": "88", + "strength_level": "1", + "id": "7651", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7654", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7655", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7656", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7657", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7658", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7659", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7660", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Fistandantilus", + "defence_level": "1", + "safespot": null, + "lifepoints": "65", + "strength_level": "1", + "id": "7661", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7682", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7683", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7691", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7692", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7693", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7694", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7695", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7696", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7697", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7698", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7699", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7700", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7701", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "7702", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "95", + "strength_level": "1", + "attack_speed": "6", + "id": "7703", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "105", + "strength_level": "1", + "attack_speed": "6", + "id": "7704", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "attack_speed": "6", + "id": "7705", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "name": "Vyrewatch", + "defence_level": "1", + "safespot": null, + "lifepoints": "130", + "strength_level": "1", + "attack_speed": "6", + "id": "7706", + "aggressive": "true", + "range_level": "1", + "respawn_delay": "60", + "attack_level": "1" + }, + { + "examine": "Looks like a big ugly dog.", "melee_animation": "6565", "range_animation": "0", - "range_level": "1", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "6564", + "name": "Temple guardian", + "defence_level": "24", "safespot": null, + "lifepoints": "34", "strength_level": "24", - "weakness": "9" + "id": "7711", + "range_level": "1", + "attack_level": "24" }, { - "id": "7712", - "name": "Baby icefiend" - }, - { - "id": "7713", - "name": "Baby icefiend", - "aggressive": "true", - "attack_level": "1", + "melee_animation": "8080", "attack_speed": "5", - "death_animation": "8078", + "respawn_delay": "60", "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", "defence_level": "1", + "safespot": null, "lifepoints": "50", - "melee_animation": "8080", + "strength_level": "1", + "id": "7713", + "aggressive": "true", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7714", - "name": "Icefiend", "examine": "A small ice demon.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "8080", "range_animation": "0", - "range_level": "1", + "combat_audio": "531,533,532", + "attack_speed": "5", + "magic_level": "25", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "7715", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "8078", "name": "Icefiend", - "examine": "The icefiend seems to be melting.", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7714", "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", "clue_level": "0", - "combat_audio": "531,533,532", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", - "melee_animation": "8080", - "range_animation": "0", "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" + "attack_level": "1" }, { - "id": "7716", - "name": "null", "examine": "The icefiend seems to be melting.", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "8078", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "35", - "magic_animation": "0", - "magic_level": "25", "melee_animation": "8080", "range_animation": "0", - "range_level": "1", + "combat_audio": "531,533,532", + "attack_speed": "5", + "magic_level": "25", "respawn_delay": "60", - "safespot": null, - "strength_level": "1", - "weakness": "5" - }, - { - "id": "7718", - "name": "Brother Bordiss" - }, - { - "id": "7719", - "name": "Brother Althric" - }, - { - "id": "7720", - "name": "Drorkar" - }, - { - "id": "7721", - "name": "Nurmof" - }, - { - "id": "7722", - "name": "Lakki the delivery dwarf" - }, - { - "id": "7723", - "name": "Drorkar" - }, - { - "id": "7724", - "name": "Brother Bordiss" - }, - { - "id": "7725", - "name": "Professor Arblenap" - }, - { - "id": "7726", - "name": "Assistant" - }, - { - "id": "7727", - "name": "Monk", - "examine": "A holy man.", - "attack_level": "12", - "combat_audio": "511,513,512", - "death_animation": "836", "defence_animation": "0", - "defence_level": "12", - "lifepoints": "17", + "weakness": "5", "magic_animation": "0", + "death_animation": "8078", + "name": "Icefiend", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7715", + "aggressive": "true", + "clue_level": "0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "The icefiend seems to be melting.", + "melee_animation": "8080", + "range_animation": "0", + "attack_speed": "5", + "magic_level": "25", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "8078", + "name": "null", + "defence_level": "25", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "7716", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A holy man.", "melee_animation": "422", "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "12", - "weakness": "9" - }, - { - "id": "7728", - "name": "Baby icefiend" - }, - { - "id": "7736", - "name": "Baby icefiend", - "aggressive": "true", - "attack_level": "1", - "attack_speed": "5", - "death_animation": "8078", - "defence_animation": "8084", - "defence_level": "1", - "lifepoints": "50", - "melee_animation": "8080", - "range_level": "1", - "respawn_delay": "60", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7737", - "name": "Will" - }, - { - "id": "7738", - "name": "Will" - }, - { - "id": "7739", - "name": "Phil" - }, - { - "id": "7740", - "name": "Jiggling crate", - "examine": "Is it full of rats?", - "attack_level": "1", - "combat_audio": "703,705,704", - "death_animation": "0", + "combat_audio": "511,513,512", "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", + "weakness": "9", "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7741", - "name": "Three little kittens", - "examine": "A warrior who has been long forgotten.", - "aggressive": "true", - "attack_level": "30", "death_animation": "836", - "defence_animation": "0", - "defence_level": "25", - "lifepoints": "5", - "magic_animation": "0", - "magic_level": "25", - "range_animation": "0", - "range_level": "25", + "name": "Monk", + "defence_level": "12", "safespot": null, - "strength_level": "30", - "weakness": "6" - }, - { - "id": "7742", - "name": "Fluffs" - }, - { - "id": "7743", - "name": "Fluffs" - }, - { - "id": "7744", - "name": "Kittens" - }, - { - "id": "7746", - "name": "TzHaar-Mej-Malk" - }, - { - "id": "7747", - "name": "TzHaar-Xil-Tog", - "examine": "It looks upset.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", + "lifepoints": "17", + "strength_level": "12", + "id": "7727", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "12" }, { - "id": "7748", - "name": "TzHaar-Hur-Frok" - }, - { - "id": "7749", - "name": "TzHaar-Ket-Grol" - }, - { - "id": "7750", - "name": "TzHaar-Ket-Rok" - }, - { - "id": "7751", - "name": "TzHaar-Ket-Lurk" - }, - { - "id": "7752", - "name": "TzHaar-Mej-Lor", - "examine": "A TzHaar librarian.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7753", - "name": "TzHaar-Mej" - }, - { - "id": "7754", - "name": "TzHaar-Hur" - }, - { - "id": "7755", - "name": "TzHaar-Xil" - }, - { - "id": "7756", - "name": "Library assistant", - "examine": "A TzHaar-Hur stamping stone tablets.", - "attack_level": "1", - "death_animation": "0", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "10", - "magic_animation": "0", - "melee_animation": "0", - "range_animation": "0", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7757", - "name": "TzHaar-Hur-Brekt" - }, - { - "id": "7758", - "name": "TzHaar-Hur-Brekt" - }, - { - "id": "7759", - "name": "TzHaar-Ket-Jok" - }, - { - "id": "7760", - "name": "TzHaar-Ket-Jok" - }, - { - "id": "7761", - "name": "TzHaar-Xil-Mor" - }, - { - "id": "7762", - "name": "TzHaar-Xil-Mor" - }, - { - "id": "7763", - "name": "TzHaar-Mej-Kol" - }, - { - "id": "7764", - "name": "TzHaar-Mej-Kol" - }, - { - "id": "7765", - "name": "TzHaar-Hur-Klag" - }, - { - "id": "7766", - "name": "TzHaar-Hur-Klag" - }, - { - "id": "7767", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", + "melee_animation": "8080", "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", + "respawn_delay": "60", + "defence_animation": "8084", + "death_animation": "8078", + "name": "Baby icefiend", + "defence_level": "1", "safespot": null, - "strength_level": "50" - }, - { - "id": "7768", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "7769", - "name": "TzHaar-Hur", - "examine": "Looks like a craftsman of some kind.", - "attack_level": "50", - "attack_speed": "5", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "death_animation": "9288", - "defence_animation": "9287", - "defence_level": "50", - "lifepoints": "80", - "magic_animation": "9286", - "magic_level": "50", - "melee_animation": "9286", - "range_animation": "9286", - "range_level": "1", - "safespot": null, - "strength_level": "50" - }, - { - "id": "7770", - "name": "TokTz-Ket-Dill" - }, - { - "id": "7771", - "name": "TokTz-Ket-Dill" - }, - { - "id": "7772", - "name": "Lava monster", - "examine": "A monster made of magma.", + "lifepoints": "50", + "strength_level": "1", + "id": "7736", "aggressive": "true", - "attack_level": "28", - "combat_style": "1", - "death_animation": "9340", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Is it full of rats?", + "melee_animation": "0", + "range_animation": "0", + "combat_audio": "703,705,704", "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", "magic_animation": "0", + "death_animation": "0", + "name": "Jiggling crate", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7740", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A warrior who has been long forgotten.", + "range_animation": "0", + "magic_level": "25", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Three little kittens", + "defence_level": "25", + "safespot": null, + "lifepoints": "5", + "strength_level": "30", + "id": "7741", + "aggressive": "true", + "range_level": "25", + "attack_level": "30" + }, + { + "examine": "It looks upset.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "TzHaar-Xil-Tog", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7747", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A TzHaar librarian.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "TzHaar-Mej-Lor", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7752", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A TzHaar-Hur stamping stone tablets.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Library assistant", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7756", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7767", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7768", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "Looks like a craftsman of some kind.", + "melee_animation": "9286", + "range_animation": "9286", + "attack_speed": "5", + "magic_level": "50", + "defence_animation": "9287", + "magic_animation": "9286", + "death_animation": "9288", + "name": "TzHaar-Hur", + "defence_level": "50", + "safespot": null, + "lifepoints": "80", + "strength_level": "50", + "id": "7769", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "A monster made of magma.", + "combat_style": "1", "melee_animation": "9337", "range_animation": "0", - "range_level": "38", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "9340", + "name": "Lava monster", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "28", - "weakness": "0" + "id": "7772", + "aggressive": "true", + "range_level": "38", + "attack_level": "28" }, { - "id": "7773", - "name": "Fire monster", "examine": "A monster like many others", - "aggressive": "true", - "attack_level": "28", "combat_style": "2", - "death_animation": "9344", - "defence_animation": "0", - "defence_level": "38", - "lifepoints": "54", - "magic_animation": "0", "melee_animation": "9341", "range_animation": "0", - "range_level": "38", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "0", + "magic_animation": "0", + "death_animation": "9344", + "name": "Fire monster", + "defence_level": "38", "safespot": null, + "lifepoints": "54", "strength_level": "28", - "weakness": "0" - }, - { - "id": "7774", - "name": "Skeleton" - }, - { - "id": "7775", - "name": "Skeleton" - }, - { - "id": "7776", - "name": "Skeleton" - }, - { - "id": "7777", - "name": "Skeleton" - }, - { - "id": "7778", - "name": "Skeleton" - }, - { - "id": "7779", - "name": "Sumona" - }, - { - "id": "7781", - "name": "Jesmona" - }, - { - "id": "7782", - "name": "Catolax" - }, - { - "id": "7783", - "name": "Ali Cat" - }, - { - "id": "7786", - "name": "Mighty banshee", - "examine": "Not the best of vocalists.", + "id": "7773", "aggressive": "true", - "attack_level": "65", - "combat_audio": "284,286,285", + "range_level": "38", + "attack_level": "28" + }, + { + "examine": "Not the best of vocalists.", "combat_style": "1", - "death_animation": "9450", - "defence_animation": "9451", - "defence_level": "65", - "lifepoints": "85", - "magic_animation": "9382", - "magic_level": "65", "melee_animation": "9449", "range_animation": "9382", - "range_level": "0", + "combat_audio": "284,286,285", + "magic_level": "65", "respawn_delay": "60", + "defence_animation": "9451", + "weakness": "0", + "magic_animation": "9382", + "death_animation": "9450", + "name": "Mighty banshee", + "defence_level": "65", "safespot": null, + "lifepoints": "85", "strength_level": "65", - "weakness": "0" + "id": "7786", + "aggressive": "true", + "range_level": "0", + "attack_level": "65" }, { - "id": "7787", - "name": "Cave crawler" - }, - { - "id": "7788", - "name": "Skeleton" - }, - { - "id": "7789", - "name": "Zombie" - }, - { - "id": "7790", - "name": "Zombie" - }, - { - "id": "7791", - "name": "Zombie" - }, - { - "id": "7792", - "name": "Zombie" - }, - { - "id": "7793", - "name": "Banshee mistress" - }, - { - "id": "7794", - "name": "Banshee mistress" - }, - { - "id": "7795", - "name": "Insectoid assassin" - }, - { - "id": "7796", - "name": "Insectoid assassin" - }, - { - "id": "7797", - "name": "Kurask overlord" - }, - { - "id": "7798", - "name": "Monstrous cave crawler" - }, - { - "id": "7799", - "name": "Basilisk boss" - }, - { - "id": "7800", - "name": "Mightiest turoth" - }, - { - "id": "7801", - "name": "Aberrant spectre" - }, - { - "id": "7802", - "name": "Aberrant spectre" - }, - { - "id": "7803", - "name": "Aberrant spectre" - }, - { - "id": "7804", - "name": "Aberrant spectre" - }, - { - "id": "7805", - "name": "Kurask minion" - }, - { - "id": "7806", - "name": "Mummy warrior" - }, - { - "id": "7807", - "name": "Mummy warrior" - }, - { - "id": "7808", - "name": "Mummy warrior" - }, - { - "id": "7809", - "name": "Cat" - }, - { - "id": "7810", - "name": "Banshee" - }, - { - "id": "7811", - "name": "Kurask" - }, - { - "id": "7812", - "name": "Cave crawler" - }, - { - "id": "7813", - "name": "Basilisk" - }, - { - "id": "7814", - "name": "Turoth" - }, - { - "id": "7815", - "name": "Skeleton" - }, - { - "id": "7816", - "name": "Master" - }, - { - "id": "7817", - "name": "Zombie" - }, - { - "id": "7818", - "name": "Zombie" - }, - { - "id": "7819", - "name": "Zombie" - }, - { - "id": "7820", - "name": "Zombie" - }, - { - "id": "7821", - "name": "A wanderer." - }, - { - "id": "7822", - "name": "A wanderer." - }, - { - "id": "7823", - "name": "Wall Beast", "examine": "A big, scary hand! ", - "aggressive": "true", - "attack_level": "38", - "attack_speed": "6", - "death_animation": "1804", - "defence_animation": "1803", - "defence_level": "38", - "lifepoints": "105", "melee_animation": "1802", - "movement_radius": "0", - "range_level": "1", - "respawn_delay": "0", - "safespot": null, - "slayer_exp": "105", - "strength_level": "38" - }, - { - "id": "7824", - "name": "Osman" - }, - { - "id": "7825", - "name": "50 Ships Mufassah" - }, - { - "id": "7826", - "name": "Karamthulhu" - }, - { - "id": "7827", - "name": "Karamthulhu" - }, - { - "id": "7828", - "name": "Giant lobster" - }, - { - "id": "7829", - "name": "Giant crab" - }, - { - "id": "7830", - "name": "Customs Sergeant" - }, - { - "id": "7831", - "name": "Customs Sergeant" - }, - { - "id": "7832", - "name": "Young Ralph" - }, - { - "id": "7833", - "name": "Young Ralph" - }, - { - "id": "7834", - "name": "Young Ralph" - }, - { - "id": "7835", - "name": "Young Ralph" - }, - { - "id": "7836", - "name": "Young Ralph" - }, - { - "id": "7837", - "name": "Customs Officer" - }, - { - "id": "7838", - "name": "Customs Officer" - }, - { - "id": "7839", - "name": "Customs Officer" - }, - { - "id": "7840", - "name": "Heavy-Handed Harry" - }, - { - "id": "7841", - "name": "Player" - }, - { - "id": "7842", - "name": "Locker Officer" - }, - { - "id": "7843", - "name": "Locker Officer" - }, - { - "id": "7844", - "name": "Ex-ex-parrot" - }, - { - "id": "7845", - "name": "Pirate impling" - }, - { - "id": "7846", - "name": "Pirate impling" - }, - { - "id": "7847", - "name": "Captain Rabid Jack" - }, - { - "id": "7848", - "name": "Jack" - }, - { - "id": "7849", - "name": "Bosun Giles" - }, - { - "id": "7850", - "name": "Pirate" - }, - { - "id": "7851", - "name": "Lizzie" - }, - { - "id": "7852", - "name": "Cap'n Izzy No-Beard" - }, - { - "id": "7853", - "name": "Ralph" - }, - { - "id": "7854", - "name": "Brass Hand Harry" - }, - { - "id": "7855", - "name": "Bill Teach" - }, - { - "id": "7856", - "name": "Pirate" - }, - { - "id": "7857", - "name": "Brass Hand Harry" - }, - { - "id": "7858", - "name": "Gull" - }, - { - "id": "7861", - "name": "Jack" - }, - { - "id": "7862", - "name": "Fishing spot" - }, - { - "id": "7863", - "name": "Fishing spot" - }, - { - "id": "7864", - "name": "Fishing spot" - }, - { - "id": "7865", - "name": "Guardsman Dante" - }, - { - "id": "7866", - "name": "Guardsman DeShawn" - }, - { - "id": "7867", - "name": "Guardsman Brawn" - }, - { - "id": "7868", - "name": "Iain" - }, - { - "id": "7869", - "name": "Julian" - }, - { - "id": "7870", - "name": "Lachtopher" - }, - { - "id": "7871", - "name": "Samuel" - }, - { - "id": "7872", - "name": "Victoria" - }, - { - "id": "7873", - "name": "Man" - }, - { - "id": "7874", - "name": "Man" - }, - { - "id": "7875", - "name": "Man" - }, - { - "id": "7876", - "name": "Man" - }, - { - "id": "7877", - "name": "Man" - }, - { - "id": "7878", - "name": "Man" - }, - { - "id": "7879", - "name": "Man" - }, - { - "id": "7880", - "name": "Woman" - }, - { - "id": "7881", - "name": "Woman" - }, - { - "id": "7882", - "name": "Woman" - }, - { - "id": "7883", - "name": "Woman" - }, - { - "id": "7884", - "name": "Woman" - }, - { - "id": "7885", - "name": "Guardsman Dante" - }, - { - "id": "7886", - "name": "Guardsman DeShawn" - }, - { - "id": "7887", - "name": "Guardsman Brawn" - }, - { - "id": "7888", - "name": "Sergeant Abram" - }, - { - "id": "7889", - "name": "Guardsman Pazel" - }, - { - "id": "7890", - "name": "Guardsman Peale" - }, - { - "id": "7891", - "name": "Melee dummy", - "examine": "A melee training dummy", - "aggressive": "true", - "attack_level": "1", "attack_speed": "6", - "death_animation": "97", - "defence_animation": "0", - "defence_level": "1", - "lifepoints": "15", - "magic_animation": "0", + "respawn_delay": "0", + "defence_animation": "1803", + "slayer_exp": "105", + "death_animation": "1804", + "name": "Wall Beast", + "defence_level": "38", + "movement_radius": "0", + "safespot": null, + "lifepoints": "105", + "strength_level": "38", + "id": "7823", + "aggressive": "true", + "range_level": "1", + "attack_level": "38" + }, + { + "examine": "A melee training dummy", "melee_animation": "94", "range_animation": "0", - "range_level": "1", + "attack_speed": "6", "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "97", + "name": "Melee dummy", + "defence_level": "1", "safespot": null, + "lifepoints": "15", "strength_level": "1", - "weakness": "6" + "id": "7891", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" }, { - "id": "7892", - "name": "General Wartface" - }, - { - "id": "7893", - "name": "General Bentnoze" - }, - { - "id": "7894", - "name": "General Wartface" - }, - { - "id": "7896", - "name": "General Bentnoze" - }, - { - "id": "7898", - "name": "Loar Shadow" - }, - { - "id": "7901", - "name": "Loar Shadow" - }, - { - "id": "7902", - "name": "Sergeant Abram" - }, - { - "id": "7903", - "name": "Guardsman Pazel" - }, - { - "id": "7904", - "name": "Guardsman Peale" - }, - { - "id": "7905", - "name": "Barricade guard" - }, - { - "id": "7906", - "name": "Barricade guard" - }, - { - "id": "7907", - "name": "Barricade guard" - }, - { - "id": "7908", - "name": "Barricade guard" - }, - { - "id": "7909", - "name": "Barricade guard" - }, - { - "id": "7910", - "name": "Barricade guard" - }, - { - "id": "7911", - "name": "Barricade guard" - }, - { - "id": "7912", - "name": "Border guard" - }, - { - "id": "7913", - "name": "Iain" - }, - { - "id": "7914", - "name": "Julian" - }, - { - "id": "7915", - "name": "Lachtopher" - }, - { - "id": "7916", - "name": "Samuel" - }, - { - "id": "7917", - "name": "Victoria" - }, - { - "id": "7918", - "name": "Man" - }, - { - "id": "7919", - "name": "Man" - }, - { - "id": "7920", - "name": "Man" - }, - { - "id": "7921", - "name": "Man" - }, - { - "id": "7922", - "name": "Man" - }, - { - "id": "7923", - "name": "Man" - }, - { - "id": "7924", - "name": "Man" - }, - { - "id": "7925", - "name": "Woman" - }, - { - "id": "7926", - "name": "Woman" - }, - { - "id": "7927", - "name": "Woman" - }, - { - "id": "7928", - "name": "Woman" - }, - { - "id": "7929", - "name": "Lumbridge Guide" - }, - { - "id": "7930", - "name": "Doomsayer" - }, - { - "id": "7931", - "name": "Donie" - }, - { - "id": "7932", - "name": "Gee" - }, - { - "id": "7933", - "name": "Duke Horacio" - }, - { - "id": "7934", - "name": "Sigmund" - }, - { - "id": "7935", - "name": "Hans" - }, - { - "id": "7936", - "name": "Cook" - }, - { - "id": "7937", - "name": "Father Aereck" - }, - { - "id": "7938", - "name": "Sir Vant" - }, - { - "id": "7939", - "name": "Sir Vant" - }, - { - "id": "7940", - "name": "Sir Vant" - }, - { - "id": "7941", - "name": "Sir Vant" - }, - { - "id": "7942", - "name": "Sir Vant" - }, - { - "id": "7943", - "name": "Dragon" - }, - { - "id": "7944", - "name": "Dragon" - }, - { - "id": "7945", - "name": "Dragon" - }, - { - "id": "7946", - "name": "Dragon" - }, - { - "id": "7947", - "name": "Dragon" - }, - { - "id": "7948", - "name": "Dragon" - }, - { - "id": "7949", - "name": "Lumbridge Guide" - }, - { - "id": "7950", - "name": "Melee Tutor" - }, - { - "id": "7951", - "name": "Ranged Tutor" - }, - { - "id": "7952", - "name": "Magic Tutor" - }, - { - "id": "7953", - "name": "Cooking Tutor" - }, - { - "id": "7954", - "name": "Crafting Tutor" - }, - { - "id": "7955", - "name": "Fishing Tutor" - }, - { - "id": "7956", - "name": "Mining Tutor" - }, - { - "id": "7957", - "name": "Prayer Tutor" - }, - { - "id": "7958", - "name": "Smelting Tutor", "examine": "A man of his craft.", - "attack_level": "1", - "defence_level": "1", - "lifepoints": "10", - "movement_radius": "5", - "range_level": "1", - "safespot": null, - "strength_level": "1" - }, - { - "id": "7959", "name": "Smelting Tutor", - "examine": "A master of his craft.", - "attack_level": "1", "defence_level": "1", - "lifepoints": "10", "movement_radius": "5", - "range_level": "1", "safespot": null, - "strength_level": "1" + "lifepoints": "10", + "strength_level": "1", + "id": "7958", + "range_level": "1", + "attack_level": "1" }, { - "id": "7960", - "name": "Woodcutting Tutor" + "examine": "A master of his craft.", + "name": "Smelting Tutor", + "defence_level": "1", + "movement_radius": "5", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7959", + "range_level": "1", + "attack_level": "1" }, { - "id": "7961", - "name": "Bank Tutor" - }, - { - "id": "7962", - "name": "Gee" - }, - { - "id": "7963", - "name": "Spirit" - }, - { - "id": "7964", - "name": "Goblin" - }, - { - "id": "7965", - "name": "Goblin" - }, - { - "id": "7966", - "name": "Chaos druid" - }, - { - "id": "7967", - "name": "Shopkeeper" - }, - { - "id": "7968", - "name": "Explorer Jack" - }, - { - "id": "7969", - "name": "Explorer Jack", "examine": "He looks like a professional explorer.", + "name": "Explorer Jack", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7969", + "range_level": "1", + "attack_level": "1" + }, + { + "agg_radius": "64", + "examine": "A vision of supernatural horror.", + "melee_animation": "10058", + "attack_speed": "6", + "magic_level": "350", + "respawn_delay": "80", + "defence_animation": "10386", + "magic_animation": "10053", + "death_animation": "10385", + "name": "Corporeal Beast", + "defence_level": "310", + "poison_immune": "true", + "movement_radius": "64", + "safespot": null, + "lifepoints": "2000", + "strength_level": "320", + "id": "8133", + "aggressive": "true", + "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0", + "range_level": "150", + "attack_level": "320" + }, + { + "examine": "He sure looks grave.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8149", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "This is a rotten one.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8150", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "It hasn't quite gotten around to dying.", + "melee_animation": "5571", + "combat_audio": "931,923,922", + "attack_speed": "6", + "respawn_delay": "35", + "defence_animation": "5574", + "slayer_exp": "30", + "death_animation": "5575", + "name": "Armoured zombie", + "defence_level": "50", + "safespot": null, + "lifepoints": "62", + "strength_level": "50", + "id": "8151", + "aggressive": "true", + "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", + "range_level": "50", + "attack_level": "50" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8349", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8350", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8351", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8352", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8353", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8354", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8355", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8356", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8357", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8358", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8359", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "2", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8360", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8361", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8362", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "1", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8363", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "0", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8364", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "2", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8365", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", + "combat_style": "0", + "melee_animation": "10922", + "range_animation": "10919", + "attack_speed": "6", + "magic_level": "85", + "protect_style": "1", + "respawn_delay": "100", + "defence_animation": "10923", + "slayer_exp": "136", + "magic_animation": "10918", + "death_animation": "10924", + "name": "Tormented demon", + "defence_level": "85", + "poison_immune": "true", + "safespot": "true", + "movement_radius": "40", + "lifepoints": "326", + "strength_level": "85", + "id": "8366", + "aggressive": "true", + "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", + "range_level": "85", + "attack_level": "85" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "1179" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "450" + }, + { + "examine": "Flappy bird.", + "name": "Gull", + "water_npc": "true", + "id": "451" + }, + { + "examine": "Tough-looking combat type.", + "name": "Mubariz", + "id": "957" + }, + { + "examine": "Looks kinda bored.", + "name": "Fadli", + "id": "958" + }, + { + "examine": "Trained to deal with all sorts of injuries.", + "name": "A'abla", + "id": "959" + }, + { + "examine": "Wow! She's made a statement with that hair!", + "name": "Sabreen", + "id": "960" + }, + { + "examine": "Has the messy job of putting players back together again.", + "name": "Jaraah", + "id": "962" + }, + { + "examine": "Battle-scarred.", + "name": "Zahwa", + "id": "963" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Ima", + "id": "964" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Sabeil", + "id": "965" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Jadid", + "id": "966" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Dalal", + "id": "967" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Afrah", + "id": "968" + }, + { + "examine": "A citizen of Al Kharid", + "name": "Jeed", + "id": "969" + }, + { + "examine": "He smells funny.", + "name": "Diango", + "id": "970" + }, + { + "examine": "Shopkeeper.", + "name": "Chadwell", + "id": "971" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "972" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "973" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "974" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "975" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "976" + }, + { + "examine": "This dwarf looks intoxicated.", + "name": "Kamen", + "id": "996" + }, + { + "examine": "A dwarven maker of gauntlets.", + "name": "Klank", + "id": "995" + }, + { + "examine": "One of King Tyras's men.", + "name": "Tyras guard", + "id": "1206" + }, + { + "examine": "The cave guide.", + "name": "Koftik", + "id": "1209" + }, + { + "examine": "One of King Lathas' messengers.", + "name": "Kings messenger", + "id": "1210" + }, + { + "examine": "Mysterious swamp lights...", + "name": "Will o' the wisp", + "id": "1212" + }, + { + "examine": "He's washing his clothes in the lake.", + "name": "Tegid", + "id": "1213" + }, + { + "examine": "A plant.", + "name": "Thistle", + "id": "1214" + }, + { + "examine": "What a colourful bunch of parrots!", + "name": "Parrots", + "id": "1215" + }, + { + "examine": "Rather dense and soppy looking.", + "name": "Romeo", + "id": "639" + }, + { + "examine": "Newspaper seller.", + "name": "Benny", + "id": "5925" + }, + { + "examine": "One of Gertrude's Sons.", + "name": "Wilough", + "id": "783" + }, + { + "examine": "An old gypsy lady.", + "name": "Gypsy Aris", + "id": "882" + }, + { + "examine": "Interesting assortment of clothes on offer...", + "name": "Thessalia", + "id": "548" + }, + { + "examine": "Sells superior staffs.", + "name": "Zaff", + "id": "546" + }, + { + "examine": "A retired vampyre hunter.", + "name": "Dr Harlow", + "id": "756" + }, + { + "examine": "I could get a beer from him.", + "name": "Bartender", + "id": "733" + }, + { + "examine": "Director of the Grand Exchange.", + "id": "6522" + }, + { + "examine": "He can look after my money. Good with money.", + "id": "6535" + }, + { + "examine": "She can look after my money. Good with money.", + "id": "6532" + }, + { + "examine": "There to help me make my bids.", + "id": "6530" + }, + { + "examine": "There to help me make my bids.", + "id": "6528" + }, + { + "examine": "He can look after my money. Good with money.", + "id": "6534" + }, + { + "examine": "She can look after my money. Good with money.", + "id": "6533" + }, + { + "examine": "There to help me make my bids.", + "id": "6531" + }, + { + "examine": "There to help me make my bids.", + "id": "6529" + }, + { + "examine": "She looks very worried about something.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Caroline", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "696", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A very good sailor.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Holgart", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "698", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Smells a bit fishy.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Ezekial Lovecraft", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4856", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A (semi) retired member of the Temple Knights.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Col. O'Niall", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4872", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "There's something fishy about him.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Mayor Hobb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4874", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A fresh-faced and innocent priest.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Brother Maledict", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4878", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on his luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4883", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on her luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4885", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A down on his luck fisherman.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Witchaven villager", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4887", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A villager named Jeb.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Jeb", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "4895", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A little girl. She looks terrified.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Kimberly", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7168", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Stinky! Poor guy.", + "name": "Yeti", + "id": "130" + }, + { + "examine": "A regal cat with an evil glint in its eye.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "HRH Hrafn", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5479", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Harder than the rocks he sells.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Hring Hring", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5483", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Jatizso's fishmonger.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Flossi Dalksson", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5484", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A guy that will sell you armour.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Raum Urda-Stein", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5485", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Jatizso's armour merchant.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Skuli Myrka", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5486", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rough-looking chef.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Keepa Kettilon", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5487", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Freygerd", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5493", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Lensa", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5494", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A happy, friendly landlady.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Vanligga Gastfrihet", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5495", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Jatizso's many citizens.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Sassilik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5496", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A bedraggled-looking tramp.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Eric", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5499", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Mina guards the mine entrance.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Gruva Patrull", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5500", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A dwarven trader from Keldagrim.", + "melee_animation": "422", + "range_animation": "422", + "combat_audio": "511,513,512", + "defence_animation": "404", + "magic_animation": "422", + "death_animation": "9055", + "name": "Brendt", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "5501", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7126", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A gnome farmer.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Farmer", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7129", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of the Burgher's Protectors", + "death_animation": "836", + "name": "Honour Guard", + "melee_animation": "395", + "id": "5515", + "defence_animation": "404" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "respawn_delay": "70", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "29", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "90", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "24", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "91", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "17", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "24", + "safespot": null, + "lifepoints": "17", + "strength_level": "24", + "id": "92", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "defence_animation": "5489", + "weakness": "8", + "slayer_exp": "59", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "36", + "safespot": null, + "lifepoints": "59", + "strength_level": "35", + "id": "93", + "range_level": "1", + "attack_level": "32" + }, + { + "examine": "Rogueish.", + "melee_animation": "386", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Rogue", + "defence_level": "7", + "safespot": null, + "lifepoints": "10", + "strength_level": "7", + "aggressive": "false", + "id": "187", + "range_level": "1", + "attack_level": "7" + }, + { + "examine": "It rattles when it moves.", + "combat_style": "2", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "magic_level": "5", + "respawn_delay": "60", + "defence_animation": "5489", + "weakness": "3", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "5", + "safespot": null, + "lifepoints": "14", + "strength_level": "3", + "id": "459", + "aggressive": "true", + "range_level": "1", + "attack_level": "3" + }, + { + "examine": "It looks just a bit... underfed.", + "melee_animation": "5519", + "range_animation": "5519", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "110", + "respawn_delay": "100", + "defence_animation": "5520", + "weakness": "8", + "slayer_exp": "110", + "magic_animation": "5519", + "death_animation": "5521", + "name": "Skeleton", + "defence_level": "110", + "safespot": null, + "lifepoints": "77", + "strength_level": "90", + "id": "1471", + "aggressive": "true", + "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "180" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "5487", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "5487", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "72", + "safespot": null, + "lifepoints": "51", + "strength_level": "72", + "id": "2036", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "5487", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "20", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "5487", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "72", + "safespot": null, + "lifepoints": "51", + "strength_level": "72", + "id": "2037", + "aggressive": "true", + "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0", + "range_level": "1", + "attack_level": "72" + }, + { + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "2715", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Skeleton mage", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "2717", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "strength_level": "1", + "id": "3151", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.", + "melee_animation": "422", + "range_animation": "0", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "death_animation": "836", + "name": "Drunken man", + "defence_level": "4", + "safespot": null, + "lifepoints": "5", + "strength_level": "4", + "id": "3222", + "range_level": "1", + "attack_level": "4" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "8", + "safespot": null, + "lifepoints": "11", + "strength_level": "8", + "id": "3291", + "aggressive": "true", + "range_level": "1", + "attack_level": "8" + }, + { + "examine": "He guards the dungeon with the faithfulness of the undead.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "3581", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could use a good meal.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "17", + "safespot": null, + "lifepoints": "24", + "strength_level": "17", + "id": "3697", + "range_level": "1", + "attack_level": "17" + }, + { + "melee_animation": "400", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "3698", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "400", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "25", + "strength_level": "1", + "id": "3699", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3700", + "range_level": "1", + "attack_level": "20" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "20", + "safespot": null, + "lifepoints": "28", + "strength_level": "20", + "id": "3701", + "range_level": "1", + "attack_level": "20" + }, + { + "melee_animation": "395", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "425", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "35", + "strength_level": "1", + "id": "3702", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3703", + "range_level": "1", + "attack_level": "22" + }, + { + "examine": "He seems a little underweight.", + "melee_animation": "6128", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "6", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton fremennik", + "defence_level": "22", + "safespot": null, + "lifepoints": "31", + "strength_level": "22", + "id": "3704", + "range_level": "1", + "attack_level": "22" + }, + { + "name": "Skeleton fremennik", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "strength_level": "1", + "id": "3705", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "68", + "strength_level": "1", + "id": "4384", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "4385", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "4386", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4532", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5332", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "range_animation": "0", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5333", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "range_animation": "0", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "70", + "defence_animation": "5513", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "17", + "safespot": null, + "lifepoints": "29", + "strength_level": "18", + "id": "5334", + "aggressive": "true", + "range_level": "1", + "attack_level": "15" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "11", + "id": "5335", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "24", + "strength_level": "11", + "id": "5336", + "range_level": "1", + "attack_level": "11" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "60", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "24", + "safespot": null, + "lifepoints": "17", + "strength_level": "24", + "id": "5337", + "aggressive": "true", + "range_level": "1", + "attack_level": "24" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5338", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5339", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "5485", + "combat_audio": "774,775,777", + "attack_speed": "6", + "defence_animation": "5489", + "weakness": "8", + "magic_animation": "5485", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "23", + "safespot": null, + "lifepoints": "17", + "strength_level": "12", + "id": "5340", + "range_level": "1", + "attack_level": "12" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5499", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5503", + "name": "Skeleton", + "defence_level": "42", + "safespot": null, + "lifepoints": "60", + "strength_level": "42", + "id": "5341", + "aggressive": "true", + "range_level": "1", + "attack_level": "42" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "7", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "34", + "safespot": null, + "lifepoints": "48", + "strength_level": "34", + "id": "5365", + "aggressive": "true", + "range_level": "1", + "attack_level": "34" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "60", + "strength_level": "1", + "id": "5366", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "melee_animation": "5485", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "5367", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "85", + "strength_level": "1", + "id": "5368", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "62", + "safespot": null, + "lifepoints": "88", + "strength_level": "62", + "id": "5381", + "aggressive": "true", + "range_level": "1", + "attack_level": "62" + }, + { + "examine": "A skeleton in a dress!", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "magic_level": "57", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "5", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "57", + "safespot": null, + "lifepoints": "81", + "strength_level": "1", + "id": "5385", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Achingly thin.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5386", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Look: another skeleton.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5387", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "That skeleton's grinning at me.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "50", + "safespot": null, + "lifepoints": "71", + "strength_level": "50", + "id": "5388", + "aggressive": "true", + "range_level": "1", + "attack_level": "50" + }, + { + "examine": "He needs a tan.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "51", + "safespot": null, + "lifepoints": "72", + "strength_level": "51", + "id": "5389", + "aggressive": "true", + "range_level": "1", + "attack_level": "51" + }, + { + "examine": "How do you know if a skeleton's male or female?", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "30", + "safespot": null, + "lifepoints": "420", + "strength_level": "36", + "id": "5390", + "aggressive": "true", + "range_level": "1", + "attack_level": "36" + }, + { + "examine": "He obviously hasn't realised he's dead.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5391", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Put some meat on those bones!", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "52", + "safespot": null, + "lifepoints": "74", + "strength_level": "52", + "id": "5392", + "aggressive": "true", + "range_level": "1", + "attack_level": "52" + }, + { + "examine": "An angry skeleton.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "55", + "safespot": null, + "lifepoints": "78", + "strength_level": "55", + "id": "5411", + "aggressive": "true", + "range_level": "1", + "attack_level": "55" + }, + { + "examine": "Cross bones.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "57", + "safespot": null, + "lifepoints": "81", + "strength_level": "57", + "id": "5412", + "aggressive": "true", + "range_level": "1", + "attack_level": "57" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5485", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "5422", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "Ey.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "6091", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "22", + "strength_level": "1", + "id": "6092", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Could do with gaining a few pounds.", + "melee_animation": "5487", + "range_animation": "0", + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "9", + "safespot": null, + "lifepoints": "12", + "strength_level": "9", + "id": "6093", + "aggressive": "true", + "range_level": "1", + "attack_level": "9" + }, + { + "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.", + "melee_animation": "2067", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton hero", + "defence_level": "53", + "safespot": null, + "lifepoints": "75", + "strength_level": "53", + "id": "6103", + "aggressive": "true", + "range_level": "1", + "attack_level": "53" + }, + { + "examine": "An ex-barbarian, willing to make you ex too.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton brute", + "defence_level": "63", + "safespot": null, + "lifepoints": "90", + "strength_level": "63", + "id": "6104", + "aggressive": "true", + "range_level": "1", + "attack_level": "63" + }, + { + "examine": "He's heartless.", + "melee_animation": "2067", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton warlord", + "defence_level": "65", + "safespot": null, + "lifepoints": "92", + "strength_level": "65", + "id": "6105", + "aggressive": "true", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "He's less heavy now.", + "melee_animation": "390", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton heavy", + "defence_level": "64", + "safespot": null, + "lifepoints": "91", + "strength_level": "64", + "id": "6106", + "aggressive": "true", + "range_level": "1", + "attack_level": "64" + }, + { + "examine": "Floats like an anvil, hits like a hammer.", + "melee_animation": "422", + "range_animation": "0", + "combat_audio": "774,775,777", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "8", + "magic_animation": "0", + "death_animation": "836", + "name": "Skeleton thug", + "defence_level": "61", + "safespot": null, + "lifepoints": "87", + "strength_level": "61", + "id": "6107", + "aggressive": "true", + "range_level": "1", + "attack_level": "61" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "97", + "strength_level": "1", + "id": "6764", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "108", + "strength_level": "1", + "id": "6765", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "120", + "strength_level": "1", + "id": "6766", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "115", + "strength_level": "1", + "id": "6767", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "combat_audio": "774,775,777", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "5513", + "death_animation": "5491", + "name": "Skeleton", + "defence_level": "1", + "safespot": null, + "lifepoints": "140", + "strength_level": "1", + "id": "6768", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A hungry-looking rabbit.", + "melee_animation": "0", + "range_animation": "0", + "respawn_delay": "50", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Rabbit", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "7127", + "aggressive": "true", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "A rich landlord, fat and jolly.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Inn Keeper", + "defence_level": "1", + "safespot": null, + "lifepoints": "10", + "strength_level": "1", + "id": "2177", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Likes to cook with mushrooms.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Fairy chef", + "defence_level": "1", + "safespot": null, + "movement_radius": "2", + "lifepoints": "10", + "strength_level": "1", + "id": "3322", + "range_level": "1", + "attack_level": "1" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4527", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "melee_animation": "4388", + "attack_speed": "5", + "respawn_delay": "60", + "defence_animation": "4384", + "death_animation": "4389", + "name": "Suqah", + "defence_level": "95", + "safespot": null, + "lifepoints": "105", + "strength_level": "95", + "id": "4528", + "aggressive": "true", + "clue_level": "2", + "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0", + "range_level": "1", + "attack_level": "95" + }, + { + "examine": "A large ice troll.", + "melee_animation": "4332", + "range_animation": "0", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "0", + "weakness": "9", + "magic_animation": "0", + "name": "Ice troll grunt", + "defence_level": "60", + "safespot": null, + "lifepoints": "80", + "strength_level": "100", + "id": "5524", + "aggressive": "true", + "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "7247" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "6962" + }, + { + "examine": "Soft but strong... and cute.", + "name": "Labrador puppy", + "id": "7245" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "7248" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "6963" + }, + { + "examine": "My most faithful friend.", + "name": "Labrador", + "id": "7246" + }, + { + "examine": "One proud little puppy.", + "name": "Bulldog puppy", + "id": "7260" + }, + { + "examine": "One proud little puppy.", + "name": "Bulldog puppy", + "id": "7259" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "6968" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "7258" + }, + { + "examine": "Looks like it's chewing a wasp.", + "name": "Bulldog", + "id": "7257" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "6964" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "7249" + }, + { + "examine": "Now, if only I could find another hundred...", + "name": "Dalmatian puppy", + "id": "7251" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "7252" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "7250" + }, + { + "examine": "A purebred doggy.", + "name": "Dalmatian", + "id": "6965" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "6960" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "7241" + }, + { + "examine": "This is one fast little pooch.", + "name": "Greyhound puppy", + "id": "7243" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "6961" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "7242" + }, + { + "examine": "An aerodynamic doggy.", + "name": "Greyhound", + "id": "7244" + }, + { + "examine": "It's lively and energetic.", + "name": "Terrier puppy", + "id": "6958" + }, + { + "examine": "A hyperactive little pup.", + "name": "Terrier puppy", + "id": "7237" + }, + { + "examine": "Such a brave doggy.", + "name": "Terrier puppy", + "id": "7239" + }, + { + "examine": "It's lively and energetic.", + "name": "Terrier", + "id": "6959" + }, + { + "examine": "A hyperactive little pup.", + "name": "Terrier", + "id": "7238" + }, + { + "examine": "Such a brave doggy.", + "name": "Terrier", + "id": "7240" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "7253" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "6966" + }, + { + "examine": "This little puppy is very quiet.", + "name": "Sheepdog puppy", + "id": "7255" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "6967" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "7254" + }, + { + "examine": "Come by! Come by!", + "name": "Sheepdog", + "id": "7256" + }, + { + "examine": "The sandwich lady.", + "name": "Sandwich lady", + "id": "3117" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "1049" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "7690" + }, + { + "examine": "A holy man.", + "name": "Drezel", + "id": "7707" + }, + { + "examine": "A slightly nervous guard.", + "name": "Ulizius", + "id": "1054" + }, + { + "examine": "A local holy man who supports the people trying to get though Mort Myre.", + "name": "Hiylik Myna", + "id": "1514" + }, + { + "examine": "The animated spirit of a soul not at rest.", + "name": "Filiman Tarlock", + "id": "1050" + }, + { + "examine": "The animated spirit of a soul not at rest.", + "name": "Nature Spirit", + "id": "1051" + }, + { + "examine": "I can see fish swimming in the water.", + "name": "Fishing spot", + "id": "323" + }, + { + "examine": "I can see fish swimming in the water.", + "name": "Fishing spot", + "id": "1176" + }, + { + "examine": "Nice hat.", + "name": "Thormac", + "id": "389" + }, + { + "examine": "An evil priest.", + "name": "Necrovarus", + "id": "1684" + }, + { + "examine": "He looks dangerous.", + "name": "Vannaka", + "id": "1597" + }, + { + "examine": "A soggy, smelly Fremennik.", + "name": "Olaf Hardson", + "id": "2621" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Elstan", + "id": "2323" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Dantaera", + "id": "2324" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Kragen", + "id": "2325" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Lyra", + "id": "2326" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Francis", + "id": "2327" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Rhonen", + "id": "2334" + }, + { + "examine": "Banks gnomish things.", + "name": "Gnome banker", + "id": "166" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Ellena", + "id": "2331" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Alain", + "id": "2339" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Dreven", + "id": "2335" + }, + { + "examine": "Founder and Director of the Piscatoris Fishing Colony.", + "name": "Herman Caranos", + "id": "3822" + }, + { + "examine": "Engineer for the Piscatoris Fishing Colony.", + "name": "Franklin Caranos", + "id": "3823" + }, + { + "examine": "Secretary and Storemaster for the Piscatoris Fishing Colony.", + "name": "Arnold Lydspor", + "id": "3824" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Frizzy Skernip", + "id": "4560" + }, + { + "examine": "She sells farming equipment.", + "name": "Sarah", + "id": "2304" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Garth", + "id": "2330" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Selena", + "id": "2332" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Rhazien", + "id": "2337" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Torrell", + "id": "2338" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Heskel", + "id": "2340" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Treznor", + "id": "2341" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Bolongo", + "id": "2343" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Gileth", + "id": "2344" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Amaethwyr", + "id": "2860" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Praistan Ebola", + "id": "4562" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Imiago", + "id": "8041" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Prissy Scilla", + "id": "1037" + }, + { + "examine": "Looks after your Farming tools.", + "name": "Teclyn", + "id": "2861" + }, + { + "examine": "Perhaps this gardener might look after your crops for you.", + "name": "Yulf Squecks", + "id": "4561" + }, + { + "examine": "The head farmer, apparently.", + "name": "Farmer Blinkin", + "id": "7131" + }, + { + "examine": "The lady of the pet shop.", + "name": "Pet shop owner", + "id": "6750" + }, + { + "examine": "Looks after the Burthorpe vinery.", + "name": "Bernald", + "id": "2580" + }, + { + "examine": "An old druid.", + "name": "Sanfew", + "id": "454" + }, + { + "examine": "He runs the Herblore Shop.", + "name": "Jatix", + "id": "587" + }, + { + "examine": "A wise druid.", + "name": "Kaqemeex", + "id": "455" + }, + { + "examine": "He's a very important druid.", + "name": "Pikkupstix", + "id": "6971" + }, + { + "examine": "Ironically, makes a living from swords.", + "name": "Gaius", + "id": "586" + }, + { + "examine": "A gnarly old man.", + "name": "Sylas", + "id": "5987" + }, + { + "examine": "A terrier puppy.", + "name": "Terrier", + "id": "6894" + }, + { + "examine": "A labrador puppy.", + "name": "Labrador", + "id": "6895" + }, + { + "examine": "Dwarvish.", + "name": "Thurgo", + "id": "604" + }, + { + "examine": "Get useful information from this guy.", + "name": "Town crier", + "id": "6137" + }, + { + "examine": "The mace salesman.", + "name": "Flynn", + "id": "580" + }, + { + "examine": "Works in the Rising Sun.", + "name": "Kaylee", + "id": "3217" + }, + { + "examine": "Works in the Rising Sun.", + "name": "Emily", + "id": "736" + }, + { + "examine": "Nice eyes.", + "name": "Cassie", + "id": "577" + }, + { + "examine": "Chief Herald of Falador.", + "name": "Sir Renitee", + "id": "4249" + }, + { + "examine": "An elderly White Knight.", + "name": "Sir Vyvin", + "id": "605" + }, + { + "examine": "An armourer.", + "name": "Wayne", + "id": "581" + }, + { + "examine": "A master of necromancy!", + "name": "Malignius Mortifer", + "id": "2713" + }, + { + "examine": "She seems like a nice sort of person.", + "name": "Betty", + "id": "583" + }, + { + "examine": "Loves his gold!", + "name": "Grum", + "id": "556" + }, + { + "examine": "Unkempt and a bit smelly.", + "name": "Bellemorde", + "id": "2942" + }, + { + "examine": "A Fishing expert.", + "name": "Gerrant", + "id": "558" + }, + { + "examine": "Likes his food to be kept fresh.", + "name": "Wydin", + "id": "557" + }, + { + "examine": "A sea bird.", + "name": "Gull", + "water_npc": "true", + "id": "2726" + }, + { + "examine": "An old sea dog.", + "name": "Captain Tobias", + "id": "376" + }, + { + "examine": "A young sailor.", + "name": "Klarense", + "id": "744" + }, + { + "examine": "An expert on axes.", + "name": "Brian", + "id": "559" + }, + { + "examine": "I could get a beer from him.", + "name": "Bartender", + "id": "734" + }, + { + "examine": "She is a seed merchant.", + "name": "Olivia", + "id": "2572" + }, + { + "examine": "Get useful information from this guy.", + "name": "Town crier", + "id": "6136" + }, + { + "examine": "Looks like he could do with a sip of Amontillado.", + "name": "Fortunato", + "id": "3671" + }, + { + "examine": "A young sailor.", + "name": "Seaman Thresnor", + "id": "378" + }, + { + "examine": "A young sailor.", + "name": "Seaman Lorris", + "id": "377" + }, + { + "examine": "A venerable and rich sage.", + "name": "Wise Old Man", + "id": "2253" + }, + { + "examine": "She comes from Al-Kharid.", + "name": "Leela", + "id": "915" + }, + { + "examine": "An old sailor.", + "name": "Ned", + "id": "743" + }, + { + "examine": "He looks scared.", + "name": "Morgan", + "id": "755" + }, + { + "examine": "A witch.", + "name": "Aggie", + "id": "922" + }, + { + "examine": "Bacon-in-training.", + "name": "Piglet", + "id": "2243" + }, + { + "examine": "An infamous bandit.", + "name": "Lady Keli", + "id": "919" + }, + { + "examine": "A young prince.", + "name": "Prince Ali", + "id": "920" + }, + { + "examine": "A gnome mage on sabbatical.", + "name": "Professor Onglewip", + "id": "4585" + }, + { + "examine": "Chief of research at Wizards Tower.", + "name": "Sedridor", + "id": "300" + }, + { + "examine": "An old wizard.", + "name": "Traiborn", + "id": "881" + }, + { + "examine": "Master of imps.", + "name": "Wizard Grayzag", + "id": "707" + }, + { + "examine": "A very brave merchant.", + "name": "Edmond", + "id": "1785" + }, + { + "examine": "She's an expert on armoured skirts.", + "name": "Ranael", + "id": "544" + }, + { + "examine": "Spymaster of Al Kharid.", + "name": "Osman", + "id": "924" + }, + { + "examine": "Kebabs are full of meaty goodness!", + "name": "Karim", + "id": "543" + }, + { + "examine": "He can look after my money.", + "name": "Banker", + "id": "496" + }, + { + "examine": "She can look after my money.", + "name": "Banker", + "id": "497" + }, + { + "examine": "Manufacturer of fine leathers.", + "name": "Ellis", + "id": "2824" + }, + { + "examine": "Sells superior scimitars.", + "name": "Zeke", + "id": "541" + }, + { + "examine": "If Crafting's your thing, he's your man.", + "name": "Dommik", + "id": "545" + }, + { + "examine": "He's in control of the Shantay Pass.", + "name": "Shantay", + "id": "836" + }, + { + "examine": "A resident of Al Kharid.", + "name": "Irena", + "id": "835" + }, + { + "examine": "A farmer's enemy.", + "name": "Crow", + "id": "1755" + }, + { + "examine": "The hat's a dead giveaway.", + "name": "Witch", + "id": "5200" + }, + { + "examine": "A mad scientist if I ever saw one!", + "name": "Professor Oddenstein", + "id": "286" + }, + { + "examine": "She's watching you.", + "name": "Ava", + "id": "5198" + }, + { + "examine": "Litara, a barbarian explorer.", + "name": "Litara", + "id": "4376" + }, + { + "examine": "Always up-to-date with the latest helmet fashions.", + "name": "Peksa", + "id": "538" + }, + { + "examine": "A strange little man.", + "name": "Oziach", + "id": "747" + }, + { + "examine": "A very brave merchant.", + "name": "Richard", + "id": "1783" + }, + { + "examine": "Loves you more, the more you spend.", + "name": "Shop assistant", + "id": "529" + }, + { + "examine": "Sells stuff.", + "name": "Shopkeeper", + "id": "528" + }, + { + "examine": "One of the king's knights.", + "name": "Sir Prysin", + "id": "883" + }, + { + "examine": "Reldo the librarian.", + "name": "Reldo", + "id": "2660" + }, + { + "examine": "A powerful wizard.", + "name": "Surok Magis", + "id": "5834" + }, + { + "examine": "Animal skins are a specialty.", + "name": "Baraek", + "id": "547" + }, + { + "examine": "One of Gertrude's Sons.", + "name": "Shilop", + "id": "781" + }, + { + "examine": "The man with the armour.", + "name": "Horvik", + "id": "549" + }, + { + "examine": "Sells arrows.", + "name": "Lowe", + "id": "550" + }, + { + "examine": "This looks like an angry, aggressive man.", + "name": "Draul Leptoc", + "id": "3324" + }, + { + "examine": "A quiet, more reserved sort of lady.", + "name": "Phillipa", + "id": "3325" + }, + { + "examine": "A tearful damsel, maybe I can help her?", + "name": "Juliet", + "id": "637" + }, + { + "agg_radius": "", + "examine": "Like a mini man!", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "193", + "weakness": "", + "end_height": "", + "death_animation": "196", + "name": "Gnome", + "defence_level": "1", + "lifepoints": "2", + "strength_level": "1", + "id": "2250", + "aggressive": "", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "Like a mini man!", + "combat_style": "1", + "melee_animation": "190", + "attack_speed": "4", + "respawn_delay": "60", + "defence_animation": "193", + "death_animation": "196", + "name": "Gnome", + "defence_level": "1", + "lifepoints": "3", + "strength_level": "1", + "id": "2249", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "null", + "defence_level": "1", + "safespot": "null", + "combat_audio": "511,513,512", + "id": "2309", + "range_level": "1", "attack_level": "1", + "defence_animation": "" + }, + { + "examine": "Yanni Salika; he buys and sells antiques.", + "name": "Yanni Salika", + "id": "515" + }, + { + "examine": "This is Kaleb Paramaya, a warm and friendly inn owner.", + "name": "Kaleb Paramaya", + "id": "512" + }, + { + "examine": "This is Fernahei; he owns the local fishing tackle shop.", + "name": "Fernahei", + "id": "517" + }, + { + "examine": "A warrior from Shilo Village.", + "name": "Mosol Rei", + "id": "500" + }, + { + "examine": "An unquiet soul.", + "name": "Spirit of Zadimus", + "id": "501" + }, + { + "examine": "The animated spirit of Rashiliyia the Zombie Queen.", + "name": "Rashiliyia ", + "id": "506" + }, + { + "examine": "A dwarf miner. He's shoring up the walls.", + "name": "Ferd", + "id": "3937" + }, + { + "examine": "A crafty dwarf.", + "name": "Nolar", + "id": "2158" + }, + { + "examine": "She sells general items at the Legends Guild.", + "name": "Fionella", + "id": "932" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Alviss", + "id": "3933" + }, + { + "examine": "Smithy for Sogthorpe.", + "name": "Derrik", + "id": "1376" + }, + { + "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk.", + "name": "Donal", + "id": "3938" + }, + { + "examine": "Runs the general store.", + "name": "Finn", + "id": "3922" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Fullangr", + "id": "3934" + }, + { + "examine": "A subject of Miscellania.", + "name": "Halla", + "id": "3921" + }, + { + "examine": "A dwarf who's currently living in Miscellania.", + "name": "Jari", + "id": "3935" + }, + { + "examine": "A subject of Miscellania.", + "name": "Einar", + "id": "1380" + }, + { + "examine": "A subject of Miscellania.", + "name": "Ragnar", + "id": "1379" + }, + { + "examine": "A subject of Miscellania.", + "name": "Thora", + "id": "3927" + }, + { + "examine": "A subject of Miscellania.", + "name": "Thorhild", + "id": "1382" + }, + { + "examine": "A subject of Miscellania.", + "name": "Tjorvi", + "id": "3925" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "respawn_delay": "", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "17", + "lifepoints": "20", + "strength_level": "17", + "id": "391", + "aggressive": "true", + "clue_level": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "17" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "48", + "lifepoints": "48", + "strength_level": "48", + "id": "393", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "48" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "65", + "lifepoints": "85", + "strength_level": "65", + "id": "394", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "65" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "100", + "lifepoints": "120", + "strength_level": "100", + "id": "395", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "100" + }, + { + "examine": "Likes fish... hates people.", + "melee_animation": "284", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "285", + "death_animation": "287", + "name": "River troll", + "defence_level": "130", + "lifepoints": "170", + "strength_level": "130", + "id": "396", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "130" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "25", + "strength_level": "8", + "id": "413", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "15", + "projectile": "968", + "attack_level": "8" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "40", + "strength_level": "17", + "id": "414", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "30", + "projectile": "968", + "attack_level": "17" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "60", + "strength_level": "36", + "id": "415", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "40", + "projectile": "968", + "attack_level": "38" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "86", + "strength_level": "64", + "id": "416", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "60", + "projectile": "968", + "attack_level": "64" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "120", + "strength_level": "100", + "id": "417", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "75", + "projectile": "968", + "attack_level": "100" + }, + { + "examine": "Rock with attitude.", + "combat_style": "1", + "range_animation": "5347", + "attack_speed": "6", + "defence_animation": "154", + "death_animation": "156", + "name": "Rock Golem", + "lifepoints": "166", + "strength_level": "130", + "id": "418", + "aggressive": "true", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "80", + "projectile": "968", + "attack_level": "130" + }, + { + "examine": "Mooooooooooooole.", + "name": "Baby Mole", + "id": "3342" + }, + { + "examine": "Moley, moley, moley!", + "name": "Baby Mole", + "id": "3343" + }, + { + "examine": "He hungry.", + "combat_style": "1", + "start_gfx": "243", + "name": "Rantz", + "start_height": "100", + "range_animation": "3460", + "id": "1010", + "projectile": "242", + "prj_height": "50" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "combat_style": "", + "melee_animation": "1616", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1617", + "death_animation": "1618", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1677", + "aggressive": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It has a key hanging from its collar.", + "melee_animation": "1626", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1627", + "death_animation": "1628", + "name": "Experiment", + "defence_level": "50", + "lifepoints": "40", + "strength_level": "50", + "id": "1676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "melee_animation": "1612", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1613", + "death_animation": "1611", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1678", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "name": "Puro Spawn (Low)", + "id": "6065", + "respawn_delay": "1" + }, + { + "name": "Puro Spawn (Mid)", + "id": "6066", + "respawn_delay": "1" + }, + { + "name": "Puro Spawn (High)", + "id": "6067", + "respawn_delay": "1" + }, + { + "examine": "A baby impling. Ahhh.", + "name": "Baby Impling Puro", + "id": "6055", + "respawn_delay": "7" + }, + { + "examine": "A young impling. It's not fair!", + "name": "Young Impling Puro", + "id": "6056", + "respawn_delay": "7" + }, + { + "examine": "An impling gourmet. Mmmm, tasty.", + "name": "Gourmet Impling Puro", + "id": "6057", + "respawn_delay": "7" + }, + { + "examine": "An earth impling. Rock on.", + "name": "Earth Impling Puro", + "id": "6058", + "respawn_delay": "50" + }, + { + "examine": "An impling who likes magic. Magic!", + "name": "Essence Impling Puro", + "id": "6059", + "respawn_delay": "50" + }, + { + "examine": "An impling with varied tastes.", + "name": "Eclectic Impling Puro", + "id": "6060", + "respawn_delay": "7" + }, + { + "examine": "A very stealthy impling.", + "name": "Ninja Impling Puro", + "id": "6063", + "respawn_delay": "9999" + }, + { + "examine": "A nature impling. Right on, maaan.", + "name": "Nature Impling Puro", + "id": "6061", + "respawn_delay": "9999" + }, + { + "examine": "Ooh, shiny things!", + "name": "Magpie Impling Puro", + "id": "6062", + "respawn_delay": "9999" + }, + { + "examine": "He looks dangerous!", + "name": "Turael", + "id": "8273" + }, + { + "examine": "Doesn't seem to want to go away.", + "combat_style": "2", + "melee_animation": "811", + "range_animation": "811", + "attack_speed": "4", + "magic_level": "100", + "defence_animation": "0", + "magic_animation": "811", + "death_animation": "836", + "name": "Skeleton Mage", + "defence_level": "60", + "lifepoints": "80", + "strength_level": "10", + "id": "3851", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "10" + }, + { + "examine": "Blaec seems to be covered in sand.", + "name": "Blaec", + "id": "3115" + }, + { + "examine": "Looks otherworldy...", + "name": "Fairy Queen", + "id": "4437" + }, + { + "examine": "A delicate creature from this strange realm.", + "name": "Fairy", + "id": "4443" + }, + { + "examine": "A very strange plant.", + "death_animation": "355", + "name": "Strange Plant", + "defence_level": "300", + "melee_animation": "353", + "lifepoints": "100", + "id": "408", + "magic_level": "200", + "defence_animation": "354" + }, + { + "examine": "A very strange plant.", + "name": "Strange Plant", + "id": "407" + }, + { + "agg_radius": "", + "examine": "A helmetted, barbarian snowman.", + "death_animation": "7560", + "name": "Barbarian Snowman", + "defence_level": "1", + "melee_animation": "7565", + "lifepoints": "20", + "combat_audio": "12,3295,3287", + "id": "6742", + "defence_animation": "7559" + }, + { + "examine": "A snow dwarf.", + "death_animation": "7560", + "name": "Dwarf Snowman", + "defence_level": "1", + "melee_animation": "7565", + "lifepoints": "20", + "combat_audio": "12,3295,3287", + "id": "6744", + "defence_animation": "7559" + }, + { + "examine": "Distinctly heroic.", + "name": "Achietties", + "id": "796" + }, + { + "examine": "The hat is a dead give away.", + "name": "Wizard Cromperty", + "id": "2328" + }, + { + "examine": "An intelligent-looking shop owner.", + "name": "Obli", + "id": "516" + }, + { + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", "defence_level": "1", "lifepoints": "10", + "strength_level": "1", + "id": "7151", "range_level": "1", - "safespot": null, - "strength_level": "1" + "attack_level": "1" }, { - "id": "7970", - "name": "Smithing Tutor" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7153", + "range_level": "1", + "attack_level": "1" }, { - "id": "7971", - "name": "Mining Tutor" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7154", + "range_level": "1", + "attack_level": "1" }, { - "id": "7972", - "name": "Spirit" + "examine": "A person sitting an exam.", + "melee_animation": "0", + "range_animation": "0", + "defence_animation": "0", + "magic_animation": "0", + "death_animation": "0", + "name": "Student", + "defence_level": "1", + "lifepoints": "10", + "strength_level": "1", + "id": "7155", + "range_level": "1", + "attack_level": "1" }, { - "id": "7977", - "name": "Spirit" + "examine": "She looks like she means business.", + "name": "Balnea", + "id": "7047" }, { - "id": "7978", - "name": "Spirit" + "name": "Schoolgirl", + "id": "17" }, { - "id": "7979", - "name": "Spirit" + "name": "Orc", + "id": "70" }, { - "id": "7980", - "name": "Spirit" + "name": "Skeleton Mage", + "id": "94" }, { - "id": "7981", - "name": "Spirit" + "name": "Skavid", + "id": "129" }, { - "id": "7982", - "name": "Spirit" + "name": "Mammoth", + "id": "135" }, { - "id": "7983", - "name": "Spirit" + "name": "Mounted terrorchick gnome", + "id": "136" }, { - "id": "7984", - "name": "Spirit" + "name": "Gull", + "id": "149" }, { - "id": "7985", - "name": "Summer Bonde" + "name": "Gull", + "id": "150" }, { - "id": "7987", - "name": "Spirit" + "name": "Fly trap", + "id": "151" }, { - "id": "7988", - "name": "Spirit" + "name": "Butterfly", + "id": "152" }, { - "id": "7989", - "name": "Erik Bonde" + "name": "Butterfly", + "id": "155" }, { - "id": "7990", - "name": "Spirit" + "name": "Butterfly", + "id": "156" }, { - "id": "7991", - "name": "Jallek Lenkin" + "name": "Butterfly", + "id": "157" }, { - "id": "7992", - "name": "Spirit" + "name": "Gnome shop keeper", + "id": "165" }, { - "id": "7993", - "name": "Meranek Thanatos" + "name": "Gnome baller", + "id": "167" }, { - "id": "7994", - "name": "Ghostly warrior" + "name": "Brimstail", + "id": "171" }, { - "id": "7995", - "name": "Spirit Beast" + "name": "Witch", + "id": "177" }, { - "id": "7996", - "name": "Spirit Beast" + "name": "Bandit", + "id": "195" }, { - "id": "7997", - "name": "Spirit Beast" + "name": "Barbarian guard", + "id": "197" }, { - "id": "7998", - "name": "Ghost" + "name": "Lord Daquarius", + "id": "200" }, { - "id": "7999", - "name": "Ghost" + "name": "Lollk", + "id": "207" }, { - "id": "8000", - "name": "Goth leprechaun" + "name": "Nulodion", + "id": "209" }, { - "id": "8001", - "name": "Jack" + "name": "Sir Percival", + "id": "211" }, { - "id": "8003", - "name": "Sarah" + "name": "Merlin", + "id": "213" }, { - "id": "8004", - "name": "Laura" + "name": "Peasant", + "id": "215" }, { - "id": "8005", - "name": "Laura" + "name": "Crone", + "id": "217" }, { - "id": "8006", - "name": "Roger" + "name": "Galahad", + "id": "218" }, { - "id": "8007", - "name": "Jorral" + "name": "Bonzo", + "id": "225" }, { - "id": "8008", - "name": "Guthix" + "name": "Morris", + "id": "226" }, { - "id": "8009", - "name": "Max the traveller" + "name": "Big Dave", + "id": "228" }, { - "id": "8010", - "name": "Man" + "name": "Joshua", + "id": "229" }, { - "id": "8011", - "name": "Man" + "name": "Austri", + "id": "232" }, { - "id": "8012", - "name": "Woman" + "name": "Fishing spot", + "id": "234" }, { - "id": "8013", - "name": "Woman" + "name": "Fishing spot", + "id": "235" }, { - "id": "8014", - "name": "Haluned" + "name": "Fishing spot", + "id": "236" }, { - "id": "8015", - "name": "Jack" + "name": "Sir Lancelot", + "id": "239" }, { - "id": "8016", - "name": "Baby Sarah" + "name": "Sir Gawain", + "id": "240" }, { - "id": "8017", - "name": "Snowy" + "name": "Sir Kay", + "id": "241" }, { - "id": "8018", - "name": "Roger" + "name": "Sir Bedivere", + "id": "242" }, { - "id": "8019", - "name": "Portal" + "name": "Sir Tristram", + "id": "243" }, { - "id": "8020", - "name": "Portal" + "name": "Sir Pelleas", + "id": "244" }, { - "id": "8021", - "name": "Yellow orb" + "name": "Sir Lucan", + "id": "245" }, { - "id": "8023", - "name": "Yellow orb" + "name": "Morgan Le Faye", + "id": "248" }, { - "id": "8024", - "name": "Yellow orb" + "name": "Merlin", + "id": "249" }, { - "id": "8025", - "name": "Green orb" + "name": "The Lady of the Lake", + "id": "250" }, { - "id": "8027", - "name": "Green orb" + "name": "Beggar", + "id": "252" }, { - "id": "8028", - "name": "Green orb" + "name": "Kelvin", + "id": "260" }, { - "id": "8029", - "name": "Wizard Korvak" + "name": "Joe", + "id": "261" }, { - "id": "8030", - "name": "Wizard Vief" + "name": "Hengrad", + "id": "263" }, { - "id": "8031", - "name": "Wizard Acantha" + "name": "Winelda", + "id": "276" }, { - "id": "8032", - "name": "Wizard Elriss" + "name": "Ernest", + "id": "287" }, { - "id": "8033", - "name": "Wizard" + "name": "Guard", + "id": "292" }, { - "id": "8034", - "name": "Wizard" + "name": "Twig", + "id": "301" }, { - "id": "8035", - "name": "Wizard" + "name": "Hadley", + "id": "302" }, { - "id": "8036", - "name": "Wizard" + "name": "Gerald", + "id": "303" }, { - "id": "8037", - "name": "Wizard" + "name": "Almera", + "id": "304" }, { - "id": "8038", - "name": "Wizard" + "name": "Hudon", + "id": "305" }, { - "id": "8039", - "name": "Wizard" + "name": "Golrie", + "id": "306" }, { - "id": "8040", - "name": "Wizard" + "name": "Fishing spot", + "id": "309" }, { - "id": "8041", - "name": "Imiago", - "examine": "Perhaps this gardener might look after your crops for you." + "name": "Fishing spot", + "id": "310" }, { - "id": "8042", - "name": "Squire Fyre" + "name": "Fishing spot", + "id": "311" }, { - "id": "8043", - "name": "Squire Fyre" + "name": "Fishing spot", + "id": "312" }, { - "id": "8044", - "name": "Orry" + "name": "Fishing spot", + "id": "313" }, { - "id": "8045", - "name": "Orry" + "name": "Fishing spot", + "id": "314" }, { - "id": "8046", - "name": "Ube" + "name": "Fishing spot", + "id": "315" }, { - "id": "8047", - "name": "Ube" + "name": "Fishing spot", + "id": "316" }, { - "id": "8048", - "name": "Waldo" + "name": "Fishing spot", + "id": "317" }, { - "id": "8049", - "name": "Waldo" + "name": "Fishing spot", + "id": "318" }, { - "id": "8050", - "name": "Gjalp" + "name": "Fishing spot", + "id": "319" }, { - "id": "8051", - "name": "Gjalp" + "name": "Fishing spot", + "id": "320" }, { - "id": "8052", - "name": "Brother Fintan" + "name": "Fishing spot", + "id": "321" }, { - "id": "8053", - "name": "Brother Fintan" + "name": "Fishing spot", + "id": "322" }, { - "id": "8054", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "324" }, { - "id": "8055", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "325" }, { - "id": "8056", - "name": "Stubthumb" + "name": "Fishing spot", + "id": "326" }, { - "id": "8057", - "name": "Doronbol" + "name": "Fishing spot", + "id": "327" }, { - "id": "8058", - "name": "Doronbol" + "name": "Fishing spot", + "id": "328" }, { - "id": "8059", - "name": "Crate" + "name": "Fishing spot", + "id": "329" }, { - "id": "8060", - "name": "Crate" + "name": "Fishing spot", + "id": "330" }, { - "id": "8061", - "name": "Egg" + "name": "Fishing spot", + "id": "331" }, { - "id": "8062", - "name": "Egg" + "name": "Fishing spot", + "id": "332" }, { - "id": "8063", - "name": "Nanuq" + "name": "Fishing spot", + "id": "333" }, { - "id": "8064", - "name": "Nanuq" + "name": "Fishing spot", + "id": "334" }, { - "id": "8065", - "name": "Pumpkin" + "name": "Da Vinci", + "id": "337" + }, + { + "name": "Guidor", + "id": "343" + }, + { + "name": "Kilron", + "id": "349" + }, + { + "name": "Omart", + "id": "350" + }, + { + "name": "Jerico", + "id": "366" + }, + { + "examine": "Owner of the banana plantation.", + "name": "Luthas", + "id": "379" + }, + { + "name": "Dwarf", + "id": "381" + }, + { + "name": "Stankers", + "id": "383" + }, + { + "name": "Legends guard", + "id": "399" + }, + { + "name": "Radimus Erkle", + "id": "400" + }, + { + "name": "Fishing spot", + "id": "403" + }, + { + "name": "Fishing spot", + "id": "404" + }, + { + "name": "Fishing spot", + "id": "405" + }, + { + "name": "Fishing spot", + "id": "406" + }, + { + "name": "Genie", + "id": "409" + }, + { + "name": "Mysterious Old Man", + "id": "410" + }, + { + "name": "Cyrisus", + "id": "431" + }, + { + "name": "Cyrisus", + "id": "433" + }, + { + "name": "Cyrisus", + "id": "434" + }, + { + "name": "Fallen Man", + "id": "436" + }, + { + "name": "Murphy", + "id": "463" + }, + { + "name": "Murphy", + "id": "464" + }, + { + "name": "Murphy", + "id": "465" + }, + { + "name": "Murphy", + "id": "466" + }, + { + "name": "Shark", + "id": "467" + }, + { + "name": "Shark", + "id": "468" + }, + { + "name": "Bolkoy", + "id": "471" + }, + { + "name": "Remsai", + "id": "472" + }, + { + "name": "Khazard trooper", + "id": "473" + }, + { + "name": "Gnome troop", + "id": "480" + }, + { + "name": "Local Gnome", + "id": "484" + }, + { + "name": "Kalron", + "id": "486" + }, + { + "examine": "A cart driver; it looks like he's quite experienced.", + "name": "Hajedy", + "id": "510" + }, + { + "examine": "A cart driver; it looks like he's quite experienced.", + "name": "Vigroy", + "id": "511" + }, + { + "examine": "This is Yohnus - he runs the local blacksmiths.", + "name": "Yohnus", + "id": "513" + }, + { + "examine": "This is Seravel. He sells tickets for the 'Lady of the Waves.'", + "name": "Seravel", + "id": "514" + }, + { + "name": "Valaine", + "id": "536" + }, + { + "name": "Scavvo", + "id": "537" + }, + { + "name": "Aubury", + "id": "553" + }, + { + "examine": "Goods for sale and trade.", + "name": "Jiminua", + "id": "560" + }, + { + "name": "Arhein", + "id": "563" + }, + { + "name": "Lunderwin", + "id": "565" + }, + { + "examine": "Appears slightly drunk.", + "name": "Zambo", + "id": "568" + }, + { + "name": "Hickton", + "id": "575" + }, + { + "name": "Harry", + "id": "576" + }, + { + "name": "Frincos", + "id": "578" + }, + { + "name": "Herquin", + "id": "584" + }, + { + "name": "Rommik", + "id": "585" + }, + { + "examine": "An amulet trader.", + "name": "Davon", + "id": "588" + }, + { + "name": "Zenesha", + "id": "589" + }, + { + "name": "Aemad", + "id": "590" + }, + { + "name": "Kortan", + "id": "591" + }, + { + "name": "Roachey", + "id": "592" + }, + { + "name": "Frenita", + "id": "593" + }, + { + "name": "Nurmof", + "id": "594" + }, + { + "name": "Noterazzo", + "id": "597" + }, + { + "name": "Hudo", + "id": "600" + }, + { + "name": "Rometti", + "id": "601" + }, + { + "name": "Gulluck", + "id": "602" + }, + { + "name": "Heckel Funch", + "id": "603" + }, + { + "name": "Gunnjorn", + "id": "607" + }, + { + "name": "Sir Amik Varze", + "id": "608" + }, + { + "name": "Greldo", + "id": "612" + }, + { + "name": "Gnome baller", + "id": "622" + }, + { + "name": "Gnome baller", + "id": "623" + }, + { + "name": "Gnome baller", + "id": "624" + }, + { + "name": "Gnome baller", + "id": "625" + }, + { + "name": "Gnome baller", + "id": "626" + }, + { + "name": "Gnome baller", + "id": "627" + }, + { + "name": "Gnome baller", + "id": "628" + }, + { + "name": "Gnome baller", + "id": "629" + }, + { + "name": "Gnome baller", + "id": "630" + }, + { + "name": "Gnome baller", + "id": "631" + }, + { + "name": "Gnome baller", + "id": "632" + }, + { + "name": "Gnome winger", + "id": "634" + }, + { + "name": "Cheerleader", + "id": "636" + }, + { + "name": "Katrine", + "id": "642" + }, + { + "name": "Straven", + "id": "644" + }, + { + "name": "King Roald", + "id": "647" + }, + { + "name": "Fairy Queen", + "id": "653" + }, + { + "name": "Shamus", + "id": "654" + }, + { + "name": "Megan", + "id": "661" + }, + { + "name": "Lucy", + "id": "662" + }, + { + "name": "Boot", + "id": "664" + }, + { + "name": "Caleb", + "id": "666" + }, + { + "name": "Johnathon", + "id": "668" + }, + { + "name": "Hazelmere", + "id": "669" + }, + { + "name": "Glough", + "id": "671" + }, + { + "name": "Anita", + "id": "672" + }, + { + "name": "Charlie", + "id": "673" + }, + { + "examine": "Builds ships for a living.", + "name": "Shipyard worker", + "id": "675" + }, + { + "name": "Femi", + "id": "676" + }, + { + "name": "Tower Advisor", + "id": "685" + }, + { + "name": "Tower Advisor", + "id": "686" + }, + { + "name": "Tower Advisor", + "id": "687" + }, + { + "name": "Competition Judge", + "id": "693" + }, + { + "name": "Bailey", + "id": "695" + }, + { + "name": "Holgart", + "id": "697" + }, + { + "name": "Holgart", + "id": "699" + }, + { + "name": "Holgart", + "id": "700" + }, + { + "name": "Kent", + "id": "701" + }, + { + "name": "Fisherman", + "id": "702" + }, + { + "name": "Fisherman", + "id": "703" + }, + { + "name": "Fisherman", + "id": "704" + }, + { + "name": "Alrena", + "id": "710" + }, + { + "name": "Bravek", + "id": "711" + }, + { + "name": "Carla", + "id": "712" + }, + { + "name": "Ted Rehnison", + "id": "721" + }, + { + "name": "Martha Rehnison", + "id": "722" + }, + { + "name": "Billy Rehnison", + "id": "723" + }, + { + "name": "Milli Rehnison", + "id": "724" + }, + { + "name": "Jethick", + "id": "725" + }, + { + "examine": "A wise old witch doctor.", + "name": "Trufitus", + "id": "740" + }, + { + "name": "Oracle", + "id": "746" + }, + { + "name": "Angry barbarian spirit", + "id": "748" + }, + { + "name": "Peaceful barbarian spirit", + "id": "754" + }, + { + "name": "Kittens", + "id": "759" + }, + { + "name": "Kitten", + "id": "761" + }, + { + "name": "Kitten", + "id": "762" + }, + { + "name": "Kitten", + "id": "763" + }, + { + "name": "Kitten", + "id": "764" + }, + { + "name": "Kitten", + "id": "765" + }, + { + "name": "Kitten", + "id": "766" + }, + { + "name": "Cat", + "id": "768" + }, + { + "name": "Cat", + "id": "769" + }, + { + "name": "Cat", + "id": "770" + }, + { + "name": "Cat", + "id": "771" + }, + { + "name": "Cat", + "id": "772" + }, + { + "name": "Cat", + "id": "773" + }, + { + "name": "Overgrown cat", + "id": "774" + }, + { + "name": "Overgrown cat", + "id": "775" + }, + { + "name": "Overgrown cat", + "id": "776" + }, + { + "name": "Overgrown cat", + "id": "777" + }, + { + "name": "Overgrown cat", + "id": "779" + }, + { + "name": "Gertrude", + "id": "780" + }, + { + "name": "Philop", + "id": "782" + }, + { + "name": "Kanel", + "id": "784" + }, + { + "examine": "A diligent guard.", + "name": "Garv", + "id": "788" + }, + { + "examine": "A rough looking thief.", + "name": "Grubor", + "id": "789" + }, + { + "name": "Seth", + "id": "791" + }, + { + "examine": "Looks like he's been in the wars.", + "name": "Grip", + "id": "792" + }, + { + "name": "Helemos", + "id": "797" + }, + { + "examine": "His job doesn't look very fun...", + "name": "Pierre", + "id": "807" + }, + { + "examine": "He looks kind of stuck up...", + "name": "Hobbes", + "id": "808" + }, + { + "examine": "She looks like she enjoys her job.", + "name": "Louisa", + "id": "809" + }, + { + "examine": "She looks very nervous...", + "name": "Mary", + "id": "810" + }, + { + "examine": "He looks like he spends a lot of time outdoor.", + "name": "Stanford", + "id": "811" + }, + { + "examine": "She's dressed in a red top and green trousers.", + "name": "Anna", + "id": "814" + }, + { + "examine": "He's dressed all in red.", + "name": "Bob", + "id": "815" + }, + { + "examine": "She's wearing a blue top and red trousers.", + "name": "Carol", + "id": "816" + }, + { + "examine": "He's dressed all in green.", + "name": "David", + "id": "817" + }, + { + "examine": "She's wearing a green top and blue trousers.", + "name": "Elizabeth", + "id": "818" + }, + { + "examine": "He's dressed all in blue.", + "name": "Frank", + "id": "819" + }, + { + "name": "Ana", + "id": "822" + }, + { + "name": "Ana", + "id": "823" + }, + { + "name": "Female slave", + "id": "824" + }, + { + "name": "Escaping slave", + "id": "826" + }, + { + "name": "Shanty Claws", + "id": "828" + }, + { + "name": "Mercenary Captain", + "id": "829" + }, + { + "name": "Al Shabim", + "id": "832" + }, + { + "name": "Horacio", + "id": "844" + }, + { + "examine": "A happening kind of guy!", + "name": "Kangai Mau", + "id": "846" + }, + { + "name": "Blurberry", + "id": "848" + }, + { + "name": "Barman", + "id": "849" + }, + { + "name": "Og", + "id": "853" + }, + { + "name": "Grew", + "id": "854" + }, + { + "name": "Toban", + "id": "855" + }, + { + "name": "Ogre guard", + "id": "857" + }, + { + "name": "Ogre guard", + "id": "860" + }, + { + "name": "Ogre guard", + "id": "861" + }, + { + "name": "Skavid", + "id": "865" + }, + { + "name": "Skavid", + "id": "866" + }, + { + "name": "Skavid", + "id": "867" + }, + { + "name": "Skavid", + "id": "868" + }, + { + "name": "Skavid", + "id": "869" + }, + { + "name": "Watchtower Wizard", + "id": "871" + }, + { + "name": "Ogre trader", + "id": "876" + }, + { + "name": "Weakened Delrith", + "id": "880" + }, + { + "examine": "The Carnillean family chef.", + "name": "Claus the chef", + "id": "886" + }, + { + "name": "Philipe Carnillean", + "id": "888" + }, + { + "examine": "Ceril Carnillean's wife.", + "name": "Henryeta Carnillean", + "id": "889" + }, + { + "examine": "The Carnellian family butler.", + "name": "Butler Jones", + "id": "890" + }, + { + "examine": "Leader of the Hazeel cult.", + "name": "Alomone", + "id": "891" + }, + { + "name": "Hazeel", + "id": "892" + }, + { + "name": "Nora T. Hagg", + "id": "896" + }, + { + "name": "Mouse", + "id": "901" + }, + { + "name": "Gundai", + "id": "902" + }, + { + "name": "Lundail", + "id": "903" + }, + { + "name": "Kolodion", + "id": "906" + }, + { + "name": "Ned", + "id": "918" + }, + { + "name": "Prince Ali", + "id": "921" + }, + { + "name": "Border Guard", + "id": "926" + }, + { + "name": "Fishing spot", + "id": "927" + }, + { + "name": "Gujuo", + "id": "928" + }, + { + "name": "Ungadulu", + "id": "929" + }, + { + "name": "Ungadulu", + "id": "930" + }, + { + "name": "Siegfried Erkle", + "id": "933" + }, + { + "name": "Viyeldi", + "id": "935" + }, + { + "name": "San Tojalon", + "id": "936" + }, + { + "name": "Irvig Senay", + "id": "937" + }, + { + "name": "Echned Zekin", + "id": "940" + }, + { + "name": "Fishing spot", + "id": "952" + }, + { + "name": "Banker", + "id": "953" + }, + { + "name": "Kardia", + "id": "992" + }, + { + "name": "Niloof", + "id": "994" + }, + { + "name": "Lord Iban", + "id": "1003" + }, + { + "name": "Hamid", + "id": "1008" + }, + { + "name": "Fycie", + "id": "1011" + }, + { + "name": "Bugs", + "id": "1012" + }, + { + "name": "Bloated Toad", + "id": "1014" + }, + { + "name": "Chompy bird", + "id": "1016" + }, + { + "name": "Baby impling", + "id": "1024" + }, + { + "name": "Banker", + "id": "1036" + }, + { + "name": "Rufus", + "id": "1038" + }, + { + "name": "Barker", + "id": "1039" + }, + { + "name": "Fidelio", + "id": "1040" + }, + { + "name": "Sbott", + "id": "1041" + }, + { + "name": "Roavar", + "id": "1042" + }, + { + "name": "Will o' the wisp", + "id": "1043" + }, + { + "name": "Drezel", + "id": "1047" + }, + { + "name": "Mime", + "id": "1056" + }, + { + "name": "Saba", + "id": "1070" + }, + { + "name": "Tenzing", + "id": "1071" + }, + { + "name": "Archer", + "id": "1075" + }, + { + "name": "Bob", + "id": "1091" + }, + { + "name": "Billy", + "id": "1093" + }, + { + "name": "Mountain goat", + "id": "1094" + }, + { + "name": "Eadgar", + "id": "1113" + }, + { + "name": "Godric", + "id": "1114" + }, + { + "name": "Kalphite Queen", + "id": "1159" + }, + { + "examine": "The imposing Chief of Tai Bwo Wannai.", + "name": "Timfraku", + "id": "1162" + }, + { + "examine": "A rather depressed looking fisherman.", + "name": "Tiadeche", + "id": "1163" + }, + { + "examine": "A rather depressed looking fisherman.", + "name": "Tiadeche", + "id": "1164" + }, + { + "name": "Tinsay", + "id": "1165" + }, + { + "name": "Tinsay", + "id": "1166" + }, + { + "examine": "A hunter who long ago succumbed to blood lust.", + "name": "Tamayu", + "id": "1167" + }, + { + "name": "Tamayu", + "id": "1168" + }, + { + "name": "Tamayu", + "id": "1169" + }, + { + "name": "Tamayu", + "id": "1170" + }, + { + "examine": "A crotchety old fisherman who doesn't like young whippersnappers.", + "name": "Lubufu", + "id": "1171" + }, + { + "name": "The Shaikahan", + "id": "1173" + }, + { + "name": "Fishing spot", + "id": "1174" + }, + { + "name": "Fishing spot", + "id": "1175" + }, + { + "name": "Fishing spot", + "id": "1177" + }, + { + "name": "Fishing spot", + "id": "1178" + }, + { + "examine": "A sea bird.", + "name": "Cormorant", + "id": "1180" + }, + { + "examine": "A sea bird.", + "name": "Pelican", + "id": "1181" + }, + { + "name": "Lord Iorwerth", + "id": "1182" + }, + { + "name": "Idris", + "id": "1186" + }, + { + "name": "Essyllt", + "id": "1187" + }, + { + "name": "Morvran", + "id": "1188" + }, + { + "name": "Fishing spot", + "id": "1189" + }, + { + "name": "Fishing spot", + "id": "1190" + }, + { + "name": "Fishing spot", + "id": "1191" + }, + { + "name": "Arianwyn", + "id": "1202" + }, + { + "name": "Tyras guard", + "id": "1205" + }, + { + "name": "Quartermaster", + "id": "1207" + }, + { + "name": "Spider", + "id": "1221" + }, + { + "name": "Mist", + "id": "1222" + }, + { + "name": "Vampyric hound", + "id": "1224" + }, + { + "name": "Tree", + "id": "1226" + }, + { + "name": "Fishing spot", + "id": "1236" + }, + { + "name": "Fishing spot", + "id": "1237" + }, + { + "name": "Fishing spot", + "id": "1238" + }, + { + "name": "Shade Spirit", + "id": "1242" + }, + { + "name": "Afflicted(Ulsquire)", + "id": "1251" + }, + { + "name": "Ulsquire Shauncy", + "id": "1252" + }, + { + "name": "Afflicted(Razmire)", + "id": "1253" + }, + { + "name": "Razmire Keelgan", + "id": "1254" + }, + { + "name": "Mort'ton Local", + "id": "1255" + }, + { + "name": "Mort'ton Local", + "id": "1256" + }, + { + "name": "Mort'ton local", + "id": "1259" + }, + { + "name": "Mort'ton local", + "id": "1260" + }, + { + "name": "Butterfly", + "id": "1280" + }, + { + "name": "Bjorn", + "id": "1284" + }, + { + "name": "Eldgrim", + "id": "1285" + }, + { + "name": "Askeladden", + "id": "1295" + }, + { + "name": "Town Guard", + "id": "1299" + }, + { + "name": "Freygerd", + "id": "1310" + }, + { + "name": "Lensa", + "id": "1311" + }, + { + "name": "Jennella", + "id": "1312" + }, + { + "name": "Gull", + "id": "1322" + }, + { + "name": "Gull", + "id": "1323" + }, + { + "name": "Gull", + "id": "1324" + }, + { + "name": "Gull", + "id": "1325" + }, + { + "name": "Fishing spot", + "id": "1331" + }, + { + "name": "Fishing spot", + "id": "1332" + }, + { + "name": "Fishing spot", + "id": "1333" + }, + { + "name": "Jossik", + "id": "1334" + }, + { + "name": "Jossik", + "id": "1335" + }, + { + "name": "Larrissa", + "id": "1336" + }, + { + "name": "Larrissa", + "id": "1337" + }, + { + "name": "Dagannoth mother", + "id": "1348" + }, + { + "name": "Dagannoth mother", + "id": "1349" + }, + { + "name": "Dagannoth mother", + "id": "1350" + }, + { + "name": "Queen Sigrid", + "id": "1359" + }, + { + "name": "Arnor", + "id": "1361" + }, + { + "name": "Haming", + "id": "1362" + }, + { + "name": "Moldof", + "id": "1363" + }, + { + "name": "Helga", + "id": "1364" + }, + { + "name": "Matilda", + "id": "1365" + }, + { + "name": "Ashild", + "id": "1366" + }, + { + "name": "Prince Brand", + "id": "1371" + }, + { + "name": "Princess Astrid", + "id": "1372" + }, + { + "name": "King Vargas", + "id": "1373" + }, + { + "name": "Advisor Ghrim", + "id": "1375" + }, + { + "name": "Halla", + "id": "1383" + }, + { + "name": "Yrsa", + "id": "1384" + }, + { + "name": "Thora", + "id": "1387" + }, + { + "name": "Fishing spot", + "id": "1399" + }, + { + "name": "Gull", + "id": "1400" + }, + { + "name": "Fishing spot", + "id": "1405" + }, + { + "name": "Fishing spot", + "id": "1406" + }, + { + "name": "Daero", + "id": "1407" + }, + { + "name": "Waydar", + "id": "1408" + }, + { + "name": "Waydar", + "id": "1409" + }, + { + "name": "Waydar", + "id": "1410" + }, + { + "name": "Garkor", + "id": "1411" + }, + { + "name": "Garkor", + "id": "1412" + }, + { + "name": "Lumo", + "id": "1413" + }, + { + "name": "Lumo", + "id": "1414" + }, + { + "name": "Bunkdo", + "id": "1415" + }, + { + "name": "Bunkdo", + "id": "1416" + }, + { + "name": "Carado", + "id": "1417" + }, + { + "name": "Carado", + "id": "1418" + }, + { + "name": "Karam", + "id": "1420" + }, + { + "name": "Karam", + "id": "1421" + }, + { + "name": "Karam", + "id": "1422" + }, + { + "name": "Bunkwicket", + "id": "1423" + }, + { + "name": "Waymottin", + "id": "1424" + }, + { + "name": "Zooknock", + "id": "1425" + }, + { + "name": "Zooknock", + "id": "1426" + }, + { + "name": "G.L.O. Caranock", + "id": "1428" + }, + { + "name": "Dugopul", + "id": "1429" + }, + { + "name": "Salenab", + "id": "1430" + }, + { + "name": "Trefaji", + "id": "1431" + }, + { + "name": "Aberab", + "id": "1432" + }, + { + "name": "Solihib", + "movement_radius": "1", + "id": "1433" + }, + { + "name": "Daga", + "id": "1434" + }, + { + "name": "Tutab", + "id": "1435" + }, + { + "name": "Ifaba", + "id": "1436" + }, + { + "name": "Hamab", + "id": "1437" + }, + { + "name": "Hafuba", + "id": "1438" + }, + { + "name": "Denadu", + "id": "1439" + }, + { + "name": "Lofu", + "id": "1440" + }, + { + "name": "Kruk", + "id": "1441" + }, + { + "name": "Awowogei", + "id": "1448" + }, + { + "name": "Uwogo", + "id": "1449" + }, + { + "name": "Muruwoi", + "id": "1450" + }, + { + "name": "Elder Guard", + "id": "1462" + }, + { + "name": "Bonzara", + "id": "1468" + }, + { + "name": "Foreman", + "id": "1470" + }, + { + "name": "Spider", + "id": "1474" + }, + { + "name": "Gorilla", + "id": "1482" + }, + { + "name": "Dummy", + "id": "1488" + }, + { + "name": "Dummy", + "id": "1489" + }, + { + "name": "Dummy", + "id": "1490" + }, + { + "name": "Dummy", + "id": "1491" + }, + { + "name": "Dummy", + "id": "1492" + }, + { + "name": "Dummy", + "id": "1493" + }, + { + "name": "Dummy", + "id": "1494" + }, + { + "name": "Dummy", + "id": "1495" + }, + { + "name": "Dummy", + "id": "1496" + }, + { + "name": "Dummy", + "id": "1497" + }, + { + "name": "Dummy", + "id": "1498" + }, + { + "name": "Dummy", + "id": "1499" + }, + { + "name": "Dummy", + "id": "1500" + }, + { + "name": "Dummy", + "id": "1501" + }, + { + "name": "Dummy", + "id": "1502" + }, + { + "name": "Dummy", + "id": "1503" + }, + { + "name": "Dummy", + "id": "1504" + }, + { + "name": "Dummy", + "id": "1505" + }, + { + "name": "Dummy", + "id": "1506" + }, + { + "name": "Dummy", + "id": "1507" + }, + { + "name": "Forester", + "id": "1508" + }, + { + "name": "Woman-at-arms", + "id": "1509" + }, + { + "name": "Apprentice", + "id": "1510" + }, + { + "name": "Ranger", + "id": "1511" + }, + { + "name": "Adventurer", + "id": "1512" + }, + { + "name": "Mage", + "id": "1513" + }, + { + "name": "Nail beast", + "id": "1515" + }, + { + "name": "Nail beast", + "id": "1522" + }, + { + "name": "Nail beast", + "id": "1523" + }, + { + "name": "Undead Lumberjack", + "id": "1525" + }, + { + "name": "Lanthus", + "id": "1526" + }, + { + "name": "Mine cart", + "id": "1527" + }, + { + "name": "Sheep", + "id": "1529" + }, + { + "name": "Rabbit", + "id": "1530" + }, + { + "name": "Loading crane", + "id": "1542" + }, + { + "name": "Innocent-looking key", + "id": "1543" + }, + { + "name": "Mine cart", + "id": "1544" + }, + { + "name": "Mine cart", + "id": "1545" + }, + { + "name": "Mine cart", + "id": "1546" + }, + { + "name": "Mine cart", + "id": "1547" + }, + { + "name": "Mine cart", + "id": "1548" + }, + { + "name": "Santa", + "id": "1552" + }, + { + "name": "Aga", + "id": "1554" + }, + { + "name": "Arrg", + "id": "1555" + }, + { + "name": "Ice wolf", + "id": "1559" + }, + { + "name": "Curpile Fyod", + "id": "1568" + }, + { + "name": "Veliaf Hurtz", + "id": "1569" + }, + { + "name": "Sani Piliu", + "id": "1570" + }, + { + "name": "Harold Evans", + "id": "1571" + }, + { + "name": "Radigad Ponfit", + "id": "1572" + }, + { + "name": "Polmafi Ferdygris", + "id": "1573" + }, + { + "name": "Ivan Strom", + "id": "1574" + }, + { + "name": "Skeleton Hellhound", + "id": "1575" + }, + { + "name": "Stranger", + "id": "1576" + }, + { + "name": "Vanstrom Klause", + "id": "1577" + }, + { + "name": "Mist", + "id": "1578" + }, + { + "name": "Vanstrom Klause", + "id": "1579" + }, + { + "name": "Vanstrom Klause", + "id": "1580" + }, + { + "name": "Vanstrom Klause", + "id": "1581" + }, + { + "examine": "Looks like he wants money.", + "name": "Saniboch", + "id": "1595" + }, + { + "name": "Vannaka", + "id": "1596" + }, + { + "name": "Cave crawler", + "id": "1599" + }, + { + "name": "Skullball", + "id": "1659" + }, + { + "name": "Agility Trainer", + "id": "1664" + }, + { + "name": "Dr Fenkenstrain", + "id": "1666" + }, + { + "name": "Fenkenstrain's Monster", + "id": "1671" + }, + { + "name": "Lord Rologarth", + "id": "1674" + }, + { + "name": "Eluned", + "id": "1679" + }, + { + "name": "Islwyn", + "id": "1680" + }, + { + "name": "Golrie", + "id": "1682" + }, + { + "name": "Velorina", + "id": "1683" + }, + { + "name": "Gravingas", + "id": "1685" + }, + { + "name": "Ak-Haranu", + "id": "1687" + }, + { + "name": "Undead cow", + "id": "1689" + }, + { + "name": "Robin", + "id": "1694" + }, + { + "name": "Johanhus Ulsbrecht", + "id": "1709" + }, + { + "name": "Tree", + "id": "1719" + }, + { + "name": "Tree", + "id": "1720" + }, + { + "name": "Tree", + "id": "1721" + }, + { + "name": "Dead tree", + "id": "1722" + }, + { + "name": "Dead tree", + "id": "1723" + }, + { + "name": "Dead tree", + "id": "1724" + }, + { + "name": "Dead tree", + "id": "1725" + }, + { + "name": "Dead tree", + "id": "1726" + }, + { + "name": "Dead tree", + "id": "1727" + }, + { + "name": "Dead tree", + "id": "1728" + }, + { + "name": "Dead tree", + "id": "1729" + }, + { + "name": "Dead tree", + "id": "1730" + }, + { + "name": "Dead tree", + "id": "1731" + }, + { + "name": "Dramen tree", + "id": "1732" + }, + { + "name": "Magic tree", + "id": "1734" + }, + { + "name": "Maple tree", + "id": "1735" + }, + { + "name": "Willow", + "id": "1736" + }, + { + "name": "Willow", + "id": "1737" + }, + { + "name": "Willow", + "id": "1738" + }, + { + "name": "Hollow tree", + "id": "1749" + }, + { + "name": "Hollow tree", + "id": "1750" + }, + { + "name": "Mounted terrorbird gnome", + "id": "1753" + }, + { + "name": "Crow", + "id": "1756" + }, + { + "name": "Sheep", + "id": "1762" + }, + { + "name": "Sheep", + "id": "1764" + }, + { + "name": "Sheep", + "id": "1765" + }, + { + "name": "Ilfeen", + "id": "1777" + }, + { + "name": "William", + "id": "1778" + }, + { + "name": "Ian", + "id": "1779" + }, + { + "name": "Larry", + "id": "1780" + }, + { + "name": "Darren", + "id": "1781" + }, + { + "name": "Edward", + "id": "1782" + }, + { + "name": "Neil", + "id": "1784" + }, + { + "name": "Simon", + "id": "1786" + }, + { + "name": "Sam", + "id": "1787" + }, + { + "name": "Lumdo", + "id": "1788" + }, + { + "name": "Bunkwicket", + "id": "1789" + }, + { + "name": "Waymottin", + "id": "1790" + }, + { + "name": "Jungle Tree", + "id": "1791" + }, + { + "name": "Jungle Tree", + "id": "1792" + }, + { + "name": "Tassie Slipcast", + "id": "1793" + }, + { + "name": "Phantuwti Fanstuwi Farsight", + "id": "1798" + }, + { + "name": "Tindel Marchant", + "id": "1799" + }, + { + "name": "Gnormadium Avlafrim", + "id": "1800" + }, + { + "name": "Petra Fiyed", + "id": "1801" + }, + { + "name": "Slagilith", + "id": "1804" + }, + { + "name": "Ragnar", + "id": "1808" + }, + { + "name": "Svidi", + "id": "1809" + }, + { + "name": "Jokul", + "id": "1810" + }, + { + "name": "The Kendal", + "id": "1811" + }, + { + "name": "Bald Headed Eagle", + "id": "1821" + }, + { + "name": "Frog", + "id": "1830" + }, + { + "name": "Easter Bunny", + "id": "1835" + }, + { + "name": "Dondakan the Dwarf", + "id": "1836" + }, + { + "name": "Dondakan the Dwarf", + "id": "1838" + }, + { + "name": "Dondakan the Dwarf", + "id": "1839" + }, + { + "name": "Rolad", + "id": "1841" + }, + { + "name": "Dwarven Boatman", + "id": "1845" + }, + { + "name": "Miodvetnir", + "id": "1847" + }, + { + "name": "Dernu", + "id": "1848" + }, + { + "name": "Derni", + "id": "1849" + }, + { + "name": "Brian", + "id": "1860" + }, + { + "name": "Ali Morrisane", + "id": "1862" + }, + { + "name": "Ali the Mayor", + "id": "1869" + }, + { + "name": "Bandit Leader", + "id": "1876" + }, + { + "name": "Bandit", + "id": "1879" + }, + { + "name": "Bandit", + "id": "1881" + }, + { + "name": "Sir Palomedes", + "id": "1882" + }, + { + "name": "Sir Palomedes", + "id": "1883" + }, + { + "examine": "A well dressed thief.", + "name": "Trobert", + "id": "1884" + }, + { + "name": "Villager", + "id": "1887" + }, + { + "name": "Villager", + "id": "1889" + }, + { + "name": "Villager", + "id": "1890" + }, + { + "name": "Villager", + "id": "1891" + }, + { + "name": "Villager", + "id": "1893" + }, + { + "name": "Villager", + "id": "1894" + }, + { + "name": "Villager", + "id": "1895" + }, + { + "name": "Villager", + "id": "1897" + }, + { + "name": "Villager", + "id": "1898" + }, + { + "name": "Menaphite Leader", + "id": "1899" + }, + { + "name": "Menaphite Thug", + "id": "1903" + }, + { + "name": "Broken clay golem", + "id": "1907" + }, + { + "name": "Damaged clay golem", + "id": "1909" + }, + { + "name": "Clay golem", + "id": "1910" + }, + { + "name": "Elissa", + "id": "1912" + }, + { + "name": "Eblis", + "id": "1922" + }, + { + "name": "Eblis", + "id": "1924" + }, + { + "name": "Bandit", + "id": "1927" + }, + { + "name": "Bandit", + "id": "1928" + }, + { + "name": "Bandit", + "id": "1929" + }, + { + "name": "Bandit", + "id": "1930" + }, + { + "name": "Troll child", + "id": "1932" + }, + { + "name": "Troll child", + "id": "1934" + }, + { + "name": "Mummy", + "id": "1957" + }, + { + "name": "Mummy", + "id": "1959" + }, + { + "name": "Mummy ashes", + "id": "1960" + }, + { + "name": "Mummy", + "id": "1966" + }, + { + "name": "Mummy", + "id": "1968" + }, + { + "name": "Azzanadra", + "id": "1970" + }, + { + "name": "Raetul", + "id": "1982" + }, + { + "name": "Siamun", + "id": "1983" + }, + { + "name": "High Priest", + "id": "1984" + }, + { + "name": "Priest", + "id": "1987" + }, + { + "name": "Priest", + "id": "1989" + }, + { + "name": "Sphinx", + "id": "1990" + }, + { + "name": "Neite", + "id": "1992" + }, + { + "name": "Vulture", + "id": "1996" + }, + { + "name": "Plague cow", + "id": "2000" + }, + { + "name": "Wanderer", + "id": "2002" + }, + { + "name": "Wanderer", + "id": "2006" + }, + { + "name": "Het", + "id": "2007" + }, + { + "name": "Apmeken", + "id": "2008" + }, + { + "name": "Scabaras", + "id": "2009" + }, + { + "name": "Crondis", + "id": "2010" + }, + { + "name": "Icthlarin", + "id": "2011" + }, + { + "name": "Klenter", + "id": "2013" + }, + { + "name": "Light creature", + "id": "2020" + }, + { + "name": "Light creature", + "id": "2022" + }, + { + "name": "Juna", + "id": "2023" + }, + { + "name": "Grish", + "id": "2038" + }, + { + "name": "Uglug Nar", + "id": "2039" + }, + { + "name": "Pilg", + "id": "2040" + }, + { + "name": "Grug", + "id": "2041" + }, + { + "name": "Ogre guard", + "id": "2042" + }, + { + "name": "Ogre guard", + "id": "2043" + }, + { + "name": "Zavistic Rarve", + "id": "2059" + }, + { + "name": "Sithik Ints", + "id": "2061" + }, + { + "name": "Sithik Ints", + "id": "2062" + }, + { + "name": "Gargh", + "id": "2063" + }, + { + "name": "Scarg", + "id": "2064" + }, + { + "name": "Gruh", + "id": "2065" + }, + { + "name": "Irwin Feaselbaum", + "id": "2066" + }, + { + "name": "Fishing spot", + "id": "2068" + }, + { + "name": "Sigmund", + "id": "2079" + }, + { + "name": "Sigmund", + "id": "2083" + }, + { + "name": "Mistag", + "id": "2084" + }, + { + "name": "Kazgar", + "id": "2085" + }, + { + "name": "Ur-tag", + "id": "2087" + }, + { + "name": "Duke Horacio", + "id": "2088" + }, + { + "name": "Mistag", + "id": "2089" + }, + { + "name": "Sigmund", + "id": "2090" + }, + { + "name": "Red Axe Secretary", + "id": "2099" + }, + { + "name": "Red Axe Director", + "id": "2107" + }, + { + "name": "Red Axe Cat", + "id": "2108" + }, + { + "name": "Trader", + "id": "2123" + }, + { + "name": "Trader", + "id": "2125" + }, + { + "name": "Supreme Commander", + "id": "2128" + }, + { + "name": "Commander Veldaban", + "id": "2129" + }, + { + "name": "Gnome emissary", + "id": "2137" + }, + { + "name": "Riki the sculptor's model", + "id": "2142" + }, + { + "name": "Riki the sculptor's model", + "id": "2144" + }, + { + "name": "Riki the sculptor's model", + "id": "2145" + }, + { + "name": "Riki the sculptor's model", + "id": "2146" + }, + { + "name": "Riki the sculptor's model", + "id": "2147" + }, + { + "name": "Riki the sculptor's model", + "id": "2148" + }, + { + "name": "Riki the sculptor's model", + "id": "2149" + }, + { + "name": "Riki the sculptor's model", + "id": "2150" + }, + { + "name": "Vigr", + "id": "2151" + }, + { + "name": "Santiri", + "id": "2152" + }, + { + "name": "Saro", + "id": "2153" + }, + { + "name": "Wemund", + "id": "2155" + }, + { + "name": "Randivor", + "id": "2156" + }, + { + "name": "Hervi", + "id": "2157" + }, + { + "name": "Gulldamar", + "id": "2159" + }, + { + "name": "Agmundi", + "id": "2161" + }, + { + "name": "Vermundi", + "id": "2162" + }, + { + "name": "Assistant", + "id": "2166" + }, + { + "name": "Dromund", + "id": "2169" + }, + { + "name": "Inn Keeper", + "id": "2176" + }, + { + "name": "Barman", + "id": "2179" + }, + { + "name": "Hegir", + "id": "2188" + }, + { + "name": "Haera", + "id": "2189" + }, + { + "name": "Reinald", + "id": "2194" + }, + { + "name": "Gauss", + "id": "2196" + }, + { + "name": "Myndill", + "id": "2197" + }, + { + "name": "Tombar", + "id": "2199" + }, + { + "name": "Odmar", + "id": "2200" + }, + { + "name": "Drunken Dwarf", + "id": "2204" + }, + { + "name": "Dwarven Miner", + "id": "2208" + }, + { + "name": "Dwarven Miner", + "id": "2209" + }, + { + "name": "Dwarven Miner", + "id": "2210" + }, + { + "name": "Dwarven Miner", + "id": "2211" + }, + { + "name": "Dwarven Miner", + "id": "2212" + }, + { + "name": "Dwarven Miner", + "id": "2213" + }, + { + "name": "Dwarven Miner", + "id": "2214" + }, + { + "name": "Dwarven Miner", + "id": "2215" + }, + { + "name": "Dwarven Miner", + "id": "2216" + }, + { + "name": "Dwarven Miner", + "id": "2217" + }, + { + "name": "Dwarven Miner", + "id": "2218" + }, + { + "name": "Purple Pewter Director", + "id": "2219" + }, + { + "name": "Purple Pewter Director", + "id": "2220" + }, + { + "name": "Blue Opal Director", + "id": "2221" + }, + { + "name": "Yellow Fortune Director", + "id": "2222" + }, + { + "name": "Green Gemstone Director", + "id": "2223" + }, + { + "name": "White Chisel Director", + "id": "2224" + }, + { + "name": "Silver Cog Director", + "id": "2225" + }, + { + "name": "Brown Engine Director", + "id": "2226" + }, + { + "name": "Red Axe Director", + "id": "2227" + }, + { + "name": "Commander Veldaban", + "id": "2228" + }, + { + "name": "Red Axe Cat", + "id": "2229" + }, + { + "name": "Red Axe Cat", + "id": "2230" + }, + { + "name": "Black Guard Berserker", + "id": "2231" + }, + { + "name": "Olivia", + "id": "2233" + }, + { + "name": "Donie", + "id": "2238" + }, + { + "name": "Pig", + "id": "2239" + }, + { + "name": "Gnome", + "id": "2251" + }, + { + "name": "Crow", + "id": "2252" + }, + { + "name": "Bed", + "id": "2254" + }, + { + "name": "Thing under the bed", + "id": "2255" + }, + { + "name": "Mage of Zamorak", + "id": "2257" + }, + { + "name": "Mage of Zamorak", + "id": "2259" + }, + { + "name": "Mage of Zamorak", + "id": "2260" + }, + { + "name": "Brian O'Richard", + "id": "2266" + }, + { + "name": "Rogue Guard", + "id": "2268" + }, + { + "name": "Martin Thwait", + "id": "2270" + }, + { + "name": "Spin Blades", + "id": "2273" + }, + { + "name": "Rug Merchant", + "id": "2295" + }, + { + "name": "Rug Merchant", + "id": "2297" + }, + { + "name": "Rug Station Attendant", + "id": "2299" + }, + { + "name": "Sarah", + "id": "2302" + }, + { + "name": "Vanessa", + "id": "2305" + }, + { + "name": "Richard", + "id": "2306" + }, + { + "name": "Alice", + "id": "2307" + }, + { + "name": "Capt' Arnav", + "id": "2308" + }, + { + "examine": "In his former life an expert brewer.", + "name": "Metarialus", + "id": "2322" + }, + { + "name": "Sick-looking sheep (1)", + "id": "2345" + }, + { + "name": "Sick-looking sheep (2)", + "id": "2346" + }, + { + "name": "Sick-looking sheep (3)", + "id": "2347" + }, + { + "name": "Sick-looking sheep (4)", + "id": "2348" + }, + { + "name": "Mourner", + "id": "2349" + }, + { + "name": "Mourner", + "id": "2350" + }, + { + "name": "Mourner", + "id": "2351" + }, + { + "name": "Eudav", + "id": "2352" + }, + { + "name": "Oronwen", + "id": "2353" + }, + { + "name": "Dalldav", + "id": "2356" + }, + { + "name": "Gethin", + "id": "2357" + }, + { + "name": "Arianwyn", + "id": "2358" + }, + { + "name": "Goreu", + "id": "2363" + }, + { + "name": "Ysgawyn", + "id": "2364" + }, + { + "name": "Arvel", + "id": "2365" + }, + { + "name": "Mawrth", + "id": "2366" + }, + { + "name": "Kelyn", + "id": "2367" + }, + { + "name": "Eoin", + "id": "2368" + }, + { + "name": "Iona", + "id": "2369" + }, + { + "name": "Gnome", + "id": "2370" + }, + { + "name": "Eluned", + "id": "2375" + }, + { + "name": "Sick-looking sheep (1)", + "id": "2377" + }, + { + "name": "Sick-looking sheep (2)", + "id": "2378" + }, + { + "name": "Sick-looking sheep (3)", + "id": "2379" + }, + { + "name": "Sick-looking sheep (4)", + "id": "2380" + }, + { + "name": "Cart conductor", + "id": "2403" + }, + { + "name": "Red Axe Director", + "id": "2410" + }, + { + "name": "Red Axe Director", + "id": "2411" + }, + { + "name": "Red Axe Henchman", + "id": "2412" + }, + { + "name": "Red Axe Henchman", + "id": "2413" + }, + { + "name": "Red Axe Henchman", + "id": "2414" + }, + { + "name": "Colonel Grimsson", + "id": "2415" + }, + { + "name": "Colonel Grimsson", + "id": "2416" + }, + { + "name": "Ogre shaman", + "id": "2417" + }, + { + "name": "Ogre shaman", + "id": "2418" + }, + { + "name": "Grunsh", + "id": "2419" + }, + { + "name": "Gnome emissary", + "id": "2420" + }, + { + "name": "Gnome companion", + "id": "2421" + }, + { + "name": "Gnome companion", + "id": "2422" + }, + { + "name": "Gunslik", + "id": "2424" + }, + { + "name": "Nolar", + "id": "2425" + }, + { + "name": "Factory Worker", + "id": "2426" + }, + { + "name": "Cart conductor", + "id": "2427" + }, + { + "name": "Gauss", + "id": "2428" + }, + { + "name": "Drunken Dwarf", + "id": "2429" + }, + { + "name": "Rowdy dwarf", + "id": "2430" + }, + { + "name": "Ulifed", + "id": "2431" + }, + { + "name": "Red Axe Henchman", + "id": "2432" + }, + { + "name": "Red Axe Henchman", + "id": "2433" + }, + { + "name": "Ogre shaman", + "id": "2434" + }, + { + "name": "Jarvald", + "id": "2435" + }, + { + "name": "Jarvald", + "id": "2437" + }, + { + "name": "Jarvald", + "id": "2438" + }, + { + "name": "Door-support", + "id": "2440" + }, + { + "name": "Door", + "id": "2441" + }, + { + "name": "Door", + "id": "2442" + }, + { + "name": "Door", + "id": "2444" + }, + { + "name": "Door", + "id": "2445" + }, + { + "name": "Door-support", + "id": "2446" + }, + { + "name": "Door", + "id": "2447" + }, + { + "name": "Door", + "id": "2448" + }, + { + "name": "Egg", + "id": "2449" + }, + { + "name": "Egg", + "id": "2450" + }, + { + "name": "Egg", + "id": "2451" + }, + { + "name": "Freaky Forester", + "id": "2458" + }, + { + "name": "Frog", + "id": "2469" + }, + { + "name": "Frog", + "id": "2470" + }, + { + "name": "Frog", + "id": "2471" + }, + { + "name": "Frog", + "id": "2472" + }, + { + "name": "Frog", + "id": "2473" + }, + { + "name": "Frog prince", + "id": "2474" + }, + { + "name": "Frog princess", + "id": "2475" + }, + { + "name": "Evil Bob", + "id": "2478" + }, + { + "name": "Servant", + "id": "2480" + }, + { + "name": "Bush snake", + "id": "2483" + }, + { + "name": "Broodoo victim", + "id": "2498" + }, + { + "name": "Broodoo victim", + "id": "2500" + }, + { + "name": "Broodoo victim", + "id": "2502" + }, + { + "name": "Sharimika", + "id": "2504" + }, + { + "name": "Mamma Bufetta", + "id": "2507" + }, + { + "name": "Layleen", + "id": "2510" + }, + { + "name": "Karaday", + "id": "2513" + }, + { + "name": "Safta Doc", + "id": "2516" + }, + { + "name": "Gabooty", + "id": "2519" + }, + { + "name": "Fanellaman", + "id": "2522" + }, + { + "name": "Jagbakoba", + "id": "2525" + }, + { + "name": "Murcaily", + "id": "2528" + }, + { + "name": "Rionasta", + "id": "2531" + }, + { + "name": "Mahogany", + "id": "2534" + }, + { + "name": "Teak", + "id": "2535" + }, + { + "name": "Niles", + "id": "2536" + }, + { + "name": "Miles", + "id": "2537" + }, + { + "name": "Giles", + "id": "2538" + }, + { + "name": "Dr Jekyll", + "id": "2540" + }, + { + "name": "Mr Hyde", + "id": "2541" + }, + { + "name": "Mr Hyde", + "id": "2542" + }, + { + "name": "Mr Hyde", + "id": "2543" + }, + { + "name": "Mr Hyde", + "id": "2544" + }, + { + "name": "Mr Hyde", + "id": "2545" + }, + { + "name": "Mr Hyde", + "id": "2546" + }, + { + "name": "Blackjack seller", + "id": "2548" + }, + { + "name": "Dwarven Miner", + "id": "2550" + }, + { + "name": "Dwarven Miner", + "id": "2551" + }, + { + "name": "Dwarven Miner", + "id": "2552" + }, + { + "name": "Tin ore", + "id": "2554" + }, + { + "name": "Copper ore", + "id": "2555" + }, + { + "name": "Iron ore", + "id": "2556" + }, + { + "name": "Mithril ore", + "id": "2557" + }, + { + "name": "Adamantite ore", + "id": "2558" + }, + { + "name": "Runite ore", + "id": "2559" + }, + { + "name": "Silver ore", + "id": "2560" + }, + { + "name": "Gold ore", + "id": "2561" + }, + { + "name": "Coal", + "id": "2562" + }, + { + "name": "Perfect gold ore", + "id": "2563" + }, + { + "name": "Wise Old Man", + "id": "2566" + }, + { + "name": "Wise Old Man", + "id": "2567" + }, + { + "name": "Banker", + "id": "2568" + }, + { + "name": "Banker", + "id": "2569" + }, + { + "name": "Banker", + "id": "2570" + }, + { + "name": "Pillory Guard", + "id": "2573" + }, + { + "name": "Purepker895", + "id": "2575" + }, + { + "name": "Qutiedoll", + "id": "2576" + }, + { + "name": "1337sp34kr", + "id": "2577" + }, + { + "name": "Elfinlocks", + "id": "2578" + }, + { + "name": "Cool Mom227", + "id": "2579" + }, + { + "name": "Ellamaria", + "id": "2581" + }, + { + "name": "Trolley", + "id": "2582" + }, + { + "name": "Trolley", + "id": "2583" + }, + { + "name": "Trolley", + "id": "2584" + }, + { + "name": "Billy, a guard of Falador", + "id": "2585" + }, + { + "name": "Bob, another guard of Falador", + "id": "2587" + }, + { + "name": "PKMaster0036", + "id": "2589" + }, + { + "name": "King Roald", + "id": "2590" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Jal", + "id": "2617" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Kah", + "id": "2618" + }, + { + "examine": "Maybe it'll guard my possessions.", + "name": "TzHaar-Ket-Zuh", + "id": "2619" + }, + { + "examine": "Wonder what it's making.", + "name": "TzHaar-Hur-Tel", + "id": "2620" + }, + { + "examine": "Wonder what it's making.", + "name": "TzHaar-Hur-Lek", + "id": "2622" + }, + { + "examine": "Another one of those mystic-types.", + "name": "TzHaar-Mej-Roh", + "id": "2623" + }, + { + "name": "TzHaar-Ket", + "id": "2624" + }, + { + "name": "TzHaar-Ket", + "id": "2625" + }, + { + "name": "Rocks", + "id": "2626" + }, + { + "name": "Tok-Xil", + "id": "2632" + }, + { + "name": "Wise Old Man", + "id": "2633" + }, + { + "name": "Bob", + "id": "2635" + }, + { + "name": "Bob", + "id": "2636" + }, + { + "name": "Sphinx", + "id": "2637" + }, + { + "name": "Neite", + "id": "2638" + }, + { + "name": "Robert the Strong", + "id": "2639" + }, + { + "name": "Odysseus", + "id": "2640" + }, + { + "name": "King Black Dragon", + "id": "2642" + }, + { + "name": "R4ng3rNo0b889", + "id": "2643" + }, + { + "name": "Love Cats", + "id": "2644" + }, + { + "name": "Love Cats", + "id": "2645" + }, + { + "name": "Neite", + "id": "2646" + }, + { + "name": "Bob", + "id": "2647" + }, + { + "name": "Beite", + "id": "2648" + }, + { + "name": "Gnome", + "id": "2649" + }, + { + "name": "Gnome", + "id": "2650" + }, + { + "name": "Odysseus", + "id": "2651" + }, + { + "name": "Neite", + "id": "2652" + }, + { + "name": "Unferth", + "id": "2654" + }, + { + "name": "Unferth", + "id": "2656" + }, + { + "name": "Unferth", + "id": "2657" + }, + { + "name": "Unferth", + "id": "2658" + }, + { + "name": "Unferth", + "id": "2659" + }, + { + "name": "Reldo", + "id": "2661" + }, + { + "name": "Lazy cat", + "id": "2662" + }, + { + "name": "Lazy cat", + "id": "2663" + }, + { + "name": "Lazy cat", + "id": "2664" + }, + { + "name": "Lazy cat", + "id": "2665" + }, + { + "name": "Lazy cat", + "id": "2666" + }, + { + "name": "Lazy cat", + "id": "2667" + }, + { + "name": "Wily cat", + "id": "2668" + }, + { + "name": "Wily cat", + "id": "2669" + }, + { + "name": "Wily cat", + "id": "2670" + }, + { + "name": "Wily cat", + "id": "2671" + }, + { + "name": "Wily cat", + "id": "2672" + }, + { + "name": "Wily cat", + "id": "2673" + }, + { + "name": "Make-over Mage", + "id": "2676" + }, + { + "examine": "So what can one do with a drunken sailor?", + "name": "Ahab", + "id": "2692" + }, + { + "name": "Seagull", + "id": "2708" + }, + { + "name": "Grum", + "id": "2719" + }, + { + "name": "Gerrant", + "id": "2720" + }, + { + "name": "Wydin", + "id": "2721" + }, + { + "name": "Fishing spot", + "id": "2722" + }, + { + "name": "Fishing spot", + "id": "2723" + }, + { + "name": "Fishing spot", + "id": "2724" + }, + { + "name": "Gull", + "id": "2727" + }, + { + "name": "Monk of Entrana", + "id": "2730" + }, + { + "name": "Solus Dellagar", + "id": "2747" + }, + { + "name": "Savant", + "id": "2748" + }, + { + "name": "Lord Daquarius", + "id": "2749" + }, + { + "name": "Solus Dellagar", + "id": "2750" + }, + { + "name": "Black Knight", + "id": "2751" + }, + { + "name": "Lord Daquarius", + "id": "2752" + }, + { + "name": "Mage of Zamorak", + "id": "2753" + }, + { + "name": "Mage of Zamorak", + "id": "2754" + }, + { + "name": "Mage of Zamorak", + "id": "2755" + }, + { + "name": "Woman", + "id": "2756" + }, + { + "name": "Black Knight", + "id": "2777" + }, + { + "name": "Black Knight", + "id": "2778" + }, + { + "name": "Solus Dellagar", + "id": "2780" + }, + { + "name": "Gnome guard", + "id": "2781" + }, + { + "name": "Thorgel", + "id": "2788" + }, + { + "name": "Pillory Guard", + "id": "2791" + }, + { + "name": "Tramp", + "id": "2793" + }, + { + "name": "Tramp", + "id": "2794" + }, + { + "name": "Skippy", + "id": "2795" + }, + { + "name": "Skippy", + "id": "2797" + }, + { + "name": "Skippy", + "id": "2798" + }, + { + "name": "Skippy", + "id": "2799" + }, + { + "name": "A pile of broken glass", + "id": "2800" + }, + { + "name": "Alice the Camel", + "id": "2813" + }, + { + "name": "Ali the Smith", + "id": "2816" + }, + { + "name": "Ali the Farmer", + "id": "2821" + }, + { + "name": "Ali the Tailor", + "id": "2822" + }, + { + "name": "Ali the Guard", + "id": "2823" + }, + { + "name": "Davey", + "id": "2829" + }, + { + "name": "Fishing spot", + "id": "2859" + }, + { + "name": "Death", + "id": "2862" + }, + { + "name": "Most of a Zombie", + "id": "2864" + }, + { + "name": "Most of a Zombie", + "id": "2865" + }, + { + "name": "Most of a Zombie", + "id": "2867" + }, + { + "name": "Zombie Head", + "id": "2868" + }, + { + "name": "Half-Zombie", + "id": "2870" + }, + { + "name": "Other Half-Zombie", + "id": "2871" + }, + { + "name": "Child", + "id": "2872" + }, + { + "name": "Child", + "id": "2873" + }, + { + "name": "Child", + "id": "2874" + }, + { + "name": "Child", + "id": "2875" + }, + { + "name": "Child", + "id": "2876" + }, + { + "name": "Child", + "id": "2877" + }, + { + "name": "Bardur", + "id": "2879" + }, + { + "name": "Wallasalki", + "id": "2884" + }, + { + "name": "Suspicious water", + "id": "2891" + }, + { + "name": "Suspicious water", + "id": "2893" + }, + { + "name": "Suspicious water", + "id": "2895" + }, + { + "name": "Father Reen", + "id": "2897" + }, + { + "name": "Father Reen", + "id": "2900" + }, + { + "name": "Father Badden", + "id": "2901" + }, + { + "name": "Father Badden", + "id": "2903" + }, + { + "name": "Denath", + "id": "2904" + }, + { + "name": "Denath", + "id": "2905" + }, + { + "name": "Eric", + "id": "2906" + }, + { + "name": "Eric", + "id": "2907" + }, + { + "name": "Evil Dave", + "id": "2908" + }, + { + "name": "Evil Dave", + "id": "2910" + }, + { + "name": "Matthew", + "id": "2911" + }, + { + "name": "Matthew", + "id": "2912" + }, + { + "name": "Jennifer", + "id": "2913" + }, + { + "name": "Jennifer", + "id": "2914" + }, + { + "name": "Tanya", + "id": "2915" + }, + { + "name": "Tanya", + "id": "2916" + }, + { + "name": "Patrick", + "id": "2917" + }, + { + "name": "Patrick", + "id": "2918" + }, + { + "name": "Sand storm", + "id": "2920" + }, + { + "name": "Clay golem", + "id": "2922" + }, + { + "name": "Clay golem", + "id": "2928" + }, + { + "name": "Ghost", + "id": "2929" + }, + { + "name": "Jorral", + "id": "2932" + }, + { + "name": "Melina", + "id": "2933" + }, + { + "name": "Melina", + "id": "2935" + }, + { + "name": "Droalak", + "id": "2936" + }, + { + "name": "Droalak", + "id": "2938" + }, + { + "name": "Dron", + "id": "2939" + }, + { + "name": "Blanin", + "id": "2940" + }, + { + "name": "Pox", + "id": "2943" + }, + { + "name": "Pox", + "id": "2944" + }, + { + "examine": "Cracking personality.", + "name": "Grimesquit", + "id": "2946" + }, + { + "examine": "Lovely girl, shame about the smell.", + "name": "Phingspet", + "id": "2947" + }, + { + "name": "Felkrash", + "id": "2951" + }, + { + "name": "Ceril Carnillean", + "id": "2953" + }, + { + "name": "Councillor Halgrive", + "id": "2954" + }, + { + "name": "Spice seller", + "id": "2955" + }, + { + "name": "Fur trader", + "id": "2956" + }, + { + "name": "Gem merchant", + "id": "2957" + }, + { + "name": "Silk merchant", + "id": "2959" + }, + { + "name": "Zenesha", + "id": "2960" + }, + { + "name": "Ali Morrisane", + "id": "2961" + }, + { + "name": "Rat", + "id": "2974" + }, + { + "name": "Turbogroomer", + "id": "2983" + }, + { + "name": "Loki", + "id": "2985" + }, + { + "name": "Treacle", + "id": "2987" + }, + { + "name": "Claude", + "id": "2989" + }, + { + "name": "Rauborn", + "id": "2991" + }, + { + "name": "Vaeringk", + "id": "2992" + }, + { + "name": "Oxi", + "id": "2993" + }, + { + "name": "Fior", + "id": "2994" + }, + { + "name": "Sagira", + "id": "2995" + }, + { + "name": "Anleif", + "id": "2996" + }, + { + "name": "Gambler", + "id": "2999" + }, + { + "name": "Barman", + "id": "3000" + }, + { + "name": "Fishing spot", + "id": "3019" + }, + { + "name": "Rug Merchant", + "id": "3020" + }, + { + "name": "Nirrie", + "id": "3023" + }, + { + "name": "Tirrie", + "id": "3024" + }, + { + "name": "Hallak", + "id": "3025" + }, + { + "name": "Usi", + "id": "3031" + }, + { + "name": "Nkuku", + "id": "3032" + }, + { + "name": "Garai", + "id": "3033" + }, + { + "name": "Habibah", + "id": "3034" + }, + { + "name": "Meskhenet", + "id": "3035" + }, + { + "name": "Zahra", + "id": "3036" + }, + { + "name": "Zahur", + "id": "3037" + }, + { + "name": "Seddu", + "id": "3038" + }, + { + "name": "Kazemde", + "id": "3039" + }, + { + "name": "Tarik", + "id": "3041" + }, + { + "name": "Rokuh", + "id": "3045" + }, + { + "name": "Target", + "id": "3047" + }, + { + "name": "Target", + "id": "3048" + }, + { + "name": "Larxus", + "id": "3049" + }, + { + "name": "Dead Monk", + "id": "3076" + }, + { + "name": "High Priest", + "id": "3078" + }, + { + "name": "Assassin", + "id": "3081" + }, + { + "name": "Rosie", + "id": "3082" + }, + { + "name": "Sorcha", + "id": "3083" + }, + { + "name": "Cait", + "id": "3084" + }, + { + "name": "Cormac", + "id": "3085" + }, + { + "name": "Fionn", + "id": "3086" + }, + { + "name": "Donnacha", + "id": "3087" + }, + { + "name": "Ronan", + "id": "3088" + }, + { + "name": "Flying Book", + "id": "3093" + }, + { + "name": "Flying Book", + "id": "3095" + }, + { + "name": "Pizzaz Hat", + "id": "3096" + }, + { + "name": "Charmed Warrior", + "id": "3107" + }, + { + "name": "Bert", + "id": "3108" + }, + { + "name": "Sandy", + "id": "3110" + }, + { + "name": "Sandy", + "id": "3113" + }, + { + "name": "Mazion", + "id": "3114" + }, + { + "name": "Reeso", + "id": "3116" + }, + { + "name": "Prison Pete", + "id": "3118" + }, + { + "name": "Balloon Animal", + "id": "3119" + }, + { + "name": "Balloon Animal", + "id": "3120" + }, + { + "name": "Pyramid block", + "id": "3124" + }, + { + "name": "Pyramid block", + "id": "3125" + }, + { + "name": "Pentyn", + "id": "3126" + }, + { + "name": "Aristarchus", + "id": "3127" + }, + { + "name": "Boneguard", + "id": "3128" + }, + { + "name": "Pile of bones", + "id": "3130" + }, + { + "name": "Desert Spirit", + "id": "3131" + }, + { + "name": "Crust of ice", + "id": "3132" + }, + { + "name": "Furnace grate", + "id": "3134" + }, + { + "name": "Enakhra", + "id": "3136" + }, + { + "name": "Enakhra", + "id": "3138" + }, + { + "name": "Boneguard", + "id": "3139" + }, + { + "name": "Akthanakos", + "id": "3141" + }, + { + "name": "Akthanakos", + "id": "3142" + }, + { + "name": "Lazim", + "id": "3143" + }, + { + "name": "Enakhra", + "id": "3148" + }, + { + "name": "Akthanakos", + "id": "3149" + }, + { + "name": "Harpie Bug Swarm", + "id": "3152" + }, + { + "name": "Count Draynor", + "id": "3154" + }, + { + "name": "Bill Teach", + "id": "3156" + }, + { + "name": "Bill Teach", + "id": "3157" + }, + { + "name": "Bill Teach", + "id": "3158" + }, + { + "name": "Bill Teach", + "id": "3159" + }, + { + "name": "Bill Teach", + "id": "3160" + }, + { + "name": "Charley", + "id": "3161" + }, + { + "name": "Smith", + "id": "3162" + }, + { + "name": "Joe", + "id": "3163" + }, + { + "name": "Mama", + "id": "3164" + }, + { + "name": "Mama", + "id": "3165" + }, + { + "name": "Gull", + "id": "3197" + }, + { + "name": "Romily Weaklax", + "id": "3205" + }, + { + "name": "Priest", + "id": "3206" + }, + { + "name": "Pious Pete", + "id": "3207" + }, + { + "name": "Taper", + "id": "3208" + }, + { + "name": "Alrena", + "id": "3210" + }, + { + "name": "Alrena", + "id": "3211" + }, + { + "name": "Bravek", + "id": "3212" + }, + { + "name": "Tina", + "id": "3218" + }, + { + "name": "Hunding", + "id": "3254" + }, + { + "name": "Engineering assistant", + "id": "3281" + }, + { + "name": "Squirrel", + "id": "3284" + }, + { + "name": "Squirrel", + "id": "3285" + }, + { + "name": "Raccoon", + "id": "3287" + }, + { + "name": "Skeleton", + "id": "3289" + }, + { + "name": "Witch", + "id": "3292" + }, + { + "name": "Frog", + "id": "3300" + }, + { + "name": "Storm cloud", + "id": "3301" + }, + { + "name": "Fairy Nuff", + "id": "3303" + }, + { + "name": "Slim Louie", + "id": "3305" + }, + { + "name": "Fat Rocco", + "id": "3306" + }, + { + "name": "Zandar Horfyre", + "id": "3308" + }, + { + "name": "Sheep", + "id": "3311" + }, + { + "examine": "They're going to sing to you!", + "name": "Zanaris choir", + "id": "3312" + }, + { + "name": "Baby tanglefoot", + "id": "3314" + }, + { + "name": "Gatekeeper", + "id": "3321" + }, + { + "name": "Draul Leptoc", + "id": "3323" + }, + { + "name": "Martina Scorsby", + "id": "3326" + }, + { + "name": "Tarquin", + "id": "3328" + }, + { + "name": "Sigurd", + "id": "3329" + }, + { + "name": "Hari", + "id": "3330" + }, + { + "name": "Trees", + "id": "3332" + }, + { + "name": "Trees", + "id": "3333" + }, + { + "name": "Bullrush", + "id": "3335" + }, + { + "name": "Bullrush", + "id": "3336" + }, + { + "name": "Cave scenery", + "id": "3337" + }, + { + "name": "Cave scenery", + "id": "3338" + }, + { + "name": "Cave scenery", + "id": "3339" + }, + { + "name": "Genie", + "id": "3351" + }, + { + "name": "Mysterious Old Man", + "id": "3352" + }, + { + "name": "Swarm", + "id": "3353" + }, + { + "name": "Cap'n Hand", + "id": "3354" + }, + { + "name": "Rick Turpentine", + "id": "3355" + }, + { + "name": "Niles", + "id": "3356" + }, + { + "name": "Miles", + "id": "3357" + }, + { + "name": "Giles", + "id": "3358" + }, + { + "name": "Dr Jekyll", + "id": "3359" + }, + { + "name": "Mr Hyde", + "id": "3360" + }, + { + "name": "Mr Hyde", + "id": "3361" + }, + { + "name": "Mr Hyde", + "id": "3362" + }, + { + "name": "Mr Hyde", + "id": "3363" + }, + { + "name": "Mr Hyde", + "id": "3364" + }, + { + "name": "Mr Hyde", + "id": "3365" + }, + { + "name": "Sir Amik Varze", + "id": "3372" + }, + { + "name": "Sir Amik Varze", + "id": "3373" + }, + { + "name": "K'klik", + "id": "3377" + }, + { + "name": "Evil Dave", + "id": "3379" + }, + { + "name": "Doris", + "id": "3381" + }, + { + "name": "Gypsy", + "id": "3383" + }, + { + "name": "Gypsy", + "id": "3386" + }, + { + "name": "Culinaromancer", + "id": "3387" + }, + { + "name": "Osman", + "id": "3388" + }, + { + "name": "Sir Amik Varze", + "id": "3395" + }, + { + "name": "Awowogei", + "id": "3396" + }, + { + "name": "Awowogei", + "id": "3397" + }, + { + "name": "Skrach Uglogwee", + "id": "3398" + }, + { + "name": "Culinaromancer", + "id": "3399" + }, + { + "name": "An old Dwarf", + "id": "3401" + }, + { + "name": "Rohak", + "id": "3403" + }, + { + "name": "Pirate Pete", + "id": "3417" + }, + { + "name": "Fish", + "id": "3428" + }, + { + "name": "Fish", + "id": "3429" + }, + { + "name": "Fish", + "id": "3430" + }, + { + "name": "Fish", + "id": "3440" + }, + { + "name": "Fish", + "id": "3441" + }, + { + "name": "Fish", + "id": "3442" + }, + { + "name": "Fish", + "id": "3446" + }, + { + "name": "Fish", + "id": "3447" + }, + { + "name": "Fish", + "id": "3448" + }, + { + "name": "? ? ? ?", + "id": "3452" + }, + { + "name": "? ? ? ?", + "id": "3453" + }, + { + "name": "? ? ? ?", + "id": "3454" + }, + { + "name": "? ? ? ?", + "id": "3455" + }, + { + "name": "? ? ? ?", + "id": "3456" + }, + { + "name": "? ? ? ?", + "id": "3457" + }, + { + "name": "? ? ? ?", + "id": "3458" + }, + { + "name": "? ? ? ?", + "id": "3459" + }, + { + "name": "? ? ? ?", + "id": "3460" + }, + { + "name": "? ? ? ?", + "id": "3461" + }, + { + "name": "Skrach Uglogwee", + "id": "3462" + }, + { + "name": "Skrach Uglogwee", + "id": "3464" + }, + { + "name": "Nung", + "id": "3465" + }, + { + "name": "Ogre", + "id": "3466" + }, + { + "name": "Rantz", + "id": "3467" + }, + { + "name": "Rantz", + "id": "3468" + }, + { + "name": "Ogre boat", + "id": "3469" + }, + { + "name": "Ogre boat", + "id": "3472" + }, + { + "name": "Balloon Toad", + "id": "3473" + }, + { + "name": "Balloon Toad", + "id": "3474" + }, + { + "name": "Balloon Toad", + "id": "3475" + }, + { + "name": "Jubbly bird", + "id": "3477" + }, + { + "name": "King Awowogei", + "id": "3479" + }, + { + "name": "Mizaru", + "id": "3481" + }, + { + "name": "Kikazaru", + "id": "3482" + }, + { + "name": "Iwazaru", + "id": "3483" + }, + { + "name": "Culinaromancer", + "id": "3485" + }, + { + "name": "Culinaromancer", + "id": "3486" + }, + { + "name": "Culinaromancer", + "id": "3487" + }, + { + "name": "Culinaromancer", + "id": "3488" + }, + { + "name": "Culinaromancer", + "id": "3489" + }, + { + "name": "Culinaromancer", + "id": "3490" + }, + { + "name": "Culinaromancer", + "id": "3492" + }, + { + "name": "Overgrown hellcat", + "id": "3503" + }, + { + "name": "Hellcat", + "id": "3504" + }, + { + "name": "Hell-kitten", + "id": "3505" + }, + { + "name": "Lazy hellcat", + "id": "3506" + }, + { + "name": "Wily hellcat", + "id": "3507" + }, + { + "name": "Leo", + "id": "3508" + }, + { + "name": "Wiskit", + "id": "3510" + }, + { + "name": "Vampyre Juvinate", + "id": "3512" + }, + { + "name": "Vampyre Juvinate", + "id": "3515" + }, + { + "name": "Gadderanks", + "id": "3516" + }, + { + "name": "Gadderanks", + "id": "3518" + }, + { + "name": "Gadderanks", + "id": "3519" + }, + { + "name": "Vampyre Juvinate", + "id": "3520" + }, + { + "name": "Vampyre Juvinate", + "id": "3528" + }, + { + "name": "Vampyre Juvinate", + "id": "3529" + }, + { + "name": "Mist", + "id": "3530" + }, + { + "name": "Ivan Strom", + "id": "3535" + }, + { + "name": "Ivan Strom", + "id": "3536" + }, + { + "name": "Vampyre Juvinate", + "id": "3537" + }, + { + "name": "Vampyre Juvinate", + "id": "3538" + }, + { + "name": "Veliaf Hurtz", + "id": "3539" + }, + { + "name": "Elisabeta", + "id": "3540" + }, + { + "name": "Aurel", + "id": "3541" + }, + { + "name": "Sorin", + "id": "3542" + }, + { + "name": "Luscion", + "id": "3543" + }, + { + "name": "Sergiu", + "id": "3544" + }, + { + "name": "Radu", + "id": "3545" + }, + { + "name": "Grigore", + "id": "3546" + }, + { + "name": "Ileana", + "id": "3547" + }, + { + "name": "Valeria", + "id": "3548" + }, + { + "name": "Emilia", + "id": "3549" + }, + { + "name": "Florin", + "id": "3550" + }, + { + "name": "Catalina", + "id": "3551" + }, + { + "name": "Ivan", + "id": "3552" + }, + { + "name": "Victor", + "id": "3553" + }, + { + "name": "Helena", + "id": "3554" + }, + { + "name": "Teodor", + "id": "3555" + }, + { + "name": "Marius", + "id": "3556" + }, + { + "name": "Gabriela", + "id": "3557" + }, + { + "name": "Vladimir", + "id": "3558" + }, + { + "name": "Calin", + "id": "3559" + }, + { + "name": "Mihail", + "id": "3560" + }, + { + "name": "Nicoleta", + "id": "3561" + }, + { + "name": "Simona", + "id": "3562" + }, + { + "name": "Vasile", + "id": "3563" + }, + { + "name": "Razvan", + "id": "3564" + }, + { + "name": "Luminata", + "id": "3565" + }, + { + "name": "Cornelius", + "id": "3566" + }, + { + "name": "Cornelius", + "id": "3569" + }, + { + "name": "Benjamin", + "id": "3570" + }, + { + "name": "Liam", + "id": "3571" + }, + { + "name": "Miala", + "id": "3572" + }, + { + "name": "Verak", + "id": "3573" + }, + { + "name": "Fishing spot", + "id": "3574" + }, + { + "name": "Fishing spot", + "id": "3575" + }, + { + "name": "Juvinate", + "id": "3576" + }, + { + "name": "Juvinate", + "id": "3578" + }, + { + "name": "Tentacle", + "id": "3580" + }, + { + "name": "Troll", + "id": "3584" + }, + { + "name": "Tok-Xil", + "id": "3592" + }, + { + "name": "Rocnar", + "id": "3594" + }, + { + "name": "Toy Soldier", + "id": "3595" + }, + { + "name": "Toy Doll", + "id": "3596" + }, + { + "name": "Toy Mouse", + "id": "3597" + }, + { + "name": "Clockwork cat", + "id": "3598" + }, + { + "name": "Ghast", + "id": "3606" + }, + { + "name": "Ghast", + "id": "3607" + }, + { + "name": "Ghast", + "id": "3608" + }, + { + "name": "Ghast", + "id": "3609" + }, + { + "name": "Ghast", + "id": "3610" + }, + { + "name": "Ghast", + "id": "3611" + }, + { + "name": "Giant snail", + "id": "3612" + }, + { + "name": "Giant snail", + "id": "3613" + }, + { + "name": "Giant snail", + "id": "3614" + }, + { + "name": "Riyl shadow", + "id": "3615" + }, + { + "name": "Asyn shadow", + "id": "3616" + }, + { + "name": "Shade", + "id": "3617" + }, + { + "name": "Tentacle", + "id": "3621" + }, + { + "name": "Smiddi Ryak", + "id": "3623" + }, + { + "name": "Rolayne Twickit", + "id": "3625" + }, + { + "name": "Jayene Kliyn", + "id": "3627" + }, + { + "name": "Valantay Eppel", + "id": "3629" + }, + { + "name": "Dalcian Fang", + "id": "3631" + }, + { + "name": "Fyiona Fray", + "id": "3633" + }, + { + "name": "Abidor Crank", + "id": "3635" + }, + { + "name": "Spirit tree", + "id": "3636" + }, + { + "name": "Spirit tree", + "id": "3637" + }, + { + "name": "Launa", + "id": "3638" + }, + { + "name": "Launa", + "id": "3640" + }, + { + "name": "Brana", + "id": "3641" + }, + { + "name": "Mawnis Burowgar", + "id": "3642" + }, + { + "name": "Tolna", + "id": "3643" + }, + { + "name": "Tolna", + "id": "3644" + }, + { + "name": "Confusion beast", + "id": "3651" + }, + { + "name": "Confusion beast", + "id": "3652" + }, + { + "name": "Confusion beast", + "id": "3653" + }, + { + "name": "Confusion beast", + "id": "3654" + }, + { + "name": "Hopeless creature", + "id": "3656" + }, + { + "name": "Hopeless creature", + "id": "3657" + }, + { + "name": "Tolna", + "id": "3658" + }, + { + "name": "Tolna", + "id": "3659" + }, + { + "name": "Tolna", + "id": "3660" + }, + { + "name": "Hopeless beast", + "id": "3668" + }, + { + "name": "Hopeless beast", + "id": "3669" + }, + { + "name": "Sinister Stranger", + "id": "3677" + }, + { + "name": "Sinister Stranger", + "id": "3678" + }, + { + "name": "Vestri", + "id": "3679" + }, + { + "name": "Nigel", + "id": "3681" + }, + { + "name": "Egg", + "id": "3682" + }, + { + "name": "Egg", + "id": "3683" + }, + { + "name": "Egg", + "id": "3684" + }, + { + "name": "Egg", + "id": "3685" + }, + { + "name": "Chocolate kebbit", + "id": "3686" + }, + { + "name": "Chocolate kebbit", + "id": "3687" + }, + { + "name": "Easter Bunny", + "id": "3688" + }, + { + "name": "Egg", + "id": "3689" + }, + { + "name": "Egg", + "id": "3690" + }, + { + "name": "Egg", + "id": "3691" + }, + { + "name": "Egg", + "id": "3692" + }, + { + "name": "Egg", + "id": "3693" + }, + { + "name": "Egg", + "id": "3694" + }, + { + "name": "Volf Olafson", + "id": "3695" + }, + { + "name": "Ingrid Hradson", + "id": "3696" + }, + { + "name": "Boulder", + "id": "3708" + }, + { + "name": "Ulfric", + "id": "3710" + }, + { + "name": "Zanik", + "id": "3712" + }, + { + "name": "Sigmund", + "id": "3713" + }, + { + "name": "Zanik", + "id": "3714" + }, + { + "name": "Sigmund", + "id": "3716" + }, + { + "name": "Sigmund", + "id": "3717" + }, + { + "name": "Sigmund", + "id": "3718" + }, + { + "name": "Sigmund", + "id": "3719" + }, + { + "name": "Sigmund", + "id": "3720" + }, + { + "name": "Zanik", + "id": "3721" + }, + { + "name": "Zanik", + "id": "3722" + }, + { + "name": "General Bentnoze", + "id": "3723" + }, + { + "name": "General Wartface", + "id": "3724" + }, + { + "name": "Grubfoot", + "id": "3725" + }, + { + "name": "Arthur", + "id": "3778" + }, + { + "name": "Squire", + "id": "3780" + }, + { + "name": "Sir Palomedes", + "id": "3787" + }, + { + "name": "Void Knight", + "id": "3789" + }, + { + "name": "Fishing spot", + "id": "3803" + }, + { + "name": "Lieutenant Schepbur", + "id": "3817" + }, + { + "name": "Wise Old Man", + "id": "3820" + }, + { + "name": "Devin Mendelberg", + "id": "3825" + }, + { + "name": "George Laxmeister", + "id": "3826" + }, + { + "name": "Ramara du Croissant", + "id": "3827" + }, + { + "name": "Kathy Corkat", + "id": "3828" + }, + { + "name": "Kathy Corkat", + "id": "3831" + }, + { + "name": "Kalphite Queen", + "id": "3832" + }, + { + "name": "Drunken Dwarf", + "id": "3837" + }, + { + "name": "Wise Old Man", + "id": "3838" + }, + { + "name": "Wise Old Man", + "id": "3839" + }, + { + "name": "Sea troll", + "id": "3841" + }, + { + "name": "Sea troll", + "id": "3842" + }, + { + "name": "Skeleton Mage", + "id": "3844" + }, + { + "name": "Sea troll", + "id": "3845" + }, + { + "name": "Sea Troll General", + "id": "3846" + }, + { + "name": "Fishing spot", + "id": "3848" + }, + { + "name": "Skeleton Mage", + "id": "3850" + }, + { + "name": "Suspect", + "id": "3852" + }, + { + "name": "Suspect", + "id": "3853" + }, + { + "name": "Suspect", + "id": "3854" + }, + { + "name": "Suspect", + "id": "3855" + }, + { + "name": "Suspect", + "id": "3856" + }, + { + "name": "Suspect", + "id": "3857" + }, + { + "name": "Suspect", + "id": "3858" + }, + { + "name": "Suspect", + "id": "3859" + }, + { + "name": "Suspect", + "id": "3860" + }, + { + "name": "Suspect", + "id": "3861" + }, + { + "name": "Suspect", + "id": "3862" + }, + { + "name": "Suspect", + "id": "3863" + }, + { + "name": "Suspect", + "id": "3864" + }, + { + "name": "Suspect", + "id": "3865" + }, + { + "name": "Suspect", + "id": "3866" + }, + { + "name": "Suspect", + "id": "3867" + }, + { + "name": "Suspect", + "id": "3868" + }, + { + "name": "Suspect", + "id": "3869" + }, + { + "name": "Suspect", + "id": "3870" + }, + { + "name": "Suspect", + "id": "3871" + }, + { + "name": "Suspect", + "id": "3872" + }, + { + "name": "Suspect", + "id": "3873" + }, + { + "name": "Suspect", + "id": "3874" + }, + { + "name": "Suspect", + "id": "3875" + }, + { + "name": "Suspect", + "id": "3876" + }, + { + "name": "Suspect", + "id": "3877" + }, + { + "name": "Suspect", + "id": "3878" + }, + { + "name": "Suspect", + "id": "3879" + }, + { + "name": "Suspect", + "id": "3880" + }, + { + "name": "Suspect", + "id": "3881" + }, + { + "name": "Suspect", + "id": "3882" + }, + { + "name": "Suspect", + "id": "3883" + }, + { + "name": "Suspect", + "id": "3884" + }, + { + "name": "Suspect", + "id": "3885" + }, + { + "name": "Suspect", + "id": "3886" + }, + { + "name": "Suspect", + "id": "3887" + }, + { + "name": "Suspect", + "id": "3888" + }, + { + "name": "Suspect", + "id": "3889" + }, + { + "name": "Suspect", + "id": "3890" + }, + { + "name": "Suspect", + "id": "3891" + }, + { + "name": "Molly", + "id": "3892" + }, + { + "name": "Molly", + "id": "3893" + }, + { + "name": "Molly", + "id": "3894" + }, + { + "name": "Molly", + "id": "3895" + }, + { + "name": "Molly", + "id": "3896" + }, + { + "name": "Molly", + "id": "3897" + }, + { + "name": "Molly", + "id": "3898" + }, + { + "name": "Molly", + "id": "3899" + }, + { + "name": "Molly", + "id": "3900" + }, + { + "name": "Molly", + "id": "3901" + }, + { + "name": "Molly", + "id": "3902" + }, + { + "name": "Molly", + "id": "3903" + }, + { + "name": "Molly", + "id": "3904" + }, + { + "name": "Molly", + "id": "3905" + }, + { + "name": "Molly", + "id": "3906" + }, + { + "name": "Molly", + "id": "3907" + }, + { + "name": "Molly", + "id": "3908" + }, + { + "name": "Molly", + "id": "3909" + }, + { + "name": "Molly", + "id": "3910" + }, + { + "name": "Molly", + "id": "3911" + }, + { + "name": "Flippa", + "id": "3912" + }, + { + "name": "Tilt", + "id": "3913" + }, + { + "name": "Gardener", + "id": "3914" + }, + { + "name": "Prince Brand", + "id": "3918" + }, + { + "name": "Princess Astrid", + "id": "3919" + }, + { + "name": "Runa", + "id": "3920" + }, + { + "name": "Osvald", + "id": "3923" + }, + { + "name": "Runolf", + "id": "3924" + }, + { + "name": "Ingrid", + "id": "3926" + }, + { + "name": "Signy", + "id": "3928" + }, + { + "name": "Hild", + "id": "3929" + }, + { + "name": "Armod", + "id": "3930" + }, + { + "name": "Beigarth", + "id": "3931" + }, + { + "name": "Reinn", + "id": "3932" + }, + { + "name": "Thorodin", + "id": "3936" + }, + { + "name": "Hangman game", + "id": "3944" + }, + { + "name": "Hangman game", + "id": "3945" + }, + { + "name": "Hangman game", + "id": "3946" + }, + { + "name": "Hangman game", + "id": "3947" + }, + { + "name": "Hangman game", + "id": "3948" + }, + { + "name": "Hangman game", + "id": "3949" + }, + { + "name": "Hangman game", + "id": "3950" + }, + { + "name": "Hangman game", + "id": "3951" + }, + { + "name": "Hangman game", + "id": "3952" + }, + { + "name": "Hangman game", + "id": "3953" + }, + { + "name": "Treasure fairy", + "id": "3954" + }, + { + "name": "Jacky Jester", + "id": "3955" + }, + { + "name": "Combat stone", + "id": "3956" + }, + { + "name": "Combat stone", + "id": "3957" + }, + { + "name": "Combat stone", + "id": "3958" + }, + { + "name": "Combat stone", + "id": "3959" + }, + { + "name": "Combat stone", + "id": "3960" + }, + { + "name": "Combat stone", + "id": "3961" + }, + { + "name": "Combat stone", + "id": "3962" + }, + { + "name": "Combat stone", + "id": "3963" + }, + { + "name": "Combat stone", + "id": "3964" + }, + { + "name": "Combat stone", + "id": "3965" + }, + { + "name": "Combat stone", + "id": "3966" + }, + { + "name": "Combat stone", + "id": "3967" + }, + { + "name": "Combat stone", + "id": "3968" + }, + { + "name": "Combat stone", + "id": "3969" + }, + { + "name": "Combat stone", + "id": "3970" + }, + { + "name": "Combat stone", + "id": "3971" + }, + { + "name": "Combat stone", + "id": "3972" + }, + { + "name": "Combat stone", + "id": "3973" + }, + { + "name": "Combat stone", + "id": "3974" + }, + { + "name": "Combat stone", + "id": "3975" + }, + { + "name": "Combat stone", + "id": "3976" + }, + { + "name": "Combat stone", + "id": "3977" + }, + { + "name": "Combat stone", + "id": "3978" + }, + { + "name": "Combat stone", + "id": "3979" + }, + { + "name": "Combat stone", + "id": "3980" + }, + { + "name": "Combat stone", + "id": "3981" + }, + { + "name": "Combat stone", + "id": "3982" + }, + { + "name": "Combat stone", + "id": "3983" + }, + { + "name": "Combat stone", + "id": "3984" + }, + { + "name": "Combat stone", + "id": "3985" + }, + { + "name": "Combat stone", + "id": "3986" + }, + { + "name": "Combat stone", + "id": "3987" + }, + { + "name": "Combat stone", + "id": "3988" + }, + { + "name": "Combat stone", + "id": "3989" + }, + { + "name": "Combat stone", + "id": "3990" + }, + { + "name": "Combat stone", + "id": "3991" + }, + { + "name": "Combat stone", + "id": "3992" + }, + { + "name": "Combat stone", + "id": "3993" + }, + { + "name": "Combat stone", + "id": "3994" + }, + { + "name": "Combat stone", + "id": "3995" + }, + { + "name": "Combat stone", + "id": "3996" + }, + { + "name": "Combat stone", + "id": "3997" + }, + { + "name": "Combat stone", + "id": "3998" + }, + { + "name": "Combat stone", + "id": "3999" + }, + { + "name": "Combat stone", + "id": "4000" + }, + { + "name": "Combat stone", + "id": "4001" + }, + { + "name": "Combat stone", + "id": "4002" + }, + { + "name": "Combat stone", + "id": "4003" + }, + { + "name": "Combat stone", + "id": "4004" + }, + { + "name": "Combat stone", + "id": "4005" + }, + { + "name": "Combat stone", + "id": "4006" + }, + { + "name": "Combat stone", + "id": "4007" + }, + { + "name": "Combat stone", + "id": "4008" + }, + { + "name": "Combat stone", + "id": "4009" + }, + { + "name": "Combat stone", + "id": "4010" + }, + { + "name": "Combat stone", + "id": "4011" + }, + { + "name": "Combat stone", + "id": "4012" + }, + { + "name": "Combat stone", + "id": "4013" + }, + { + "name": "Combat stone", + "id": "4014" + }, + { + "name": "Combat stone", + "id": "4015" + }, + { + "name": "Combat stone", + "id": "4016" + }, + { + "name": "Combat stone", + "id": "4017" + }, + { + "name": "Combat stone", + "id": "4018" + }, + { + "name": "Combat stone", + "id": "4019" + }, + { + "name": "Combat stone", + "id": "4020" + }, + { + "name": "Elemental balance", + "id": "4021" + }, + { + "name": "Elemental balance", + "id": "4022" + }, + { + "name": "Elemental balance", + "id": "4023" + }, + { + "name": "Elemental balance", + "id": "4024" + }, + { + "name": "Elemental balance", + "id": "4025" + }, + { + "name": "Elemental balance", + "id": "4026" + }, + { + "name": "Elemental balance", + "id": "4027" + }, + { + "name": "Elemental balance", + "id": "4028" + }, + { + "name": "Elemental balance", + "id": "4029" + }, + { + "name": "Elemental balance", + "id": "4030" + }, + { + "name": "Elemental balance", + "id": "4031" + }, + { + "name": "Elemental balance", + "id": "4032" + }, + { + "name": "Elemental balance", + "id": "4033" + }, + { + "name": "Elemental balance", + "id": "4034" + }, + { + "name": "Elemental balance", + "id": "4035" + }, + { + "name": "Elemental balance", + "id": "4036" + }, + { + "name": "Elemental balance", + "id": "4037" + }, + { + "name": "Elemental balance", + "id": "4038" + }, + { + "name": "Elemental balance", + "id": "4039" + }, + { + "name": "Elemental balance", + "id": "4040" + }, + { + "name": "Elemental balance", + "id": "4041" + }, + { + "name": "Elemental balance", + "id": "4042" + }, + { + "name": "Elemental balance", + "id": "4043" + }, + { + "name": "Elemental balance", + "id": "4044" + }, + { + "name": "Elemental balance", + "id": "4045" + }, + { + "name": "Elemental balance", + "id": "4046" + }, + { + "name": "Elemental balance", + "id": "4047" + }, + { + "name": "Elemental balance", + "id": "4048" + }, + { + "name": "Elemental balance", + "id": "4049" + }, + { + "name": "Elemental balance", + "id": "4050" + }, + { + "name": "Elemental balance", + "id": "4051" + }, + { + "name": "Elemental balance", + "id": "4052" + }, + { + "name": "Elemental balance", + "id": "4053" + }, + { + "name": "Elemental balance", + "id": "4054" + }, + { + "name": "Elemental balance", + "id": "4055" + }, + { + "name": "Elemental balance", + "id": "4056" + }, + { + "name": "Elemental balance", + "id": "4057" + }, + { + "name": "Elemental balance", + "id": "4058" + }, + { + "name": "Elemental balance", + "id": "4059" + }, + { + "name": "Elemental balance", + "id": "4060" + }, + { + "name": "Elemental balance", + "id": "4061" + }, + { + "name": "Elemental balance", + "id": "4062" + }, + { + "name": "Elemental balance", + "id": "4063" + }, + { + "name": "Elemental balance", + "id": "4064" + }, + { + "name": "Elemental balance", + "id": "4065" + }, + { + "name": "Elemental balance", + "id": "4066" + }, + { + "name": "Elemental balance", + "id": "4067" + }, + { + "name": "Elemental balance", + "id": "4068" + }, + { + "name": "Elemental balance", + "id": "4069" + }, + { + "name": "Elemental balance", + "id": "4070" + }, + { + "name": "Elemental balance", + "id": "4071" + }, + { + "name": "Elemental balance", + "id": "4072" + }, + { + "name": "Elemental balance", + "id": "4073" + }, + { + "name": "Elemental balance", + "id": "4074" + }, + { + "name": "Elemental balance", + "id": "4075" + }, + { + "name": "Elemental balance", + "id": "4076" + }, + { + "name": "Elemental balance", + "id": "4077" + }, + { + "name": "Elemental balance", + "id": "4078" + }, + { + "name": "Elemental balance", + "id": "4079" + }, + { + "name": "Elemental balance", + "id": "4080" + }, + { + "name": "Elemental balance", + "id": "4081" + }, + { + "name": "Elemental balance", + "id": "4082" + }, + { + "name": "Elemental balance", + "id": "4083" + }, + { + "name": "Elemental balance", + "id": "4084" + }, + { + "name": "Elemental balance", + "id": "4085" + }, + { + "name": "Elemental balance", + "id": "4086" + }, + { + "name": "Elemental balance", + "id": "4087" + }, + { + "name": "Elemental balance", + "id": "4088" + }, + { + "name": "Elemental balance", + "id": "4089" + }, + { + "name": "Elemental balance", + "id": "4090" + }, + { + "name": "Elemental balance", + "id": "4091" + }, + { + "name": "Elemental balance", + "id": "4092" + }, + { + "name": "Elemental balance", + "id": "4093" + }, + { + "name": "Elemental balance", + "id": "4094" + }, + { + "name": "Elemental balance", + "id": "4095" + }, + { + "name": "Combat stone", + "id": "4096" + }, + { + "name": "Combat stone", + "id": "4097" + }, + { + "name": "Combat stone", + "id": "4098" + }, + { + "name": "Combat stone", + "id": "4099" + }, + { + "name": "Combat stone", + "id": "4100" + }, + { + "name": "Combat stone", + "id": "4101" + }, + { + "name": "Combat stone", + "id": "4102" + }, + { + "name": "Combat stone", + "id": "4103" + }, + { + "name": "Combat stone", + "id": "4104" + }, + { + "name": "Combat stone", + "id": "4105" + }, + { + "name": "Combat stone", + "id": "4106" + }, + { + "name": "Combat stone", + "id": "4107" + }, + { + "name": "Combat stone", + "id": "4108" + }, + { + "name": "Combat stone", + "id": "4109" + }, + { + "name": "Combat stone", + "id": "4110" + }, + { + "name": "Combat stone", + "id": "4111" + }, + { + "name": "Combat stone", + "id": "4112" + }, + { + "name": "Combat stone", + "id": "4113" + }, + { + "name": "Combat stone", + "id": "4114" + }, + { + "name": "Combat stone", + "id": "4115" + }, + { + "name": "Combat stone", + "id": "4116" + }, + { + "name": "Combat stone", + "id": "4117" + }, + { + "name": "Combat stone", + "id": "4118" + }, + { + "name": "Combat stone", + "id": "4119" + }, + { + "name": "Combat stone", + "id": "4120" + }, + { + "name": "Combat stone", + "id": "4121" + }, + { + "name": "Combat stone", + "id": "4122" + }, + { + "name": "Combat stone", + "id": "4123" + }, + { + "name": "Combat stone", + "id": "4124" + }, + { + "name": "Combat stone", + "id": "4125" + }, + { + "name": "Combat stone", + "id": "4126" + }, + { + "name": "Combat stone", + "id": "4127" + }, + { + "name": "Combat stone", + "id": "4128" + }, + { + "name": "Combat stone", + "id": "4129" + }, + { + "name": "Combat stone", + "id": "4130" + }, + { + "name": "Combat stone", + "id": "4131" + }, + { + "name": "Combat stone", + "id": "4132" + }, + { + "name": "Combat stone", + "id": "4133" + }, + { + "name": "Combat stone", + "id": "4134" + }, + { + "name": "Combat stone", + "id": "4135" + }, + { + "name": "Combat stone", + "id": "4136" + }, + { + "name": "Combat stone", + "id": "4137" + }, + { + "name": "Combat stone", + "id": "4138" + }, + { + "name": "Combat stone", + "id": "4139" + }, + { + "name": "Combat stone", + "id": "4140" + }, + { + "name": "Combat stone", + "id": "4141" + }, + { + "name": "Combat stone", + "id": "4142" + }, + { + "name": "Combat stone", + "id": "4143" + }, + { + "name": "Combat stone", + "id": "4144" + }, + { + "name": "Combat stone", + "id": "4145" + }, + { + "name": "Combat stone", + "id": "4146" + }, + { + "name": "Combat stone", + "id": "4147" + }, + { + "name": "Combat stone", + "id": "4148" + }, + { + "name": "Combat stone", + "id": "4149" + }, + { + "name": "Combat stone", + "id": "4150" + }, + { + "name": "Combat stone", + "id": "4151" + }, + { + "name": "Combat stone", + "id": "4152" + }, + { + "name": "Combat stone", + "id": "4153" + }, + { + "name": "Combat stone", + "id": "4154" + }, + { + "name": "Combat stone", + "id": "4155" + }, + { + "name": "Combat stone", + "id": "4156" + }, + { + "name": "Combat stone", + "id": "4157" + }, + { + "name": "Combat stone", + "id": "4158" + }, + { + "name": "Combat stone", + "id": "4159" + }, + { + "name": "Combat stone", + "id": "4160" + }, + { + "name": "Combat stone", + "id": "4161" + }, + { + "name": "Combat stone", + "id": "4162" + }, + { + "name": "Combat stone", + "id": "4163" + }, + { + "name": "Combat stone", + "id": "4164" + }, + { + "name": "Combat stone", + "id": "4165" + }, + { + "name": "Combat stone", + "id": "4166" + }, + { + "name": "Combat stone", + "id": "4167" + }, + { + "name": "Combat stone", + "id": "4168" + }, + { + "name": "Combat stone", + "id": "4169" + }, + { + "name": "Combat stone", + "id": "4170" + }, + { + "name": "Combat stone", + "id": "4171" + }, + { + "name": "Combat stone", + "id": "4172" + }, + { + "name": "Combat stone", + "id": "4173" + }, + { + "name": "Combat stone", + "id": "4174" + }, + { + "name": "Combat stone", + "id": "4175" + }, + { + "name": "Combat stone", + "id": "4176" + }, + { + "name": "Combat stone", + "id": "4177" + }, + { + "name": "Combat stone", + "id": "4178" + }, + { + "name": "Combat stone", + "id": "4179" + }, + { + "name": "Combat stone", + "id": "4180" + }, + { + "name": "Combat stone", + "id": "4181" + }, + { + "name": "Combat stone", + "id": "4182" + }, + { + "name": "Combat stone", + "id": "4183" + }, + { + "name": "Combat stone", + "id": "4184" + }, + { + "name": "Combat stone", + "id": "4185" + }, + { + "name": "Combat stone", + "id": "4186" + }, + { + "name": "Combat stone", + "id": "4187" + }, + { + "name": "Combat stone", + "id": "4188" + }, + { + "name": "Combat stone", + "id": "4189" + }, + { + "name": "Combat stone", + "id": "4190" + }, + { + "name": "Combat stone", + "id": "4191" + }, + { + "name": "Combat stone", + "id": "4192" + }, + { + "name": "Combat stone", + "id": "4193" + }, + { + "name": "Combat stone", + "id": "4194" + }, + { + "name": "Combat stone", + "id": "4195" + }, + { + "name": "Combat stone", + "id": "4196" + }, + { + "name": "Combat stone", + "id": "4197" + }, + { + "name": "Combat stone", + "id": "4198" + }, + { + "name": "Combat stone", + "id": "4199" + }, + { + "name": "Combat stone", + "id": "4200" + }, + { + "name": "Combat stone", + "id": "4201" + }, + { + "name": "Combat stone", + "id": "4202" + }, + { + "name": "Combat stone", + "id": "4203" + }, + { + "name": "Combat stone", + "id": "4204" + }, + { + "name": "Combat stone", + "id": "4205" + }, + { + "name": "Combat stone", + "id": "4206" + }, + { + "name": "Combat stone", + "id": "4207" + }, + { + "name": "Combat stone", + "id": "4208" + }, + { + "name": "Combat stone", + "id": "4209" + }, + { + "name": "Combat stone", + "id": "4210" + }, + { + "name": "Combat stone", + "id": "4211" + }, + { + "name": "Combat stone", + "id": "4212" + }, + { + "name": "Combat stone", + "id": "4213" + }, + { + "name": "Combat stone", + "id": "4214" + }, + { + "name": "Combat stone", + "id": "4215" + }, + { + "name": "Combat stone", + "id": "4216" + }, + { + "name": "Combat stone", + "id": "4217" + }, + { + "name": "Combat stone", + "id": "4218" + }, + { + "name": "Combat stone", + "id": "4219" + }, + { + "name": "Combat stone", + "id": "4220" + }, + { + "name": "Combat stone", + "id": "4221" + }, + { + "name": "Combat stone", + "id": "4222" + }, + { + "name": "Combat stone", + "id": "4223" + }, + { + "name": "Combat stone", + "id": "4224" + }, + { + "name": "Combat stone", + "id": "4225" + }, + { + "name": "Crawling hand", + "id": "4226" + }, + { + "name": "Left head", + "id": "4231" + }, + { + "name": "Middle head", + "id": "4232" + }, + { + "name": "Right head", + "id": "4233" + }, + { + "name": "Kalphite Queen", + "id": "4234" + }, + { + "name": "Rick", + "id": "4235" + }, + { + "name": "Maid", + "id": "4236" + }, + { + "name": "Cook", + "id": "4238" + }, + { + "name": "Butler", + "id": "4240" + }, + { + "name": "Demon butler", + "id": "4242" + }, + { + "name": "Chief servant", + "id": "4244" + }, + { + "name": "Guard", + "id": "4253" + }, + { + "name": "Buinn", + "id": "4277" + }, + { + "name": "Nardok", + "id": "4312" + }, + { + "name": "Dartog", + "id": "4313" + }, + { + "name": "Dwarf", + "id": "4315" + }, + { + "name": "H.A.M. Member", + "id": "4317" + }, + { + "name": "H.A.M. Member", + "id": "4319" + }, + { + "name": "Zanik", + "id": "4321" + }, + { + "name": "Zanik", + "id": "4323" + }, + { + "name": "Zanik", + "id": "4324" + }, + { + "name": "Light creature", + "id": "4325" + }, + { + "name": "Zanik", + "id": "4326" + }, + { + "name": "HAM member", + "id": "4327" + }, + { + "name": "Sigmund", + "id": "4328" + }, + { + "name": "Johanhus Ulsbrecht", + "id": "4330" + }, + { + "name": "Sigmund", + "id": "4331" + }, + { + "name": "Sigmund", + "id": "4332" + }, + { + "name": "Sigmund", + "id": "4333" + }, + { + "name": "Sigmund", + "id": "4334" + }, + { + "name": "Sigmund", + "id": "4335" + }, + { + "name": "Zanik", + "id": "4337" + }, + { + "name": "Zanik", + "id": "4338" + }, + { + "name": "Zanik", + "id": "4340" + }, + { + "name": "Zanik", + "id": "4341" + }, + { + "name": "Zanik", + "id": "4342" + }, + { + "name": "Crab", + "id": "4346" + }, + { + "name": "Cavey Davey", + "id": "4358" + }, + { + "name": "San Fan", + "id": "4360" + }, + { + "name": "Swarm", + "id": "4364" + }, + { + "name": "Blue Monkey", + "id": "4365" + }, + { + "name": "Parrot", + "id": "4374" + }, + { + "name": "Gate of War", + "id": "4377" + }, + { + "name": "Ricketty door", + "id": "4378" + }, + { + "name": "Oozing barrier", + "id": "4379" + }, + { + "name": "Portal of Death", + "id": "4380" + }, + { + "name": "Bee keeper", + "id": "4416" + }, + { + "name": "Bees!", + "id": "4417" + }, + { + "name": "Fairy Godfather", + "id": "4420" + }, + { + "name": "Fairy Queen", + "id": "4435" + }, + { + "name": "Fairy Very Wise", + "id": "4442" + }, + { + "name": "Fairy", + "id": "4444" + }, + { + "name": "Fairy", + "id": "4445" + }, + { + "name": "Fairy", + "id": "4446" + }, + { + "name": "Rabbit", + "id": "4447" + }, + { + "name": "Rabbit", + "id": "4448" + }, + { + "name": "Butterfly", + "id": "4449" + }, + { + "name": "Butterfly", + "id": "4450" + }, + { + "name": "Starflower", + "id": "4451" + }, + { + "name": "Starflower", + "id": "4452" + }, + { + "name": "Fairy Fixit", + "id": "4453" + }, + { + "name": "Ork", + "id": "4456" + }, + { + "name": "Fake Man", + "id": "4460" + }, + { + "name": "Held vampyre juvinate", + "id": "4461" + }, + { + "name": "Held vampyre juvinate", + "id": "4462" + }, + { + "name": "Angry juvinate", + "id": "4463" + }, + { + "name": "Angry juvinate", + "id": "4464" + }, + { + "name": "Angry juvinate", + "id": "4465" + }, + { + "name": "Benjamin", + "id": "4466" + }, + { + "name": "Liam", + "id": "4467" + }, + { + "name": "Miala", + "id": "4468" + }, + { + "name": "Verak", + "id": "4469" + }, + { + "name": "Bogrog", + "id": "4471" + }, + { + "name": "Woman", + "id": "4473" + }, + { + "name": "Ned", + "id": "4475" + }, + { + "name": "Annoyed guardian mummy", + "id": "4477" + }, + { + "name": "Tarik", + "id": "4478" + }, + { + "name": "General Bentnoze", + "id": "4493" + }, + { + "name": "Grubfoot", + "id": "4495" + }, + { + "name": "Grubfoot", + "id": "4497" + }, + { + "name": "Grubfoot", + "id": "4498" + }, + { + "name": "Scarab swarm", + "id": "4500" + }, + { + "name": "Ethereal Mimic", + "id": "4508" + }, + { + "name": "Baba Yaga", + "id": "4513" + }, + { + "name": "Pauline Polaris", + "id": "4514" + }, + { + "name": "Meteora", + "id": "4515" + }, + { + "name": "Melana Moonlander", + "id": "4516" + }, + { + "name": "Selene", + "id": "4517" + }, + { + "name": "Rimae Sirsalis", + "id": "4518" + }, + { + "name": "Sirsal Banker", + "id": "4519" + }, + { + "name": "Clan Guard", + "id": "4520" + }, + { + "name": "Enchanted Broom", + "id": "4522" + }, + { + "name": "Enchanted Broom", + "id": "4523" + }, + { + "name": "Enchanted Bucket", + "id": "4525" + }, + { + "name": "Bouquet Mac Hyacinth", + "id": "4526" + }, + { + "name": "Parrot", + "id": "4535" + }, + { + "name": "Lokar Searunner", + "id": "4536" + }, + { + "name": "Cabin boy", + "id": "4538" + }, + { + "name": "'Bird's-Eye' Jack", + "id": "4544" + }, + { + "name": "Palmer", + "id": "4552" + }, + { + "name": "'Betty' B.Boppin", + "id": "4553" + }, + { + "name": "Hirko", + "id": "4558" + }, + { + "name": "Holoy", + "id": "4559" + }, + { + "name": "Hura", + "id": "4563" + }, + { + "name": "Nick", + "id": "4569" + }, + { + "name": "Crow", + "id": "4570" + }, + { + "name": "Crow", + "id": "4571" + }, + { + "name": "Gianne jnr.", + "id": "4572" + }, + { + "name": "Timble", + "id": "4573" + }, + { + "name": "Tamble", + "id": "4574" + }, + { + "name": "Spang", + "id": "4575" + }, + { + "name": "Brambickle", + "id": "4576" + }, + { + "name": "Wingstone", + "id": "4577" + }, + { + "examine": "He looks like he's a long way from home.", + "name": "Penwie", + "id": "4578" + }, + { + "name": "Professor Manglethorp", + "id": "4583" + }, + { + "name": "Damwin", + "id": "4584" + }, + { + "name": "Professor Imblewyn", + "id": "4586" + }, + { + "name": "Perrdur", + "id": "4587" + }, + { + "name": "Dalila", + "id": "4588" + }, + { + "name": "Eebel", + "id": "4591" + }, + { + "name": "Ermin", + "id": "4592" + }, + { + "name": "Captain Lamdoo", + "id": "4596" + }, + { + "name": "Meegle", + "id": "4597" + }, + { + "name": "Wurbel", + "id": "4598" + }, + { + "name": "Sarble", + "id": "4599" + }, + { + "name": "Burkor", + "id": "4601" + }, + { + "name": "Froono", + "id": "4602" + }, + { + "name": "Brimstail", + "id": "4609" + }, + { + "name": "Gnome shop keeper", + "id": "4612" + }, + { + "name": "Cute creature", + "id": "4613" + }, + { + "name": "Cute creature", + "id": "4616" + }, + { + "name": "Evil creature", + "id": "4618" + }, + { + "name": "Cute creature", + "id": "4619" + }, + { + "name": "Evil creature", + "id": "4621" + }, + { + "name": "Cute creature", + "id": "4622" + }, + { + "name": "Evil creature", + "id": "4624" + }, + { + "name": "Cute creature", + "id": "4625" + }, + { + "name": "Evil creature", + "id": "4627" + }, + { + "name": "Cute creature", + "id": "4628" + }, + { + "name": "Evil creature", + "id": "4630" + }, + { + "name": "fluffie", + "id": "4631" + }, + { + "name": "fluffie", + "id": "4632" + }, + { + "name": "Oaknock the Engineer", + "id": "4644" + }, + { + "name": "King Healthorg", + "id": "4646" + }, + { + "name": "Hazelmere", + "id": "4647" + }, + { + "name": "Nisha", + "id": "4648" + }, + { + "name": "Tyras guard", + "id": "4649" + }, + { + "name": "Sir Prysin", + "id": "4657" + }, + { + "name": "Dark wizard", + "id": "4658" + }, + { + "name": "Denath", + "id": "4662" + }, + { + "name": "Denath", + "id": "4663" + }, + { + "name": "Wally", + "id": "4664" + }, + { + "name": "Vertida Sefalatis", + "id": "4709" + }, + { + "name": "Aeonisig Raispher", + "id": "4710" + }, + { + "name": "Safalaan", + "id": "4711" + }, + { + "name": "Sarius Guile", + "id": "4714" + }, + { + "name": "Meiyerditch citizen", + "id": "4727" + }, + { + "name": "Meiyerditch citizen", + "id": "4728" + }, + { + "name": "Meiyerditch citizen", + "id": "4729" + }, + { + "name": "Meiyerditch citizen", + "id": "4730" + }, + { + "name": "Meiyerditch citizen", + "id": "4731" + }, + { + "name": "Meiyerditch citizen", + "id": "4732" + }, + { + "name": "Meiyerditch citizen", + "id": "4742" + }, + { + "name": "Meiyerditch citizen", + "id": "4743" + }, + { + "name": "Meiyerditch citizen", + "id": "4744" + }, + { + "name": "Meiyerditch citizen", + "id": "4745" + }, + { + "name": "Meiyerditch miner", + "id": "4758" + }, + { + "name": "Meiyerditch miner", + "id": "4760" + }, + { + "name": "Meiyerditch miner", + "id": "4761" + }, + { + "name": "Shadowy figure", + "id": "4762" + }, + { + "name": "Shadowy figure", + "id": "4763" + }, + { + "name": "Shadowy figure", + "id": "4764" + }, + { + "name": "Stray dog", + "id": "4767" + }, + { + "name": "Cat", + "id": "4769" + }, + { + "name": "Boat", + "id": "4770" + }, + { + "name": "Boat", + "id": "4771" + }, + { + "name": "Held vampyre juvinate", + "id": "4781" + }, + { + "name": "Vampyre juvinate", + "id": "4782" + }, + { + "name": "Former vampyre", + "id": "4783" + }, + { + "name": "Former vampyre", + "id": "4784" + }, + { + "name": "Former vampyre", + "id": "4785" + }, + { + "name": "Former vampyre", + "id": "4786" + }, + { + "name": "Former vampyre", + "id": "4787" + }, + { + "name": "Former vampyre", + "id": "4788" + }, + { + "name": "Angry vampyre", + "id": "4790" + }, + { + "name": "Vanstrom Klause", + "id": "4791" + }, + { + "name": "Vanstrom Klause", + "id": "4792" + }, + { + "name": "Vanstrom Klause", + "id": "4794" + }, + { + "name": "Vanstrom Klause", + "id": "4795" + }, + { + "name": "Vanescula Drakan", + "id": "4797" + }, + { + "name": "Vanescula Drakan", + "id": "4798" + }, + { + "name": "Vanescula Drakan", + "id": "4799" + }, + { + "name": "Vanescula Drakan", + "id": "4800" + }, + { + "name": "Ranis Drakan", + "id": "4801" + }, + { + "name": "Ranis Drakan", + "id": "4802" + }, + { + "name": "Ranis Drakan", + "id": "4803" + }, + { + "name": "Ranis Drakan", + "id": "4804" + }, + { + "name": "Flying female vampire", + "id": "4809" + }, + { + "name": "Flying female vampire", + "id": "4846" + }, + { + "name": "Ezekial Lovecraft", + "id": "4853" + }, + { + "name": "Sarius Guile", + "id": "4857" + }, + { + "name": "Vanstrom Klause", + "id": "4862" + }, + { + "name": "Kennith", + "id": "4863" + }, + { + "name": "Kennith", + "id": "4864" + }, + { + "name": "Holgart", + "id": "4865" + }, + { + "name": "Holgart", + "id": "4867" + }, + { + "name": "Fisherman", + "id": "4869" + }, + { + "name": "Col. O'Niall", + "id": "4871" + }, + { + "name": "Col. O'Niall", + "id": "4873" + }, + { + "name": "Mayor Hobb", + "id": "4875" + }, + { + "name": "Brother Maledict", + "id": "4876" + }, + { + "name": "Brother Maledict", + "id": "4879" + }, + { + "name": "Witchaven villager", + "id": "4880" + }, + { + "name": "Witchaven villager", + "id": "4884" + }, + { + "name": "Witchaven villager", + "id": "4886" + }, + { + "name": "Witchaven villager", + "id": "4888" + }, + { + "name": "Mother Mallum", + "id": "4889" + }, + { + "name": "Giant lobster", + "id": "4891" + }, + { + "name": "Jeb", + "id": "4896" + }, + { + "name": "Sir Tinley", + "id": "4897" + }, + { + "name": "Smithing Tutor", + "id": "4905" + }, + { + "name": "Fishing spot", + "id": "4908" + }, + { + "name": "Jig cart", + "id": "4912" + }, + { + "name": "Jig cart", + "id": "4914" + }, + { + "name": "Jig cart", + "id": "4915" + }, + { + "name": "Jig cart", + "id": "4916" + }, + { + "name": "Jig cart", + "id": "4917" + }, + { + "name": "Jig cart", + "id": "4918" + }, + { + "name": "Abidor Crank", + "id": "4919" + }, + { + "name": "Ignatius Vulcan", + "id": "4946" + }, + { + "name": "My Arm", + "id": "4948" + }, + { + "name": "My Arm", + "id": "4949" + }, + { + "name": "My Arm", + "id": "4950" + }, + { + "name": "My Arm", + "id": "4958" + }, + { + "name": "My Arm", + "id": "4959" + }, + { + "name": "Adventurer", + "id": "4960" + }, + { + "name": "Captain Barnaby", + "id": "4961" + }, + { + "name": "Murcaily", + "id": "4963" + }, + { + "name": "Jagbakoba", + "id": "4964" + }, + { + "name": "Flies", + "id": "4966" + }, + { + "name": "Unnamed troll child", + "id": "4968" + }, + { + "name": "Drunken dwarf's leg", + "id": "4969" + }, + { + "name": "Baby Roc", + "id": "4970" + }, + { + "name": "Shadow", + "id": "4973" + }, + { + "name": "Captain Barnaby", + "id": "4974" + }, + { + "name": "Male slave", + "id": "4976" + }, + { + "name": "Female slave", + "id": "4978" + }, + { + "name": "Cart Camel", + "id": "4979" + }, + { + "name": "Mine Cart", + "id": "4980" + }, + { + "name": "Mine Cart", + "id": "4981" + }, + { + "name": "Ana", + "id": "4982" + }, + { + "name": "Mercenary", + "id": "4983" + }, + { + "name": "Irena", + "id": "4984" + }, + { + "name": "Gublinch", + "id": "5003" + }, + { + "name": "Gublinch", + "id": "5018" + }, + { + "name": "Gublinch", + "id": "5019" + }, + { + "name": "Jack", + "id": "5020" + }, + { + "name": "Jill", + "id": "5024" + }, + { + "name": "Jeff", + "id": "5025" + }, + { + "name": "Penance Fighter", + "id": "5044" + }, + { + "name": "Penance Fighter", + "id": "5045" + }, + { + "name": "Jack", + "id": "5046" + }, + { + "name": "Jill", + "id": "5047" + }, + { + "name": "Auguste", + "id": "5049" + }, + { + "name": "Auguste", + "id": "5050" + }, + { + "name": "Auguste", + "id": "5051" + }, + { + "name": "Auguste", + "id": "5052" + }, + { + "name": "Assistant Serf", + "id": "5053" + }, + { + "name": "Assistant Brock", + "id": "5054" + }, + { + "name": "Assistant Marrow", + "id": "5055" + }, + { + "name": "Assistant Le Smith", + "id": "5056" + }, + { + "name": "Assistant Stan", + "id": "5057" + }, + { + "name": "Bob", + "id": "5058" + }, + { + "name": "Curly", + "id": "5059" + }, + { + "name": "Moe", + "id": "5060" + }, + { + "name": "Larry", + "id": "5061" + }, + { + "name": "Shark", + "id": "5062" + }, + { + "name": "Shark", + "id": "5068" + }, + { + "name": "Shark", + "id": "5069" + }, + { + "name": "Tropical wagtail", + "id": "5070" + }, + { + "name": "Chinchompa", + "id": "5077" + }, + { + "name": "Matthias", + "id": "5090" + }, + { + "name": "Matthias", + "id": "5093" + }, + { + "name": "Gyr Falcon", + "id": "5094" + }, + { + "name": "Gyr Falcon", + "id": "5095" + }, + { + "name": "Gyr Falcon", + "id": "5096" + }, + { + "name": "Sabre-toothed kyatt", + "id": "5101" + }, + { + "name": "Aleck", + "id": "5110" + }, + { + "name": "Eagle", + "id": "5118" + }, + { + "name": "Eagle", + "id": "5121" + }, + { + "name": "Eagle", + "id": "5122" + }, + { + "name": "Eagle", + "id": "5123" + }, + { + "name": "Nickolaus", + "id": "5124" + }, + { + "name": "Nickolaus", + "id": "5127" + }, + { + "name": "Nickolaus", + "id": "5128" + }, + { + "name": "Nickolaus", + "id": "5129" + }, + { + "name": "Kebbit", + "id": "5134" + }, + { + "name": "Charlie", + "id": "5138" + }, + { + "name": "Boulder", + "id": "5139" + }, + { + "name": "Uri", + "id": "5141" + }, + { + "name": "Uri", + "id": "5142" + }, + { + "name": "Uri", + "id": "5143" + }, + { + "name": "Sheep", + "id": "5148" + }, + { + "name": "Sheep", + "id": "5149" + }, + { + "name": "Sheep", + "id": "5150" + }, + { + "name": "Sheep", + "id": "5151" + }, + { + "name": "Sheep", + "id": "5152" + }, + { + "name": "Sheep", + "id": "5153" + }, + { + "name": "Sheep", + "id": "5154" + }, + { + "name": "Sheep", + "id": "5155" + }, + { + "name": "Sheep", + "id": "5156" + }, + { + "name": "Sheep", + "id": "5157" + }, + { + "name": "Sheep", + "id": "5158" + }, + { + "name": "Sheep", + "id": "5159" + }, + { + "name": "Sheep", + "id": "5160" + }, + { + "name": "Sheep", + "id": "5161" + }, + { + "name": "Sheep", + "id": "5165" + }, + { + "name": "Ogre chieftain", + "id": "5174" + }, + { + "name": "Ogre shaman", + "id": "5175" + }, + { + "name": "Ogre shaman", + "id": "5177" + }, + { + "name": "Elkoy", + "id": "5179" + }, + { + "name": "Ogre shaman", + "id": "5180" + }, + { + "name": "Elkoy", + "id": "5182" + }, + { + "name": "Ogre shaman", + "id": "5183" + }, + { + "name": "Biggleswade", + "id": "5185" + }, + { + "name": "Ogre shaman", + "id": "5186" + }, + { + "name": "Ogre shaman", + "id": "5189" + }, + { + "name": "Blaze Sharpeye", + "id": "5191" + }, + { + "name": "Ogre shaman", + "id": "5192" + }, + { + "name": "Blaze Sharpeye", + "id": "5194" + }, + { + "name": "Witch", + "id": "5199" + }, + { + "name": "Alice's husband", + "id": "5201" + }, + { + "name": "Alice's husband", + "id": "5203" + }, + { + "name": "Alice's husband", + "id": "5205" + }, + { + "name": "Tree", + "id": "5206" + }, + { + "name": "Undead tree", + "id": "5208" + }, + { + "name": " Sneaky undead fowl", + "id": "5209" + }, + { + "name": "Cow1337killr", + "id": "5210" + }, + { + "name": "Alice", + "id": "5212" + }, + { + "name": "Penance Fighter", + "id": "5213" + }, + { + "name": "Penance Fighter", + "id": "5214" + }, + { + "name": "Penance Fighter", + "id": "5215" + }, + { + "name": "Penance Fighter", + "id": "5216" + }, + { + "name": "Penance Fighter", + "id": "5217" + }, + { + "name": "Penance Fighter", + "id": "5218" + }, + { + "name": "Penance Fighter", + "id": "5219" + }, + { + "name": "Penance Runner", + "id": "5220" + }, + { + "name": "Penance Runner", + "id": "5221" + }, + { + "name": "Penance Runner", + "id": "5222" + }, + { + "name": "Penance Runner", + "id": "5223" + }, + { + "name": "Penance Runner", + "id": "5224" + }, + { + "name": "Penance Runner", + "id": "5225" + }, + { + "name": "Penance Runner", + "id": "5226" + }, + { + "name": "Penance Runner", + "id": "5227" + }, + { + "name": "Penance Runner", + "id": "5228" + }, + { + "name": "Penance Ranger", + "id": "5230" + }, + { + "name": "Penance Ranger", + "id": "5231" + }, + { + "name": "Penance Ranger", + "id": "5232" + }, + { + "name": "Penance Ranger", + "id": "5233" + }, + { + "name": "Penance Ranger", + "id": "5234" + }, + { + "name": "Penance Ranger", + "id": "5235" + }, + { + "name": "Penance Ranger", + "id": "5236" + }, + { + "name": "Penance Healer", + "id": "5238" + }, + { + "name": "Penance Healer", + "id": "5239" + }, + { + "name": "Penance Healer", + "id": "5240" + }, + { + "name": "Penance Healer", + "id": "5241" + }, + { + "name": "Penance Healer", + "id": "5242" + }, + { + "name": "Penance Healer", + "id": "5243" + }, + { + "name": "Penance Healer", + "id": "5244" + }, + { + "name": "Penance Healer", + "id": "5245" + }, + { + "name": "Penance Healer", + "id": "5246" + }, + { + "name": "Locust rider", + "id": "5255" + }, + { + "name": "Locust rider", + "id": "5256" + }, + { + "name": "Banker", + "id": "5257" + }, + { + "name": "Banker", + "id": "5259" + }, + { + "name": "Stonemason", + "id": "5261" + }, + { + "name": "Nathifa", + "id": "5263" + }, + { + "name": "Urbi", + "id": "5265" + }, + { + "name": "Jamila", + "id": "5267" + }, + { + "name": "Sophanem guard", + "id": "5269" + }, + { + "name": "Sophanem guard", + "id": "5271" + }, + { + "name": "Sophanem guard", + "id": "5273" + }, + { + "name": "Sophanem guard", + "id": "5275" + }, + { + "name": "Coenus", + "id": "5278" + }, + { + "name": "Jex", + "id": "5279" + }, + { + "name": "Maisa", + "id": "5280" + }, + { + "name": "Osman", + "id": "5282" + }, + { + "name": "Osman", + "id": "5286" + }, + { + "name": "Osman", + "id": "5287" + }, + { + "name": "Embalmer", + "id": "5288" + }, + { + "name": "Carpenter", + "id": "5289" + }, + { + "name": "Linen worker", + "id": "5290" + }, + { + "name": "Priest", + "id": "5291" + }, + { + "name": "Giant scarab", + "id": "5292" + }, + { + "name": "Mummy ashes", + "id": "5360" + }, + { + "name": "Odovacar", + "id": "5383" + }, + { + "name": "Terror dog statue", + "id": "5415" + }, + { + "name": "Terror dog statue", + "id": "5416" + }, + { + "name": "Tarn", + "id": "5419" + }, + { + "name": "Larry", + "id": "5423" + }, + { + "name": "Larry", + "id": "5425" + }, + { + "name": "Larry", + "id": "5426" + }, + { + "name": "Penguin", + "id": "5427" + }, + { + "name": "Penguin", + "id": "5429" + }, + { + "name": "Penguin", + "id": "5430" + }, + { + "name": "KGP Guard", + "id": "5431" + }, + { + "name": "Pescaling Pax", + "id": "5432" + }, + { + "name": "Ping", + "id": "5433" + }, + { + "name": "Ping", + "id": "5434" + }, + { + "name": "Pong", + "id": "5435" + }, + { + "name": "Pong", + "id": "5436" + }, + { + "name": "Ping", + "id": "5437" + }, + { + "name": "Pong", + "id": "5438" + }, + { + "name": "Noodle", + "id": "5443" + }, + { + "name": "Penguin", + "id": "5445" + }, + { + "name": "Penguin suit", + "id": "5446" + }, + { + "name": "Penguin", + "id": "5449" + }, + { + "name": "Penguin", + "id": "5450" + }, + { + "name": "Penguin", + "id": "5451" + }, + { + "name": "Crusher", + "id": "5456" + }, + { + "name": "Crusher", + "id": "5457" + }, + { + "name": "Crusher", + "id": "5458" + }, + { + "name": "Crusher", + "id": "5459" + }, + { + "name": "Tree", + "id": "5460" + }, + { + "name": "Jungle Tree", + "id": "5461" + }, + { + "name": "Tolna", + "id": "5462" + }, + { + "name": "Honour guard", + "id": "5463" + }, + { + "name": "Honour guard", + "id": "5464" + }, + { + "name": "Fridleif Shieldson", + "id": "5465" + }, + { + "name": "Thakkrad Sigmundson", + "id": "5466" + }, + { + "name": "Iceberg", + "id": "5467" + }, + { + "name": "Iceberg", + "id": "5468" + }, + { + "name": "Arctic Pine", + "id": "5469" + }, + { + "name": "Fishing spot", + "id": "5470" + }, + { + "name": "Fishing spot", + "id": "5471" + }, + { + "name": "Bork Sigmundson", + "id": "5477" + }, + { + "name": "Mord Gunnars", + "id": "5481" + }, + { + "name": "Mord Gunnars", + "id": "5482" + }, + { + "name": "Miner", + "id": "5498" + }, + { + "name": "Grundt", + "id": "5502" + }, + { + "name": "Mawnis Burowgar", + "id": "5503" + }, + { + "name": "Mawnis Burowgar", + "id": "5504" + }, + { + "name": "Fridleif Shieldson", + "id": "5505" + }, + { + "name": "Thakkrad Sigmundson", + "id": "5506" + }, + { + "name": "Maria Gunnars", + "id": "5507" + }, + { + "name": "Maria Gunnars", + "id": "5508" + }, + { + "name": "Jofridr Mordstatter", + "id": "5509" + }, + { + "name": "Morten Holdstrom", + "id": "5510" + }, + { + "name": "Gunnar Holdstrom", + "id": "5511" + }, + { + "name": "Anne Isaakson", + "id": "5512" + }, + { + "name": "Lisse Isaakson", + "id": "5513" + }, + { + "name": "Kjedelig Uppsen", + "id": "5518" + }, + { + "name": "Trogen Konungarde", + "id": "5519" + }, + { + "name": "Slug Hemligssen", + "id": "5520" + }, + { + "name": "Ice troll grunt", + "id": "5528" + }, + { + "name": "Sorceress", + "id": "5530" + }, + { + "name": "Osman", + "id": "5560" + }, + { + "name": "Del-Monty", + "id": "5562" + }, + { + "name": "Bouncer", + "id": "5564" + }, + { + "name": "Bouncer", + "id": "5565" + }, + { + "name": "General Khazard", + "id": "5566" + }, + { + "name": "Scout", + "id": "5567" + }, + { + "name": "Scout", + "id": "5568" + }, + { + "name": "Scout", + "id": "5569" + }, + { + "name": "Scout", + "id": "5570" + }, + { + "name": "Effigy", + "id": "5573" + }, + { + "name": "Effigy", + "id": "5579" + }, + { + "name": "Bonafido", + "id": "5580" + }, + { + "name": "Homunculus", + "id": "5582" + }, + { + "name": "Homunculus", + "id": "5583" + }, + { + "name": "'Transmute' The Alchemist", + "id": "5585" + }, + { + "name": "'Transmute' The Alchemist", + "id": "5586" + }, + { + "name": "'Currency' The Alchemist", + "id": "5587" + }, + { + "name": "'Currency' The Alchemist", + "id": "5588" + }, + { + "name": "'The Guns'", + "id": "5592" + }, + { + "name": "Unicow", + "id": "5598" + }, + { + "name": "Elfinlocks", + "id": "5604" + }, + { + "name": "Clockwork cat", + "id": "5605" + }, + { + "name": "Clockwork cat", + "id": "5606" + }, + { + "name": "Rufus", + "id": "5612" + }, + { + "name": "Mi-Gor", + "id": "5613" + }, + { + "name": "Puffin", + "id": "5615" + }, + { + "name": "Brother Tranquility", + "id": "5616" + }, + { + "name": "Brother Tranquility", + "id": "5617" + }, + { + "name": "Brother Tranquility", + "id": "5618" + }, + { + "name": "Zombie monk", + "id": "5623" + }, + { + "name": "Zombie monk", + "id": "5624" + }, + { + "name": "Zombie monk", + "id": "5625" + }, + { + "name": "Zombie monk", + "id": "5626" + }, + { + "name": "Undead Lumberjack", + "id": "5667" + }, + { + "name": "Undead Lumberjack", + "id": "5679" + }, + { + "name": "Undead Lumberjack", + "id": "5681" + }, + { + "name": "Undead Lumberjack", + "id": "5682" + }, + { + "name": "Undead Lumberjack", + "id": "5683" + }, + { + "name": "Undead Lumberjack", + "id": "5684" + }, + { + "name": "Undead Lumberjack", + "id": "5685" + }, + { + "name": "Undead Lumberjack", + "id": "5686" + }, + { + "name": "Undead Lumberjack", + "id": "5687" + }, + { + "name": "Undead Lumberjack", + "id": "5688" + }, + { + "name": "Undead Lumberjack", + "id": "5689" + }, + { + "name": "Undead Lumberjack", + "id": "5690" + }, + { + "name": "Undead Lumberjack", + "id": "5691" + }, + { + "name": "Undead Lumberjack", + "id": "5692" + }, + { + "name": "Undead Lumberjack", + "id": "5693" + }, + { + "name": "Undead Lumberjack", + "id": "5694" + }, + { + "name": "Undead Lumberjack", + "id": "5695" + }, + { + "name": "Undead Lumberjack", + "id": "5696" + }, + { + "name": "Undead Lumberjack", + "id": "5697" + }, + { + "name": "Undead Lumberjack", + "id": "5698" + }, + { + "name": "Undead Lumberjack", + "id": "5699" + }, + { + "name": "Undead Lumberjack", + "id": "5700" + }, + { + "name": "Undead Lumberjack", + "id": "5701" + }, + { + "name": "Undead Lumberjack", + "id": "5702" + }, + { + "name": "Undead Lumberjack", + "id": "5703" + }, + { + "name": "Undead Lumberjack", + "id": "5704" + }, + { + "name": "Undead Lumberjack", + "id": "5705" + }, + { + "name": "Undead Lumberjack", + "id": "5706" + }, + { + "name": "Undead Lumberjack", + "id": "5707" + }, + { + "name": "Undead Lumberjack", + "id": "5708" + }, + { + "name": "Undead Lumberjack", + "id": "5709" + }, + { + "name": "Undead Lumberjack", + "id": "5710" + }, + { + "name": "Undead Lumberjack", + "id": "5711" + }, + { + "name": "Undead Lumberjack", + "id": "5712" + }, + { + "name": "Undead Lumberjack", + "id": "5713" + }, + { + "name": "Undead Lumberjack", + "id": "5714" + }, + { + "name": "Undead Lumberjack", + "id": "5715" + }, + { + "name": "Undead Lumberjack", + "id": "5716" + }, + { + "name": "Undead Lumberjack", + "id": "5717" + }, + { + "name": "Undead Lumberjack", + "id": "5718" + }, + { + "name": "Undead Lumberjack", + "id": "5719" + }, + { + "name": "Undead Lumberjack", + "id": "5720" + }, + { + "name": "Undead Lumberjack", + "id": "5721" + }, + { + "name": "Undead Lumberjack", + "id": "5722" + }, + { + "name": "Undead Lumberjack", + "id": "5723" + }, + { + "name": "Undead Lumberjack", + "id": "5724" + }, + { + "name": "Undead Lumberjack", + "id": "5725" + }, + { + "name": "Undead Lumberjack", + "id": "5726" + }, + { + "name": "Undead Lumberjack", + "id": "5727" + }, + { + "name": "Undead Lumberjack", + "id": "5728" + }, + { + "name": "Undead Lumberjack", + "id": "5729" + }, + { + "name": "Undead Lumberjack", + "id": "5730" + }, + { + "name": "Undead Lumberjack", + "id": "5731" + }, + { + "name": "Undead Lumberjack", + "id": "5732" + }, + { + "name": "Undead Lumberjack", + "id": "5733" + }, + { + "name": "Undead Lumberjack", + "id": "5734" + }, + { + "name": "Undead Lumberjack", + "id": "5735" + }, + { + "name": "Undead Lumberjack", + "id": "5736" + }, + { + "name": "Undead Lumberjack", + "id": "5737" + }, + { + "name": "Undead Lumberjack", + "id": "5738" + }, + { + "name": "Undead Lumberjack", + "id": "5739" + }, + { + "name": "Undead Lumberjack", + "id": "5740" + }, + { + "name": "Undead Lumberjack", + "id": "5741" + }, + { + "name": "Undead Lumberjack", + "id": "5742" + }, + { + "name": "Undead Lumberjack", + "id": "5743" + }, + { + "name": "Undead Lumberjack", + "id": "5744" + }, + { + "name": "Undead Lumberjack", + "id": "5745" + }, + { + "name": "Undead Lumberjack", + "id": "5746" + }, + { + "name": "Undead Lumberjack", + "id": "5747" + }, + { + "name": "Fishing spot", + "id": "5748" + }, + { + "name": "Fishing spot", + "id": "5749" + }, + { + "name": "Ur-zek", + "id": "5770" + }, + { + "name": "Ur-vass", + "id": "5771" + }, + { + "name": "Ur-taal", + "id": "5772" + }, + { + "name": "Ur-meg", + "id": "5773" + }, + { + "name": "Ur-lun", + "id": "5774" + }, + { + "name": "Ur-pel", + "id": "5775" + }, + { + "name": "Bartak", + "id": "5778" + }, + { + "name": "Turgall", + "id": "5779" + }, + { + "name": "Reldak", + "id": "5780" + }, + { + "name": "Miltog", + "id": "5781" + }, + { + "name": "Mernik", + "id": "5782" + }, + { + "name": "Gourmet", + "id": "5787" + }, + { + "name": "Gourmet", + "id": "5789" + }, + { + "name": "Gourmet", + "id": "5790" + }, + { + "name": "Gourmet", + "id": "5791" + }, + { + "name": "Turgok", + "id": "5792" + }, + { + "name": "Markog", + "id": "5793" + }, + { + "name": "Durgok", + "id": "5794" + }, + { + "name": "Tindar", + "id": "5795" + }, + { + "name": "Gundik", + "id": "5796" + }, + { + "name": "Zenkog", + "id": "5797" + }, + { + "name": "Lurgon", + "id": "5798" + }, + { + "name": "Ur-tag", + "id": "5799" + }, + { + "name": "Young 'un", + "id": "5802" + }, + { + "name": "Tyke", + "id": "5804" + }, + { + "name": "Nipper", + "id": "5806" + }, + { + "name": "Movario", + "id": "5825" + }, + { + "name": "Darve", + "id": "5826" + }, + { + "name": "Barlak", + "id": "5828" + }, + { + "name": "Rat Burgiss", + "id": "5830" + }, + { + "name": "Surok Magis", + "id": "5835" + }, + { + "name": "Zaff", + "id": "5836" + }, + { + "name": "Anna Jones", + "id": "5837" + }, + { + "name": "King Roald", + "id": "5838" + }, + { + "name": "Mishkal'un Dorn", + "id": "5839" + }, + { + "name": "Dakh'thoulan Aegis", + "id": "5840" + }, + { + "name": "Sil'as Dahcsnu", + "id": "5841" + }, + { + "name": "Bench", + "id": "5853" + }, + { + "name": "Zanik", + "id": "5857" + }, + { + "name": "Ur-tag", + "id": "5858" + }, + { + "name": "Sigmund and Zanik", + "id": "5862" + }, + { + "name": "Ambassador Alvijar", + "id": "5863" + }, + { + "name": "Tegdak", + "id": "5868" + }, + { + "name": "Zanik", + "id": "5869" + }, + { + "name": "Sergeant Mossfists", + "id": "5871" + }, + { + "name": "Sergeant Slimetoes", + "id": "5872" + }, + { + "name": "Cyrisus", + "id": "5887" + }, + { + "name": "Cyrisus", + "id": "5894" + }, + { + "name": "Cyrisus", + "id": "5895" + }, + { + "name": "Cyrisus", + "id": "5896" + }, + { + "name": "Cyrisus", + "id": "5897" + }, + { + "name": "'Bird's-Eye' Jack", + "id": "5898" + }, + { + "name": "The Inadequacy", + "id": "5899" + }, + { + "name": "The Illusive", + "id": "5907" + }, + { + "name": "Banker", + "id": "5912" + }, + { + "name": "Banker", + "id": "5913" + }, + { + "name": "Elsie", + "id": "5915" + }, + { + "name": "Stray dog", + "id": "5918" + }, + { + "name": "Barnabus Hurma", + "id": "5932" + }, + { + "name": "Marius Giste", + "id": "5933" + }, + { + "name": "Caden Azro", + "id": "5934" + }, + { + "name": "Thias Leacke", + "id": "5935" + }, + { + "name": "Sinco Doar", + "id": "5936" + }, + { + "name": "Tinse Torpe", + "id": "5937" + }, + { + "name": "Torrcs", + "id": "5939" + }, + { + "name": "Marfet", + "id": "5940" + }, + { + "name": "Museum guard", + "id": "5941" + }, + { + "name": "Museum guard", + "id": "5942" + }, + { + "name": "Museum guard", + "id": "5943" + }, + { + "name": "Schoolboy", + "id": "5946" + }, + { + "name": "Teacher and pupil", + "id": "5948" + }, + { + "name": "Schoolboy", + "id": "5949" + }, + { + "name": "Teacher", + "id": "5950" + }, + { + "name": "Schoolgirl", + "id": "5951" + }, + { + "name": "Workman", + "id": "5953" + }, + { + "name": "Workman", + "id": "5955" + }, + { + "name": "Schoolgirl", + "id": "5957" + }, + { + "name": "Ed Wood", + "id": "5964" + }, + { + "name": "Orlando Smith", + "id": "5965" + }, + { + "name": "Natural historian", + "id": "5967" + }, + { + "name": "Natural historian", + "id": "5968" + }, + { + "name": "Natural historian", + "id": "5969" + }, + { + "name": "Natural historian", + "id": "5970" + }, + { + "name": "Schoolgirl", + "id": "5983" + }, + { + "name": "Schoolgirl", + "id": "5984" + }, + { + "name": "Schoolgirl", + "id": "5985" + }, + { + "name": "Miazrqa", + "id": "5988" + }, + { + "name": "Grimgnash", + "id": "5989" + }, + { + "name": "Drain pipe", + "id": "5991" + }, + { + "name": "Mouse", + "id": "5995" + }, + { + "name": "Rupert the Beard", + "id": "5997" + }, + { + "name": "Rupert the Beard", + "id": "6000" + }, + { + "name": "Gnome", + "id": "6002" + }, + { + "name": "Winkin", + "id": "6003" + }, + { + "name": "Gnome", + "id": "6004" + }, + { + "name": "Cage", + "id": "6005" + }, + { + "name": "Immenizz", + "id": "6071" + }, + { + "name": "Cyclops", + "id": "6075" + }, + { + "name": "Captain Ned", + "id": "6082" + }, + { + "name": "Cabin boy Jenkins", + "id": "6085" + }, + { + "name": "Cabin boy Jenkins", + "id": "6086" + }, + { + "name": "Elvarg", + "id": "6087" + }, + { + "name": "Drake", + "id": "6114" + }, + { + "examine": "A man, learned in the ways of the stars.", + "name": "Observatory professor", + "id": "6119" + }, + { + "name": "Clothears", + "id": "6130" + }, + { + "name": "Town crier", + "id": "6138" + }, + { + "name": "Town crier", + "id": "6139" + }, + { + "name": "Sir Lucan", + "id": "6158" + }, + { + "name": "Sir Lancelot", + "id": "6160" + }, + { + "name": "Sir Bedivere", + "id": "6161" + }, + { + "name": "Sir Tristram", + "id": "6162" + }, + { + "name": "Sir Pelleas", + "id": "6163" + }, + { + "name": "Sir Gawain", + "id": "6164" + }, + { + "name": "Sir Kay", + "id": "6165" + }, + { + "name": "Sir Pelleas", + "id": "6166" + }, + { + "name": "Sir Gawain", + "id": "6167" + }, + { + "name": "Sir Kay", + "id": "6168" + }, + { + "name": "Sir Kay", + "id": "6171" + }, + { + "name": "Sir Gawain", + "id": "6172" + }, + { + "name": "Sir Lucan", + "id": "6173" + }, + { + "name": "Bandit", + "id": "6174" + }, + { + "name": "Sir Tristram", + "id": "6175" + }, + { + "name": "Sir Pelleas", + "id": "6176" + }, + { + "name": "Sir Bedivere", + "id": "6177" + }, + { + "name": "Anna", + "id": "6178" + }, + { + "name": "David", + "id": "6179" + }, + { + "name": "Anna", + "id": "6180" + }, + { + "name": "Court judge", + "id": "6181" + }, + { + "name": "Jury", + "id": "6182" + }, + { + "name": "Prosecutor", + "id": "6185" + }, + { + "name": "Morgan Le Faye", + "id": "6186" + }, + { + "name": "Sinclair", + "id": "6191" + }, + { + "name": "Banker", + "id": "6199" + }, + { + "name": "K'ril Tsutsaroth", + "id": "6202" + }, + { + "name": "Warped terrorbird", + "id": "6284" + }, + { + "name": "Jeffery", + "id": "6298" + }, + { + "name": "Big monolith", + "id": "6299" + }, + { + "name": "Small monolith", + "id": "6300" + }, + { + "name": "Cute creature", + "id": "6301" + }, + { + "name": "Evil creature", + "id": "6302" + }, + { + "name": "Yewnock the engineer", + "id": "6303" + }, + { + "name": "Bolrie", + "id": "6304" + }, + { + "name": "Hazelmere", + "id": "6305" + }, + { + "name": "Advisor", + "id": "6307" + }, + { + "name": "King Argenthorg", + "id": "6308" + }, + { + "name": "Prince Argenthorg", + "id": "6309" + }, + { + "name": "Cute creature", + "id": "6310" + }, + { + "name": "Evil creature", + "id": "6312" + }, + { + "name": "Terrorbird servant", + "id": "6313" + }, + { + "name": "Guard no. 21", + "id": "6316" + }, + { + "name": "Guard no. 72", + "id": "6317" + }, + { + "name": "Longramble", + "id": "6318" + }, + { + "name": "Spirit tree", + "id": "6319" + }, + { + "name": "Spirit tree", + "id": "6321" + }, + { + "name": "Child", + "id": "6333" + }, + { + "name": "Child", + "id": "6340" + }, + { + "name": "Child", + "id": "6341" + }, + { + "name": "Child", + "id": "6342" + }, + { + "name": "Child", + "id": "6343" + }, + { + "name": "Child", + "id": "6345" + }, + { + "name": "Street urchin", + "id": "6357" + }, + { + "name": "Street urchin", + "id": "6359" + }, + { + "name": "Street urchin", + "id": "6360" + }, + { + "name": "Street urchin", + "id": "6361" + }, + { + "name": "Eniola", + "id": "6362" + }, + { + "name": "Kennith", + "id": "6373" + }, + { + "name": "Wizard Cromperty", + "id": "6375" + }, + { + "name": "Karamjan Jungle Eagle", + "id": "6384" + }, + { + "name": "Bandit", + "id": "6386" + }, + { + "name": "Glough", + "id": "6391" + }, + { + "name": "Oldak", + "id": "6392" + }, + { + "name": "Zanik", + "id": "6393" + }, + { + "name": "Zanik", + "id": "6394" + }, + { + "name": "Zanik", + "id": "6396" + }, + { + "name": "Zanik", + "id": "6398" + }, + { + "name": "Oldak", + "id": "6400" + }, + { + "name": "Skoblin", + "id": "6468" + }, + { + "name": "Snothead", + "id": "6474" + }, + { + "name": "Snailfeet", + "id": "6475" + }, + { + "name": "Mosschin", + "id": "6476" + }, + { + "name": "Redeyes", + "id": "6477" + }, + { + "name": "Strongbones", + "id": "6478" + }, + { + "name": "Grubfoot", + "id": "6479" + }, + { + "name": "Grubfoot", + "id": "6480" + }, + { + "name": "Priest", + "id": "6483" + }, + { + "name": "Priest", + "id": "6484" + }, + { + "name": "Priest", + "id": "6485" + }, + { + "name": "Priest", + "id": "6486" + }, + { + "name": "Priest", + "id": "6487" + }, + { + "name": "High priest", + "id": "6489" + }, + { + "name": "Registrar 1", + "id": "6505" + }, + { + "name": "Jury", + "id": "6511" + }, + { + "name": "Spectator", + "id": "6513" + }, + { + "name": "Spectator", + "id": "6515" + }, + { + "name": "Spectator", + "id": "6517" + }, + { + "name": "Spectator", + "id": "6519" + }, + { + "name": "Head Registrar", + "id": "6520" + }, + { + "name": "Mandrith", + "id": "6537" + }, + { + "name": "Banker", + "id": "6538" + }, + { + "name": "Charley the Cleaner", + "id": "6539" + }, + { + "name": "Scotty the Cleaner", + "id": "6540" + }, + { + "name": "Sanchez the Cleaner", + "id": "6541" + }, + { + "name": "Summer Bonde", + "id": "6542" + }, + { + "name": "Broken grave marker", + "id": "6566" + }, + { + "name": "Collapsing grave marker", + "id": "6567" + }, + { + "name": "Grave marker", + "id": "6568" + }, + { + "name": "Broken grave marker", + "id": "6569" + }, + { + "name": "Collapsing grave marker", + "id": "6570" + }, + { + "name": "Gravestone", + "id": "6571" + }, + { + "name": "Broken gravestone", + "id": "6572" + }, + { + "name": "Collapsing gravestone", + "id": "6573" + }, + { + "name": "Gravestone", + "id": "6574" + }, + { + "name": "Broken gravestone", + "id": "6575" + }, + { + "name": "Collapsing gravestone", + "id": "6576" + }, + { + "name": "Gravestone", + "id": "6577" + }, + { + "name": "Broken gravestone", + "id": "6578" + }, + { + "name": "Collapsing gravestone", + "id": "6579" + }, + { + "name": "Stele", + "id": "6580" + }, + { + "name": "Broken stele", + "id": "6581" + }, + { + "name": "Collapsing stele", + "id": "6582" + }, + { + "name": "Saradomin symbol", + "id": "6583" + }, + { + "name": "Broken Saradomin symbol", + "id": "6584" + }, + { + "name": "Collapsing Saradomin symbol", + "id": "6585" + }, + { + "name": "Zamorak symbol", + "id": "6586" + }, + { + "name": "Broken Zamorak symbol", + "id": "6587" + }, + { + "name": "Collapsing Zamorak symbol", + "id": "6588" + }, + { + "name": "Guthix symbol", + "id": "6589" + }, + { + "name": "Broken Guthix symbol", + "id": "6590" + }, + { + "name": "Collapsing Guthix symbol", + "id": "6591" + }, + { + "name": "Bandos symbol", + "id": "6592" + }, + { + "name": "Broken Bandos symbol", + "id": "6593" + }, + { + "name": "Collapsing Bandos symbol", + "id": "6594" + }, + { + "name": "Armadyl symbol", + "id": "6595" + }, + { + "name": "Broken Armadyl symbol", + "id": "6596" + }, + { + "name": "Collapsing Armadyl symbol", + "id": "6597" + }, + { + "name": "Memorial stone", + "id": "6598" + }, + { + "name": "Broken memorial stone", + "id": "6599" + }, + { + "name": "Collapsing memorial stone", + "id": "6600" + }, + { + "name": "Memorial stone", + "id": "6601" + }, + { + "name": "Broken memorial stone", + "id": "6602" + }, + { + "name": "Collapsing memorial stone", + "id": "6603" + }, + { + "name": "Snow imp", + "id": "6732" + }, + { + "name": "Snow imp", + "id": "6733" + }, + { + "name": "Snow imp", + "id": "6734" + }, + { + "name": "Snow imp", + "id": "6735" + }, + { + "name": "Snow imp", + "id": "6736" + }, + { + "name": "Snow imp", + "id": "6737" + }, + { + "name": "Snow imp", + "id": "6738" + }, + { + "name": "Snow", + "id": "6741" + }, + { + "examine": "A traditional snowman.", + "name": "Snowman", + "id": "6746" + }, + { + "name": "Bulldog", + "id": "6751" + }, + { + "name": "Mummy", + "id": "6753" + }, + { + "name": "Mummy", + "id": "6754" + }, + { + "name": "Mummy", + "id": "6755" + }, + { + "name": "Mummy", + "id": "6756" + }, + { + "name": "Mummy", + "id": "6757" + }, + { + "name": "Mummy", + "id": "6758" + }, + { + "name": "Mummy", + "id": "6759" + }, + { + "name": "Mummy", + "id": "6760" + }, + { + "name": "Giant scarab", + "id": "6771" + }, + { + "name": "Scabaras priest", + "id": "6775" + }, + { + "name": "Maisa", + "id": "6782" + }, + { + "name": "Maisa", + "id": "6783" + }, + { + "name": "Priest", + "id": "6784" + }, + { + "name": "High Priest of Scabaras", + "id": "6791" + }, + { + "name": "Vulture", + "id": "6792" + }, + { + "name": "Spirit terrorbird", + "id": "6793" + }, + { + "name": "Beaver", + "id": "6808" + }, + { + "name": "Pet shop owner", + "id": "6898" + }, + { + "name": "Bulldog", + "id": "6899" + }, + { + "name": "Baby penguin", + "id": "6908" + }, + { + "name": "Penguin", + "id": "6909" + }, + { + "name": "Penguin", + "id": "6910" + }, + { + "name": "Raven chick", + "id": "6911" + }, + { + "name": "Raven", + "id": "6912" + }, + { + "name": "Baby raccoon", + "id": "6913" + }, + { + "name": "Raccoon", + "id": "6914" + }, + { + "name": "Baby gecko", + "id": "6915" + }, + { + "examine": "", + "name": "Gecko", + "id": "6916" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "6918" + }, + { + "name": "Baby squirrel", + "id": "6919" + }, + { + "name": "Squirrel", + "id": "6920" + }, + { + "name": "Baby chameleon", + "id": "6922" + }, + { + "name": "Chameleon", + "id": "6923" + }, + { + "name": "Baby chameleon", + "id": "6924" + }, + { + "name": "Chameleon", + "id": "6925" + }, + { + "name": "Baby chameleon", + "id": "6926" + }, + { + "name": "Chameleon", + "id": "6927" + }, + { + "name": "Baby chameleon", + "id": "6928" + }, + { + "name": "Chameleon", + "id": "6929" + }, + { + "name": "Baby chameleon", + "id": "6930" + }, + { + "name": "Chameleon", + "id": "6931" + }, + { + "name": "Baby chameleon", + "id": "6932" + }, + { + "name": "Chameleon", + "id": "6933" + }, + { + "name": "Baby chameleon", + "id": "6934" + }, + { + "name": "Chameleon", + "id": "6935" + }, + { + "name": "Baby chameleon", + "id": "6936" + }, + { + "name": "Chameleon", + "id": "6937" + }, + { + "name": "Baby chameleon", + "id": "6938" + }, + { + "name": "Chameleon", + "id": "6939" + }, + { + "name": "Baby chameleon", + "id": "6940" + }, + { + "name": "Chameleon", + "id": "6941" + }, + { + "name": "Vulture chick", + "id": "6945" + }, + { + "name": "Vulture", + "id": "6946" + }, + { + "name": "Baby giant crab", + "id": "6947" + }, + { + "name": "Giant crab", + "id": "6948" + }, + { + "name": "Saradomin chick", + "id": "6949" + }, + { + "name": "Saradomin bird", + "id": "6950" + }, + { + "name": "Saradomin owl", + "id": "6951" + }, + { + "name": "Zamorak chick", + "id": "6952" + }, + { + "name": "Zamorak bird", + "id": "6953" + }, + { + "name": "Zamorak hawk", + "id": "6954" + }, + { + "name": "Guthix chick", + "id": "6955" + }, + { + "name": "Guthix bird", + "id": "6956" + }, + { + "name": "Guthix raptor", + "id": "6957" + }, + { + "name": "Pikkupstix", + "id": "6970" + }, + { + "name": "Giant wolpertinger", + "id": "6988" + }, + { + "name": "Ibis", + "id": "6991" + }, + { + "name": "Fishing spot", + "id": "6996" + }, + { + "name": "Dark Squall", + "id": "7000" + }, + { + "name": "Surok Magis", + "id": "7002" + }, + { + "name": "Grenwall", + "id": "7006" + }, + { + "name": "Platypus", + "id": "7015" + }, + { + "name": "Platypus", + "id": "7016" + }, + { + "name": "Platypus", + "id": "7017" + }, + { + "name": "Baby platypus", + "id": "7018" + }, + { + "name": "Baby platypus", + "id": "7019" + }, + { + "name": "Baby platypus", + "id": "7020" + }, + { + "name": "Platypus", + "id": "7022" + }, + { + "name": "Platypus", + "id": "7023" + }, + { + "name": "Baby platypus", + "id": "7025" + }, + { + "name": "Baby platypus", + "id": "7026" + }, + { + "name": "Patrick", + "id": "7027" + }, + { + "name": "Penelope", + "id": "7028" + }, + { + "name": "Peter", + "id": "7029" + }, + { + "name": "Peanut", + "id": "7030" + }, + { + "name": "Diseased kebbit", + "id": "7032" + }, + { + "name": "Fishing spot", + "id": "7040" + }, + { + "name": "Fishing spot", + "id": "7045" + }, + { + "name": "Fishing spot", + "id": "7046" + }, + { + "name": "Frawd", + "id": "7048" + }, + { + "name": "Ogress banker", + "id": "7050" + }, + { + "name": "Seegud", + "id": "7052" + }, + { + "name": "Chargurr", + "id": "7053" + }, + { + "name": "Chargurr", + "id": "7054" + }, + { + "name": "Snurgh", + "id": "7055" + }, + { + "name": "Kringk", + "id": "7058" + }, + { + "name": "Thump", + "id": "7059" + }, + { + "name": "Massage table", + "id": "7060" + }, + { + "name": "Thump", + "id": "7061" + }, + { + "name": "Muggh", + "id": "7062" + }, + { + "name": "Kringk", + "id": "7063" + }, + { + "name": "Hairdryer", + "id": "7064" + }, + { + "name": "Snert", + "id": "7065" + }, + { + "name": "Tyke", + "id": "7068" + }, + { + "name": "Snarrl", + "id": "7069" + }, + { + "name": "Snarrk", + "id": "7070" + }, + { + "name": "I'rk", + "id": "7071" + }, + { + "name": "Thuddley", + "id": "7072" + }, + { + "name": "Grr'bah", + "id": "7073" + }, + { + "name": "Chomp", + "id": "7074" + }, + { + "name": "Grubb", + "id": "7075" + }, + { + "name": "Grunther", + "id": "7076" + }, + { + "name": "Glum", + "id": "7077" + }, + { + "name": "Flying bugs", + "id": "7083" + }, + { + "name": "Balnea", + "id": "7087" + }, + { + "name": "Chief Tess", + "id": "7088" + }, + { + "name": "Chargurr", + "id": "7089" + }, + { + "name": "Wise Old Man", + "id": "7090" + }, + { + "name": "Dawg", + "id": "7091" + }, + { + "name": "Drunken sailor", + "id": "7116" + }, + { + "name": "Drunken sailor", + "id": "7117" + }, + { + "name": "Catapult engineer", + "id": "7118" + }, + { + "name": "Tyras guard", + "id": "7119" + }, + { + "name": "General Hining", + "id": "7121" + }, + { + "name": "Githan", + "id": "7122" + }, + { + "name": "Amulet of Nature", + "id": "7123" + }, + { + "name": "Mud", + "id": "7124" + }, + { + "name": "Surok Magis", + "id": "7136" + }, + { + "name": "Professor Henry", + "id": "7143" + }, + { + "name": "Villager", + "id": "7163" + }, + { + "name": "Villager", + "id": "7165" + }, + { + "name": "Villager", + "id": "7166" + }, + { + "name": "Villager", + "id": "7167" + }, + { + "name": "Kimberly", + "id": "7169" + }, + { + "name": "Kimberly", + "id": "7170" + }, + { + "name": "Kennith", + "id": "7171" + }, + { + "name": "Kennith", + "id": "7172" + }, + { + "name": "Kennith", + "id": "7173" + }, + { + "name": "Kennith", + "id": "7174" + }, + { + "name": "Kennith", + "id": "7175" + }, + { + "name": "Villager", + "id": "7176" + }, + { + "name": "Ezekial Lovecraft", + "id": "7184" + }, + { + "name": "Clive", + "id": "7185" + }, + { + "name": "Katherine", + "id": "7186" + }, + { + "name": "Katherine", + "id": "7187" + }, + { + "name": "Clive", + "id": "7188" + }, + { + "name": "Kent", + "id": "7189" + }, + { + "name": "Rabbit hole", + "id": "7190" + }, + { + "name": "Easter Bunny", + "id": "7197" + }, + { + "name": "Bunny", + "id": "7198" + }, + { + "name": "Bunny", + "id": "7199" + }, + { + "name": "Guard bunny", + "id": "7200" + }, + { + "name": "Chocatrice", + "id": "7201" + }, + { + "name": "Void Knight", + "id": "7203" + }, + { + "name": "Mouse", + "id": "7205" + }, + { + "name": "Rabbit", + "id": "7208" + }, + { + "name": "Raven chick", + "id": "7261" + }, + { + "name": "Raven", + "id": "7262" + }, + { + "name": "Raven chick", + "id": "7263" + }, + { + "name": "Raven", + "id": "7264" + }, + { + "name": "Raven chick", + "id": "7265" + }, + { + "name": "Raven", + "id": "7266" + }, + { + "name": "Raven chick", + "id": "7267" + }, + { + "name": "Raven", + "id": "7268" + }, + { + "name": "Raven chick", + "id": "7269" + }, + { + "name": "Raven", + "id": "7270" + }, + { + "name": "Baby raccoon", + "id": "7271" + }, + { + "name": "Raccoon", + "id": "7272" + }, + { + "name": "Baby raccoon", + "id": "7273" + }, + { + "name": "Raccoon", + "id": "7274" + }, + { + "name": "Baby raccoon", + "id": "7276" + }, + { + "name": "Baby gecko", + "id": "7277" + }, + { + "name": "Baby gecko", + "id": "7278" + }, + { + "name": "Baby gecko", + "id": "7279" + }, + { + "name": "Baby gecko", + "id": "7280" + }, + { + "examine": "", + "name": "Gecko", + "id": "7281" + }, + { + "name": "Gecko", + "id": "7282" + }, + { + "name": "Gecko", + "id": "7283" + }, + { + "name": "Gecko", + "id": "7284" + }, + { + "examine": "It's so adorably tiny!", + "name": "Baby gecko", + "id": "7286" + }, + { + "examine": "", + "name": "Baby gecko", + "id": "7287" + }, + { + "examine": "It's so adorably tiny!", + "name": "Baby gecko", + "id": "7288" + }, + { + "name": "Gecko", + "id": "7289" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "7290" + }, + { + "name": "Gecko", + "id": "7291" + }, + { + "examine": "How cute!", + "name": "Gecko", + "id": "7292" + }, + { + "name": "Baby giant crab", + "id": "7293" + }, + { + "name": "Giant crab", + "id": "7294" + }, + { + "name": "Baby giant crab", + "id": "7295" + }, + { + "name": "Giant crab", + "id": "7296" + }, + { + "name": "Baby giant crab", + "id": "7297" + }, + { + "name": "Giant crab", + "id": "7298" + }, + { + "name": "Baby giant crab", + "id": "7299" + }, + { + "name": "Giant crab", + "id": "7300" + }, + { + "name": "Baby squirrel", + "id": "7301" + }, + { + "name": "Squirrel", + "id": "7302" + }, + { + "name": "Baby squirrel", + "id": "7303" + }, + { + "name": "Squirrel", + "id": "7304" + }, + { + "name": "Baby squirrel", + "id": "7305" + }, + { + "name": "Squirrel", + "id": "7306" + }, + { + "name": "Baby squirrel", + "id": "7307" + }, + { + "name": "Squirrel", + "id": "7308" + }, + { + "name": "Baby squirrel", + "id": "7309" + }, + { + "name": "Baby squirrel", + "id": "7310" + }, + { + "name": "Baby squirrel", + "id": "7311" + }, + { + "name": "Baby squirrel", + "id": "7312" + }, + { + "name": "Baby penguin", + "id": "7313" + }, + { + "name": "Penguin", + "id": "7314" + }, + { + "name": "Penguin", + "id": "7315" + }, + { + "name": "Baby penguin", + "id": "7316" + }, + { + "name": "Penguin", + "id": "7317" + }, + { + "name": "Penguin", + "id": "7318" + }, + { + "name": "Vulture chick", + "id": "7319" + }, + { + "name": "Vulture", + "id": "7320" + }, + { + "name": "Vulture chick", + "id": "7321" + }, + { + "name": "Vulture", + "id": "7322" + }, + { + "name": "Vulture chick", + "id": "7323" + }, + { + "name": "Vulture", + "id": "7324" + }, + { + "name": "Vulture chick", + "id": "7325" + }, + { + "name": "Vulture", + "id": "7326" + }, + { + "name": "Vulture chick", + "id": "7327" + }, + { + "name": "Vulture", + "id": "7328" + }, + { + "name": "Void shifter", + "id": "7369" + }, + { + "name": "Ravenous locust", + "id": "7372" + }, + { + "name": "Uberlass", + "id": "7383" + }, + { + "name": "Uberlass", + "id": "7384" + }, + { + "name": "Uberlass", + "id": "7385" + }, + { + "name": "Uberlass", + "id": "7386" + }, + { + "name": "Sannytea", + "id": "7387" + }, + { + "name": "Sannytea", + "id": "7388" + }, + { + "name": "Irollsixes", + "id": "7389" + }, + { + "name": "Irollsixes", + "id": "7390" + }, + { + "name": "Foxyhunter", + "id": "7391" + }, + { + "name": "Foxyhunter", + "id": "7392" + }, + { + "name": "Foxyhunter", + "id": "7393" + }, + { + "name": "Gabriela", + "id": "7394" + }, + { + "name": "Teodor", + "id": "7395" + }, + { + "name": "Aurel", + "id": "7396" + }, + { + "name": "Cornelius", + "id": "7397" + }, + { + "name": "Sorin", + "id": "7399" + }, + { + "name": "Luscion", + "id": "7400" + }, + { + "name": "Sergiu", + "id": "7401" + }, + { + "name": "Radu", + "id": "7402" + }, + { + "name": "Grigore", + "id": "7403" + }, + { + "name": "Ileana", + "id": "7404" + }, + { + "name": "Valeria", + "id": "7405" + }, + { + "name": "Emilia", + "id": "7406" + }, + { + "name": "Florin", + "id": "7407" + }, + { + "name": "Catalina", + "id": "7408" + }, + { + "name": "Ivan", + "id": "7409" + }, + { + "name": "Victor", + "id": "7410" + }, + { + "name": "Helena", + "id": "7411" + }, + { + "name": "Mihail", + "id": "7412" + }, + { + "name": "Nicoleta", + "id": "7413" + }, + { + "name": "Vasile", + "id": "7414" + }, + { + "name": "Razvan", + "id": "7415" + }, + { + "name": "Luminata", + "id": "7416" + }, + { + "name": "Juvinate", + "id": "7418" + }, + { + "name": "Held vampyre juvinate", + "id": "7419" + }, + { + "name": "Hieronymus Avlafrim", + "id": "7420" + }, + { + "name": "Sasquine Huburns", + "id": "7421" + }, + { + "name": "Sasquine Huburns", + "id": "7422" + }, + { + "name": "Lollery", + "id": "7423" + }, + { + "name": "Wigglewoo", + "id": "7424" + }, + { + "name": "Orangeowns", + "id": "7427" + }, + { + "name": "I like m0m", + "id": "7428" + }, + { + "name": "I like m0m", + "id": "7429" + }, + { + "name": "Qutiedoll", + "id": "7430" + }, + { + "name": "Goreu", + "id": "7431" + }, + { + "name": "Ysgawyn", + "id": "7432" + }, + { + "name": "Arvel", + "id": "7433" + }, + { + "name": "Mawrth", + "id": "7434" + }, + { + "name": "Kelyn", + "id": "7435" + }, + { + "name": "Eoin", + "id": "7436" + }, + { + "name": "Iona", + "id": "7437" + }, + { + "name": "Arianwyn", + "id": "7442" + }, + { + "name": "Oronwen", + "id": "7444" + }, + { + "name": "Banker", + "id": "7445" + }, + { + "name": "Banker", + "id": "7446" + }, + { + "name": "Dalldav", + "id": "7447" + }, + { + "name": "Gethin", + "id": "7448" + }, + { + "name": "Amaethwr", + "id": "7449" + }, + { + "name": "Teclyn", + "id": "7450" + }, + { + "name": "Butterfly", + "id": "7451" + }, + { + "name": "Lapsang", + "id": "7452" + }, + { + "name": "Lapsang", + "id": "7453" + }, + { + "name": "Souchong", + "id": "7454" + }, + { + "name": "Souchong", + "id": "7455" + }, + { + "name": "Earlgrey", + "id": "7456" + }, + { + "name": "Earlgrey", + "id": "7457" + }, + { + "name": "Fairtrade", + "id": "7458" + }, + { + "name": "Sliceoflemon", + "id": "7464" + }, + { + "name": "Sliceoflemon", + "id": "7465" + }, + { + "name": "Milknosugar", + "id": "7466" + }, + { + "name": "Milknosugar", + "id": "7467" + }, + { + "name": "Randomdood", + "id": "7468" + }, + { + "name": "Employedman", + "id": "7469" + }, + { + "name": "Heidiggle", + "id": "7470" + }, + { + "name": "Dodgy Penny", + "id": "7471" + }, + { + "name": "Shadydude98", + "id": "7472" + }, + { + "name": "Madam C", + "id": "7473" + }, + { + "name": "M0m Online", + "id": "7474" + }, + { + "name": "Learking", + "id": "7478" + }, + { + "name": "Moglewee", + "id": "7489" + }, + { + "name": "Moglewee", + "id": "7490" + }, + { + "name": "Sarah Domin", + "id": "7491" + }, + { + "name": "Snowy knight", + "id": "7498" + }, + { + "name": "Sapphire glacialis", + "id": "7499" + }, + { + "name": "Evil Wibbler", + "id": "7509" + }, + { + "name": "Heresjohnny", + "id": "7516" + }, + { + "name": "Mogglewump", + "id": "7517" + }, + { + "name": "Renderorder", + "id": "7521" + }, + { + "name": "Boolean", + "id": "7522" + }, + { + "name": "Stress Diva", + "id": "7523" + }, + { + "name": "Treadsoftly", + "id": "7524" + }, + { + "name": "Helphelphelp", + "id": "7525" + }, + { + "name": "Doorbellpl0x", + "id": "7526" + }, + { + "name": "Fixmydoorup", + "id": "7527" + }, + { + "name": "Wallscaler", + "id": "7529" + }, + { + "name": "2scompany", + "id": "7530" + }, + { + "name": "2scompany", + "id": "7531" + }, + { + "name": "4sjustsilly", + "id": "7533" + }, + { + "name": "Roadblocked", + "id": "7534" + }, + { + "name": "Barricade", + "id": "7535" + }, + { + "name": "Barricade", + "id": "7536" + }, + { + "name": "Yoinker", + "id": "7537" + }, + { + "name": "Yoinker", + "id": "7538" + }, + { + "name": "Stopthief", + "id": "7539" + }, + { + "name": "Stopthief", + "id": "7540" + }, + { + "name": "Knickknack", + "id": "7541" + }, + { + "name": "Paddywhack", + "id": "7542" + }, + { + "name": "Giveadog", + "id": "7543" + }, + { + "name": "Spacebadgers", + "id": "7544" + }, + { + "name": "Freakypeaky", + "id": "7545" + }, + { + "name": "Rollinghome", + "id": "7546" + }, + { + "name": "Nullpointer", + "id": "7547" + }, + { + "name": "Badgerfreak", + "id": "7548" + }, + { + "name": "Windstrike32", + "id": "7549" + }, + { + "name": "Void Knight", + "id": "7550" + }, + { + "name": "Wraithboss", + "id": "7567" + }, + { + "name": "What Goudron", + "id": "7568" + }, + { + "name": "Lvzyoda", + "id": "7574" + }, + { + "name": "Airstriker", + "id": "7575" + }, + { + "name": "Droepedoff", + "id": "7576" + }, + { + "name": "Plzpudding", + "id": "7577" + }, + { + "name": "Assassin10", + "id": "7578" + }, + { + "name": "Steallake", + "id": "7579" + }, + { + "name": "Deepkiwi", + "id": "7581" + }, + { + "name": "Bigface Oz", + "id": "7584" + }, + { + "name": "Torcher", + "id": "7587" + }, + { + "name": "Torcher", + "id": "7588" + }, + { + "name": "Defiler", + "id": "7589" + }, + { + "name": "Defiler", + "id": "7590" + }, + { + "name": "Shifter", + "id": "7591" + }, + { + "name": "Shifter", + "id": "7592" + }, + { + "name": "Shifter", + "id": "7594" + }, + { + "name": "Splatter", + "id": "7595" + }, + { + "name": "Splatter", + "id": "7596" + }, + { + "name": "Splatter", + "id": "7597" + }, + { + "name": "Spinner", + "id": "7598" + }, + { + "name": "Ravager", + "id": "7599" + }, + { + "name": "Fiara", + "id": "7600" + }, + { + "name": "Reggie", + "id": "7601" + }, + { + "name": "Getorix", + "id": "7602" + }, + { + "name": "Pontimer", + "id": "7603" + }, + { + "name": "Alran", + "id": "7604" + }, + { + "name": "Flying female vampire", + "id": "7610" + }, + { + "name": "Flying female vampire", + "id": "7611" + }, + { + "name": "Flying female vampire", + "id": "7612" + }, + { + "name": "Flying female vampire", + "id": "7613" + }, + { + "name": "Vyrewatch", + "id": "7622" + }, + { + "name": "Vyrewatch", + "id": "7623" + }, + { + "name": "Vyrewatch", + "id": "7624" + }, + { + "name": "Vyrewatch", + "id": "7625" + }, + { + "name": "Vyrewatch", + "id": "7630" + }, + { + "name": "Vyrewatch", + "id": "7633" + }, + { + "name": "Fishing spot", + "id": "7636" + }, + { + "name": "Skeletal hand", + "id": "7637" + }, + { + "name": "Zaromark Sliver", + "id": "7652" + }, + { + "name": "Zaromark Sliver", + "id": "7653" + }, + { + "name": "Fistandantilus", + "id": "7662" + }, + { + "name": "Fistandantilus", + "id": "7663" + }, + { + "name": "Mercenary Adventurer", + "id": "7664" + }, + { + "name": "Ivan Strom", + "id": "7665" + }, + { + "name": "Mysterious person", + "id": "7666" + }, + { + "name": "Mysterious person", + "id": "7667" + }, + { + "name": "Mysterious person", + "id": "7668" + }, + { + "name": "Mysterious person", + "id": "7669" + }, + { + "name": "Mysterious person", + "id": "7670" + }, + { + "name": "Mysterious person", + "id": "7671" + }, + { + "name": "Flaygian Screwte", + "id": "7672" + }, + { + "name": "Mekritus A'hara", + "id": "7673" + }, + { + "name": "Andiess Juip", + "id": "7674" + }, + { + "name": "Kael Forshaw", + "id": "7675" + }, + { + "name": "Andiess Juip", + "id": "7676" + }, + { + "name": "Kael Forshaw", + "id": "7677" + }, + { + "name": "Safalaan", + "id": "7678" + }, + { + "name": "Andiess Juip", + "id": "7679" + }, + { + "name": "Kael Forshaw", + "id": "7680" + }, + { + "name": "Safalaan", + "id": "7681" + }, + { + "name": "Vyrewatch", + "id": "7684" + }, + { + "name": "Vyrewatch", + "id": "7685" + }, + { + "name": "Safalaan", + "id": "7686" + }, + { + "name": "Spectral Vyrewatch", + "id": "7687" + }, + { + "name": "Drezel", + "id": "7688" + }, + { + "name": "Temple guardian", + "id": "7708" + }, + { + "name": "Baby icefiend", + "id": "7712" + }, + { + "name": "Brother Bordiss", + "id": "7718" + }, + { + "name": "Brother Althric", + "id": "7719" + }, + { + "name": "Drorkar", + "id": "7720" + }, + { + "name": "Nurmof", + "id": "7721" + }, + { + "name": "Lakki the delivery dwarf", + "id": "7722" + }, + { + "name": "Drorkar", + "id": "7723" + }, + { + "name": "Brother Bordiss", + "id": "7724" + }, + { + "name": "Professor Arblenap", + "id": "7725" + }, + { + "name": "Assistant", + "id": "7726" + }, + { + "name": "Baby icefiend", + "id": "7728" + }, + { + "name": "Will", + "id": "7737" + }, + { + "name": "Will", + "id": "7738" + }, + { + "name": "Phil", + "id": "7739" + }, + { + "name": "Fluffs", + "id": "7742" + }, + { + "name": "Fluffs", + "id": "7743" + }, + { + "name": "Kittens", + "id": "7744" + }, + { + "name": "TzHaar-Mej-Malk", + "id": "7746" + }, + { + "name": "TzHaar-Hur-Frok", + "id": "7748" + }, + { + "name": "TzHaar-Ket-Grol", + "id": "7749" + }, + { + "name": "TzHaar-Ket-Rok", + "id": "7750" + }, + { + "name": "TzHaar-Ket-Lurk", + "id": "7751" + }, + { + "name": "TzHaar-Mej", + "id": "7753" + }, + { + "name": "TzHaar-Hur", + "id": "7754" + }, + { + "name": "TzHaar-Xil", + "id": "7755" + }, + { + "name": "TzHaar-Hur-Brekt", + "id": "7757" + }, + { + "name": "TzHaar-Hur-Brekt", + "id": "7758" + }, + { + "name": "TzHaar-Ket-Jok", + "id": "7759" + }, + { + "name": "TzHaar-Ket-Jok", + "id": "7760" + }, + { + "name": "TzHaar-Xil-Mor", + "id": "7761" + }, + { + "name": "TzHaar-Xil-Mor", + "id": "7762" + }, + { + "name": "TzHaar-Mej-Kol", + "id": "7763" + }, + { + "name": "TzHaar-Mej-Kol", + "id": "7764" + }, + { + "name": "TzHaar-Hur-Klag", + "id": "7765" + }, + { + "name": "TzHaar-Hur-Klag", + "id": "7766" + }, + { + "name": "TokTz-Ket-Dill", + "id": "7770" + }, + { + "name": "TokTz-Ket-Dill", + "id": "7771" + }, + { + "name": "Skeleton", + "id": "7774" + }, + { + "name": "Skeleton", + "id": "7775" + }, + { + "name": "Skeleton", + "id": "7776" + }, + { + "name": "Skeleton", + "id": "7777" + }, + { + "name": "Skeleton", + "id": "7778" + }, + { + "name": "Sumona", + "id": "7779" + }, + { + "name": "Jesmona", + "id": "7781" + }, + { + "name": "Catolax", + "id": "7782" + }, + { + "name": "Ali Cat", + "id": "7783" + }, + { + "name": "Cave crawler", + "id": "7787" + }, + { + "name": "Skeleton", + "id": "7788" + }, + { + "name": "Zombie", + "id": "7789" + }, + { + "name": "Zombie", + "id": "7790" + }, + { + "name": "Zombie", + "id": "7791" + }, + { + "name": "Zombie", + "id": "7792" + }, + { + "name": "Banshee mistress", + "id": "7793" + }, + { + "name": "Banshee mistress", + "id": "7794" + }, + { + "name": "Insectoid assassin", + "id": "7795" + }, + { + "name": "Insectoid assassin", + "id": "7796" + }, + { + "name": "Kurask overlord", + "id": "7797" + }, + { + "name": "Monstrous cave crawler", + "id": "7798" + }, + { + "name": "Basilisk boss", + "id": "7799" + }, + { + "name": "Mightiest turoth", + "id": "7800" + }, + { + "name": "Aberrant spectre", + "id": "7801" + }, + { + "name": "Aberrant spectre", + "id": "7802" + }, + { + "name": "Aberrant spectre", + "id": "7803" + }, + { + "name": "Aberrant spectre", + "id": "7804" + }, + { + "name": "Kurask minion", + "id": "7805" + }, + { + "name": "Mummy warrior", + "id": "7806" + }, + { + "name": "Mummy warrior", + "id": "7807" + }, + { + "name": "Mummy warrior", + "id": "7808" + }, + { + "name": "Cat", + "id": "7809" + }, + { + "name": "Banshee", + "id": "7810" + }, + { + "name": "Kurask", + "id": "7811" + }, + { + "name": "Cave crawler", + "id": "7812" + }, + { + "name": "Basilisk", + "id": "7813" + }, + { + "name": "Turoth", + "id": "7814" + }, + { + "name": "Skeleton", + "id": "7815" + }, + { + "name": "Master", + "id": "7816" + }, + { + "name": "Zombie", + "id": "7817" + }, + { + "name": "Zombie", + "id": "7818" + }, + { + "name": "Zombie", + "id": "7819" + }, + { + "name": "Zombie", + "id": "7820" + }, + { + "name": "A wanderer.", + "id": "7821" + }, + { + "name": "A wanderer.", + "id": "7822" + }, + { + "name": "Osman", + "id": "7824" + }, + { + "name": "50 Ships Mufassah", + "id": "7825" + }, + { + "name": "Karamthulhu", + "id": "7826" + }, + { + "name": "Karamthulhu", + "id": "7827" + }, + { + "name": "Giant lobster", + "id": "7828" + }, + { + "name": "Giant crab", + "id": "7829" + }, + { + "name": "Customs Sergeant", + "id": "7830" + }, + { + "name": "Customs Sergeant", + "id": "7831" + }, + { + "name": "Young Ralph", + "id": "7832" + }, + { + "name": "Young Ralph", + "id": "7833" + }, + { + "name": "Young Ralph", + "id": "7834" + }, + { + "name": "Young Ralph", + "id": "7835" + }, + { + "name": "Young Ralph", + "id": "7836" + }, + { + "name": "Customs Officer", + "id": "7837" + }, + { + "name": "Customs Officer", + "id": "7838" + }, + { + "name": "Customs Officer", + "id": "7839" + }, + { + "name": "Heavy-Handed Harry", + "id": "7840" + }, + { + "name": "Player", + "id": "7841" + }, + { + "name": "Locker Officer", + "id": "7842" + }, + { + "name": "Locker Officer", + "id": "7843" + }, + { + "name": "Ex-ex-parrot", + "id": "7844" + }, + { + "name": "Pirate impling", + "id": "7845" + }, + { + "name": "Pirate impling", + "id": "7846" + }, + { + "name": "Captain Rabid Jack", + "id": "7847" + }, + { + "name": "Jack", + "id": "7848" + }, + { + "name": "Bosun Giles", + "id": "7849" + }, + { + "name": "Pirate", + "id": "7850" + }, + { + "name": "Lizzie", + "id": "7851" + }, + { + "name": "Cap'n Izzy No-Beard", + "id": "7852" + }, + { + "name": "Ralph", + "id": "7853" + }, + { + "name": "Brass Hand Harry", + "id": "7854" + }, + { + "name": "Bill Teach", + "id": "7855" + }, + { + "name": "Pirate", + "id": "7856" + }, + { + "name": "Brass Hand Harry", + "id": "7857" + }, + { + "name": "Gull", + "id": "7858" + }, + { + "name": "Jack", + "id": "7861" + }, + { + "name": "Fishing spot", + "id": "7862" + }, + { + "name": "Fishing spot", + "id": "7863" + }, + { + "name": "Fishing spot", + "id": "7864" + }, + { + "name": "Guardsman Dante", + "id": "7865" + }, + { + "name": "Guardsman DeShawn", + "id": "7866" + }, + { + "name": "Guardsman Brawn", + "id": "7867" + }, + { + "name": "Iain", + "id": "7868" + }, + { + "name": "Julian", + "id": "7869" + }, + { + "name": "Lachtopher", + "id": "7870" + }, + { + "name": "Samuel", + "id": "7871" + }, + { + "name": "Victoria", + "id": "7872" + }, + { + "name": "Man", + "id": "7873" + }, + { + "name": "Man", + "id": "7874" + }, + { + "name": "Man", + "id": "7875" + }, + { + "name": "Man", + "id": "7876" + }, + { + "name": "Man", + "id": "7877" + }, + { + "name": "Man", + "id": "7878" + }, + { + "name": "Man", + "id": "7879" + }, + { + "name": "Woman", + "id": "7880" + }, + { + "name": "Woman", + "id": "7881" + }, + { + "name": "Woman", + "id": "7882" + }, + { + "name": "Woman", + "id": "7883" + }, + { + "name": "Woman", + "id": "7884" + }, + { + "name": "Guardsman Dante", + "id": "7885" + }, + { + "name": "Guardsman DeShawn", + "id": "7886" + }, + { + "name": "Guardsman Brawn", + "id": "7887" + }, + { + "name": "Sergeant Abram", + "id": "7888" + }, + { + "name": "Guardsman Pazel", + "id": "7889" + }, + { + "name": "Guardsman Peale", + "id": "7890" + }, + { + "name": "General Wartface", + "id": "7892" + }, + { + "name": "General Bentnoze", + "id": "7893" + }, + { + "name": "General Wartface", + "id": "7894" + }, + { + "name": "General Bentnoze", + "id": "7896" + }, + { + "name": "Loar Shadow", + "id": "7898" + }, + { + "name": "Loar Shadow", + "id": "7901" + }, + { + "name": "Sergeant Abram", + "id": "7902" + }, + { + "name": "Guardsman Pazel", + "id": "7903" + }, + { + "name": "Guardsman Peale", + "id": "7904" + }, + { + "name": "Barricade guard", + "id": "7905" + }, + { + "name": "Barricade guard", + "id": "7906" + }, + { + "name": "Barricade guard", + "id": "7907" + }, + { + "name": "Barricade guard", + "id": "7908" + }, + { + "name": "Barricade guard", + "id": "7909" + }, + { + "name": "Barricade guard", + "id": "7910" + }, + { + "name": "Barricade guard", + "id": "7911" + }, + { + "name": "Border guard", + "id": "7912" + }, + { + "name": "Iain", + "id": "7913" + }, + { + "name": "Julian", + "id": "7914" + }, + { + "name": "Lachtopher", + "id": "7915" + }, + { + "name": "Samuel", + "id": "7916" + }, + { + "name": "Victoria", + "id": "7917" + }, + { + "name": "Man", + "id": "7918" + }, + { + "name": "Man", + "id": "7919" + }, + { + "name": "Man", + "id": "7920" + }, + { + "name": "Man", + "id": "7921" + }, + { + "name": "Man", + "id": "7922" + }, + { + "name": "Man", + "id": "7923" + }, + { + "name": "Man", + "id": "7924" + }, + { + "name": "Woman", + "id": "7925" + }, + { + "name": "Woman", + "id": "7926" + }, + { + "name": "Woman", + "id": "7927" + }, + { + "name": "Woman", + "id": "7928" + }, + { + "name": "Lumbridge Guide", + "id": "7929" + }, + { + "name": "Doomsayer", + "id": "7930" + }, + { + "name": "Donie", + "id": "7931" + }, + { + "name": "Gee", + "id": "7932" + }, + { + "name": "Duke Horacio", + "id": "7933" + }, + { + "name": "Sigmund", + "id": "7934" + }, + { + "name": "Hans", + "id": "7935" + }, + { + "name": "Cook", + "id": "7936" + }, + { + "name": "Father Aereck", + "id": "7937" + }, + { + "name": "Sir Vant", + "id": "7938" + }, + { + "name": "Sir Vant", + "id": "7939" + }, + { + "name": "Sir Vant", + "id": "7940" + }, + { + "name": "Sir Vant", + "id": "7941" + }, + { + "name": "Sir Vant", + "id": "7942" + }, + { + "name": "Dragon", + "id": "7943" + }, + { + "name": "Dragon", + "id": "7944" + }, + { + "name": "Dragon", + "id": "7945" + }, + { + "name": "Dragon", + "id": "7946" + }, + { + "name": "Dragon", + "id": "7947" + }, + { + "name": "Dragon", + "id": "7948" + }, + { + "name": "Lumbridge Guide", + "id": "7949" + }, + { + "name": "Melee Tutor", + "id": "7950" + }, + { + "name": "Ranged Tutor", + "id": "7951" + }, + { + "name": "Magic Tutor", + "id": "7952" + }, + { + "name": "Cooking Tutor", + "id": "7953" + }, + { + "name": "Crafting Tutor", + "id": "7954" + }, + { + "name": "Fishing Tutor", + "id": "7955" + }, + { + "name": "Mining Tutor", + "id": "7956" + }, + { + "name": "Prayer Tutor", + "id": "7957" + }, + { + "name": "Woodcutting Tutor", + "id": "7960" + }, + { + "name": "Bank Tutor", + "id": "7961" + }, + { + "name": "Gee", + "id": "7962" + }, + { + "name": "Spirit", + "id": "7963" + }, + { + "name": "Goblin", + "id": "7964" + }, + { + "name": "Goblin", + "id": "7965" + }, + { + "name": "Chaos druid", + "id": "7966" + }, + { + "name": "Shopkeeper", + "id": "7967" + }, + { + "name": "Explorer Jack", + "id": "7968" + }, + { + "name": "Smithing Tutor", + "id": "7970" + }, + { + "name": "Mining Tutor", + "id": "7971" + }, + { + "name": "Spirit", + "id": "7972" + }, + { + "name": "Spirit", + "id": "7977" + }, + { + "name": "Spirit", + "id": "7978" + }, + { + "name": "Spirit", + "id": "7979" + }, + { + "name": "Spirit", + "id": "7980" + }, + { + "name": "Spirit", + "id": "7981" + }, + { + "name": "Spirit", + "id": "7982" + }, + { + "name": "Spirit", + "id": "7983" + }, + { + "name": "Spirit", + "id": "7984" + }, + { + "name": "Summer Bonde", + "id": "7985" + }, + { + "name": "Spirit", + "id": "7987" + }, + { + "name": "Spirit", + "id": "7988" + }, + { + "name": "Erik Bonde", + "id": "7989" + }, + { + "name": "Spirit", + "id": "7990" + }, + { + "name": "Jallek Lenkin", + "id": "7991" + }, + { + "name": "Spirit", + "id": "7992" + }, + { + "name": "Meranek Thanatos", + "id": "7993" + }, + { + "name": "Ghostly warrior", + "id": "7994" + }, + { + "name": "Spirit Beast", + "id": "7995" + }, + { + "name": "Spirit Beast", + "id": "7996" + }, + { + "name": "Spirit Beast", + "id": "7997" + }, + { + "name": "Ghost", + "id": "7998" + }, + { + "name": "Ghost", + "id": "7999" + }, + { + "name": "Goth leprechaun", + "id": "8000" + }, + { + "name": "Jack", + "id": "8001" + }, + { + "name": "Sarah", + "id": "8003" + }, + { + "name": "Laura", + "id": "8004" + }, + { + "name": "Laura", + "id": "8005" + }, + { + "name": "Roger", + "id": "8006" + }, + { + "name": "Jorral", + "id": "8007" + }, + { + "name": "Guthix", + "id": "8008" + }, + { + "name": "Max the traveller", + "id": "8009" + }, + { + "name": "Man", + "id": "8010" + }, + { + "name": "Man", + "id": "8011" + }, + { + "name": "Woman", + "id": "8012" + }, + { + "name": "Woman", + "id": "8013" + }, + { + "name": "Haluned", + "id": "8014" + }, + { + "name": "Jack", + "id": "8015" + }, + { + "name": "Baby Sarah", + "id": "8016" + }, + { + "name": "Snowy", + "id": "8017" + }, + { + "name": "Roger", + "id": "8018" + }, + { + "name": "Portal", + "id": "8019" + }, + { + "name": "Portal", + "id": "8020" + }, + { + "name": "Yellow orb", + "id": "8021" + }, + { + "name": "Yellow orb", + "id": "8023" + }, + { + "name": "Yellow orb", + "id": "8024" + }, + { + "name": "Green orb", + "id": "8025" + }, + { + "name": "Green orb", + "id": "8027" + }, + { + "name": "Green orb", + "id": "8028" + }, + { + "name": "Wizard Korvak", + "id": "8029" + }, + { + "name": "Wizard Vief", + "id": "8030" + }, + { + "name": "Wizard Acantha", + "id": "8031" + }, + { + "name": "Wizard Elriss", + "id": "8032" + }, + { + "name": "Wizard", + "id": "8033" + }, + { + "name": "Wizard", + "id": "8034" + }, + { + "name": "Wizard", + "id": "8035" + }, + { + "name": "Wizard", + "id": "8036" + }, + { + "name": "Wizard", + "id": "8037" + }, + { + "name": "Wizard", + "id": "8038" + }, + { + "name": "Wizard", + "id": "8039" + }, + { + "name": "Wizard", + "id": "8040" + }, + { + "name": "Squire Fyre", + "id": "8042" + }, + { + "name": "Squire Fyre", + "id": "8043" + }, + { + "name": "Orry", + "id": "8044" + }, + { + "name": "Orry", + "id": "8045" + }, + { + "name": "Ube", + "id": "8046" + }, + { + "name": "Ube", + "id": "8047" + }, + { + "name": "Waldo", + "id": "8048" + }, + { + "name": "Waldo", + "id": "8049" + }, + { + "name": "Gjalp", + "id": "8050" + }, + { + "name": "Gjalp", + "id": "8051" + }, + { + "name": "Brother Fintan", + "id": "8052" + }, + { + "name": "Brother Fintan", + "id": "8053" + }, + { + "name": "Stubthumb", + "id": "8054" + }, + { + "name": "Stubthumb", + "id": "8055" + }, + { + "name": "Stubthumb", + "id": "8056" + }, + { + "name": "Doronbol", + "id": "8057" + }, + { + "name": "Doronbol", + "id": "8058" + }, + { + "name": "Crate", + "id": "8059" + }, + { + "name": "Crate", + "id": "8060" + }, + { + "name": "Egg", + "id": "8061" + }, + { + "name": "Egg", + "id": "8062" + }, + { + "name": "Nanuq", + "id": "8063" + }, + { + "name": "Nanuq", + "id": "8064" }, { - "id": "8077", "name": "Pumpkin", - "examine": "What's black and white and smells of pumpkin?", - "end_height": "" + "id": "8065" }, { - "id": "8078", - "name": "Maggie" + "name": "Maggie", + "id": "8078" }, { - "id": "8079", - "name": "Circus barker" + "name": "Circus barker", + "id": "8079" }, { - "id": "8080", - "name": "Circus barker" + "name": "Circus barker", + "id": "8080" }, { - "id": "8081", - "name": "Circus barker" + "name": "Circus barker", + "id": "8081" }, { - "id": "8082", - "name": "Agility assistant" + "name": "Agility assistant", + "id": "8082" }, { - "id": "8083", - "name": "Magic assistant" + "name": "Magic assistant", + "id": "8083" }, { - "id": "8084", - "name": "Ranged assistant" + "name": "Ranged assistant", + "id": "8084" }, { - "id": "8085", - "name": "Ringmaster" + "name": "Ringmaster", + "id": "8085" }, { - "id": "8086", - "name": "Audience" + "name": "Audience", + "id": "8086" }, { - "id": "8087", - "name": "Audience" + "name": "Audience", + "id": "8087" }, { - "id": "8088", - "name": "Ticket vendor" + "name": "Ticket vendor", + "id": "8088" }, { - "id": "8089", - "name": "Rock" - }, - { - "id": "8091", - "name": "Star sprite" - }, - { - "id": "8092", - "name": "Shooting star shadow" - }, - { - "id": "8093", - "name": "Penguin" - }, - { - "id": "8094", - "name": "Penguin" - }, - { - "id": "8095", - "name": "Penguin" - }, - { - "id": "8096", - "name": "Penguin" - }, - { - "id": "8097", - "name": "Penguin" - }, - { - "id": "8098", - "name": "Penguin" - }, - { - "id": "8099", - "name": "Penguin" - }, - { - "id": "8100", - "name": "Penguin" - }, - { - "id": "8101", - "name": "Penguin" - }, - { - "id": "8102", - "name": "Penguin" - }, - { - "id": "8103", - "name": "Penguin" - }, - { - "id": "8104", - "name": "Barrel", - "examine": "What's black and white and smells like beer?" - }, - { - "id": "8105", - "name": "Bush", - "examine": "What's black and white and down to earth?" - }, - { - "id": "8106", - "name": "Bush" - }, - { - "id": "8107", - "name": "Cactus", - "examine": "What's black and white and covered in spines?" - }, - { - "id": "8108", - "name": "Crate", - "examine": "What's black and white and on a sneaking mission?" - }, - { - "id": "8109", "name": "Rock", - "examine": "What's black and white and looks like a rock hopper?" + "id": "8089" + }, + { + "name": "Star sprite", + "id": "8091" + }, + { + "name": "Shooting star shadow", + "id": "8092" + }, + { + "name": "Penguin", + "id": "8093" + }, + { + "name": "Penguin", + "id": "8094" + }, + { + "name": "Penguin", + "id": "8095" + }, + { + "name": "Penguin", + "id": "8096" + }, + { + "name": "Penguin", + "id": "8097" + }, + { + "name": "Penguin", + "id": "8098" + }, + { + "name": "Penguin", + "id": "8099" + }, + { + "name": "Penguin", + "id": "8100" + }, + { + "name": "Penguin", + "id": "8101" + }, + { + "name": "Penguin", + "id": "8102" + }, + { + "name": "Penguin", + "id": "8103" + }, + { + "name": "Barrel", + "id": "8104" + }, + { + "name": "Bush", + "id": "8105" + }, + { + "name": "Bush", + "id": "8106" + }, + { + "name": "Cactus", + "id": "8107" + }, + { + "name": "Crate", + "id": "8108" + }, + { + "name": "Rock", + "id": "8109" }, { - "id": "8110", "name": "Toadstool", - "examine": "What's black and white and covered in mushroom?" + "id": "8110" }, { - "id": "8111", - "name": "Calladin" + "name": "Calladin", + "id": "8111" }, { - "id": "8112", - "name": "Summer Bonde" + "name": "Summer Bonde", + "id": "8112" }, { - "id": "8114", - "name": "Summer Bonde" + "name": "Summer Bonde", + "id": "8114" }, { - "id": "8115", - "name": "Erik Bonde" + "name": "Erik Bonde", + "id": "8115" }, { - "id": "8116", - "name": "Erik Bonde" + "name": "Erik Bonde", + "id": "8116" }, { - "id": "8117", - "name": "Jallek Lenkin" + "name": "Jallek Lenkin", + "id": "8117" }, { - "id": "8118", - "name": "Jallek Lenkin" + "name": "Jallek Lenkin", + "id": "8118" }, { - "id": "8119", - "name": "Meranek Thanatos" + "name": "Meranek Thanatos", + "id": "8119" }, { - "id": "8120", - "name": "Meranek Thanatos" + "name": "Meranek Thanatos", + "id": "8120" }, { - "id": "8121", - "name": "Spirit" + "name": "Spirit", + "id": "8121" }, { - "id": "8122", - "name": "Rogue" + "name": "Rogue", + "id": "8122" }, { - "id": "8123", - "name": "Tormented wraith" + "name": "Tormented wraith", + "id": "8123" }, { - "id": "8126", - "name": "Dark energy core" + "name": "Dark energy core", + "id": "8126" }, { - "id": "8127", - "name": "Dark energy core" + "name": "Dark energy core", + "id": "8127" }, { - "id": "8128", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8128" }, { - "id": "8129", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8129" }, { - "id": "8130", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8130" }, { - "id": "8131", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8131" }, { - "id": "8132", - "name": "Spirit Beast" + "name": "Spirit Beast", + "id": "8132" }, { - "id": "8133", - "name": "Corporeal Beast", - "examine": "A vision of supernatural horror.", - "agg_radius": "64", - "aggressive": "true", - "attack_level": "320", - "attack_speed": "6", - "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0", - "death_animation": "10385", - "defence_animation": "10386", - "defence_level": "310", - "lifepoints": "2000", - "magic_animation": "10053", - "magic_level": "350", - "melee_animation": "10058", - "movement_radius": "64", - "poison_immune": "true", - "range_level": "150", - "respawn_delay": "80", - "safespot": null, - "strength_level": "320" + "name": "Spirit", + "id": "8134" }, { - "id": "8134", - "name": "Spirit" + "name": "Summer Bonde", + "id": "8135" }, { - "id": "8135", - "name": "Summer Bonde" + "name": "Erik Bonde", + "id": "8136" }, { - "id": "8136", - "name": "Erik Bonde" + "name": "Jallek Lenkin", + "id": "8137" }, { - "id": "8137", - "name": "Jallek Lenkin" + "name": "Meranek Thanatos", + "id": "8138" }, { - "id": "8138", - "name": "Meranek Thanatos" + "name": "Hartwin", + "id": "8139" }, { - "id": "8139", - "name": "Hartwin" + "name": "Hartwin", + "id": "8140" }, { - "id": "8140", - "name": "Hartwin" + "name": "Zombie", + "id": "8141" }, { - "id": "8141", - "name": "Zombie" + "name": "Zombie", + "id": "8143" }, { - "id": "8143", - "name": "Zombie" + "name": "Zombie", + "id": "8144" }, { - "id": "8144", - "name": "Zombie" + "name": "Zombie", + "id": "8145" }, { - "id": "8145", - "name": "Zombie" + "name": "Zemouregal", + "id": "8146" }, { - "id": "8146", - "name": "Zemouregal" + "name": "Zemouregal", + "id": "8147" }, { - "id": "8147", - "name": "Zemouregal" - }, - { - "id": "8149", "name": "Armoured zombie", - "examine": "He sure looks grave.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8152" }, { - "id": "8150", "name": "Armoured zombie", - "examine": "This is a rotten one.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8153" }, { - "id": "8151", "name": "Armoured zombie", - "examine": "It hasn't quite gotten around to dying.", - "aggressive": "true", - "attack_level": "50", - "attack_speed": "6", - "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0", - "combat_audio": "931,923,922", - "death_animation": "5575", - "defence_animation": "5574", - "defence_level": "50", - "lifepoints": "62", - "melee_animation": "5571", - "range_level": "50", - "respawn_delay": "35", - "safespot": null, - "slayer_exp": "30", - "strength_level": "50" + "id": "8154" }, { - "id": "8152", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8155" }, { - "id": "8153", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8156" }, { - "id": "8154", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8157" }, { - "id": "8155", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8158" }, { - "id": "8156", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8159" }, { - "id": "8157", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8160" }, { - "id": "8158", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8161" }, { - "id": "8159", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8162" }, { - "id": "8160", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8163" }, { - "id": "8161", - "name": "Armoured zombie" + "name": "Armoured zombie", + "id": "8164" }, { - "id": "8162", - "name": "Armoured zombie" + "name": "Sharathteerk", + "id": "8165" }, { - "id": "8163", - "name": "Armoured zombie" + "name": "Sharathteerk", + "id": "8166" }, { - "id": "8164", - "name": "Armoured zombie" + "name": "Arrav", + "id": "8168" }, { - "id": "8165", - "name": "Sharathteerk" + "name": "Arrav", + "id": "8169" }, { - "id": "8166", - "name": "Sharathteerk" + "name": "Ramarno", + "id": "8170" }, { - "id": "8168", - "name": "Arrav" + "name": "Dimintheis", + "id": "8171" }, { - "id": "8169", - "name": "Arrav" + "name": "Dimintheis", + "id": "8172" }, { - "id": "8170", - "name": "Ramarno" + "name": "Guard", + "id": "8173" }, { - "id": "8171", - "name": "Dimintheis" + "name": "Clive", + "id": "8174" }, { - "id": "8172", - "name": "Dimintheis" + "name": "Ellamaria", + "id": "8175" }, { - "id": "8173", - "name": "Guard" + "name": "Fish", + "id": "8176" }, { - "id": "8174", - "name": "Clive" + "name": "Fish", + "id": "8177" }, { - "id": "8175", - "name": "Ellamaria" + "name": "Monk of Zamorak", + "id": "8178" }, { - "id": "8176", - "name": "Fish" + "name": "Ellamaria", + "id": "8179" }, { - "id": "8177", - "name": "Fish" + "name": "Traiborn", + "id": "8180" }, { - "id": "8178", - "name": "Monk of Zamorak" + "name": "Fenkenstrain's Monster", + "id": "8181" }, { - "id": "8179", - "name": "Ellamaria" + "name": "Wise Old Man", + "id": "8182" }, { - "id": "8180", - "name": "Traiborn" + "name": "Acrobat", + "id": "8183" }, { - "id": "8181", - "name": "Fenkenstrain's Monster" + "name": "Acrobat", + "id": "8186" }, { - "id": "8182", - "name": "Wise Old Man" + "name": "Acrobat", + "id": "8187" }, { - "id": "8183", - "name": "Acrobat" + "name": "Acrobat", + "id": "8188" }, { - "id": "8186", - "name": "Acrobat" + "name": "Acrobat", + "id": "8189" }, { - "id": "8187", - "name": "Acrobat" + "name": "Acrobat", + "id": "8190" }, { - "id": "8188", - "name": "Acrobat" + "name": "Acrobat", + "id": "8191" }, { - "id": "8189", - "name": "Acrobat" + "name": "Acrobat", + "id": "8192" }, { - "id": "8190", - "name": "Acrobat" + "name": "Acrobat", + "id": "8193" }, { - "id": "8191", - "name": "Acrobat" + "name": "Acrobat", + "id": "8194" }, { - "id": "8192", - "name": "Acrobat" + "name": "Acrobat", + "id": "8195" }, { - "id": "8193", - "name": "Acrobat" + "name": "Acrobat", + "id": "8196" }, { - "id": "8194", - "name": "Acrobat" + "name": "Acrobat", + "id": "8197" }, { - "id": "8195", - "name": "Acrobat" + "name": "Acrobat", + "id": "8198" }, { - "id": "8196", - "name": "Acrobat" + "name": "Acrobat", + "id": "8199" }, { - "id": "8197", - "name": "Acrobat" + "name": "Acrobat", + "id": "8200" }, { - "id": "8198", - "name": "Acrobat" + "name": "Wendy", + "id": "8201" }, { - "id": "8199", - "name": "Acrobat" + "name": "Trogs", + "id": "8202" }, { - "id": "8200", - "name": "Acrobat" + "name": "Norman", + "id": "8203" }, { - "id": "8201", - "name": "Wendy" + "name": "Babe", + "id": "8204" }, { - "id": "8202", - "name": "Trogs" + "name": "Gus", + "id": "8205" }, { - "id": "8203", - "name": "Norman" + "name": "Lottie", + "id": "8206" }, { - "id": "8204", - "name": "Babe" + "name": "Aggie", + "id": "8207" }, { - "id": "8205", - "name": "Gus" + "name": "Bat", + "id": "8208" }, { - "id": "8206", - "name": "Lottie" + "name": "Rat", + "id": "8209" }, { - "id": "8207", - "name": "Aggie" + "name": "Lizard", + "id": "8210" }, { - "id": "8208", - "name": "Bat" + "name": "Blackbird", + "id": "8211" }, { - "id": "8209", - "name": "Rat" + "name": "Spider", + "id": "8212" }, { - "id": "8210", - "name": "Lizard" + "name": "Snail", + "id": "8213" }, { - "id": "8211", - "name": "Blackbird" + "name": "Cat", + "id": "8214" }, { - "id": "8212", - "name": "Spider" + "name": "Lazy cat", + "id": "8215" }, { - "id": "8213", - "name": "Snail" + "name": "Overgrown cat", + "id": "8216" }, { - "id": "8214", - "name": "Cat" + "name": "Kitten", + "id": "8217" }, { - "id": "8215", - "name": "Lazy cat" + "name": "Wily cat", + "id": "8218" }, { - "id": "8216", - "name": "Overgrown cat" + "name": "Guardian of Armadyl", + "id": "8219" }, { - "id": "8217", - "name": "Kitten" + "name": "Head mystic", + "id": "8227" }, { - "id": "8218", - "name": "Wily cat" + "name": "Rewards mystic", + "id": "8228" }, { - "id": "8219", - "name": "Guardian of Armadyl" + "name": "Mystic", + "id": "8229" }, { - "id": "8227", - "name": "Head mystic" + "name": "Mystic", + "id": "8230" }, { - "id": "8228", - "name": "Rewards mystic" + "name": "Mystic", + "id": "8231" }, { - "id": "8229", - "name": "Mystic" + "name": "Mystic", + "id": "8232" }, { - "id": "8230", - "name": "Mystic" + "name": "Mystic", + "id": "8233" }, { - "id": "8231", - "name": "Mystic" + "name": "Mystic", + "id": "8234" }, { - "id": "8232", - "name": "Mystic" + "name": "Mystic", + "id": "8235" }, { - "id": "8233", - "name": "Mystic" + "name": "Mystic", + "id": "8236" }, { - "id": "8234", - "name": "Mystic" + "name": "Mystic", + "id": "8237" }, { - "id": "8235", - "name": "Mystic" + "name": "Mystic", + "id": "8238" }, { - "id": "8236", - "name": "Mystic" + "name": "Head mystic", + "id": "8239" }, { - "id": "8237", - "name": "Mystic" + "name": "Clay familiar (class 1)", + "id": "8240" }, { - "id": "8238", - "name": "Mystic" + "name": "Clay familiar (class 1)", + "id": "8241" }, { - "id": "8239", - "name": "Head mystic" + "name": "Clay familiar (class 2)", + "id": "8242" }, { - "id": "8240", - "name": "Clay familiar (class 1)" + "name": "Clay familiar (class 2)", + "id": "8243" }, { - "id": "8241", - "name": "Clay familiar (class 1)" + "name": "Clay familiar (class 3)", + "id": "8244" }, { - "id": "8242", - "name": "Clay familiar (class 2)" + "name": "Clay familiar (class 3)", + "id": "8245" }, { - "id": "8243", - "name": "Clay familiar (class 2)" + "name": "Clay familiar (class 4)", + "id": "8246" }, { - "id": "8244", - "name": "Clay familiar (class 3)" + "name": "Clay familiar (class 4)", + "id": "8247" }, { - "id": "8245", - "name": "Clay familiar (class 3)" + "name": "Clay familiar (class 5)", + "id": "8248" }, { - "id": "8246", - "name": "Clay familiar (class 4)" + "name": "Clay familiar (class 5)", + "id": "8249" }, { - "id": "8247", - "name": "Clay familiar (class 4)" + "name": "Grindxplox", + "id": "8250" }, { - "id": "8248", - "name": "Clay familiar (class 5)" + "name": "Grindxplox", + "id": "8251" }, { - "id": "8249", - "name": "Clay familiar (class 5)" + "name": "Stealing Creation team", + "id": "8252" }, { - "id": "8250", - "name": "Grindxplox" + "name": "Resource NPC", + "id": "8253" }, { - "id": "8251", - "name": "Grindxplox" + "name": "Game NPC", + "id": "8254" }, { - "id": "8252", - "name": "Stealing Creation team" + "name": "Resource NPC", + "id": "8255" }, { - "id": "8253", - "name": "Resource NPC" + "name": "Harrallak Menarous", + "id": "8257" }, { - "id": "8254", - "name": "Game NPC" + "name": "Yadech Strongarm", + "id": "8269" }, { - "id": "8255", - "name": "Resource NPC" - }, - { - "id": "8257", - "name": "Harrallak Menarous" - }, - { - "id": "8269", - "name": "Yadech Strongarm" - }, - { - "id": "8271", - "name": "Turael" - }, - { - "id": "8273", "name": "Turael", - "examine": "He looks dangerous!" + "id": "8271" }, { - "id": "8274", - "name": "Mazchna" + "name": "Mazchna", + "id": "8274" }, { - "id": "8275", + "examine": "He looks dangerous!", "name": "Duradel", - "examine": "He looks dangerous!" + "id": "8275" }, { - "id": "8276", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8276" }, { - "id": "8280", - "name": "Sloane" + "name": "Sloane", + "id": "8280" }, { - "id": "8281", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8281" }, { - "id": "8282", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8282" }, { - "id": "8283", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8283" }, { - "id": "8284", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8284" }, { - "id": "8285", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8285" }, { - "id": "8286", - "name": "Undead hero" + "name": "Undead hero", + "id": "8286" }, { - "id": "8287", - "name": "Undead hero" + "name": "Undead hero", + "id": "8287" }, { - "id": "8288", - "name": "Undead hero" + "name": "Undead hero", + "id": "8288" }, { - "id": "8289", - "name": "Undead hero" + "name": "Undead hero", + "id": "8289" }, { - "id": "8290", - "name": "Undead hero" + "name": "Undead hero", + "id": "8290" }, { - "id": "8291", - "name": "Undead hero" + "name": "Undead hero", + "id": "8291" }, { - "id": "8292", - "name": "Undead hero" + "name": "Undead hero", + "id": "8292" }, { - "id": "8293", - "name": "Undead hero" + "name": "Undead hero", + "id": "8293" }, { - "id": "8294", - "name": "Undead hero" + "name": "Undead hero", + "id": "8294" }, { - "id": "8295", - "name": "Undead hero" + "name": "Undead hero", + "id": "8295" }, { - "id": "8296", - "name": "Undead hero" + "name": "Undead hero", + "id": "8296" }, { - "id": "8297", - "name": "Undead hero" + "name": "Undead hero", + "id": "8297" }, { - "id": "8298", - "name": "Stone block" + "name": "Stone block", + "id": "8298" }, { - "id": "8299", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8299" }, { - "id": "8300", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8300" }, { - "id": "8301", - "name": "Harrallak Menarous" + "name": "Harrallak Menarous", + "id": "8301" }, { - "id": "8302", - "name": "Turael" + "name": "Turael", + "id": "8302" }, { - "id": "8303", - "name": "Turael" + "name": "Turael", + "id": "8303" }, { - "id": "8304", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8304" }, { - "id": "8305", - "name": "Cyrisus" + "name": "Cyrisus", + "id": "8305" }, { - "id": "8306", - "name": "Ghommal" + "name": "Ghommal", + "id": "8306" }, { - "id": "8307", - "name": "Mazchna" + "name": "Mazchna", + "id": "8307" }, { - "id": "8308", - "name": "Mazchna" + "name": "Mazchna", + "id": "8308" }, { - "id": "8309", - "name": "Mazchna" + "name": "Mazchna", + "id": "8309" }, { - "id": "8310", - "name": "Duradel" + "name": "Duradel", + "id": "8310" }, { - "id": "8311", - "name": "Sloane" + "name": "Sloane", + "id": "8311" }, { - "id": "8317", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8317" }, { - "id": "8318", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8318" }, { - "id": "8319", - "name": "Elite Dark Ranger" + "name": "Elite Dark Ranger", + "id": "8319" }, { - "id": "8320", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8320" }, { - "id": "8321", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8321" }, { - "id": "8322", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8322" }, { - "id": "8323", - "name": "Elite Dark Mage" + "name": "Elite Dark Mage", + "id": "8323" }, { - "id": "8324", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8324" }, { - "id": "8325", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8325" }, { - "id": "8326", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8326" }, { - "id": "8327", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8327" }, { - "id": "8328", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8328" }, { - "id": "8329", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8329" }, { - "id": "8330", - "name": "Elite Black Knight" + "name": "Elite Black Knight", + "id": "8330" }, { - "id": "8331", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8331" }, { - "id": "8332", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8332" }, { - "id": "8333", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8333" }, { - "id": "8334", - "name": "Mercenary axeman" + "name": "Mercenary axeman", + "id": "8334" }, { - "id": "8335", - "name": "Mercenary mage" + "name": "Mercenary mage", + "id": "8335" }, { - "id": "8336", - "name": "Idria" + "name": "Idria", + "id": "8336" }, { - "id": "8337", - "name": "Idria" + "name": "Idria", + "id": "8337" }, { - "id": "8338", - "name": "Akrisae" + "name": "Akrisae", + "id": "8338" }, { - "id": "8339", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8339" }, { - "id": "8340", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8340" }, { - "id": "8341", - "name": "Shady stranger" + "name": "Shady stranger", + "id": "8341" }, { - "id": "8342", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8342" }, { - "id": "8344", - "name": "Guardian of Armadyl" + "name": "Guardian of Armadyl", + "id": "8344" }, { - "id": "8345", - "name": "Local thug" + "name": "Local thug", + "id": "8345" }, { - "id": "8347", - "name": "Local mage" + "name": "Local mage", + "id": "8347" }, { - "id": "8349", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8350", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8351", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8352", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8353", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8354", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8355", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8356", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8357", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8358", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8359", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8360", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "2", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8361", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8362", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8363", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "1", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8364", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "0", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8365", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "2", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" - }, - { - "id": "8366", - "name": "Tormented demon", - "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.", - "aggressive": "true", - "attack_level": "85", - "attack_speed": "6", - "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58", - "combat_style": "0", - "death_animation": "10924", - "defence_animation": "10923", - "defence_level": "85", - "lifepoints": "326", - "magic_animation": "10918", - "magic_level": "85", - "melee_animation": "10922", - "movement_radius": "40", - "poison_immune": "true", - "protect_style": "1", - "range_animation": "10919", - "range_level": "85", - "respawn_delay": "100", - "safespot": "true", - "slayer_exp": "136", - "strength_level": "85" + "name": "Undead troll", + "id": "8367" }, { - "id": "8367", - "name": "Undead troll" + "name": "Undead troll", + "id": "8378" }, { - "id": "8378", - "name": "Undead troll" + "name": "Undead troll", + "id": "8379" }, { - "id": "8379", - "name": "Undead troll" + "name": "Undead troll", + "id": "8380" }, { - "id": "8380", - "name": "Undead troll" + "name": "Undead troll", + "id": "8381" }, { - "id": "8381", - "name": "Undead troll" + "name": "Undead troll", + "id": "8382" }, { - "id": "8382", - "name": "Undead troll" + "name": "Undead troll", + "id": "8383" }, { - "id": "8383", - "name": "Undead troll" + "name": "Undead troll", + "id": "8384" }, { - "id": "8384", - "name": "Undead troll" + "name": "Undead troll", + "id": "8385" }, { - "id": "8385", - "name": "Undead troll" + "name": "Undead troll", + "id": "8386" }, { - "id": "8386", - "name": "Undead troll" + "name": "Undead troll", + "id": "8387" }, { - "id": "8387", - "name": "Undead troll" + "name": "Undead troll", + "id": "8388" }, { - "id": "8388", - "name": "Undead troll" + "name": "Undead troll", + "id": "8389" }, { - "id": "8389", - "name": "Undead troll" + "name": "Undead troll", + "id": "8390" }, { - "id": "8390", - "name": "Undead troll" + "name": "Undead troll", + "id": "8391" }, { - "id": "8391", - "name": "Undead troll" + "name": "Undead troll", + "id": "8392" }, { - "id": "8392", - "name": "Undead troll" + "name": "Vasador", + "id": "8393" }, { - "id": "8393", - "name": "Vasador" + "name": "Valator", + "id": "8394" }, { - "id": "8394", - "name": "Valator" + "name": "Vaasdor", + "id": "8395" }, { - "id": "8395", - "name": "Vaasdor" + "name": "Varosad", + "id": "8396" }, { - "id": "8396", - "name": "Varosad" + "name": "Verisad", + "id": "8397" }, { - "id": "8397", - "name": "Verisad" + "name": "Vudisor", + "id": "8398" }, { - "id": "8398", - "name": "Vudisor" + "name": "Vlatoad", + "id": "8399" }, { - "id": "8399", - "name": "Vlatoad" + "name": "Vedolas", + "id": "8400" }, { - "id": "8400", - "name": "Vedolas" + "name": "Vundiar", + "id": "8401" }, { - "id": "8401", - "name": "Vundiar" + "name": "Versita", + "id": "8402" }, { - "id": "8402", - "name": "Versita" + "name": "Vislota", + "id": "8403" }, { - "id": "8403", - "name": "Vislota" + "name": "Vanjuta", + "id": "8404" }, { - "id": "8404", - "name": "Vanjuta" + "name": "Vasador", + "id": "8405" }, { - "id": "8405", - "name": "Vasador" + "name": "Valator", + "id": "8406" }, { - "id": "8406", - "name": "Valator" + "name": "Vaasdor", + "id": "8407" }, { - "id": "8407", - "name": "Vaasdor" + "name": "Varosad", + "id": "8408" }, { - "id": "8408", - "name": "Varosad" + "name": "Verisad", + "id": "8409" }, { - "id": "8409", - "name": "Verisad" + "name": "Vudisor", + "id": "8410" }, { - "id": "8410", - "name": "Vudisor" + "name": "Vlatoad", + "id": "8411" }, { - "id": "8411", - "name": "Vlatoad" + "name": "Vedolas", + "id": "8412" }, { - "id": "8412", - "name": "Vedolas" + "name": "Vundiar", + "id": "8413" }, { - "id": "8413", - "name": "Vundiar" + "name": "Versita", + "id": "8414" }, { - "id": "8414", - "name": "Versita" + "name": "Vislota", + "id": "8415" }, { - "id": "8415", - "name": "Vislota" + "name": "Vanjuta", + "id": "8416" }, { - "id": "8416", - "name": "Vanjuta" + "name": "Ivy Sophista", + "id": "8417" }, { - "id": "8417", - "name": "Ivy Sophista" + "name": "Thaerisk Cemphier", + "id": "8418" }, { - "id": "8418", - "name": "Thaerisk Cemphier" + "name": "Thaerisk Cemphier", + "id": "8419" }, { - "id": "8419", - "name": "Thaerisk Cemphier" + "name": "Assassin", + "id": "8420" }, { - "id": "8420", - "name": "Assassin" + "name": "Assassin", + "id": "8423" }, { - "id": "8423", - "name": "Assassin" + "name": "Mithril dragon", + "id": "8424" }, { - "id": "8424", - "name": "Mithril dragon" + "name": "Dragon head", + "id": "8425" }, { - "id": "8425", - "name": "Dragon head" + "name": "Dragon head", + "id": "8426" }, { - "id": "8426", - "name": "Dragon head" + "name": "Dragon head", + "id": "8427" }, { - "id": "8427", - "name": "Dragon head" + "name": "Khazard launderer", + "id": "8428" }, { - "id": "8428", - "name": "Khazard launderer" + "name": "Khazard cook", + "id": "8429" }, { - "id": "8429", - "name": "Khazard cook" + "name": "Silif", + "id": "8430" }, { - "id": "8430", - "name": "Silif" + "name": "Silif", + "id": "8431" }, { - "id": "8431", - "name": "Silif" + "name": "Silif", + "id": "8432" }, { - "id": "8432", - "name": "Silif" + "name": "Silif", + "id": "8433" }, { - "id": "8433", - "name": "Silif" + "name": "Silif", + "id": "8434" }, { - "id": "8434", - "name": "Silif" + "name": "Shady stranger", + "id": "8435" }, { - "id": "8435", - "name": "Shady stranger" + "name": "Suspicious outsider", + "id": "8436" }, { - "id": "8436", - "name": "Suspicious outsider" + "name": "Elite Khazard guard", + "id": "8437" }, { - "id": "8437", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8438" }, { - "id": "8438", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8439" }, { - "id": "8439", - "name": "Elite Khazard guard" + "name": "Elite Khazard guard", + "id": "8440" }, { - "id": "8440", - "name": "Elite Khazard guard" + "name": "Dark Squall", + "id": "8441" }, { - "id": "8441", - "name": "Dark Squall" + "name": "Surok Magis", + "id": "8442" }, { - "id": "8442", - "name": "Surok Magis" + "name": "Lucien", + "id": "8443" }, { - "id": "8443", - "name": "Lucien" + "name": "Druid", + "id": "8444" }, { - "id": "8444", - "name": "Druid" + "name": "Druid", + "id": "8445" }, { - "id": "8445", - "name": "Druid" + "name": "Druid", + "id": "8446" }, { - "id": "8446", - "name": "Druid" + "name": "Druid bodyguard", + "id": "8447" }, { - "id": "8447", - "name": "Druid bodyguard" + "name": "Druid bodyguard", + "id": "8448" }, { - "id": "8448", - "name": "Druid bodyguard" + "name": "Movario", + "id": "8449" }, { - "id": "8449", - "name": "Movario" + "name": "Darve", + "id": "8450" }, { - "id": "8450", - "name": "Darve" + "name": "Cave goblin", + "id": "8451" }, { - "id": "8451", - "name": "Cave goblin" + "name": "Movario", + "id": "8452" }, { - "id": "8452", - "name": "Movario" + "name": "Darve", + "id": "8453" }, { - "id": "8453", - "name": "Darve" + "name": "Light creature", + "id": "8454" }, { - "id": "8454", - "name": "Light creature" + "name": "Light creature", + "id": "8455" }, { - "id": "8455", - "name": "Light creature" + "name": "Druid spirit", + "id": "8456" }, { - "id": "8456", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8457" }, { - "id": "8457", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8458" }, { - "id": "8458", - "name": "Druid spirit" + "name": "Druid spirit", + "id": "8459" }, { - "id": "8459", - "name": "Druid spirit" + "name": "Turael", + "id": "8460" }, { - "id": "8460", - "name": "Turael" + "name": "Spria", + "id": "8462" }, { - "id": "8462", - "name": "Spria" + "name": "Mazchna", + "id": "8463" }, { - "id": "8463", - "name": "Mazchna" + "name": "Mazchna", + "id": "8464" }, { - "id": "8464", - "name": "Mazchna" + "name": "Achtryn", + "id": "8465" }, { - "id": "8465", - "name": "Achtryn" + "name": "Duradel", + "id": "8466" }, { - "id": "8466", - "name": "Duradel" + "name": "Lapalok", + "id": "8467" }, { - "id": "8467", - "name": "Lapalok" + "name": "Laidee Gnonock", + "id": "8468" }, { - "id": "8468", - "name": "Laidee Gnonock" + "name": "Hazelmere", + "id": "8485" }, { - "id": "8485", - "name": "Hazelmere" + "name": "Undead mage", + "id": "8486" }, { - "id": "8486", - "name": "Undead mage" + "name": "Wild broav", + "id": "8487" }, { - "id": "8487", - "name": "Wild broav" + "name": "Hazelmere", + "id": "8488" }, { - "id": "8488", - "name": "Hazelmere" + "name": "Hazelmere", + "id": "8490" }, { - "id": "8490", - "name": "Hazelmere" + "name": "Broav", + "id": "8491" }, { - "id": "8491", - "name": "Broav" + "name": "Sithaph", + "id": "8492" }, { - "id": "8492", - "name": "Sithaph" + "name": "Strisath", + "id": "8494" }, { - "id": "8494", - "name": "Strisath" + "name": "Sakirth", + "id": "8495" }, { - "id": "8495", - "name": "Sakirth" + "name": "Hazelmere's hat", + "id": "8496" }, { - "id": "8496", - "name": "Hazelmere's hat" + "name": "Lucien", + "id": "8497" }, { - "id": "8497", - "name": "Lucien" + "name": "A lazy Khazard guard", + "id": "8498" }, { - "id": "8498", - "name": "A lazy Khazard guard" + "name": "Thanksgiving Turkey", + "id": "8499" }, { - "id": "8499", - "name": "Thanksgiving Turkey" + "name": "Cook's brother", + "id": "8500" }, { - "id": "8500", - "name": "Cook's brother" + "name": "Turkey", + "id": "8501" }, { - "id": "8501", - "name": "Turkey" - }, - { - "id": "8502", "name": "Cactus", - "examine": "Are those spines or feathers? Either way, it looks delicious." + "id": "8502" }, { - "id": "8503", "name": "Cactus", - "examine": "Prickly, but strangely tasty-looking..." + "id": "8503" }, { - "id": "8504", "name": "Bush", - "examine": "It rustles deliciously." + "id": "8504" }, { - "id": "8505", "name": "Toadstool", - "examine": "A horrible fungus, but there is something strangely tasty about it." + "id": "8505" }, { - "id": "8506", "name": "Barrel", - "examine": "The most delicious barrel you have ever seen." + "id": "8506" }, { - "id": "8507", "name": "Bush", - "examine": "Who would have thought that leaves could smell so edible?" + "id": "8507" }, { - "id": "8508", "name": "Crate", - "examine": "A crate. But delicious." + "id": "8508" }, { - "id": "8509", "name": "Bush", - "examine": "You feel a strange urge to pour gravy on that bush." + "id": "8509" }, { - "id": "8510", "name": "Rock", - "examine": "Now that's a rock I'd try to make into soup!" + "id": "8510" }, { - "id": "8511", "name": "Bush", - "examine": "Did that bush just pour sauce on itself?" + "id": "8511" }, { - "id": "8512", - "name": "Marvin" + "name": "Marvin", + "id": "8512" }, { - "id": "8513", - "name": "Marius" + "name": "Marius", + "id": "8513" }, { - "id": "8514", - "name": "Benny" + "name": "Benny", + "id": "8514" }, { - "id": "8515", - "name": "Yeti" + "name": "Yeti", + "id": "8515" }, { - "id": "8516", - "name": "Yeti" + "name": "Yeti", + "id": "8516" }, { - "id": "8517", + "examine": "The rebellious teenage son of the Queen of Snow. Interesting outfit!", "name": "Jack Frost", - "examine": "The rebellious teenage son of the Queen of Snow. Interesting outfit!" + "id": "8517" }, { - "id": "8518", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8518" }, { - "id": "8519", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8519" }, { - "id": "8520", - "name": "Jack Frost" + "name": "Jack Frost", + "id": "8520" }, { - "id": "8521", - "name": "Snow imp" + "name": "Snow imp", + "id": "8521" }, { - "id": "8537", - "name": "Snow imp" + "name": "Snow imp", + "id": "8537" }, { - "id": "8538", - "name": "Snow imp" + "name": "Snow imp", + "id": "8538" }, { - "id": "8539", - "name": "Queen of Snow" + "name": "Queen of Snow", + "id": "8539" }, { - "id": "8540", + "examine": "A jolly-looking present-distributor.", "name": "Santa Claus", - "examine": "A jolly-looking present-distributor." + "id": "8540" }, { - "id": "8541", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8541" }, { - "id": "8542", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8542" }, { - "id": "8543", - "name": "Head snow imp" + "name": "Head snow imp", + "id": "8543" }, { - "id": "8544", - "name": "Isidor" + "name": "Isidor", + "id": "8544" }, { - "id": "8545", - "name": "Mystic" + "name": "Mystic", + "id": "8545" }, { - "id": "8546", - "name": "Balance Elemental" + "name": "Balance Elemental", + "id": "8546" }, { - "id": "8547", - "name": "Wounded phoenix" + "name": "Wounded phoenix", + "id": "8547" }, { - "id": "8548", - "name": "Phoenix" + "name": "Phoenix", + "id": "8548" }, { - "id": "8549", - "name": "Phoenix" + "name": "Phoenix", + "id": "8549" }, { - "id": "8550", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8550" }, { - "id": "8551", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8551" }, { - "id": "8552", - "name": "Large egg" + "name": "Large egg", + "id": "8552" }, { - "id": "8553", - "name": "Priest of Guthix" + "name": "Priest of Guthix", + "id": "8553" }, { - "id": "8556", - "name": "Brian Twitcher" + "name": "Brian Twitcher", + "id": "8556" }, { - "id": "8557", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8557" }, { - "id": "8558", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8558" }, { - "id": "8559", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8559" }, { - "id": "8560", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8560" }, { - "id": "8561", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8561" }, { - "id": "8562", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8562" }, { - "id": "8563", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8563" }, { - "id": "8564", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8564" }, { - "id": "8565", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8565" }, { - "id": "8566", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8566" }, { - "id": "8567", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8567" }, { - "id": "8568", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8568" }, { - "id": "8569", - "name": "Lesser reborn warrior" + "name": "Lesser reborn warrior", + "id": "8569" }, { - "id": "8570", - "name": "Greater reborn warrior" + "name": "Greater reborn warrior", + "id": "8570" }, { - "id": "8571", - "name": "Lesser reborn ranger" + "name": "Lesser reborn ranger", + "id": "8571" }, { - "id": "8572", - "name": "Greater reborn ranger" + "name": "Greater reborn ranger", + "id": "8572" }, { - "id": "8573", - "name": "Lesser reborn mage" + "name": "Lesser reborn mage", + "id": "8573" }, { - "id": "8574", - "name": "Greater reborn mage" + "name": "Greater reborn mage", + "id": "8574" }, { - "id": "8575", - "name": "Phoenix" + "name": "Phoenix", + "id": "8575" }, { - "id": "8576", - "name": "Phoenix" + "name": "Phoenix", + "id": "8576" }, { - "id": "8577", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8577" }, { - "id": "8578", - "name": "Phoenix eggling" + "name": "Phoenix eggling", + "id": "8578" }, { - "id": "8579", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8579" }, { - "id": "8581", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8581" }, { - "id": "8582", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8582" }, { - "id": "8583", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8583" }, { - "id": "8584", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8584" }, { - "id": "8585", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8585" }, { - "id": "8586", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8586" }, { - "id": "8587", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8587" }, { - "id": "8588", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8588" }, { - "id": "8589", - "name": "Karma the chameleon" + "name": "Karma the chameleon", + "id": "8589" }, { - "id": "8590", - "name": "Geoffrey" + "name": "Geoffrey", + "id": "8590" + }, + { + "examine": "Ooh, shiny things!", + "name": "Magpie Impling", + "id": "1035" + }, + { + "examine": "An earth impling. Rock on.", + "name": "Earth Impling", + "id": "1031" + }, + { + "examine": "A baby impling. Ahhh.", + "name": "Baby Impling", + "id": "1028" + }, + { + "examine": "A young impling. It's not fair!", + "name": "Young Impling", + "id": "1029" + }, + { + "examine": "An impling gourmet. Mmmm, tasty.", + "name": "Gourmet Impling", + "id": "1030" + }, + { + "examine": "An impling who likes magic. Magic!", + "name": "Essence Impling", + "id": "1032" + }, + { + "examine": "Dodgy Mike.", + "name": "Mike", + "id": "3166" + }, + { + "examine": "An impling with varied tastes.", + "name": "Eclectic Impling", + "id": "1033" + }, + { + "examine": "He seems to be making odd sucking noises with his teeth.", + "name": "Leon", + "id": "5111" + }, + { + "examine": "A very stealthy impling.", + "name": "Ninja Impling", + "id": "6053" + }, + { + "examine": "A rare bird.", + "name": "Black Swan", + "water_npc": "true", + "id": "3297" + }, + { + "examine": "A nature impling. Right on, maaan.", + "name": "Nature Impling", + "id": "1034" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner (boss)", + "defence_level": "10", + "lifepoints": "19", + "melee_animation": "428", + "attack_speed": "4", + "strength_level": "10", + "id": "370", + "bonuses": "0,0,0,0,0,3,2,4,0,0,0,0,0,0,0", + "attack_level": "10" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "717" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "718" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "719" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "3216" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "14", + "melee_animation": "428", + "lifepoints": "24", + "attack_speed": "4", + "strength_level": "14", + "id": "357", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "14" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "19", + "melee_animation": "422", + "lifepoints": "30", + "attack_speed": "4", + "strength_level": "19", + "id": "348", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "19" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "19", + "melee_animation": "422", + "lifepoints": "30", + "attack_speed": "4", + "strength_level": "19", + "id": "369", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "19" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "8", + "lifepoints": "18", + "melee_animation": "428", + "strength_level": "8", + "attack_speed": "4", + "id": "347", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "8" + }, + { + "examine": "A Mourner, or plague healer.", + "name": "Mourner", + "id": "2374" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "372" + }, + { + "examine": "A mourner, or plague healer.", + "death_animation": "836", + "name": "Mourner", + "defence_level": "8", + "lifepoints": "20", + "melee_animation": "422", + "attack_speed": "4", + "strength_level": "8", + "id": "371", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "attack_level": "8" + }, + { + "examine": "In charge of people with silly outfits.", + "name": "Head Mourner", + "id": "716" + }, + { + "examine": "A mourner, or plague healer.", + "name": "Mourner", + "id": "2784" + }, + { + "examine": "She looks concerned.", + "name": "Elena", + "id": "3215" + }, + { + "examine": "She looks concerned.", + "name": "Elena", + "id": "715" + }, + { + "examine": "She doesn't look too happy.", + "name": "Elena", + "id": "3209" + }, + { + "examine": "She doesn't look too happy.", + "name": "Elena", + "id": "335" + }, + { + "examine": "He looks angry and smells drunk.", + "name": "Skippy", + "id": "2796" + }, + { + "examine": "Angry and stressed, he doesn't seem to have time for anything other than sand.", + "name": "Sandy", + "id": "3112" + }, + { + "examine": "I hope she can find all the ingredients!", + "name": "Cook", + "id": "4239" } ] \ No newline at end of file diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json index e4f2c26a3..1dffc0568 100644 --- a/Server/data/configs/object_configs.json +++ b/Server/data/configs/object_configs.json @@ -3,14 +3,14030 @@ "examine": "I wonder what's inside.", "ids": "0,1" }, + { + "examine": "Looks and smells like a place where goblins live.", + "ids": "2" + }, + { + "examine": "The door is closed.", + "ids": "3,4" + }, + { + "examine": "A powerful ranging device, unfortunately not working.", + "ids": "5" + }, + { + "examine": "A powerful ranging device that fires metal balls.", + "ids": "6" + }, + { + "examine": "The cannon is built on here.", + "ids": "7" + }, + { + "examine": "The mounting for the multicannon.", + "ids": "8" + }, + { + "examine": "The barrels of the multicannon.", + "ids": "9" + }, { "examine": "I can climb down this.", "ids": "10" }, + { + "examine": "I can climb up this.", + "ids": "11" + }, + { + "examine": "A pile of rocks is blocking my path.", + "ids": "12" + }, + { + "examine": "Mud caved in from above.", + "ids": "13" + }, + { + "examine": "Intended to keep the goblins away from the mines.", + "ids": "14,15,16,17,18,19,20" + }, + { + "examine": "Its eyes stare off into the distance...", + "ids": "21" + }, + { + "examine": "The door is shut.", + "ids": "22" + }, + { + "examine": "Unusually lumpy looking.", + "ids": "23" + }, + { + "examine": "The door is shut.", + "ids": "24" + }, + { + "examine": "Seems to be some kind of clock part.", + "ids": "25,26,27,28,29,30,31,32" + }, + { + "examine": "Yup, definitely a lever.", + "ids": "33,34,35,36" + }, + { + "examine": "Stops people walking past.", + "ids": "37,38,39" + }, + { + "examine": "Animals have no table manners.", + "ids": "40" + }, + { + "examine": "Looks like an outlet pipe to the lake.", + "ids": "41" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "42,326" + }, + { + "examine": "It seems to sparkle.", + "ids": "43" + }, + { + "examine": "I can see really big fish swimming in the water.", + "ids": "44" + }, + { + "examine": "Big Dave is fishing here.", + "ids": "45" + }, + { + "examine": "Joshua is fishing here.", + "ids": "46" + }, + { + "examine": "A wooden gate.", + "ids": "47,48,49,50" + }, + { + "examine": "Hmmm... I wonder if it's loose enough to get through.", + "ids": "51" + }, + { + "examine": "It's locked.", + "ids": "52,53" + }, + { + "examine": "It's a flight of stairs.", + "ids": "54,55,56,57" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "58" + }, + { + "examine": "A fancy hole in the wall.", + "ids": "59" + }, + { + "examine": "A fancy hole in the ceiling.", + "ids": "60" + }, + { + "examine": "A shrine to evil.", + "ids": "61" + }, + { + "examine": "Is there something in there?", + "ids": "62" + }, + { + "examine": "Used for storage.", + "ids": "63,64,36351,36352" + }, + { + "examine": "Surprisingly sturdy looking.", + "ids": "65,66" + }, + { + "examine": "Used for storage.", + "ids": "67" + }, + { + "examine": "Where bees live.", + "ids": "68" + }, + { + "examine": "Handy for boarding boats.", + "ids": "69,70" + }, + { + "examine": "Sturdy looking door.", + "ids": "71,72" + }, + { + "examine": "Securely fastened shut.", + "ids": "73,74" + }, + { + "examine": "I wonder what's inside?", + "ids": "75" + }, + { + "examine": "It's open.", + "ids": "76" + }, + { + "examine": "Securely fastened shut.", + "ids": "77,78" + }, + { + "examine": "Looks secure.", + "ids": "79,80" + }, + { + "examine": "The door is closed.", + "ids": "81,82" + }, + { + "examine": "Seems very old...", + "ids": "86" + }, + { + "examine": "I guess you pull it...", + "ids": "87" + }, + { + "examine": "A wrought iron gate.", + "ids": "89,90" + }, + { + "examine": "I don't like the look of this!", + "ids": "91" + }, + { + "examine": "The door is closed.", + "ids": "92,93" + }, + { + "examine": "A wrought iron gate.", + "ids": "94,95" + }, + { + "examine": "A dark flight of stairs.", + "ids": "96,98" + }, + { + "examine": "The door is closed.", + "ids": "99" + }, { "examine": "Don't you open that trapdoor!", "ids": "100" }, + { + "examine": "I can climb this.", + "ids": "101" + }, + { + "examine": "A sturdy door.", + "ids": "102" + }, + { + "examine": "I wonder what's inside.", + "ids": "103" + }, + { + "examine": "Perhaps I should search it.", + "ids": "104" + }, + { + "examine": "I wonder what that's there for...", + "ids": "105,106" + }, + { + "examine": "An appliance for cooking with.", + "ids": "114" + }, + { + "examine": "A party balloon.", + "ids": "115,116,117,118,119,120" + }, + { + "examine": "Aren't they pretty?", + "ids": "121" + }, + { + "examine": "Paaaarty!", + "ids": "122" + }, + { + "examine": "A party balloon.", + "ids": "123,124,125,126,127,128,129,130" + }, + { + "examine": "The door is closed.", + "ids": "131" + }, + { + "examine": "An escape route.", + "ids": "132" + }, + { + "examine": "Looks spooky down there.", + "ids": "133" + }, + { + "examine": "A large double door.", + "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816" + }, + { + "examine": "The door is closed.", + "ids": "136" + }, + { + "examine": "Smelly.", + "ids": "152" + }, + { + "examine": "An ornate fountain.", + "ids": "153,36781" + }, + { + "examine": "A pipe I can squeeze through.", + "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370" + }, + { + "examine": "Lots of books.", + "ids": "155,156,157" + }, + { + "examine": "This wall looks odd...", + "ids": "158,159" + }, + { + "examine": "I wonder what this does...", + "ids": "160" + }, + { + "examine": "I'm not touching that.", + "ids": "162,163,164" + }, + { + "examine": "A special furnace for destroying contaminated items.", + "ids": "165" + }, + { + "examine": "A wooden gate.", + "ids": "166,167" + }, + { + "examine": "I wonder what's inside.", + "ids": "170" + }, + { + "examine": "Perhaps I should search it.", + "ids": "171" + }, + { + "examine": "I wonder what's inside.", + "ids": "172" + }, + { + "examine": "Perhaps I should search it.", + "ids": "173" + }, + { + "examine": "Fly Gnome Air.", + "ids": "187" + }, + { + "examine": "Probably pilot error.", + "ids": "188" + }, + { + "examine": "The Blurberry bar", + "ids": "189" + }, + { + "examine": "A large gate in the gnome style.", + "ids": "190" + }, + { + "examine": "The entrance to the cave.", + "ids": "194" + }, + { + "examine": "I can climb this.", + "ids": "195" + }, + { + "examine": "A quirky gnome lamp.", + "ids": "200" + }, + { + "examine": "These insects love this light.", + "ids": "201" + }, + { + "examine": "It's amazing what bees produce!", + "ids": "202" + }, + { + "examine": "Posh candlesticks.", + "ids": "203,204,32287,40074" + }, + { + "examine": "Scary lighting apparatus.", + "ids": "208" + }, + { + "examine": "An ornamental lighting fixture.", + "ids": "209" + }, + { + "examine": "A mysterious glowing ice crystal.", + "ids": "210" + }, + { + "examine": "It's amazing what bees produce!", + "ids": "211" + }, + { + "examine": "Useful for making ships move.", + "ids": "212,218" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "221,222" + }, + { + "examine": "Useful for making ships move.", + "ids": "225,226" + }, + { + "examine": "Barnacle infested rope.", + "ids": "227" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "245,246" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "252,253" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "254" + }, + { + "examine": "Used for pulling things up.", + "ids": "255" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "260" + }, + { + "examine": "Useful if there is any wind.", + "ids": "265" + }, + { + "examine": "Useful for making ships move.", + "ids": "266,267" + }, + { + "examine": "Useful for making ships move", + "ids": "268" + }, + { + "examine": "How much does this weigh?", + "ids": "271" + }, + { + "examine": "I can climb up here.", + "ids": "272" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "273" + }, + { + "examine": "A conveniently rolled sail.", + "ids": "274,275,276,277,278,279" + }, + { + "examine": "I'm not allowed to climb this ladder.", + "ids": "287" + }, + { + "examine": "It's like a land rudder.", + "ids": "296" + }, + { + "examine": "Disturbingly man-like.", + "ids": "297" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "298,299,300" + }, + { + "examine": "Animals have no table manners.", + "ids": "301" + }, + { + "examine": "A home for baby creatures.", + "ids": "302" + }, + { + "examine": "In the city we would call this mouldy rubbish.", + "ids": "303" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "304" + }, + { + "examine": "Where bees live.", + "ids": "305" + }, + { + "examine": "A used cart seller will probably try and sell it later.", + "ids": "306" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "307,308" + }, + { + "examine": "Dead tree parts piled together neatly.", + "ids": "309" + }, + { + "examine": "A patch of soft dark brown matter. Probably mud.", + "ids": "310" + }, + { + "examine": "A pile of something I hope is mud.", + "ids": "311" + }, + { + "examine": "Potato-licious!", + "ids": "312" + }, + { + "examine": "Baby bread.", + "ids": "313" + }, + { + "examine": "The remains of a bad driver.", + "ids": "327" + }, + { + "examine": "The perfect place to store things.", + "ids": "346,347" + }, + { + "examine": "These open and close!", + "ids": "348" + }, + { + "examine": "This may be worth searching.", + "ids": "349" + }, + { + "examine": "These open and close!", + "ids": "350" + }, + { + "examine": "This may be worth searching.", + "ids": "351" + }, + { + "examine": "These open and close!", + "ids": "352" + }, + { + "examine": "This may be worth searching.", + "ids": "353" + }, + { + "examine": "A wooden crate for storage.", + "ids": "354,355" + }, + { + "examine": "An old crate for storage.", + "ids": "356,357,358" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "359,360,361" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "362" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "363" + }, + { + "examine": "It's got ale in it.", + "ids": "364,32063" + }, + { + "examine": "These may have something in them.", + "ids": "365" + }, + { + "examine": "Useful for transportation of delicate items.", + "ids": "366" + }, + { + "examine": "This may be worth opening.", + "ids": "367,368,369" + }, + { + "examine": "This may be worth searching.", + "ids": "370,371,372" + }, + { + "examine": "The perfect accompaniment to a bedroom.", + "ids": "373" + }, + { + "examine": "A stand for hats!", + "ids": "374" + }, + { + "examine": "I wonder what's inside.", + "ids": "375,376,377" + }, + { + "examine": "Perhaps I should search it.", + "ids": "378,379" + }, + { + "examine": "A good source of books!", + "ids": "380,381" + }, + { + "examine": "A woven storage basket.", + "ids": "382,383,384,385" + }, + { + "examine": "A gigantic pottery urn.", + "ids": "386" + }, + { + "examine": "This no doubt contains arcane knowledge.", + "ids": "387" + }, + { + "examine": "I wonder what this spooky item contains.", + "ids": "388" + }, + { + "examine": "It smells funny in there.", + "ids": "389,390" + }, + { + "examine": "A fishing net full of fish.", + "ids": "392" + }, + { + "examine": "A good source of books!", + "ids": "393" + }, + { + "examine": "Bamboo storage!", + "ids": "394,395,396" + }, + { + "examine": "The perfect place to store things.", + "ids": "397" + }, + { + "examine": "I hope no-one's home...", + "ids": "398,26931,26935,26937,26939,32290" + }, + { + "examine": "I see dead people.", + "ids": "399,36737,32291" + }, + { + "examine": "A small simple gravestone.", + "ids": "400" + }, + { + "examine": "A simple marker for a forgotten person.", + "ids": "401" + }, + { + "examine": "The remains of someone lie inside.", + "ids": "402" + }, + { + "examine": "A monument to a special person.", + "ids": "403" + }, + { + "examine": "The inscription is worn away and unreadable.", + "ids": "404" + }, + { + "examine": "'Here lies...' is all I can read.", + "ids": "405" + }, + { + "examine": "Whoever bought this must have really cared for the inhabitant.", + "ids": "406" + }, + { + "examine": "Looks like a stone doorway to me.", + "ids": "407" + }, + { + "examine": "Looks like a stone doorway to my untrained eye.", + "ids": "408" + }, + { + "examine": "Shrine to the glory of Saradomin.", + "ids": "409" + }, + { + "examine": "An ancient altar to the glory of Guthix.", + "ids": "410" + }, + { + "examine": "Shrine to the glory of Zamorak.", + "ids": "411,412" + }, + { + "examine": "Looks suspiciously like a big stone table.", + "ids": "413" + }, + { + "examine": "A really posh upright coffin.", + "ids": "414" + }, + { + "examine": "Whoever's inside must have been rich.", + "ids": "415" + }, + { + "examine": "With skill I can play this.", + "ids": "416" + }, + { + "examine": "Great for sleeping in.", + "ids": "417" + }, + { + "examine": "A stylish-looking bed.", + "ids": "418" + }, + { + "examine": "A drab-looking bed.", + "ids": "419" + }, + { + "examine": "A stylish-looking bed.", + "ids": "420,421" + }, + { + "examine": "Technically a bed.", + "ids": "422" + }, + { + "examine": "I guess I could sleep in it if I were really tired.", + "ids": "423" + }, + { + "examine": "Lovely comfy-looking big bed.", + "ids": "424,425" + }, + { + "examine": "Posh-looking bed.", + "ids": "426" + }, + { + "examine": "A bed fit for a king.", + "ids": "427,428" + }, + { + "examine": "One of the nicest beds I have ever seen.", + "ids": "429" + }, + { + "examine": "Perfect for snoozing in the sun.", + "ids": "430" + }, + { + "examine": "A comfortable seat to recline and recuperate.", + "ids": "431" + }, + { + "examine": "I don't think anyone's slept here for a long time.", + "ids": "432" + }, + { + "examine": "Bamboo's a versatile material.", + "ids": "433,434,435" + }, + { + "examine": "A lump of rock.", + "ids": "436,437,438,439" + }, + { + "examine": "A big slimy lump of rock.", + "ids": "440" + }, + { + "examine": "A slimy lump of rock.", + "ids": "441" + }, + { + "examine": "A slippery looking rock.", + "ids": "442,443" + }, + { + "examine": "A huge lump of rock.", + "ids": "444,445" + }, + { + "examine": "Some small stones.", + "ids": "446,447,448" + }, + { + "examine": "A rocky ledge.", + "ids": "449" + }, + { + "examine": "Stoney!", + "ids": "450,451,452,453" + }, + { + "examine": "Solid rock from the cave floor.", + "ids": "454,455" + }, + { + "examine": "Looks slippery!", + "ids": "462,463" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "464,465,466" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "467" + }, + { + "examine": "Limestone floor growth.", + "ids": "468" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "469,470" + }, + { + "examine": "A deposit of rocks.", + "ids": "471,472,473,474" + }, + { + "examine": "Looks slippery!", + "ids": "477,478" + }, + { + "examine": "A deposit of rocks.", + "ids": "479,480,481,482,483,484,485,486" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "492" + }, + { + "examine": "A deposit of rocks.", + "ids": "507,508,509,510" + }, + { + "examine": "A rock with a pickaxe and mining tools.", + "ids": "511" + }, + { + "examine": "A very tall column of ice.", + "ids": "516" + }, + { + "examine": "A deposit of rocks.", + "ids": "517,518,519,520" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "523,524,525,526,527,528" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "529" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "530" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "531" + }, + { + "examine": "Limestone floor growth.", + "ids": "532" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "533" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "534" + }, + { + "examine": "A tooth shaped rock formation protruding from the ceiling.", + "ids": "539,540" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "541,542" + }, + { + "examine": "A tooth shaped rock formation protruding from the ceiling.", + "ids": "543" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "544" + }, + { + "examine": "A huge lump of rock.", + "ids": "545" + }, + { + "examine": "Intimidating!", + "ids": "546,547" + }, + { + "examine": "A deposit of rocks.", + "ids": "548,549,550,551,552,553" + }, + { + "examine": "Frozen water has formed an icicle here.", + "ids": "554,555,556,557" + }, + { + "examine": "It looks cold in there.", + "ids": "558,559,560,561" + }, + { + "examine": "This person was of great importance.", + "ids": "562" + }, + { + "examine": "A monarch chiselled in stone.", + "ids": "563,564" + }, + { + "examine": "A sculpture of a monarch.", + "ids": "565" + }, + { + "examine": "This person was of great importance.", + "ids": "566" + }, + { + "examine": "A huge carving of an ancient race.", + "ids": "567" + }, + { + "examine": "A depiction of a great dwarven miner.", + "ids": "568" + }, + { + "examine": "A depiction of a famous gnome warrior.", + "ids": "569,570" + }, + { + "examine": "The head and shoulders of a famous gnome.", + "ids": "571,572" + }, + { + "examine": "A depiction of a famous gnomeballer.", + "ids": "573" + }, + { + "examine": "A carving of a figure from the history of 2009Scape.", + "ids": "574,575,576,577,578" + }, + { + "examine": "An expertly chiselled statue.", + "ids": "579,580,581" + }, + { + "examine": "An unusual symbol of ancient times.", + "ids": "582" + }, + { + "examine": "An expertly crafted vase.", + "ids": "583" + }, + { + "examine": "An expertly chiselled statue of a bird.", + "ids": "584" + }, + { + "examine": "What a good likeness!", + "ids": "585,586" + }, + { + "examine": "A depiction of the evil god Zamorak.", + "ids": "587" + }, + { + "examine": "A base for the statue to sit on.", + "ids": "588" + }, + { + "examine": "The scrying glass of a seer.", + "ids": "589" + }, + { + "examine": "Banking transactions are processed here.", + "ids": "590" + }, + { + "examine": "Banking transactions are recorded here.", + "ids": "591" + }, + { + "examine": "Contains washing items.", + "ids": "592" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "593,594,595" + }, + { + "examine": "A banquet could be eaten from this.", + "ids": "596,597" + }, + { + "examine": "Useful for putting things on.", + "ids": "598" + }, + { + "examine": "At one time it was for putting things on.", + "ids": "599" + }, + { + "examine": "The napkins are made from real silk.", + "ids": "600" + }, + { + "examine": "Useful for putting things on.", + "ids": "601,602,603,604,605,606" + }, + { + "examine": "Items for making clothes are kept on here.", + "ids": "607" + }, + { + "examine": "The ideal place to study.", + "ids": "608" + }, + { + "examine": "A handy workbench for a handy person.", + "ids": "609,610" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "611" + }, + { + "examine": "Items are for sale here.", + "ids": "612" + }, + { + "examine": "Useful for putting things on.", + "ids": "613,614,615" + }, + { + "examine": "A creepy looking table.", + "ids": "616" + }, + { + "examine": "Items are for sale here.", + "ids": "617" + }, + { + "examine": "There are some strange chemicals here.", + "ids": "618,619" + }, + { + "examine": "Bamboo's a versatile material.", + "ids": "620" + }, + { + "examine": "It's a banquet table.", + "ids": "621,622" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "623,624,625,626,627" + }, + { + "examine": "Finely wrought wares of silver.", + "ids": "628" + }, + { + "examine": "Garments for the discerning.", + "ids": "629" + }, + { + "examine": "Bread cakes and pastries.", + "ids": "630" + }, + { + "examine": "Finest precious stones.", + "ids": "631" + }, + { + "examine": "These will keep you warm.", + "ids": "632" + }, + { + "examine": "The spice is right.", + "ids": "633" + }, + { + "examine": "Always a source of good bargains.", + "ids": "634" + }, + { + "examine": "Fine brews from exotic regions.", + "ids": "635" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "636" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "637" + }, + { + "examine": "Makes you taller.", + "ids": "647,29314" + }, + { + "examine": "A bit large for a bracelet!", + "ids": "648" + }, + { + "examine": "A macabre variation on the neck tie.", + "ids": "649,650" + }, + { + "examine": "Dead and half buried.", + "ids": "651,652,653,654,655,656,657" + }, + { + "examine": "Disturbing but tidy.", + "ids": "658" + }, + { + "examine": "I don't even want to think about what did that...", + "ids": "659" + }, + { + "examine": "Now that's what I call slimline!", + "ids": "660,664,3797,3971,5122,7206,29340" + }, + { + "examine": "He looks very relaxed.", + "ids": "661,665,3798,3972,5123,7207,29341" + }, + { + "examine": "Now he's just too thin.", + "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342" + }, + { + "examine": "He hasn't eaten in a long time.", + "ids": "663,667,3974,5125,29343" + }, + { + "examine": "Disturbing but tidy.", + "ids": "658,668,669,670,3969,29347" + }, + { + "examine": "No cats were harmed in the making of this device.", + "ids": "671" + }, + { + "examine": "Shattered.", + "ids": "672,673,674,675,676,677" + }, + { + "examine": "I see fish.", + "ids": "678" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "679" + }, + { + "examine": "I was always forced to play this as a child.", + "ids": "680" + }, + { + "examine": "I never learnt to play.", + "ids": "681" + }, + { + "examine": "Time for a recital?", + "ids": "682" + }, + { + "examine": "Tick-tock, it's a clock.", + "ids": "683" + }, + { + "examine": "The noxious liquid bubbles horribly.", + "ids": "684" + }, + { + "examine": "Shows which way the wind blows.", + "ids": "685,686,687,688" + }, + { + "examine": "Looking good!", + "ids": "689" + }, + { + "examine": "A privacy aid!", + "ids": "690" + }, + { + "examine": "Use this to get changed behind and retain modesty.", + "ids": "691" + }, + { + "examine": "I don't even want to think about what's cooking in that.", + "ids": "692" + }, + { + "examine": "Good for sweeping.", + "ids": "693" + }, + { + "examine": "I'm guessing it's for making women's clothes.", + "ids": "694" + }, + { + "examine": "Helps make human clothing.", + "ids": "695" + }, + { + "examine": "A hole.", + "ids": "696" + }, + { + "examine": "Dead animal head. Lovely.", + "ids": "697,736,29344" + }, + { + "examine": "Must have been laid by a huge bird.", + "ids": "698" + }, + { + "examine": "Whatever it was I'm glad it's not alive.", + "ids": "699" + }, + { + "examine": "Spooky!", + "ids": "700,701,2614,4048,4049,4050,29345" + }, + { + "examine": "A dog's idea of heaven.", + "ids": "702,703,704,705,706,29346" + }, + { + "examine": "Ding-Dong!", + "ids": "707" + }, + { + "examine": "Some kind of pulley system.", + "ids": "708" + }, + { + "examine": "Surprisingly rope-shaped.", + "ids": "709" + }, + { + "examine": "Suspiciously hole-shaped.", + "ids": "710" + }, + { + "examine": "A huge chunk of shining natural crystal.", + "ids": "711,712,713" + }, + { + "examine": "A recently extinguished fire.", + "ids": "714,715,716,717" + }, + { + "examine": "A barrel full of swords...", + "ids": "718,719,720,721,722" + }, + { + "examine": "I'm glad this isn't around anymore!", + "ids": "723" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "724,725,726,25200" + }, + { + "examine": "A fissure in the cave wall.", + "ids": "727,728,729,730,731,732" + }, + { + "examine": "This huge web blocks your path.", + "ids": "733" + }, + { + "examine": "A huge web, cruelly slashed in half.", + "ids": "734" + }, + { + "examine": "The noxious liquid bubbles horribly.", + "ids": "735" + }, + { + "examine": "Whatever it was I'm glad it's not alive.", + "ids": "737,738,739,740" + }, + { + "examine": "Looks a little too broken to climb.", + "ids": "741,742" + }, + { + "examine": "An old-looking ladder.", + "ids": "743" + }, + { + "examine": "An old-looking bit of scaffolding.", + "ids": "744,745,746,747" + }, + { + "examine": "The entrance to the cave.", + "ids": "748" + }, + { + "examine": "A map icon..", + "ids": "771" + }, + { + "examine": "It's a door made from bamboo.", + "ids": "779" + }, + { + "examine": "A loom.", + "ids": "787" + }, + { + "examine": "You'd need a big siege engine to force that.", + "ids": "788,789" + }, + { + "examine": "I always wonder if someone's hiding inside when I see these.", + "ids": "817" + }, + { + "examine": "Looks kind of like a man made of metal.", + "ids": "818,819,820" + }, + { + "examine": "Not suitable for children. Aim away from face.", + "ids": "821,36780" + }, + { + "examine": "Big heavy metal balls.", + "ids": "822,36790" + }, + { + "examine": "The easiest opponent I'll ever fight.", + "ids": "823" + }, + { + "examine": "A wooden defensive structure.", + "ids": "824,825,826,827,828,36928" + }, + { + "examine": "For private use only!", + "ids": "829,830,831,832,833" + }, + { + "examine": "Break glass in case of emergency.", + "ids": "834,835" + }, + { + "examine": "An attractively laid out collection of ranging weapons.", + "ids": "836" + }, + { + "examine": "Break glass in case of emergency.", + "ids": "837,838" + }, + { + "examine": "An attractively laid out collection of ranging weapons.", + "ids": "839" + }, + { + "examine": "A row of sharp pointy spears.", + "ids": "848" + }, + { + "examine": "Rows of sharp pointy spears.", + "ids": "849,850" + }, + { + "examine": "A tatty old standard.", + "ids": "851,852" + }, + { + "examine": "A standard.", + "ids": "853" + }, + { + "examine": "A blue standard.", + "ids": "854,855,856" + }, + { + "examine": "A standard of the gnome race.", + "ids": "857,858" + }, + { + "examine": "The standard of the ogre race.", + "ids": "859" + }, + { + "examine": "The flag of Asgarnia.", + "ids": "860" + }, + { + "examine": "The flag of Kandarin.", + "ids": "861" + }, + { + "examine": "The flag of Ardougne.", + "ids": "862" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "863" + }, + { + "examine": "A standard of Kandarin.", + "ids": "864" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "865" + }, + { + "examine": "A standard of Kandarin.", + "ids": "866" + }, + { + "examine": "A standard of Misthalin.", + "ids": "867" + }, + { + "examine": "A standard of Varrock.", + "ids": "868" + }, + { + "examine": "A flag flies here.", + "ids": "869" + }, + { + "examine": "A sculpted trunk of wood.", + "ids": "870" + }, + { + "examine": "Takes my dirty bath water away.", + "ids": "871" + }, + { + "examine": "It smells horrible in there.", + "ids": "872" + }, + { + "examine": "Ideal for washing things in.", + "ids": "873,874,4063,36971" + }, + { + "examine": "Wash here.", + "ids": "875,876,877" + }, + { + "examine": "No this is not a mirage!", + "ids": "878" + }, + { + "examine": "Everyone needs a water feature.", + "ids": "879,28682" + }, + { + "examine": "A beautiful water feature.", + "ids": "880" + }, + { + "examine": "There's a cover over this manhole.", + "ids": "881" + }, + { + "examine": "How dangerous, someone has left this manhole open.", + "ids": "882" + }, + { + "examine": "This is supposed to stop people falling down the manhole.", + "ids": "883" + }, + { + "examine": "Best used with a bucket.", + "ids": "884" + }, + { + "examine": "If only I had one of those at home...", + "ids": "885,886" + }, + { + "examine": "A painting of the King looking royal.", + "ids": "887" + }, + { + "examine": "A beautiful landscape.", + "ids": "888" + }, + { + "examine": "A mysterious figure stands alone in this haunting image.", + "ids": "889" + }, + { + "examine": "Hail to the King!", + "ids": "890" + }, + { + "examine": "I don't know much about art, but I like this.", + "ids": "891" + }, + { + "examine": "A painting of some guy standing around somewhere.", + "ids": "892" + }, + { + "examine": "A really bad portrait of the King.", + "ids": "893" + }, + { + "examine": "Fine brushwork adds to the realism of this serene landscape.", + "ids": "894" + }, + { + "examine": "Pretty good painting.", + "ids": "895" + }, + { + "examine": "I can see the stars on this.", + "ids": "896" + }, + { + "examine": "A picture of the stars with funny diagrams and things on.", + "ids": "897" + }, + { + "examine": "Cross shaped.", + "ids": "898" + }, + { + "examine": "Mmmm decorative!", + "ids": "899" + }, + { + "examine": "Brightens up the room a bit.", + "ids": "900" + }, + { + "examine": "I don't know art, but I like it!", + "ids": "901" + }, + { + "examine": "Not bad at all.", + "ids": "902" + }, + { + "examine": "Alas poor unicorn, I knew him well.", + "ids": "903" + }, + { + "examine": "The scary-looking head of a scary-looking dragon.", + "ids": "904" + }, + { + "examine": "Not what I would pick as wall decoration.", + "ids": "905" + }, + { + "examine": "Looks like the bull lost.", + "ids": "906" + }, + { + "examine": "Trinkets and stuff.", + "ids": "907" + }, + { + "examine": "Not everyone's idea of a nice wall decoration.", + "ids": "908" + }, + { + "examine": "Something is written on it. I can't read what.", + "ids": "909" + }, + { + "examine": "Looks like an eye with huge lashes.", + "ids": "910" + }, + { + "examine": "A tablet covered in weird looking little squiggles and pictures.", + "ids": "911" + }, + { + "examine": "A posh water bowl.", + "ids": "915" + }, + { + "examine": "For wiping muddy feet on.", + "ids": "954" + }, + { + "examine": "Disturbingly its eyes look everywhere in the room except at you.", + "ids": "955,956,957,958" + }, + { + "examine": "What has a face and hands but is not a man?", + "ids": "959" + }, + { + "examine": "It's a time machine....sort of!", + "ids": "960" + }, + { + "examine": "'Ask about our low, low interest rates!'", + "ids": "961" + }, + { + "examine": "Some helpful people have placed notes on here, how nice.", + "ids": "962" + }, + { + "examine": "Essentials for a seamstress.", + "ids": "963" + }, + { + "examine": "It really was this big!", + "ids": "964,965" + }, + { + "examine": "He doesn't look too jolly to me!", + "ids": "966" + }, + { + "examine": "Looks like this ship was way off course!", + "ids": "967" + }, + { + "examine": "X marks the spot.", + "ids": "968" + }, + { + "examine": "Complete with authentic seaweed!", + "ids": "969" + }, + { + "examine": "This mentions the monk trapped here...", + "ids": "970" + }, + { + "examine": "A useful ranging device.", + "ids": "971" + }, + { + "examine": "Use these with bows.", + "ids": "972" + }, + { + "examine": "A powerful throwing weapon.", + "ids": "973" + }, + { + "examine": "Improved Leather armour for archers.", + "ids": "974" + }, + { + "examine": "Leather made from the skin of a Dragon.", + "ids": "975" + }, + { + "examine": "I can climb over the fence with this..", + "ids": "993" + }, + { + "examine": "This section of railing has been broken", + "ids": "1004,1005" + }, + { + "examine": "There is a hole in this section of the railing.", + "ids": "1006,1007,1008,1009" + }, + { + "examine": "Someone was thirsty...", + "ids": "1010" + }, + { + "examine": "Full of lovely drinks!", + "ids": "1011,1012" + }, + { + "examine": "Storage for cookery items.", + "ids": "1013,32283,40055" + }, + { + "examine": "Storage for all needs.", + "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047" + }, + { + "examine": "What kind of sick person keeps a skull on their wall?", + "ids": "1019" + }, + { + "examine": "Esoteric artefacts.", + "ids": "1020" + }, + { + "examine": "I don't want to know what's in those little urns.", + "ids": "1021,1022,1023" + }, + { + "examine": "Used for storing things on.", + "ids": "1024" + }, + { + "examine": "Tailor made for needlework supplies", + "ids": "1025,1026" + }, + { + "examine": "Prepared hides hang here drying.", + "ids": "1027" + }, + { + "examine": "This contains dye for leather.", + "ids": "1028,1029" + }, + { + "examine": "Used to squeeze moisture from the hide.", + "ids": "1030,1031" + }, + { + "examine": "Danger!", + "ids": "1032,5127" + }, + { + "examine": "This tells you which way is which.", + "ids": "1033,1034,1035" + }, + { + "examine": "Ye olde Shrimp and Parrot.", + "ids": "1057" + }, + { + "examine": "The Blue Moon Inn", + "ids": "1068" + }, + { + "examine": "The Jolly Boar", + "ids": "1069" + }, + { + "examine": "The Rusty Anchor", + "ids": "1070" + }, + { + "examine": "The Shrimp and Parrot", + "ids": "1071" + }, + { + "examine": "The Dead Man's Chest", + "ids": "1072" + }, + { + "examine": "The Rising Sun", + "ids": "1073" + }, + { + "examine": "The Forester's Arms", + "ids": "1074" + }, + { + "examine": "The Flying Horse", + "ids": "1075" + }, + { + "examine": "The Dancing Donkey", + "ids": "1076" + }, + { + "examine": "The Dragon Inn", + "ids": "1077" + }, + { + "examine": "Karamja Spirits bar", + "ids": "1078" + }, + { + "examine": "North to Varrock :: East to Al-Kharid.", + "ids": "1079" + }, + { + "examine": "North road to Draynor Village :: East road to Varrock.", + "ids": "1080" + }, + { + "examine": "North to Draynor Village.", + "ids": "1081" + }, + { + "examine": "North to Draynor Manor :: West to Asgarnia.", + "ids": "1082" + }, + { + "examine": "South to the Wizards' Tower :: East to Lumbridge.", + "ids": "1083" + }, + { + "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.", + "ids": "1084" + }, + { + "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.", + "ids": "1085" + }, + { + "examine": "North to Varrock :: East to the Digsite.", + "ids": "1086" + }, + { + "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.", + "ids": "1087" + }, + { + "examine": "The ideal thing to sit on.", + "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039" + }, + { + "examine": "Not so good for sitting on.", + "ids": "1089" + }, + { + "examine": "A comfortable seat.", + "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286" + }, + { + "examine": "Good for sitting on.", + "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033" + }, + { + "examine": "Good for rocking in!", + "ids": "1096" + }, + { + "examine": "A kingly seat for a royal behind.", + "ids": "1097,1098,1099,1105,1108,1109,32285" + }, + { + "examine": "The perfect way to sit at the bar.", + "ids": "1100,1101" + }, + { + "examine": "Gnomes sit on these.", + "ids": "1103" + }, + { + "examine": "Gnomes are found sitting here.", + "ids": "1104" + }, + { + "examine": "Sit back and relax...", + "ids": "1106,1107" + }, + { + "examine": "Used for sitting on.", + "ids": "1110" + }, + { + "examine": "Do I dare sit on this?", + "ids": "1111" + }, + { + "examine": "Church seating.", + "ids": "1112" + }, + { + "examine": "Park it here...", + "ids": "1113" + }, + { + "examine": "Wouldn't like to sit on that for too long...", + "ids": "1114" + }, + { + "examine": "Keeps the neighbours out!", + "ids": "1116,1117" + }, + { + "examine": "Found in wild areas.", + "ids": "1118" + }, + { + "examine": "These are commonly found.", + "ids": "1119" + }, + { + "examine": "An unusual bush.", + "ids": "1120" + }, + { + "examine": "A wild bush.", + "ids": "1121" + }, + { + "examine": "All the leaves have fallen off.", + "ids": "1122,1123" + }, + { + "examine": "A commonly found bush.", + "ids": "1124,36782" + }, + { + "examine": "Bushy!", + "ids": "1125" + }, + { + "examine": "A rose by any other name would still have prickly bits.", + "ids": "1126" + }, + { + "examine": "A leafy bush.", + "ids": "1144,1145,1146" + }, + { + "examine": "The abode of a fairy.", + "ids": "1147,1148,1149" + }, + { + "examine": "Fairies need money too!", + "ids": "1150" + }, + { + "examine": "A fairy is selling items here.", + "ids": "1151" + }, + { + "examine": "A small potted plant.", + "ids": "1152" + }, + { + "examine": "Someone has planted this.", + "ids": "1153" + }, + { + "examine": "A nicely potted fern.", + "ids": "1154" + }, + { + "examine": "Better than weeding.", + "ids": "1155" + }, + { + "examine": "I bet bees like this.", + "ids": "1156,1157" + }, + { + "examine": "A large potted plant.", + "ids": "1158,1159" + }, + { + "examine": "A plant in a bamboo pot.", + "ids": "1160" + }, + { + "examine": "Cabbage... yuck!", + "ids": "1161" + }, + { + "examine": "Found near the water's edge.", + "ids": "1162" + }, + { + "examine": "Not good for eating.", + "ids": "1163,1164" + }, + { + "examine": "Fungal growth.", + "ids": "1165" + }, + { + "examine": "Poisonous no doubt.", + "ids": "1166" + }, + { + "examine": "Fungal growth.", + "ids": "1167" + }, + { + "examine": "Poisonous no doubt.", + "ids": "1168,1169" + }, + { + "examine": "I doubt that's edible.", + "ids": "1170,1171,1172" + }, + { + "examine": "A commonly found fern.", + "ids": "1173" + }, + { + "examine": "Spiky!", + "ids": "1174" + }, + { + "examine": "A home for frogs.", + "ids": "1175" + }, + { + "examine": "Otherwise known as a lilypad.", + "ids": "1176" + }, + { + "examine": "A home for frogs.", + "ids": "1177" + }, + { + "examine": "Smells lovely!", + "ids": "1178" + }, + { + "examine": "Who is this Heather girl?", + "ids": "1179" + }, + { + "examine": "I wonder why it's purple?", + "ids": "1180" + }, + { + "examine": "I'd better not get stung.", + "ids": "1181,1182,1183" + }, + { + "examine": "The tendrils of a creeping plant.", + "ids": "1184" + }, + { + "examine": "Nicely planted.", + "ids": "1185" + }, + { + "examine": "A large curling plant.", + "ids": "1186" + }, + { + "examine": "That's pretty.", + "ids": "1187" + }, + { + "examine": "Blooming!", + "ids": "1188" + }, + { + "examine": "Commonly found in grassy areas.", + "ids": "1189" + }, + { + "examine": "Is this the biggest flower around?", + "ids": "1190" + }, + { + "examine": "These are huge!", + "ids": "1191" + }, + { + "examine": "A rare flower.", + "ids": "1192" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "1193" + }, + { + "examine": "Can this talk?", + "ids": "1194" + }, + { + "examine": "You don't see that many of these.", + "ids": "1195" + }, + { + "examine": "I wonder what these are?", + "ids": "1196" + }, + { + "examine": "A rarely found flower.", + "ids": "1197" + }, + { + "examine": "Very rare flowers.", + "ids": "1198" + }, + { + "examine": "These smell nice.", + "ids": "1199" + }, + { + "examine": "A bed of red flowers.", + "ids": "1200" + }, + { + "examine": "These are pretty.", + "ids": "1201" + }, + { + "examine": "Found only in jungle areas.", + "ids": "1202" + }, + { + "examine": "A very rare exotic flower.", + "ids": "1203" + }, + { + "examine": "A small fernlike plant.", + "ids": "1204" + }, + { + "examine": "The leaves of a nasty creeping plant.", + "ids": "1205" + }, + { + "examine": "The flower of a nasty creeping plant.", + "ids": "1206,1207,1208" + }, + { + "examine": "Nasty curling tendrils of a creeping plant.", + "ids": "1231" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "1276" + }, + { + "examine": "A healthy young tree.", + "ids": "1277" + }, + { + "examine": "A commonly found tree.", + "ids": "1278,1279" + }, + { + "examine": "A healthy young tree.", + "ids": "1280" + }, + { + "examine": "A beautiful old oak.", + "ids": "1281" + }, + { + "examine": "This tree has long been dead.", + "ids": "1282,1283,1284" + }, + { + "examine": "An old weather beaten tree.", + "ids": "1285" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1286,1287,1288,1289,1290,1291" + }, + { + "examine": "An ancient magical tree.", + "ids": "1292" + }, + { + "examine": "An ancient sentient tree.", + "ids": "1293,1294,1295" + }, + { + "examine": "This tree has fallen to the ground.", + "ids": "1296" + }, + { + "examine": "This tree was either the victim of weather or mankind.", + "ids": "1297" + }, + { + "examine": "A commonly found fern.", + "ids": "1298" + }, + { + "examine": "Is this a weed?", + "ids": "1299" + }, + { + "examine": "A fern is growing here.", + "ids": "1300" + }, + { + "examine": "Home to many unusual creatures.", + "ids": "1301" + }, + { + "examine": "A leafy tree.", + "ids": "1302" + }, + { + "examine": "A tree found in tropical areas.", + "ids": "1303,1304,1305" + }, + { + "examine": "The tree shimmers with a magical force.", + "ids": "1306" + }, + { + "examine": "I bet this makes good syrup!", + "ids": "1307" + }, + { + "examine": "These trees are found near water.", + "ids": "1308" + }, + { + "examine": "A splendid tree.", + "ids": "1309" + }, + { + "examine": "This tree has vines hanging from it.", + "ids": "1310" + }, + { + "examine": "This would be good to sleep under.", + "ids": "1311" + }, + { + "examine": "An essential for tropical islands.", + "ids": "1312" + }, + { + "examine": "An unusual tree grows here.", + "ids": "1313,1314" + }, + { + "examine": "A hardy evergreen tree.", + "ids": "1315,1316" + }, + { + "examine": "A young sentient tree.", + "ids": "1317" + }, + { + "examine": "This would make good firewood.", + "ids": "1318,1319" + }, + { + "examine": "The branch is infested with moss.", + "ids": "1320,1321" + }, + { + "examine": "The trunk of this tree is hollow.", + "ids": "1322" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1323" + }, + { + "examine": "The roots of a tree are exposed.", + "ids": "1324" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1325" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "1326,1327,1328" + }, + { + "examine": "Leaves of a bamboo tree.", + "ids": "1329" + }, + { + "examine": "It's thick with snow.", + "ids": "1330,1331,1332" + }, + { + "examine": "This old tree has been taken over by parasitic plants.", + "ids": "1333" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1334,1335,1336,1337,1338" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1339,1340" + }, + { + "examine": "This tree has been cut down.", + "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359" + }, + { + "examine": "This tree contains dangerous insects no doubt.", + "ids": "1360,1361,1362" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1363,1364" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1365" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1366" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1367" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1368" + }, + { + "examine": "An unusual tree grows here.", + "ids": "1369" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1370" + }, + { + "examine": "This tree contains dangerous insects no doubt.", + "ids": "1371,1372,1373,1374,1375,1376,1377" + }, + { + "examine": "This old tree is rotting away.", + "ids": "1378,1379" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1380" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1381" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1382" + }, + { + "examine": "This tree has long been dead.", + "ids": "1383" + }, + { + "examine": "It's only useful for firewood now.", + "ids": "1384" + }, + { + "examine": "A gnarly old tree root.", + "ids": "1385" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "1386" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "1387" + }, + { + "examine": "They're just waiting to trip someone up.", + "ids": "1388,1389" + }, + { + "examine": "Commonly found in these parts.", + "ids": "1390" + }, + { + "examine": "A leafy plant.", + "ids": "1391" + }, + { + "examine": "A leafy fern.", + "ids": "1392" + }, + { + "examine": "A small bushy plant.", + "ids": "1393" + }, + { + "examine": "A leafy shrub.", + "ids": "1394" + }, + { + "examine": "No flies on me.", + "ids": "1395" + }, + { + "examine": "How do these things manage to grow?", + "ids": "1396" + }, + { + "examine": "This cactus has recently had a chunk taken off.", + "ids": "1397" + }, + { + "examine": "A leafy fern.", + "ids": "1398" + }, + { + "examine": "This has broad leaves.", + "ids": "1399" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "1400" + }, + { + "examine": "A type of jungle fern.", + "ids": "1401" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "1402" + }, + { + "examine": "How do these things manage to grow?", + "ids": "1403,1404,1405,1406" + }, + { + "examine": "Leaves a nasty mark.", + "ids": "1407" + }, + { + "examine": "Looks spiky.", + "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503" + }, + { + "examine": "The door is open.", + "ids": "1504" + }, + { + "examine": "The door is closed.", + "ids": "1505" + }, + { + "examine": "A sturdy wooden door.", + "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515" + }, + { + "examine": "The curtain is closed.", + "ids": "1526,1527,1528" + }, + { + "examine": "The curtain is open.", + "ids": "1529" + }, + { + "examine": "The door is closed.", + "ids": "1530" + }, + { + "examine": "The door is open.", + "ids": "1531,1532" + }, + { + "examine": "A nicely fitted door.", + "ids": "1533,1534,1535" + }, + { + "examine": "An ornately-fashioned door.", + "ids": "1536" + }, + { + "examine": "An elf-fashioned door.", + "ids": "1537,1538" + }, + { + "examine": "Solid bars of iron.", + "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550" + }, + { + "examine": "A wooden gate.", + "ids": "1551,1552,1553,1554,1555,1556" + }, + { + "examine": "A wrought iron gate.", + "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567" + }, + { + "examine": "I wonder what's under it?", + "ids": "1568,1569" + }, + { + "examine": "I wonder what's down there?", + "ids": "1570,1571" + }, + { + "examine": "This door has been boarded up.", + "ids": "1572" + }, + { + "examine": "A door to a grand place.", + "ids": "1573,1574,1575,1576" + }, + { + "examine": "The top of the archway.", + "ids": "1577,1578,1579" + }, + { + "examine": "The base of the archway.", + "ids": "1580,1581,1582" + }, + { + "examine": "There is something strange about this wall...", + "ids": "1583,1584,1585,1586,1587,1588" + }, + { + "examine": "A wrought iron gate.", + "ids": "1589,1590" + }, + { + "examine": "The door is closed.", + "ids": "1591" + }, + { + "examine": "Something is strange about this panel.", + "ids": "1592,1593" + }, + { + "examine": "An entranceway into the dungeon.", + "ids": "1594" + }, + { + "examine": "The way in.", + "ids": "1595" + }, + { + "examine": "A wrought iron gate.", + "ids": "1596,1597" + }, + { + "examine": "A wooden gate.", + "ids": "1598,1599" + }, + { + "examine": "The doors to the Magic Guild.", + "ids": "1600" + }, + { + "examine": "The doors to the Magic guild.", + "ids": "1601,1602,1603,1604,1605,1606,1607,1608" + }, + { + "examine": "A wooden structure used in the process of building.", + "ids": "1609,1610,1611,1612" + }, + { + "examine": "This timber is broken", + "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660" + }, + { + "examine": "A pile of bricks.", + "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721" + }, + { + "examine": "I can climb these stairs.", + "ids": "1722,36791" + }, + { + "examine": "They go down.", + "ids": "1723" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1724" + }, + { + "examine": "I can climb up this.", + "ids": "1725,36768,36771" + }, + { + "examine": "I can climb down this.", + "ids": "1726,1727,1728" + }, + { + "examine": "I can climb this.", + "ids": "1729,36347,36363,36644" + }, + { + "examine": "Dare I go up?", + "ids": "1730" + }, + { + "examine": "These stairs look spooky!", + "ids": "1731,1732" + }, + { + "examine": "I can use these stairs to climb down.", + "ids": "1733" + }, + { + "examine": "I can climb these stairs.", + "ids": "1734" + }, + { + "examine": "A rickety old staircase.", + "ids": "1735" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1736" + }, + { + "examine": "I can climb up these stairs.", + "ids": "1737,1738" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "1739" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1740,1741" + }, + { + "examine": "I can climb up these stairs.", + "ids": "1742" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "1743" + }, + { + "examine": "I can climb down these stairs.", + "ids": "1744,1745" + }, + { + "examine": "I can climb down this.", + "ids": "1746" + }, + { + "examine": "I can climb this.", + "ids": "1747,1748" + }, + { + "examine": "I can climb down this.", + "ids": "1749" + }, + { + "examine": "I can climb this.", + "ids": "1750,1751" + }, + { + "examine": "I can't climb this.", + "ids": "1752" + }, + { + "examine": "It's useless.", + "ids": "1753" + }, + { + "examine": "I can climb down this.", + "ids": "1754" + }, + { + "examine": "I can climb this.", + "ids": "1755" + }, + { + "examine": "I can climb down this.", + "ids": "1756" + }, + { + "examine": "I can climb this.", + "ids": "1757" + }, + { + "examine": "Not much use really.", + "ids": "1758" + }, + { + "examine": "This leads downwards.", + "ids": "1759" + }, + { + "examine": "These can be useful.", + "ids": "1760" + }, + { + "examine": "Steps made from natural rock.", + "ids": "1761" + }, + { + "examine": "A rope hangs here.", + "ids": "1762,1763,1764" + }, + { + "examine": "I can climb down this.", + "ids": "1765" + }, + { + "examine": "I can climb this.", + "ids": "1766" + }, + { + "examine": "I can climb down this.", + "ids": "1767" + }, + { + "examine": "I can climb this.", + "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777" + }, + { + "examine": "These huge stone discs grind grain to make flour.", + "ids": "1778" + }, + { + "examine": "These sails use the wind to drive the windmill.", + "ids": "1779,1780,1781" + }, + { + "examine": "I'll need an empty pot so I can collect my flour.", + "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796" + }, + { + "examine": "Some very hard rocks, I wouldn't want to fall on those.", + "ids": "1797,1798,1799,1800,1801,1802,1803" + }, + { + "examine": "This door requires a key.", + "ids": "1804" + }, + { + "examine": "The door to the Champions' Guild.", + "ids": "1805,1806,1807,1808,1809" + }, + { + "examine": "Here be spiders!", + "ids": "1810" + }, + { + "examine": "I can walk through this tattered web.", + "ids": "1811" + }, + { + "examine": "A magical border of teleportation.", + "ids": "1812" + }, + { + "examine": "For putting things on.", + "ids": "1813" + }, + { + "examine": "I wonder what this does...", + "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851" + }, + { + "examine": "This lets in more light.", + "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863" + }, + { + "examine": "These obviously mean keep out!", + "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875" + }, + { + "examine": "I shudder to think what has taken place here.", + "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289" + }, + { + "examine": "This hasn't seen a duster for a while.", + "ids": "1896" + }, + { + "examine": "Not as nice as some.", + "ids": "1897" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "1898,1899" + }, + { + "examine": "This could do with a bit of a spit and polish.", + "ids": "1900" + }, + { + "examine": "This clearly isn't used for dining very often.", + "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938" + }, + { + "examine": "A tower.", + "ids": "1939,1940,1941,1942,1943,1944,1945,1946" + }, + { + "examine": "It looks like I might be able to climb over this piece of the wall...", + "ids": "1947,1948" + }, + { + "examine": "A pile of bricks.", + "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966" + }, + { + "examine": "A grand door for a grand tree.", + "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984" + }, + { + "examine": "A large root.", + "ids": "1985,1986" + }, + { + "examine": "A primitive looking boat.", + "ids": "1987" + }, + { + "examine": "Oops!", + "ids": "1988" + }, + { + "examine": "A good source of books!", + "ids": "1989" + }, + { + "examine": "A wooden crate for storage.", + "ids": "1990" + }, + { + "examine": "Solid bars of iron.", + "ids": "1991" + }, + { + "examine": "There is an indent the size of a pebble in the stone's centre.", + "ids": "1992" + }, + { + "examine": "A stone tomb surrounded by flowers.", + "ids": "1993" + }, + { + "examine": "I wonder what's inside.", + "ids": "1994,37016,37015" + }, + { + "examine": "Perhaps I should search it.", + "ids": "1995" + }, + { + "examine": "I should be safe if I can reach this.", + "ids": "1996,1997" + }, + { + "examine": "Wet rope.", + "ids": "1998" + }, + { + "examine": "A wooden crate for storage.", + "ids": "1999" + }, + { + "examine": "An elf-fashioned door.", + "ids": "2000,2001,2002,2003" + }, + { + "examine": "The pillar has a rune shaped dent in it.", + "ids": "2004" + }, + { + "examine": "A statue of Baxtorian chiselled in stone.", + "ids": "2005" + }, + { + "examine": "A statue of Glarial chiselled in stone.", + "ids": "2006,2007,2008,2009" + }, + { + "examine": "A ledge.", + "ids": "2010,2011,2012" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "2013" + }, + { + "examine": "A magically elevated chalice full of tears.", + "ids": "2014" + }, + { + "examine": "A magically elevated chalice full of ash.", + "ids": "2015,2016,2017,2018" + }, + { + "examine": "A whirlpool.", + "ids": "2019" + }, + { + "examine": "It's too wet for firewood.", + "ids": "2020,2021" + }, + { + "examine": "A wooden barrel, maybe a way off this rock.", + "ids": "2022" + }, + { + "examine": "An interesting tree with long straight branches.", + "ids": "2023" + }, + { + "examine": "A large bubbling cauldron, smells... Ugh!", + "ids": "2024" + }, + { + "examine": "The door is closed.", + "ids": "2025" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "2026,2027,2028,2029,2030,2031" + }, + { + "examine": "It's closed.", + "ids": "2032" + }, + { + "examine": "It's open.", + "ids": "2033" + }, + { + "examine": "It's closed.", + "ids": "2034" + }, + { + "examine": "It's open.", + "ids": "2035" + }, + { + "examine": "It's closed.", + "ids": "2036" + }, + { + "examine": "It's open.", + "ids": "2037" + }, + { + "examine": "I've met less intelligent conversationalists.", + "ids": "2038" + }, + { + "examine": "It's closed.", + "ids": "2039,2040,2041,2042" + }, + { + "examine": "Something's bubbling away in it.", + "ids": "2043" + }, + { + "examine": "Like an animal dinner table.", + "ids": "2044,2045,2046,2047" + }, + { + "examine": "It's a door.", + "ids": "2048,2049" + }, + { + "examine": "A wooden gate.", + "ids": "2050,2051,2052,2053" + }, + { + "examine": "It's a door.", + "ids": "2054,2055" + }, + { + "examine": "It's closed.", + "ids": "2056" + }, + { + "examine": "It's open.", + "ids": "2057" + }, + { + "examine": "It's closed.", + "ids": "2058,2059,2060,2061,2062" + }, + { + "examine": "It's open.", + "ids": "2063" + }, + { + "examine": "For storage.", + "ids": "2064" + }, + { + "examine": "Used for climbing.", + "ids": "2065" + }, + { + "examine": "A wall.", + "ids": "2066" + }, + { + "examine": "A watchtower.", + "ids": "2067" + }, + { + "examine": "A fence.", + "ids": "2068" + }, + { + "examine": "A closed door.", + "ids": "2069,2070" + }, + { + "examine": "Used for storage.", + "ids": "2071,2072" + }, + { + "examine": "Grows weird yellow fruit.", + "ids": "2073,2074,2075,2076,2077,2078" + }, + { + "examine": "I wonder what's inside?", + "ids": "2079,2080" + }, + { + "examine": "Handy for boarding boats.", + "ids": "2081,2082,2083,2084,2085,2086,2087,2088" + }, + { + "examine": "Ornamental.", + "ids": "2089" + }, + { + "examine": "A rocky outcrop.", + "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111" + }, + { + "examine": "The door is closed.", + "ids": "2112" + }, + { + "examine": "I can climb down this.", + "ids": "2113" + }, + { + "examine": "This transports coal!", + "ids": "2114" + }, + { + "examine": "The left hand side of the gate.", + "ids": "2115" + }, + { + "examine": "The right hand side of the gate.", + "ids": "2116" + }, + { + "examine": "It's an old wall.", + "ids": "2117" + }, + { + "examine": "Lots of water swirling around", + "ids": "2118" + }, + { + "examine": "A rocky outcrop.", + "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140" + }, + { + "examine": "An open chest.", + "ids": "2141" + }, + { + "examine": "An eerie glow permeates the cauldron.", + "ids": "2142" + }, + { + "examine": "Looks secure.", + "ids": "2143,2144" + }, + { + "examine": "Ooooh! Spooky!", + "ids": "2145,2146" + }, + { + "examine": "Going down?", + "ids": "2147" + }, + { + "examine": "Going up?", + "ids": "2148" + }, + { + "examine": "An imposing stone structure.", + "ids": "2149" + }, + { + "examine": "A column of elemental power.", + "ids": "2150,2151,2152,2153,29415" + }, + { + "examine": "A wrought iron gate.", + "ids": "2154,2155" + }, + { + "examine": "A magical portal of teleportation.", + "ids": "2156,2157,2158" + }, + { + "examine": "It's a floating barrel.", + "ids": "2159,2160,2161" + }, + { + "examine": "Smells like fish.", + "ids": "2162,2163,2164,2165,2166" + }, + { + "examine": "Water is pouring in through the hole.", + "ids": "2167" + }, + { + "examine": "A patch of swamp tar has bunged up the hole.", + "ids": "2168" + }, + { + "examine": "There's a strong wind whipping up the sea.", + "ids": "2169,2170,2171" + }, + { + "examine": "A huge net to catch little fish.", + "ids": "2172,2173" + }, + { + "examine": "The upper deck can be accessed with this ladder.", + "ids": "2174" + }, + { + "examine": "Back down to the main deck.", + "ids": "2175" + }, + { + "examine": "This old trawler has seen better days.", + "ids": "2176,2177" + }, + { + "examine": "Handy for boarding boats.", + "ids": "2178,2179" + }, + { + "examine": "It's a war machine.", + "ids": "2180,2181" + }, + { + "examine": "It can't hurt to just have a look, can it?", + "ids": "2182" + }, + { + "examine": "I wonder what is inside...", + "ids": "2183" + }, + { + "examine": "The door is closed.", + "ids": "2184" + }, + { + "examine": "This wall has seen better days.", + "ids": "2185" + }, + { + "examine": "Hmmm... I wonder if it's loose enough to get through.", + "ids": "2186" + }, + { + "examine": "I can climb down this ladder.", + "ids": "2187" + }, + { + "examine": "I can climb up this ladder.", + "ids": "2188,2189" + }, + { + "examine": "I can climb down this ladder.", + "ids": "2190" + }, + { + "examine": "I wonder what's inside?", + "ids": "2191,2192,2193" + }, + { + "examine": "Perhaps I should search it.", + "ids": "2194,2195,2196" + }, + { + "examine": "I wonder what's inside?", + "ids": "2197" + }, + { + "examine": "Perhaps I should search it.", + "ids": "2198" + }, + { + "examine": "An old gate for locking up undesirables.", + "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209" + }, + { + "examine": "Looking through it makes far off things look closer!", + "ids": "2210" + }, + { + "examine": "A weathered old gravestone.", + "ids": "2211" + }, + { + "examine": "Looks like fun.", + "ids": "2212" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "2213" + }, + { + "examine": "This booth is for private customers only.", + "ids": "2214,34205" + }, + { + "examine": "This booth is closed.", + "ids": "2215" + }, + { + "examine": "This looks like it's being used to block entrance to the village.", + "ids": "2216" + }, + { + "examine": "Something seems to be buried under this.", + "ids": "2217" + }, + { + "examine": "A narrow fissure in the ground.", + "ids": "2218,2219" + }, + { + "examine": "A pile of rubble.", + "ids": "2220" + }, + { + "examine": "A stone with some carvings on it.", + "ids": "2221" + }, + { + "examine": "A pile of loose rocks.", + "ids": "2222" + }, + { + "examine": "Probably nothing useful in these.", + "ids": "2223" + }, + { + "examine": "A rotten and barely standing set of gallows.", + "ids": "2224" + }, + { + "examine": "Wet rocks, it looks like you might be able to climb them.", + "ids": "2225" + }, + { + "examine": "This table has seen better days.", + "ids": "2226" + }, + { + "examine": "A crudely constructed raft.", + "ids": "2227,2228" + }, + { + "examine": "A statue to mark Tai Bwo Wannai sacred grounds.", + "ids": "2229" + }, + { + "examine": "A sturdy cart for travelling in.", + "ids": "2230" + }, + { + "examine": "A rocky outcrop.", + "ids": "2231,2232,2233" + }, + { + "examine": "Rocks that have been stacked at regular intervals.", + "ids": "2234" + }, + { + "examine": "An ancient construct for supporting the bones of the deceased.", + "ids": "2235" + }, + { + "examine": "I can climb the rocky outcrop.", + "ids": "2236" + }, + { + "examine": "An exotic looking tree.", + "ids": "2237" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "2238,2239" + }, + { + "examine": "These doors must have been hidden here for years.", + "ids": "2240,2241" + }, + { + "examine": "Perhaps you should give them a push.", + "ids": "2242,2243" + }, + { + "examine": "Commonly found in these parts.", + "ids": "2244" + }, + { + "examine": "A leafy fern.", + "ids": "2245" + }, + { + "examine": "Large carved tomb doors, they look terrifying.", + "ids": "2246,2247,2248,2249,2250,2251,2252" + }, + { + "examine": "Perhaps you should give them a push.", + "ids": "2253,2254" + }, + { + "examine": "An ancient metal gate, but still pretty secure.", + "ids": "2255,2256" + }, + { + "examine": "A rocky outcrop.", + "ids": "2257" + }, + { + "examine": "An ancient construct for supporting the bones of the deceased.", + "ids": "2258" + }, + { + "examine": "The gate is closed.", + "ids": "2259,2260,2261,2262,2263,2264" + }, + { + "examine": "A sturdy cart for travelling in.", + "ids": "2265" + }, + { + "examine": "The door is closed.", + "ids": "2266,2267" + }, + { + "examine": "This leads up to the sleeping area.", + "ids": "2268" + }, + { + "examine": "This leads downwards.", + "ids": "2269" + }, + { + "examine": "A jungle plant.", + "ids": "2270" + }, + { + "examine": "I wonder what's inside?", + "ids": "2271" + }, + { + "examine": "It's open.", + "ids": "2272" + }, + { + "examine": "An odd-looking rock with a rope tied to it.", + "ids": "2273,2274" + }, + { + "examine": "An odd-looking rock formation.", + "ids": "2275,2276,2277,2278" + }, + { + "examine": "Holds the rope up. Hopefuly.", + "ids": "2279,2280,2281" + }, + { + "examine": "Use this to swing over crevices.", + "ids": "2282,2283" + }, + { + "examine": "This must be climbed over.", + "ids": "2284,2285,2286" + }, + { + "examine": "It's hollow...", + "ids": "2289" + }, + { + "examine": "A slippery log I can walk across.", + "ids": "2294,2295,2296,2297" + }, + { + "examine": "The irregular surface can be climbed.", + "ids": "2298,2299,2300" + }, + { + "examine": "Tread carefully!", + "ids": "2301,2302" + }, + { + "examine": "I can just about edge across here.", + "ids": "2303" + }, + { + "examine": "Pointy!", + "ids": "2304,2305,2306" + }, + { + "examine": "A wrought iron gate.", + "ids": "2307,2308" + }, + { + "examine": "Solid bars of iron.", + "ids": "2309" + }, + { + "examine": "This tree has been cut down.", + "ids": "2310" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "2311" + }, + { + "examine": "I can balance on this rope.", + "ids": "2312" + }, + { + "examine": "I can climb up this.", + "ids": "2313" + }, + { + "examine": "I can climb down here.", + "ids": "2314,2315" + }, + { + "examine": "I can climb up these stairs.", + "ids": "2316,36776" + }, + { + "examine": "I can climb up these rocks to another cave.", + "ids": "2317" + }, + { + "examine": "I can climb down these rocks to another cave.", + "ids": "2318" + }, + { + "examine": "I can traverse these.", + "ids": "2319,2320,2321,12573,12574,12575,29375" + }, + { + "examine": "Use this to swing across gaps.", + "ids": "2322,2323,2324" + }, + { + "examine": "I can swing on this tree.", + "ids": "2325" + }, + { + "examine": "A branch protrudes here.", + "ids": "2326" + }, + { + "examine": "This tree has an unusually long branch on it.", + "ids": "2327" + }, + { + "examine": "A rocky outcrop.", + "ids": "2328,2329,2330,2331" + }, + { + "examine": "A nearly rotten wooden log that crosses the river.", + "ids": "2332" + }, + { + "examine": "A rocky outcrop from the running water.", + "ids": "2333,2334,2335" + }, + { + "examine": "You can see a cauldron directly below.", + "ids": "2336" + }, + { + "examine": "This door is very sturdy looking.", + "ids": "2337" + }, + { + "examine": "This door is closed.", + "ids": "2338" + }, + { + "examine": "This door is very sturdy looking.", + "ids": "2339,2340" + }, + { + "examine": "There is something strange about this wall...", + "ids": "2341" + }, + { + "examine": "Looks like a ventilation grill.", + "ids": "2342" + }, + { + "examine": "A large stone block.", + "ids": "2343,2344,2345,2346,2347,2348,2349" + }, + { + "examine": "Used to move earth to, and from, the dig shaft.", + "ids": "2350,2351" + }, + { + "examine": "This leads back up the dig shaft.", + "ids": "2352,2353" + }, + { + "examine": "Yep, they're sacks!", + "ids": "2354,2355,2356" + }, + { + "examine": "A leafy bush.", + "ids": "2357,2358" + }, + { + "examine": "A sealed barrel with a warning sign on it.", + "ids": "2359" + }, + { + "examine": "I wonder what's inside...", + "ids": "2360" + }, + { + "examine": "A sturdy chest to keep things in.", + "ids": "2361" + }, + { + "examine": "A large stone block.", + "ids": "2362" + }, + { + "examine": "A place where you can pan for gold.", + "ids": "2363" + }, + { + "examine": "A wooden container.", + "ids": "2364,2365" + }, + { + "examine": "A signpost!", + "ids": "2366,2367,2368,2369,2370,2371" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "2372" + }, + { + "examine": "A cupboard.", + "ids": "2373,2374" + }, + { + "examine": "Used to keep specimens on.", + "ids": "2375" + }, + { + "examine": "Soil. Dug up!", + "ids": "2376,2377,2378" + }, + { + "examine": "Technically a bed.", + "ids": "2379" + }, + { + "examine": "I wonder what's inside...", + "ids": "2380" + }, + { + "examine": "Swampy dirt.", + "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390" + }, + { + "examine": "A very solid looking gate.", + "ids": "2391,2392" + }, + { + "examine": "Aim for the goal!", + "ids": "2393" + }, + { + "examine": "A gate to the Gnomeball pitch.", + "ids": "2394,2395" + }, + { + "examine": "Distinctly feminine.", + "ids": "2396" + }, + { + "examine": "A solid looking door.", + "ids": "2397,2398,2399" + }, + { + "examine": "Might be worth searching.", + "ids": "2400,2401" + }, + { + "examine": "A good source of books!", + "ids": "2402" + }, + { + "examine": "Might be worth searching.", + "ids": "2403,2404" + }, + { + "examine": "I can climb this.", + "ids": "2405" + }, + { + "examine": "The door is closed.", + "ids": "2406,2407" + }, + { + "examine": "I can climb down this.", + "ids": "2408,36693,36694" + }, + { + "examine": "A commonly found tree.", + "ids": "2409" + }, + { + "examine": "I can climb this.", + "ids": "2410" + }, + { + "examine": "The door is closed.", + "ids": "2411" + }, + { + "examine": "Handy for boarding the ship.", + "ids": "2412,2413,2414,2415" + }, + { + "examine": "Pull me!", + "ids": "2416" + }, + { + "examine": "Place party drop items here.", + "ids": "2417,2418,2419,2420" + }, + { + "examine": "This lever is down.", + "ids": "2421" + }, + { + "examine": "This lever is up.", + "ids": "2422" + }, + { + "examine": "This lever is down.", + "ids": "2423" + }, + { + "examine": "This lever is up.", + "ids": "2424" + }, + { + "examine": "This lever is down.", + "ids": "2425" + }, + { + "examine": "This lever is up.", + "ids": "2426" + }, + { + "examine": "This door is closed by an unknown mechanism.", + "ids": "2427,2428,2429,2430,2431" + }, + { + "examine": "This gate is closed shut.", + "ids": "2432,2433" + }, + { + "examine": "This may be worth opening.", + "ids": "2434,2435" + }, + { + "examine": "I wonder what's inside.", + "ids": "2436,2437" + }, + { + "examine": "A wooden gate.", + "ids": "2438,2439" + }, + { + "examine": "Wonder what this pillar is for?", + "ids": "2440,2441,2442,2443" + }, + { + "examine": "I wonder what's under it?", + "ids": "2444,2445" + }, + { + "examine": "This leads to somewhere...but where?", + "ids": "2446" + }, + { + "examine": "I reckon I could climb that!", + "ids": "2447,2448" + }, + { + "examine": "Some magical rocks.", + "ids": "2449,2450" + }, + { + "examine": "There's something behind these roots.", + "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464" + }, + { + "examine": "A portal from this mystical place.", + "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477" + }, + { + "examine": "A mysterious power emanates from this shrine.", + "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490" + }, + { + "examine": "The source of all Rune Stones.", + "ids": "2491" + }, + { + "examine": "A portal from this mystical place.", + "ids": "2492" + }, + { + "examine": "A part of an old temple.", + "ids": "2493,2494,2495,2496" + }, + { + "examine": "Unusual energy is gathered here.", + "ids": "2497,2498,2499,2500,2501,2502" + }, + { + "examine": "An old crumbled pillar.", + "ids": "2503,2504,2505,2506,2507" + }, + { + "examine": "Broken parts of an old temple.", + "ids": "2508,2509,2510" + }, + { + "examine": "This leads to the practice tower.", + "ids": "2511" + }, + { + "examine": "This leads back down to the guild.", + "ids": "2512" + }, + { + "examine": "I wonder if I can hit a bullseye?", + "ids": "2513" + }, + { + "examine": "The door to the Ranging Guild.", + "ids": "2514" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "2515" + }, + { + "examine": "It's sinking!", + "ids": "2516" + }, + { + "examine": "Going up?", + "ids": "2517" + }, + { + "examine": "Typical shoddy workmanship.", + "ids": "2518" + }, + { + "examine": "Crates of packed fish.", + "ids": "2519" + }, + { + "examine": "It's used for loading and unloading fishing boats.", + "ids": "2520,2521" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2522,2523" + }, + { + "examine": "I wonder what's inside?", + "ids": "2524" + }, + { + "examine": "It's open.", + "ids": "2525" + }, + { + "examine": "The door of a small prison.", + "ids": "2526,2527" + }, + { + "examine": "The door is closed.", + "ids": "2528" + }, + { + "examine": "A door.", + "ids": "2529" + }, + { + "examine": "Used for storage.", + "ids": "2530" + }, + { + "examine": "Looks like someone's tried digging here.", + "ids": "2531,2532" + }, + { + "examine": "A pile of what is hopefully mud.", + "ids": "2533" + }, + { + "examine": "There's black cross on the door.", + "ids": "2534" + }, + { + "examine": "The door is closed.", + "ids": "2535" + }, + { + "examine": "A door.", + "ids": "2536" + }, + { + "examine": "The door is closed.", + "ids": "2537" + }, + { + "examine": "A door.", + "ids": "2538" + }, + { + "examine": "A flight of stairs.", + "ids": "2539,2540" + }, + { + "examine": "An outlet to the sewer.", + "ids": "2541,2542" + }, + { + "examine": "There's a cover over this manhole.", + "ids": "2543" + }, + { + "examine": "How dangerous, someone has left this manhole open.", + "ids": "2544" + }, + { + "examine": "This is supposed to stop people falling down the manhole.", + "ids": "2545" + }, + { + "examine": "A door.", + "ids": "2546,2547,2548,2549" + }, + { + "examine": "A secure door.", + "ids": "2550,2551" + }, + { + "examine": "A metal gate bars your way.", + "ids": "2552,2553" + }, + { + "examine": "A secure door.", + "ids": "2554,2555,2556,2557,2558,2559" + }, + { + "examine": "Fine silk woven by experts.", + "ids": "2560" + }, + { + "examine": "This stall smells great.", + "ids": "2561" + }, + { + "examine": "Precious stones from around the world.", + "ids": "2562" + }, + { + "examine": "All manner of animal clothing.", + "ids": "2563" + }, + { + "examine": "Spices to tingle your taste buds.", + "ids": "2564" + }, + { + "examine": "Fine silver items are for sale here.", + "ids": "2565" + }, + { + "examine": "I wonder what's inside it.", + "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574" + }, + { + "examine": "A marshy jungle vine.", + "ids": "2575,2576" + }, + { + "examine": "A tall palm tree with some plants growing at its stem.", + "ids": "2577" + }, + { + "examine": "A tall palm tree.", + "ids": "2578" + }, + { + "examine": "The burnt ground has a plant growing on it.", + "ids": "2579" + }, + { + "examine": "The ground has been burnt here by a fire.", + "ids": "2580" + }, + { + "examine": "A rock with green moss growing on it.", + "ids": "2581" + }, + { + "examine": "A rock, it looks like something was growing here.", + "ids": "2582" + }, + { + "examine": "It looks as if it is covered in some fungus.", + "ids": "2583" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "2584" + }, + { + "examine": "Rocky walls, you may be able to climb it.", + "ids": "2585" + }, + { + "examine": "It's closed.", + "ids": "2586" + }, + { + "examine": "I wonder what's inside?", + "ids": "2587" + }, + { + "examine": "It's open.", + "ids": "2588" + }, + { + "examine": "This ship's not getting far with that.", + "ids": "2589" + }, + { + "examine": "Takes me into the ship.", + "ids": "2590,2591" + }, + { + "examine": "Takes me back on deck.", + "ids": "2592" + }, + { + "examine": "Handy for boarding the ship.", + "ids": "2593,2594" + }, + { + "examine": "It's closed.", + "ids": "2595" + }, + { + "examine": "A blood-red door.", + "ids": "2596" + }, + { + "examine": "A lurid orange door.", + "ids": "2597" + }, + { + "examine": "A sickly yellow door.", + "ids": "2598" + }, + { + "examine": "A gloomy blue door.", + "ids": "2599" + }, + { + "examine": "A groovy magenta door.", + "ids": "2600" + }, + { + "examine": "A putrid green door.", + "ids": "2601" + }, + { + "examine": "Probably the nicest door in this ghastly place.", + "ids": "2602" + }, + { + "examine": "It's closed.", + "ids": "2603" + }, + { + "examine": "It's open.", + "ids": "2604" + }, + { + "examine": "It's a ladder.", + "ids": "2605" + }, + { + "examine": "There is something strange about this wall...", + "ids": "2606" + }, + { + "examine": "It's closed.", + "ids": "2607,2608" + }, + { + "examine": "A collection of rocks over what looks like a depression.", + "ids": "2609" + }, + { + "examine": "A rope hangs here that I can climb.", + "ids": "2610" + }, + { + "examine": "It's a ladder.", + "ids": "2611" + }, + { + "examine": "Wonder what's in here...", + "ids": "2612" + }, + { + "examine": "Smells kind of funny...", + "ids": "2613" + }, + { + "examine": "Looks comfortable...", + "ids": "2615" + }, + { + "examine": "Looks spooky...", + "ids": "2616" + }, + { + "examine": "Phew, an exit!", + "ids": "2617" + }, + { + "examine": "The fence is broken at this point.", + "ids": "2618" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "2619" + }, + { + "examine": "An old crate for storage.", + "ids": "2620" + }, + { + "examine": "It's a door.", + "ids": "2621,2622" + }, + { + "examine": "It's a gate.", + "ids": "2623" + }, + { + "examine": "The entrance to the Hero's Guild.", + "ids": "2624,2625" + }, + { + "examine": "It's a door.", + "ids": "2626,2627,2628" + }, + { + "examine": "There is something unusual about this wall...", + "ids": "2629" + }, + { + "examine": "I can see eels swimming in the lava.", + "ids": "2630" + }, + { + "examine": "It's a door.", + "ids": "2631" + }, + { + "examine": "I wonder what's inside?", + "ids": "2632" + }, + { + "examine": "It's open.", + "ids": "2633" + }, + { + "examine": "Rocks that contain nothing interesting, but block the way.", + "ids": "2634" + }, + { + "examine": "I wonder what's inside?", + "ids": "2635" + }, + { + "examine": "It's open.", + "ids": "2636,2637" + }, + { + "examine": "A source of pure water.", + "ids": "2638,2639" + }, + { + "examine": "A shrine for the faithful to worship at.", + "ids": "2640" + }, + { + "examine": "I can climb this.", + "ids": "2641" + }, + { + "examine": "Used for fashioning clay items.", + "ids": "2642" + }, + { + "examine": "Bake your clay items in here.", + "ids": "2643" + }, + { + "examine": "Used for spinning thread.", + "ids": "2644" + }, + { + "examine": "A tray of sand.", + "ids": "2645" + }, + { + "examine": "A plant cultivated for fibres.", + "ids": "2646" + }, + { + "examine": "The door to the Crafting Guild.", + "ids": "2647,2648,2649" + }, + { + "examine": "A pile of smelly rotting waste.", + "ids": "2650" + }, + { + "examine": "A sturdy home for bees.", + "ids": "2651" + }, + { + "examine": "Looks like this is where waste from the kitchen comes out.", + "ids": "2652" + }, + { + "examine": "It looks like a spiders' nest to me.", + "ids": "2653" + }, + { + "examine": "This fountain suits the garden.", + "ids": "2654" + }, + { + "examine": "It's the Sinclair Family coat of arms.", + "ids": "2655" + }, + { + "examine": "Looks like this is where Anna keeps her stuff.", + "ids": "2656" + }, + { + "examine": "Looks like this is where Bob keeps his stuff.", + "ids": "2657" + }, + { + "examine": "Looks like this is where Carol keeps her stuff.", + "ids": "2658" + }, + { + "examine": "Looks like this is where David keeps his stuff.", + "ids": "2659" + }, + { + "examine": "Looks like this is where Elizabeth keeps her stuff.", + "ids": "2660" + }, + { + "examine": "Looks like this is where Frank keeps his stuff.", + "ids": "2661" + }, + { + "examine": "Looks like this is where the cook stores flour.", + "ids": "2662" + }, + { + "examine": "Some sacks of general garden items.", + "ids": "2663" + }, + { + "examine": "Luckily it seems able to keep that vicious dog inside.", + "ids": "2664,2665" + }, + { + "examine": "Looks like the killer smashed this to leave the mansion.", + "ids": "2666" + }, + { + "examine": "Slaves are using this to pull up barrels of rocks from down below.", + "ids": "2667" + }, + { + "examine": "Slaves are placing barrels on this to haul them to the surface.", + "ids": "2668,2669" + }, + { + "examine": "A succulent cactus.", + "ids": "2670" + }, + { + "examine": "A less-than-succulent succulent.", + "ids": "2671" + }, + { + "examine": "I can try to make new items on this.", + "ids": "2672" + }, + { + "examine": "A solid looking gate.", + "ids": "2673,2674" + }, + { + "examine": "Large doors made of solid oak.", + "ids": "2675,2676" + }, + { + "examine": "A solid looking chest, it belongs to Captain Siad.", + "ids": "2677" + }, + { + "examine": "A selection of Captain Siad's Books.", + "ids": "2678" + }, + { + "examine": "A sturdy looking desk on which the Captain works.", + "ids": "2679" + }, + { + "examine": "A barrel containing rocks and mining debris.", + "ids": "2680" + }, + { + "examine": "An empty mining barrel.", + "ids": "2681" + }, + { + "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.", + "ids": "2682" + }, + { + "examine": "Gives a lovely view of the desert, complete with metalic bars.", + "ids": "2683" + }, + { + "examine": "It seems to be used for moving rocks into and out of this area.", + "ids": "2684" + }, + { + "examine": "A solid looking gate.", + "ids": "2685,2686,2687,2688" + }, + { + "examine": "There's no getting around it, it's a fairly sturdy prison cell door.", + "ids": "2689" + }, + { + "examine": "Large solid, thick set oak doors", + "ids": "2690,2691" + }, + { + "examine": "It looks fairly sturdy.", + "ids": "2692" + }, + { + "examine": "This is used by Shantay and his men to take items to the bank on your behalf.", + "ids": "2693" + }, + { + "examine": "A rocky rock.", + "ids": "2694,2695,2696,2697" + }, + { + "examine": "A cave which has been mined out.", + "ids": "2698,2699" + }, + { + "examine": "The entrance to the tent.", + "ids": "2700,2701" + }, + { + "examine": "Tracks in the sand.", + "ids": "2702,2703" + }, + { + "examine": "Rocky!", + "ids": "2704" + }, + { + "examine": "It's a door.", + "ids": "2705" + }, + { + "examine": "A nicely fitted door.", + "ids": "2706" + }, + { + "examine": "A wooden crate for storage.", + "ids": "2707,2708" + }, + { + "examine": "I wonder what's inside?", + "ids": "2709" + }, + { + "examine": "It's open.", + "ids": "2710" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2711" + }, + { + "examine": "The door is closed.", + "ids": "2712" + }, + { + "examine": "Grain goes in here.", + "ids": "2713,2714,2715,2716,2717" + }, + { + "examine": "These control the flow of grain from the hopper to the millstones.", + "ids": "2718,2719,2720,2721,2722" + }, + { + "examine": "A spicy meat kebab is cooking here.", + "ids": "2723" + }, + { + "examine": "A fire burns brightly here.", + "ids": "2724" + }, + { + "examine": "A grand old fireplace.", + "ids": "2725,2726" + }, + { + "examine": "Something is cooking nicely here.", + "ids": "2727" + }, + { + "examine": "Ideal for cooking on.", + "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110" + }, + { + "examine": "Hot!", + "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2781" + }, + { + "examine": "It says \"Property of Doric the dwarf.\" on the side.", + "ids": "2782" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "2783" + }, + { + "examine": "Various implements for working with metal.", + "ids": "2784" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2785" + }, + { + "examine": "An entrance to Gu'Tanoth.", + "ids": "2786,2787,2788,2789" + }, + { + "examine": "I wonder what's inside it.", + "ids": "2790" + }, + { + "examine": "A counter made from a stone block.", + "ids": "2791,2792,2876,3800,29356" + }, + { + "examine": "An ogre is selling cakes here.", + "ids": "2793" + }, + { + "examine": "A lever for activating something.", + "ids": "2794,2795" + }, + { + "examine": "This leads to the watchtower.", + "ids": "2796" + }, + { + "examine": "This leads downwards.", + "ids": "2797" + }, + { + "examine": "A leafy bush.", + "ids": "2798,2799,2800,2801,2802,2803" + }, + { + "examine": "I think I can squeeze through here...", + "ids": "2804,2805,2806,2807,2808,2809,2810,2811" + }, + { + "examine": "This leads downwards.", + "ids": "2812" + }, + { + "examine": "I think I can squeeze through here...", + "ids": "2813" + }, + { + "examine": "The gate has been locked shut.", + "ids": "2814,2815" + }, + { + "examine": "A strange looking rock...", + "ids": "2816" + }, + { + "examine": "I think I can get out here...", + "ids": "2817,2818,2819,2820,2821,2822" + }, + { + "examine": "A hole.", + "ids": "2823" + }, + { + "examine": "A hole", + "ids": "2824" + }, + { + "examine": "I hope this leads the way out.", + "ids": "2825" + }, + { + "examine": "I wonder what's inside it?", + "ids": "2826,2827,2828,2829" + }, + { + "examine": "You can probably jump over from here.", + "ids": "2830,2831" + }, + { + "examine": "A low wall is blocking your path.", + "ids": "2832" + }, + { + "examine": "This goes up!", + "ids": "2833" + }, + { + "examine": "A low wall is blocking your path.", + "ids": "2834" + }, + { + "examine": "Looks hard.", + "ids": "2835,2836,2837,2838,2839,2840,2841" + }, + { + "examine": "It has a special magical quality.", + "ids": "2842" + }, + { + "examine": "This drain leads from the sink to the sewers below.", + "ids": "2843" + }, + { + "examine": "This looks like it can be turned.", + "ids": "2844,2845,2846,2847,2848" + }, + { + "examine": "A rudimentary type of boat.", + "ids": "2849" + }, + { + "examine": "It's closed.", + "ids": "2850" + }, + { + "examine": "It's open.", + "ids": "2851" + }, + { + "examine": "I can probably squeeze my way inside there.", + "ids": "2852" + }, + { + "examine": "It's a flight of stairs.", + "ids": "2853" + }, + { + "examine": "Made of wood.", + "ids": "2854,2855" + }, + { + "examine": "I wonder what's inside?", + "ids": "2856" + }, + { + "examine": "It's open.", + "ids": "2857" + }, + { + "examine": "Used for storage.", + "ids": "2858" + }, + { + "examine": "A hot range, where some soup is bubbling nicely.", + "ids": "2859" + }, + { + "examine": "Very ominous.", + "ids": "2860" + }, + { + "examine": "It's a door.", + "ids": "2861,2862" + }, + { + "examine": "The door is closed.", + "ids": "2863" + }, + { + "examine": "A water feature.", + "ids": "2864" + }, + { + "examine": "It's a gate.", + "ids": "2865,2866" + }, + { + "examine": "Very decorative!", + "ids": "2867" + }, + { + "examine": "It's a cupboard.", + "ids": "2868,2869" + }, + { + "examine": "The mouse equivalent of a door.", + "ids": "2870" + }, + { + "examine": "I can climb down this.", + "ids": "2871" + }, + { + "examine": "I can climb this.", + "ids": "2872" + }, + { + "examine": "What a good likeness!", + "ids": "2873" + }, + { + "examine": "A depiction that chills one to the bone.", + "ids": "2874" + }, + { + "examine": "I wonder how accurate a representation this is.", + "ids": "2875" + }, + { + "examine": "A barrel full of staffs...", + "ids": "2877" + }, + { + "examine": "Patterns of light dance hypnotically across the pool's surface.", + "ids": "2878,2879" + }, + { + "examine": "There seems to be some sort of magical field here.", + "ids": "2880" + }, + { + "examine": "It's closed.", + "ids": "2881" + }, + { + "examine": "The toll gate from Lumbridge to Al-Kharid.", + "ids": "2882,2883" + }, + { + "examine": "I can climb this.", + "ids": "2884" + }, + { + "examine": "An antique by anyone's standards.", + "ids": "2885" + }, + { + "examine": "An antique by anyone's standards, however, it might have something interesting in it.", + "ids": "2886" + }, + { + "examine": "Looks good for logging.", + "ids": "2887" + }, + { + "examine": "A leafy jungle palm, dense foliage.", + "ids": "2888" + }, + { + "examine": "Home to many unusual creatures.", + "ids": "2889" + }, + { + "examine": "A leafy tree.", + "ids": "2890" + }, + { + "examine": "This tree has been cut down.", + "ids": "2891" + }, + { + "examine": "A jungle bush, quite common to these areas.", + "ids": "2892,2893" + }, + { + "examine": "A jungle bush that has been chopped down.", + "ids": "2894,2895" + }, + { + "examine": "A door to the Legends Guild.", + "ids": "2896,2897,2898,2899" + }, + { + "examine": "Looks slippery!", + "ids": "2900,2901" + }, + { + "examine": "Stoney!", + "ids": "2902" + }, + { + "examine": "A rather shadowy cavern entrance.", + "ids": "2903,2904" + }, + { + "examine": "An old crate for storage.", + "ids": "2905" + }, + { + "examine": "Useful for putting things on.", + "ids": "2906" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "2907" + }, + { + "examine": "A wall of magic fire.", + "ids": "2908,2909" + }, + { + "examine": "Rickety bamboo tables that are lashed together to make a desk.", + "ids": "2910" + }, + { + "examine": "Bamboo storage!", + "ids": "2911" + }, + { + "examine": "This gate has a horribly complex locking mechanism.", + "ids": "2912,2913,2914,2915" + }, + { + "examine": "A dark cave entrance leading to the surface.", + "ids": "2916,2917" + }, + { + "examine": "A large crack in the wall.", + "ids": "2918" + }, + { + "examine": "A huge lump of rock.", + "ids": "2919,2920,2921" + }, + { + "examine": "A heavily constructed, cast-iron, ancient gateway.", + "ids": "2922,2923,2924,2925" + }, + { + "examine": "A high wall made up of rocks with sharp edges.", + "ids": "2926" + }, + { + "examine": "It looks like ancient graffiti.", + "ids": "2927" + }, + { + "examine": "An ornately carved rock with a pointed receptacle.", + "ids": "2928" + }, + { + "examine": "A half buried skeleton, probably dwarven remains.", + "ids": "2929" + }, + { + "examine": "A huge, strangely constructed doorway, not sure how this opens.", + "ids": "2930" + }, + { + "examine": "It looks like a magical portal of some kind, who knows where it leads?", + "ids": "2931" + }, + { + "examine": "Strangely, there's a locked barrel here, I wonder what's inside.", + "ids": "2932,2933" + }, + { + "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.", + "ids": "2934" + }, + { + "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.", + "ids": "2935" + }, + { + "examine": "A sculpted trunk of wood.", + "ids": "2936,2937,2938,2939" + }, + { + "examine": "A wonderfully dressed table.", + "ids": "2940" + }, + { + "examine": "Sparkling sacred water straight from the source.", + "ids": "2941" + }, + { + "examine": "A sparkling, babbling flow of water from an underground source.", + "ids": "2942" + }, + { + "examine": "Disgusting filthy quagmire that oozes from the ground.", + "ids": "2943" + }, + { + "examine": "Found near the water's edge.", + "ids": "2944" + }, + { + "examine": "A baby Yommi tree, it has a mystical aura.", + "ids": "2945" + }, + { + "examine": "An adolescent-looking Yommi tree, it has a mystical aura.", + "ids": "2946" + }, + { + "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.", + "ids": "2947" + }, + { + "examine": "A fully grown Yommi tree, it won't get much taller than this.", + "ids": "2948" + }, + { + "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.", + "ids": "2949" + }, + { + "examine": "A felled adult Yommi tree, perhaps you should trim those branches?", + "ids": "2950" + }, + { + "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.", + "ids": "2951" + }, + { + "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.", + "ids": "2952" + }, + { + "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.", + "ids": "2953" + }, + { + "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.", + "ids": "2954" + }, + { + "examine": "A rotten totem pole, it was left to rot in the jungle.", + "ids": "2955" + }, + { + "examine": "This earth is particularly fertile.", + "ids": "2956" + }, + { + "examine": "This earth is damaged by cultivation, time will restore the fertility.", + "ids": "2957" + }, + { + "examine": "A rope hangs here.", + "ids": "2958" + }, + { + "examine": "A dangerous path onwards.", + "ids": "2959,2960,2961" + }, + { + "examine": "Stoney!", + "ids": "2962,2963,2964" + }, + { + "examine": "Looks slippery!", + "ids": "2965" + }, + { + "examine": "A hot place for forging things in.", + "ids": "2966,2967,2968" + }, + { + "examine": "It looks like a strangely shaped depression in the rock.", + "ids": "2969" + }, + { + "examine": "This recess has a glowing heart shaped crystal in it.", + "ids": "2970" + }, + { + "examine": "This looks like some sort of shimmering surface.", + "ids": "2971" + }, + { + "examine": "A huge lump of rock.", + "ids": "2972,2973,2974" + }, + { + "examine": "This tree is particularly leafy.", + "ids": "2975,2976" + }, + { + "examine": "A large pile of sand", + "ids": "2977" + }, + { + "examine": "A medium pile of sand", + "ids": "2978" + }, + { + "examine": "A small pile of sand", + "ids": "2979" + }, + { + "examine": "Some beautiful flowers.", + "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988" + }, + { + "examine": "Known commonly as Red worm vine.", + "ids": "2989,2990,2991,2992,2993,2994" + }, + { + "examine": "I wonder what's inside.", + "ids": "2995,2996" + }, + { + "examine": "The door is closed.", + "ids": "2997" + }, + { + "examine": "The door is open.", + "ids": "2998,2999" + }, + { + "examine": "These obviously mean keep out!", + "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013" + }, + { + "examine": "A nicely fitted door.", + "ids": "3014" + }, + { + "examine": "A wooden gate.", + "ids": "3015,3016" + }, + { + "examine": "A nicely fitted door.", + "ids": "3017,3018,3019" + }, + { + "examine": "A wrought iron gate.", + "ids": "3020,3021,3022,3023" + }, + { + "examine": "A closed door.", + "ids": "3024,3025,3026,3027" + }, + { + "examine": "I can climb this.", + "ids": "3028" + }, + { + "examine": "I can climb down this.", + "ids": "3029" + }, + { + "examine": "I can climb this.", + "ids": "3030" + }, + { + "examine": "I can climb down this.", + "ids": "3031" + }, + { + "examine": "I can see fish swimming in the water.", + "ids": "3032" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "3033,3034,3035,3036" + }, + { + "examine": "A beautiful old oak.", + "ids": "3037" + }, + { + "examine": "Hot!", + "ids": "3038" + }, + { + "examine": "It's closed.", + "ids": "3040" + }, + { + "examine": "It's open.", + "ids": "3041" + }, + { + "examine": "A rocky outcrop.", + "ids": "3042,3043" + }, + { + "examine": "A hot place for forging things in.", + "ids": "3044" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "3045" + }, + { + "examine": "These obviously mean keep out!", + "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076" + }, + { + "examine": "Lean against the wall to get a better view!", + "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107" + }, + { + "examine": "Flags marking the entrance to the arena.", + "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158" + }, + { + "examine": "Beats the operating table.", + "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181" + }, + { + "examine": "Wait here for a nurse.", + "ids": "3182" + }, + { + "examine": "Storage for drugs and bandages.", + "ids": "3183,3184,3185" + }, + { + "examine": "I don't really want to end up here...", + "ids": "3186,3187,3188,3189" + }, + { + "examine": "These open and close!", + "ids": "3190" + }, + { + "examine": "This may be worth searching.", + "ids": "3191" + }, + { + "examine": "You can see the last 50 fights on here.", + "ids": "3192" + }, + { + "examine": "Used to store players' items whilst they duel.", + "ids": "3193" + }, + { + "examine": "Use for quick access to your bank.", + "ids": "3194" + }, + { + "examine": "Smells pretty bad!", + "ids": "3195" + }, + { + "examine": "Not much use for anything except scrap.", + "ids": "3196" + }, + { + "examine": "Entrance to the Duel Arena.", + "ids": "3197,3198" + }, + { + "examine": "A wooden double bed.", + "ids": "3199,3200,3201,3202" + }, + { + "examine": "Access to the duel arena.", + "ids": "3203,3204" + }, + { + "examine": "I can climb down this.", + "ids": "3205" + }, + { + "examine": "A barrel full of staffs...", + "ids": "3206,3207,3208" + }, + { + "examine": "A strange crack cuts into the wall.", + "ids": "3209,3210,3211,3212,29360,29362" + }, + { + "examine": "It looks like I can squeeze through here.", + "ids": "3213" + }, + { + "examine": "The easy way out...", + "ids": "3214,3215" + }, + { + "examine": "A pile of mud.", + "ids": "3216" + }, + { + "examine": "I can go through here.", + "ids": "3217" + }, + { + "examine": "Dark and intimidating.", + "ids": "3218,3219" + }, + { + "examine": "That skull's looking at me....", + "ids": "3220,3221" + }, + { + "examine": "I can climb down these.", + "ids": "3222" + }, + { + "examine": "I can climb up these.", + "ids": "3223" + }, + { + "examine": "I can go through here.", + "ids": "3224,3225,3226" + }, + { + "examine": "Best not to get caught!", + "ids": "3227" + }, + { + "examine": "Best avoided.", + "ids": "3228,3229" + }, + { + "examine": "Looks suspicious.", + "ids": "3230" + }, + { + "examine": "A plank.", + "ids": "3231" + }, + { + "examine": "Formed over many years.", + "ids": "3232" + }, + { + "examine": "Best avoided.", + "ids": "3233" + }, + { + "examine": "Looks suspicious.", + "ids": "3234" + }, + { + "examine": "I can open the grill from this side.", + "ids": "3235" + }, + { + "examine": "Maybe I can cross that.", + "ids": "3238" + }, + { + "examine": "It looks like only the guide ropes are holding the bridge up.", + "ids": "3239" + }, + { + "examine": "A bridge.", + "ids": "3240" + }, + { + "examine": "This lever can be operated.", + "ids": "3241,3242" + }, + { + "examine": "The base of a platform.", + "ids": "3243,3244,3245,3246" + }, + { + "examine": "A bridge.", + "ids": "3247,3248,3249,3250,3251,3252,3253" + }, + { + "examine": "I can't get past that very easily...", + "ids": "3254,3255,3256" + }, + { + "examine": "A platform.", + "ids": "3257" + }, + { + "examine": "A bridge.", + "ids": "3258,3259,3260,3261,3262" + }, + { + "examine": "This area may not be safe...", + "ids": "3263" + }, + { + "examine": "A well of nastiness.", + "ids": "3264" + }, + { + "examine": "I can climb this pile of rocks...", + "ids": "3265" + }, + { + "examine": "Usually used for storing living things...", + "ids": "3266,3267,3268,3269" + }, + { + "examine": "The door is closed.", + "ids": "3270" + }, + { + "examine": "The door is open.", + "ids": "3271" + }, + { + "examine": "I wonder what's inside.", + "ids": "3272,3273,3274,3275" + }, + { + "examine": "A stone bridge.", + "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293" + }, + { + "examine": "A hot place for forging things in.", + "ids": "3294" + }, + { + "examine": "It's covered in strange writing.", + "ids": "3295,3296,3297,3298,3299,3300,3301,3302" + }, + { + "examine": "You won't be able to lift that.", + "ids": "3303" + }, + { + "examine": "A portcullis.", + "ids": "3304" + }, + { + "examine": "It doesn't look like water in there...", + "ids": "3305,3306" + }, + { + "examine": "A pile of rocks.", + "ids": "3307" + }, + { + "examine": "The boulder has smashed through the cage.", + "ids": "3308" + }, + { + "examine": "A deposit of rocks.", + "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326" + }, + { + "examine": "Intimidating!", + "ids": "3327" + }, + { + "examine": "A depiction of a great dwarf miner.", + "ids": "3328,3329,3330,3331" + }, + { + "examine": "A temple door.", + "ids": "3332" + }, + { + "examine": "A very big door.", + "ids": "3333,3334,3335,3336" + }, + { + "examine": "This lever can be operated.", + "ids": "3337" + }, + { + "examine": "Why would a log be hung up there?", + "ids": "3338" + }, + { + "examine": "Looks suspicious.", + "ids": "3339" + }, + { + "examine": "Looks like the rope is holding the bridge up.", + "ids": "3340" + }, + { + "examine": "Looks like the other rope is holding the bridge up.", + "ids": "3341,3342" + }, + { + "examine": "A pile of rocks.", + "ids": "3343" + }, + { + "examine": "It's got dwarf brew in it.", + "ids": "3344,3345,3346,3347" + }, + { + "examine": "Lord Iban's Throne.", + "ids": "3348,3349,3350" + }, + { + "examine": "I'm glad I'm on this side of those bars.", + "ids": "3351,3352" + }, + { + "examine": "I don't much like the look of that...", + "ids": "3353,3354,3355,3356,3357,3358" + }, + { + "examine": "Well of the damned.", + "ids": "3359" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3360" + }, + { + "examine": "A magical sphere that glimmers within.", + "ids": "3361" + }, + { + "examine": "A window.", + "ids": "3362,3363" + }, + { + "examine": "An odd looking rock formation.", + "ids": "3364" + }, + { + "examine": "Looks like I can climb these.", + "ids": "3365" + }, + { + "examine": "Makes you cry.", + "ids": "3366" + }, + { + "examine": "Steel bars that are locked securely.", + "ids": "3367,3368,3369,3370" + }, + { + "examine": "An Achey tree stump.", + "ids": "3371" + }, + { + "examine": "Useful for ogre dinners.", + "ids": "3372,3373,3374,3375" + }, + { + "examine": "An ogre bench, useful for taking all that weight off their legs.", + "ids": "3376" + }, + { + "examine": "Hmmm, a rock for a lock....", + "ids": "3377" + }, + { + "examine": "Some stealthy thief must have picked the ogre lock!", + "ids": "3378" + }, + { + "examine": "The entrance to Rantz's cave", + "ids": "3379" + }, + { + "examine": "Exit this way for fresh air and daylight.", + "ids": "3380,3381" + }, + { + "examine": "Useful for ogre dinners.", + "ids": "3382,3383,3384,3385,3386,3387,3388" + }, + { + "examine": "A good source of books!", + "ids": "3389" + }, + { + "examine": "A strange crack cuts into the wall.", + "ids": "3390,3391,3392,3393" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3394,3395" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "3396,3397" + }, + { + "examine": "A wooden crate for storage.", + "ids": "3398,3399,3400,3401" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "3402" + }, + { + "examine": "A pile of Elemental rock.", + "ids": "3403" + }, + { + "examine": "A valve to start and stop the flow of water.", + "ids": "3404,3405" + }, + { + "examine": "This lever can be operated.", + "ids": "3406" + }, + { + "examine": "It spins.", + "ids": "3407,3408" + }, + { + "examine": "This lever can be operated.", + "ids": "3409" + }, + { + "examine": "Big bellows.", + "ids": "3410,3411,3412" + }, + { + "examine": "A furnace with an air blast pipe.", + "ids": "3413" + }, + { + "examine": "A small trough full of lava.", + "ids": "3414" + }, + { + "examine": "I can climb down these stairs.", + "ids": "3415" + }, + { + "examine": "I can climb up these stairs.", + "ids": "3416" + }, + { + "examine": "This lever can be operated.", + "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428" + }, + { + "examine": "Water powered machinery.", + "ids": "3429,3430" + }, + { + "examine": "Stoney!", + "ids": "3431" + }, + { + "examine": "I wonder what's under it?", + "ids": "3432" + }, + { + "examine": "I can see a holy barrier at the bottom.", + "ids": "3433,3434,3435,3436,3437,3438,3439" + }, + { + "examine": "They let you walk up them!", + "ids": "3440" + }, + { + "examine": "They let you walk down them!", + "ids": "3441,3442" + }, + { + "examine": "A holy barrier blocking evil forces.", + "ids": "3443" + }, + { + "examine": "A sturdy metal gate.", + "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462" + }, + { + "examine": "A hastily constructed yet sturdy prison door.", + "ids": "3463,3464,3465" + }, + { + "examine": "Dead animal parts dangling!", + "ids": "3466" + }, + { + "examine": "So how long has this been dead, then?", + "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478" + }, + { + "examine": "A statue honouring Saradomin.", + "ids": "3479" + }, + { + "examine": "An ornately decorated coffin. Something seems to be alive inside.", + "ids": "3480,3481,3482,3483,3484" + }, + { + "examine": "An ornately carved well that draws water from the river Salve.", + "ids": "3485,3486,3487,3488" + }, + { + "examine": "Sturdy looking door.", + "ids": "3489,3490,3491,3492" + }, + { + "examine": "A monument to a fallen priest.", + "ids": "3493,3494,3495,3496,3497,3498,3499" + }, + { + "examine": "With skill I can play this.", + "ids": "3500,3501,3502,3503,3504,3505" + }, + { + "examine": "A wrought iron gate.", + "ids": "3506,3507" + }, + { + "examine": "Not sure if I should sit on that.", + "ids": "3508,3509" + }, + { + "examine": "Not sure if that's any use.", + "ids": "3510,3511" + }, + { + "examine": "It'll probably die soon.", + "ids": "3512,3513" + }, + { + "examine": "Not sure if I should stand under that.", + "ids": "3514,3515" + }, + { + "examine": "A dark dank entrance to below.", + "ids": "3516" + }, + { + "examine": "A large tree thriving where trees normally die.", + "ids": "3517,3518,3519" + }, + { + "examine": "Special grotto area.", + "ids": "3520" + }, + { + "examine": "A grotto transformed into an altar of nature.", + "ids": "3521" + }, + { + "examine": "It's a bridge.", + "ids": "3522" + }, + { + "examine": "An old bench, probably made from wood in this swamp.", + "ids": "3523,3524" + }, + { + "examine": "The door.", + "ids": "3525" + }, + { + "examine": "The green door.", + "ids": "3526" + }, + { + "examine": "A roughly hewn stone with some sort of symbol on it.", + "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545" + }, + { + "examine": "There is a rope leading to the bottom of this well.", + "ids": "3546,3547,3548,3549,3550" + }, + { + "examine": "I can balance on this rope.", + "ids": "3551,3552" + }, + { + "examine": "I can balance on this log.", + "ids": "3553,3554,3555,3556,3557,3558" + }, + { + "examine": "Tread carefully!", + "ids": "3559,3560,3561,3562" + }, + { + "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.", + "ids": "3563,3564" + }, + { + "examine": "It looks like I can clamber over this.", + "ids": "3565" + }, + { + "examine": "Use this to swing over to the next platform.", + "ids": "3566" + }, + { + "examine": "I might want to avoid this nasty blade.", + "ids": "3567,3568,3569" + }, + { + "examine": "Walk the plank! Ya land lubber!", + "ids": "3570,3571,3572,3573,3574,3575,3576,3577" + }, + { + "examine": "It's a small step for a player, a giant leap for player kind.", + "ids": "3578,3579" + }, + { + "examine": "Makes sliced human.", + "ids": "3580" + }, + { + "examine": "Releases a ticket when the flashing arrow is above it.", + "ids": "3581" + }, + { + "examine": "Makes human colanders.", + "ids": "3582" + }, + { + "examine": "I can use these to climb across to the other side.", + "ids": "3583,3584" + }, + { + "examine": "Looks suspiciously like a pressure pad to me.", + "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607" + }, + { + "examine": "Releases a ticket when the flashing arrow is above it.", + "ids": "3608,3609" + }, + { + "examine": "I can use this rope to climb back to the top.", + "ids": "3610,3611,3612,3613,3614,3615,3616" + }, + { + "examine": "Leads down into the Agility Arena.", + "ids": "3617" + }, + { + "examine": "Leads back to Brimhaven.", + "ids": "3618,3619,3620,3621,3622,3623,3624,3625" + }, + { + "examine": "It looks very sturdy.", + "ids": "3626,3627,3628,3629,3630,3631,3632,3633" + }, + { + "examine": "A shrine of the gods!", + "ids": "3634" + }, + { + "examine": "I wonder what's inside...", + "ids": "3635" + }, + { + "examine": "It looks empty.", + "ids": "3636,3637,3638,3639,3640,3641,3642,3643" + }, + { + "examine": "That's really bright!", + "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661" + }, + { + "examine": "Smells more like \"innocent villager\" stew to me...", + "ids": "3662,3663,3664" + }, + { + "examine": "Troll leftovers...", + "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675" + }, + { + "examine": "A stone mechanism that unlocks the equipment room.", + "ids": "3676,3677,3678" + }, + { + "examine": "A standard of Asgarnia.", + "ids": "3679" + }, + { + "examine": "The flag of Asgarnia.", + "ids": "3680" + }, + { + "examine": "Town of Burthorpe", + "ids": "3681,3682,3683,3684" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "3685,3686,3687,3688,3689,3690,3691" + }, + { + "examine": "Some of the Sherpa's climbing rope.", + "ids": "3692,3693" + }, + { + "examine": "Looks like the Imperial Guard's supply of Dual Claws.", + "ids": "3694,3695" + }, + { + "examine": "The Imperial Guard's ceremonial armour.", + "ids": "3696" + }, + { + "examine": "A barrel full of swords...", + "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721" + }, + { + "examine": "A rocky outcrop.", + "ids": "3722,3723,3724" + }, + { + "examine": "A wooden gate.", + "ids": "3725,3726,3727,3728,3729" + }, + { + "examine": "I can climb over the fence with this.", + "ids": "3730,3731,3732,3733,3734" + }, + { + "examine": "Looks like a small cave.", + "ids": "3735" + }, + { + "examine": "The exit to the outside.", + "ids": "3736,3737,3738,3739,3740" + }, + { + "examine": "No solicitors!", + "ids": "3741" + }, + { + "examine": "Danger", + "ids": "3742" + }, + { + "examine": "A sturdy wooden door.", + "ids": "3743,3744" + }, + { + "examine": "The door is closed.", + "ids": "3745,3746" + }, + { + "examine": "A nicely fitted door.", + "ids": "3747" + }, + { + "examine": "A rocky outcrop.", + "ids": "3748,3749,3750,3751" + }, + { + "examine": "Unusual energy is gathered here.", + "ids": "3752,3753,3754,3755,3756" + }, + { + "examine": "Looks like a small cave.", + "ids": "3757" + }, + { + "examine": "The way out.", + "ids": "3758" + }, + { + "examine": "Looks like a small cave.", + "ids": "3759" + }, + { + "examine": "The way out.", + "ids": "3760" + }, + { + "examine": "The back way out.", + "ids": "3761" + }, + { + "examine": "The back way into the stronghold.", + "ids": "3762" + }, + { + "examine": "The door is closed.", + "ids": "3763" + }, + { + "examine": "The door is open.", + "ids": "3764" + }, + { + "examine": "The door to Mad Eadgar's cell.", + "ids": "3765,3766" + }, + { + "examine": "The door to Godric's cell.", + "ids": "3767,3768" + }, + { + "examine": "Hot!", + "ids": "3769" + }, + { + "examine": "This window looks down onto the Troll Camp.", + "ids": "3770" + }, + { + "examine": "The entrance to the Troll Stronghold.", + "ids": "3771" + }, + { + "examine": "The way out of the Troll Stronghold.", + "ids": "3772,3773,3774" + }, + { + "examine": "Looks like stew of some kind...", + "ids": "3775" + }, + { + "examine": "A door in the Stronghold.", + "ids": "3776,3777,3778,3779" + }, + { + "examine": "The door to the prison.", + "ids": "3780,3781" + }, + { + "examine": "The entrance to the Troll Arena.", + "ids": "3782,3783,3784" + }, + { + "examine": "The exit to the Troll Arena.", + "ids": "3785,3786,3787" + }, + { + "examine": "I can climb these stairs.", + "ids": "3788" + }, + { + "examine": "They go down.", + "ids": "3789" + }, + { + "examine": "A rocky outcrop.", + "ids": "3790,3791,3792,3793" + }, + { + "examine": "Looks tasty! If you're a goat, that is.", + "ids": "3794,3795,3796" + }, + { + "examine": "Not so good for sitting on.", + "ids": "3802" + }, + { + "examine": "A rocky outcrop.", + "ids": "3803,3804" + }, + { + "examine": "They don't seem to roll.", + "ids": "3805" + }, + { + "examine": "They're troll eggs. Or perhaps rocks.", + "ids": "3806" + }, + { + "examine": "These make great pets.", + "ids": "3807" + }, + { + "examine": "It's a troll! Run! No, wait, it's just a rock.", + "ids": "3808,3809" + }, + { + "examine": "The door to the storeroom.", + "ids": "3810,3811,3812" + }, + { + "examine": "It probably hasn't got anything interesting inside.", + "ids": "3813" + }, + { + "examine": "They probably haven't got anything interesting inside.", + "ids": "3814,3815" + }, + { + "examine": "They're closed.", + "ids": "3816" + }, + { + "examine": "They're open.", + "ids": "3817,3818,3819" + }, + { + "examine": "It doesn't contain anything particularly appetising.", + "ids": "3820" + }, + { + "examine": "Makes you taller.", + "ids": "3821" + }, + { + "examine": "It's full of dried goutweed.", + "ids": "3822" + }, + { + "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.", + "ids": "3823" + }, + { + "examine": "I don't want to look too closely at what's cooking in there...", + "ids": "3824" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "3825" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "3826" + }, + { + "examine": "How am I going to get down there?", + "ids": "3827,3828" + }, + { + "examine": "I hope this holds!", + "ids": "3829" + }, + { + "examine": "How am I going to get down there?", + "ids": "3830,3831" + }, + { + "examine": "I hope this holds!", + "ids": "3832" + }, + { + "examine": "It's moving...", + "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855" + }, + { + "examine": "It's a half buried crate.", + "ids": "3856,3857" + }, + { + "examine": "It's stuck in the sand.", + "ids": "3858,3859" + }, + { + "examine": "It's full of brightly coloured fish.", + "ids": "3860,3861" + }, + { + "examine": "It's a pile of burning bones.", + "ids": "3862" + }, + { + "examine": "The tribal statue of Tai Bwo Wannai Village.", + "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878" + }, + { + "examine": "A tree.", + "ids": "3879" + }, + { + "examine": "It's a tree stump.", + "ids": "3880" + }, + { + "examine": "A tree.", + "ids": "3881,3882,3883" + }, + { + "examine": "It's a tree stump.", + "ids": "3884" + }, + { + "examine": "A tree.", + "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900" + }, + { + "examine": "A rare flower.", + "ids": "3901" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3902" + }, + { + "examine": "A rare flower.", + "ids": "3903" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3904" + }, + { + "examine": "A rare flower.", + "ids": "3905" + }, + { + "examine": "Don't flowers make you feel better?", + "ids": "3906,3907,3908,3909,3910,3911" + }, + { + "examine": "Fungal growth.", + "ids": "3912" + }, + { + "examine": "Poisonous no doubt.", + "ids": "3913,3914" + }, + { + "examine": "Fungal growth.", + "ids": "3915" + }, + { + "examine": "Poisonous no doubt.", + "ids": "3916,3917" + }, + { + "examine": "The lamp has a glowing crystal at its core.", + "ids": "3918" + }, + { + "examine": "It's a trap!", + "ids": "3919,3920" + }, + { + "examine": "A tripwire.", + "ids": "3921" + }, + { + "examine": "An odd-looking group of tied sticks.", + "ids": "3922" + }, + { + "examine": "A pile of leaves.", + "ids": "3923,3924,3925,3926" + }, + { + "examine": "Looks like I can climb these.", + "ids": "3927" + }, + { + "examine": "It's a tree.", + "ids": "3928" + }, + { + "examine": "I can balance on this log.", + "ids": "3929,3930,3931,3932,3933,3934,3935,3936" + }, + { + "examine": "There are some broken twigs here.", + "ids": "3937" + }, + { + "examine": "It looks as if the grass here has been flattened.", + "ids": "3938" + }, + { + "examine": "You notice the leaf litter here has been disturbed.", + "ids": "3939,3940" + }, + { + "examine": "Tracks in the soil.", + "ids": "3941,3942,3943" + }, + { + "examine": "You'd need a big siege engine to force that.", + "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961" + }, + { + "examine": "A yellow crystal structure.", + "ids": "3962,3963,3964,3965,3966" + }, + { + "examine": "A tree", + "ids": "3967,3968" + }, + { + "examine": "Disturbing but tidy.", + "ids": "3969" + }, + { + "examine": "I don't even want to think about what did that...", + "ids": "3970" + }, + { + "examine": "I don't wanna fall in that!", + "ids": "3975" + }, + { + "examine": "Good for smashing city walls.", + "ids": "3976" + }, + { + "examine": "There's a winch on this side.", + "ids": "3977" + }, + { + "examine": "There's a lever on this side.", + "ids": "3978,3979" + }, + { + "examine": "A way to get into the tent.", + "ids": "3980,3981,3982" + }, + { + "examine": "A tent.", + "ids": "3983,3984,3985,3986" + }, + { + "examine": "A small barrel.", + "ids": "3987,3988,3989,3990,3991" + }, + { + "examine": "A standard of Kandarin.", + "ids": "3992,3993" + }, + { + "examine": "A small furnace.", + "ids": "3994" + }, + { + "examine": "A tent wall.", + "ids": "3995" + }, + { + "examine": "A way to get into the tent.", + "ids": "3996" + }, + { + "examine": "A tent wall.", + "ids": "3997" + }, + { + "examine": "It looks as if the grass here has been flattened.", + "ids": "3998" + }, + { + "examine": "There are some broken twigs here.", + "ids": "3999" + }, + { + "examine": "A tent roof.", + "ids": "4000" + }, + { + "examine": "A tent wall.", + "ids": "4001" + }, + { + "examine": "The charred remains of a tent pole.", + "ids": "4002,4003" + }, + { + "examine": "Well of voyage.", + "ids": "4004,4005" + }, + { + "examine": "It looks like I can squeeze through here.", + "ids": "4006" + }, + { + "examine": "The exit to the outside.", + "ids": "4007" + }, + { + "examine": "Shrine to the glory of Saradomin.", + "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023" + }, + { + "examine": "A barrel.", + "ids": "4024,4025" + }, + { + "examine": "A still for fractionalizing oils.", + "ids": "4026" + }, + { + "examine": "A pile of lime rock.", + "ids": "4027,4028,4029,4030" + }, + { + "examine": "Looks like a stone doorway to me.", + "ids": "4031,4032,4033,4034" + }, + { + "examine": "These clean Druid's robes are drying off.", + "ids": "4035,4036,4037,4038" + }, + { + "examine": "It's full of dirty robes.", + "ids": "4039,4040,4041,4042" + }, + { + "examine": "Presumably the hatch the zookeeper feeds the parrots through.", + "ids": "4043" + }, + { + "examine": "A red standard.", + "ids": "4044,4045,4046,4047" + }, + { + "examine": "It doesn't look healthy...", + "ids": "4051" + }, + { + "examine": "It's covered in slime.", + "ids": "4052" + }, + { + "examine": "It doesn't look healthy...", + "ids": "4053,4054" + }, + { + "examine": "These fat fungi take up so much room.", + "ids": "4055,4056,4057" + }, + { + "examine": "I can balance on this rope.", + "ids": "4059" + }, + { + "examine": "It's hollow...", + "ids": "4060" + }, + { + "examine": "This tree has been cut down.", + "ids": "4061" + }, + { + "examine": "Strange items are stored here.", + "ids": "4062" + }, + { + "examine": "This table has seen better days.", + "ids": "4064" + }, + { + "examine": "It looks very ornamental in a practical 'solid rock' way.", + "ids": "4065" + }, + { + "examine": "Welcome to Mort'ton", + "ids": "4066" + }, + { + "examine": "Danger! Sickness and affliction... stay away!", + "ids": "4067" + }, + { + "examine": "Looks like a pile of ancient rubble.", + "ids": "4068" + }, + { + "examine": "The starting of a wall.", + "ids": "4069,4070,4071,4072,4073,4074,4075,4076" + }, + { + "examine": "It's nearly a wall.", + "ids": "4077" + }, + { + "examine": "A rebuilt wall.", + "ids": "4078" + }, + { + "examine": "The broken wall of a desecrated temple.", + "ids": "4079" + }, + { + "examine": "The partially repaired wall of a desecrated temple.", + "ids": "4080,4081,4082,4083,4084,4085,4086,4087" + }, + { + "examine": "The nearly repaired wall of a desecrated temple.", + "ids": "4088" + }, + { + "examine": "The repaired wall of a temple.", + "ids": "4089" + }, + { + "examine": "A flaming Fire altar.", + "ids": "4090" + }, + { + "examine": "An ancient Fire altar.", + "ids": "4091" + }, + { + "examine": "An ancient, totally desecrated, broken down fire altar.", + "ids": "4092" + }, + { + "examine": "A place to cremate the dead. Needs some wood.", + "ids": "4093" + }, + { + "examine": "A place to cremate the dead. Needs a body.", + "ids": "4094,4095,4096,4097,4098,4099" + }, + { + "examine": "A place to cremate the dead. Needs a light.", + "ids": "4100,4101,4102,4103,4104,4105" + }, + { + "examine": "Heavy metal!", + "ids": "4106,4107,4108,4109,4110" + }, + { + "examine": "A strangely decorated bronze chest, the lock is painted blood red.", + "ids": "4111" + }, + { + "examine": "A strangely decorated chest, the lock is painted brown.", + "ids": "4112" + }, + { + "examine": "A strangely decorated chest, the lock is painted crimson.", + "ids": "4113" + }, + { + "examine": "A strangely decorated chest, the lock is painted black.", + "ids": "4114" + }, + { + "examine": "A strangely decorated chest, the lock is painted purple.", + "ids": "4115" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted blood red.", + "ids": "4116" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted brown.", + "ids": "4117" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted crimson.", + "ids": "4118" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted black.", + "ids": "4119" + }, + { + "examine": "A strangely decorated steel chest, the lock is painted purple.", + "ids": "4120" + }, + { + "examine": "A strangely decorated black chest, the lock is painted blood red.", + "ids": "4121" + }, + { + "examine": "A strangely decorated black chest, the lock is painted brown.", + "ids": "4122" + }, + { + "examine": "A strangely decorated black chest, the lock is painted crimson.", + "ids": "4123" + }, + { + "examine": "A strangely decorated black chest, the lock is painted black.", + "ids": "4124" + }, + { + "examine": "A strangely decorated black chest, the lock is painted purple.", + "ids": "4125" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted blood red.", + "ids": "4126" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted brown.", + "ids": "4127" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted crimson.", + "ids": "4128" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted black.", + "ids": "4129" + }, + { + "examine": "A strangely decorated silver chest, the lock is painted purple.", + "ids": "4130" + }, + { + "examine": "A strangely decorated bronze chest, the open lock is painted blood red.", + "ids": "4131" + }, + { + "examine": "This tells you which way is which.", + "ids": "4132,4133,4134,4135" + }, + { + "examine": "These doors look very ominous. A sign says 'To the tombs'.", + "ids": "4136,4137" + }, + { + "examine": "Items are for sale here.", + "ids": "4138" + }, + { + "examine": "Entrance to the Duel Arena.", + "ids": "4139,4140" + }, + { + "examine": "This seems to be some kind of shrine.", + "ids": "4141" + }, + { + "examine": "The wind makes a musical sound as it blows through it...", + "ids": "4142" + }, + { + "examine": "Danger", + "ids": "4143" + }, + { + "examine": "Those golden fruit look good enough to eat!", + "ids": "4144,4145,4146" + }, + { + "examine": "This must be Lalli's home.", + "ids": "4147" + }, + { + "examine": "Allows performers backstage at the Longhall.", + "ids": "4148" + }, + { + "examine": "It smells pretty good actually.", + "ids": "4149" + }, + { + "examine": "A portal from this mystical place.", + "ids": "4150,4151,4152,4153,4154,4155,4156,4157" + }, + { + "examine": "Takes me into the maze.", + "ids": "4158" + }, + { + "examine": "Takes me out of the maze.", + "ids": "4159,4160,4161" + }, + { + "examine": "A thin metal pipe, presumably for rainwater to run through.", + "ids": "4162" + }, + { + "examine": "I can climb this.", + "ids": "4163,4164" + }, + { + "examine": "Keeps the wind out.", + "ids": "4165,4166" + }, + { + "examine": "I wonder what's inside?", + "ids": "4167,4168" + }, + { + "examine": "Brrrrrr!", + "ids": "4169" + }, + { + "examine": "There is some kind of balancing mechanism as a lock.", + "ids": "4170" + }, + { + "examine": "A good source of books!", + "ids": "4171" + }, + { + "examine": "An appliance for cooking with.", + "ids": "4172" + }, + { + "examine": "I wonder what's down there?", + "ids": "4173" + }, + { + "examine": "I wonder what's under it?", + "ids": "4174" + }, + { + "examine": "Kind of funny smelling...", + "ids": "4175" + }, + { + "examine": "Water comes out of it.", + "ids": "4176" + }, + { + "examine": "This may be worth opening.", + "ids": "4177" + }, + { + "examine": "This may be worth searching.", + "ids": "4178" + }, + { + "examine": "A very unusual piece of artwork...", + "ids": "4179,4180" + }, + { + "examine": "Alas poor unicorn, I knew him well.", + "ids": "4181" + }, + { + "examine": "Looks like the bull lost.", + "ids": "4182" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "4183,4184" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4185" + }, + { + "examine": "An old crate for storage.", + "ids": "4186" + }, + { + "examine": "I can climb this.", + "ids": "4187" + }, + { + "examine": "This leads upwards.", + "ids": "4188" + }, + { + "examine": "This leads downwards.", + "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246" + }, + { + "examine": "Keeps the cold winds out.", + "ids": "4247" + }, + { + "examine": "Doesn't keep the wind out if it's open!", + "ids": "4248,4249" + }, + { + "examine": "I'm sure the animal is glad its fur was put to good use.", + "ids": "4250,4251" + }, + { + "examine": "I wonder what's inside?", + "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264" + }, + { + "examine": "Toasty.", + "ids": "4265" + }, + { + "examine": "Hot!", + "ids": "4266" + }, + { + "examine": "Finger licking good!", + "ids": "4267,4268" + }, + { + "examine": "It's a long wooden table.", + "ids": "4269" + }, + { + "examine": "It's a table with candles on.", + "ids": "4270" + }, + { + "examine": "Generally used for sitting.", + "ids": "4271" + }, + { + "examine": "Generally used for putting things on.", + "ids": "4272" + }, + { + "examine": "Actually, I could do with a drink...", + "ids": "4273" + }, + { + "examine": "For leaning against...", + "ids": "4274" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "4275" + }, + { + "examine": "Always a source of good bargains.", + "ids": "4276" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4277" + }, + { + "examine": "Around here, this is where you buy new doors.", + "ids": "4278,4279,4280,4281,4282" + }, + { + "examine": "Has a peculiar odour.", + "ids": "4283,4284" + }, + { + "examine": "Water comes out of this.", + "ids": "4285" + }, + { + "examine": "It's kind of like a barrel.", + "ids": "4286" + }, + { + "examine": "Looks pretty comfy.", + "ids": "4287" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "4288,4289,4290,4291,4292,4293,4294,4295" + }, + { + "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...", + "ids": "4296" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "4297,4298,4299" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4300" + }, + { + "examine": "An old crate for storage.", + "ids": "4301,4302,4303" + }, + { + "examine": "A hot place for forging things in.", + "ids": "4304,4305" + }, + { + "examine": "Used for fashioning metal items.", + "ids": "4306" + }, + { + "examine": "Various implements for working with metal.", + "ids": "4307" + }, + { + "examine": "Bake your clay pots in here.", + "ids": "4308" + }, + { + "examine": "Used for spinning thread.", + "ids": "4309" + }, + { + "examine": "Used for fashioning clay items.", + "ids": "4310" + }, + { + "examine": "A wooden gate.", + "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327" + }, + { + "examine": "This tree has been cut down.", + "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347" + }, + { + "examine": "Best left on the beach.", + "ids": "4348" + }, + { + "examine": "This once belonged to a sea animal.", + "ids": "4349" + }, + { + "examine": "Best left for the crabs.", + "ids": "4350" + }, + { + "examine": "I can hear the sea with this.", + "ids": "4351" + }, + { + "examine": "A half-buried bowl.", + "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365" + }, + { + "examine": "An empty shelf...", + "ids": "4366,4367" + }, + { + "examine": "There are some pots and pans here.", + "ids": "4368" + }, + { + "examine": "There are some tankards here.", + "ids": "4369" + }, + { + "examine": "A shelf with a bucket on it.", + "ids": "4370" + }, + { + "examine": "There are a few books on this shelf.", + "ids": "4371" + }, + { + "examine": "It's a small table.", + "ids": "4372" + }, + { + "examine": "A tray of sand.", + "ids": "4373,4374,4375,4376" + }, + { + "examine": "There should be a standard here!", + "ids": "4377,4378,4379" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4380" + }, + { + "examine": "It's a war machine.", + "ids": "4381,4382" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4383,4384" + }, + { + "examine": "The catapult is damaged.", + "ids": "4385,4386" + }, + { + "examine": "A portal to join the Saradomin team.", + "ids": "4387" + }, + { + "examine": "A portal to join the Zamorak team.", + "ids": "4388" + }, + { + "examine": "A portal to leave the Saradomin team.", + "ids": "4389" + }, + { + "examine": "A portal to leave the Zamorak team.", + "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405" + }, + { + "examine": "A portal to leave the Saradomin team.", + "ids": "4406" + }, + { + "examine": "A portal to leave the Zamorak team.", + "ids": "4407" + }, + { + "examine": "A portal to join a random team.", + "ids": "4408,4409,4410" + }, + { + "examine": "A very slippery stepping stone", + "ids": "4411" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4412,4413" + }, + { + "examine": "A rickety old staircase.", + "ids": "4414" + }, + { + "examine": "A solid stone staircase.", + "ids": "4415,4416,4417,4418,4419,4420,36480,36481,36484,36495,36521,36523,36532,36540" + }, + { + "examine": "A spiky barricade.", + "ids": "4421,4422" + }, + { + "examine": "A large broken door.", + "ids": "4431,4432,4433,4434,4435,4436" + }, + { + "examine": "We could use our pickaxes to get past these...", + "ids": "4437" + }, + { + "examine": "We can almost get past these...", + "ids": "4438,4439,4440,4441,4442,4443" + }, + { + "examine": "Should be long enough to scale castle walls.", + "ids": "4444,4445" + }, + { + "examine": "Maybe I could tie a rope to this...", + "ids": "4446,4447" + }, + { + "examine": "It doesn't look very stable...", + "ids": "4448" + }, + { + "examine": "A solid stone staircase.", + "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457" + }, + { + "examine": "There are some bandages on this table.", + "ids": "4458" + }, + { + "examine": "There are some toolboxes on this table.", + "ids": "4459" + }, + { + "examine": "There's some rock I can use with the catapult here.", + "ids": "4460" + }, + { + "examine": "There are some barricades here.", + "ids": "4461" + }, + { + "examine": "There is some rope here.", + "ids": "4462" + }, + { + "examine": "There are some explosive potions here.", + "ids": "4463" + }, + { + "examine": "There are some pickaxes on this table.", + "ids": "4464" + }, + { + "examine": "An elf-fashioned door.", + "ids": "4465,4466" + }, + { + "examine": "The door is closed.", + "ids": "4467" + }, + { + "examine": "The door is open.", + "ids": "4468" + }, + { + "examine": "Only the Saradomin team may pass.", + "ids": "4469" + }, + { + "examine": "Only the Zamorak team may pass.", + "ids": "4470" + }, + { + "examine": "I wonder what's under it?", + "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481" + }, + { + "examine": "Water comes out of this.", + "ids": "4482" + }, + { + "examine": "It's open.", + "ids": "4483" + }, + { + "examine": "Keep track of which team has the most victories.", + "ids": "4484" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "4485,4486" + }, + { + "examine": "A big wooden door.", + "ids": "4487,4488,4489,4490,4491,4492" + }, + { + "examine": "I can climb these stairs.", + "ids": "4493" + }, + { + "examine": "They go down.", + "ids": "4494" + }, + { + "examine": "I can climb these stairs.", + "ids": "4495" + }, + { + "examine": "They go down.", + "ids": "4496" + }, + { + "examine": "I can climb these stairs.", + "ids": "4497" + }, + { + "examine": "They go down.", + "ids": "4498" + }, + { + "examine": "Wow", + "ids": "4499" + }, + { + "examine": "This leads back to the cruel world above.", + "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512" + }, + { + "examine": "I doubt that was built to last...", + "ids": "4513,4514,4515,4516,4517" + }, + { + "examine": "How do you make a skeleton laugh?", + "ids": "4518" + }, + { + "examine": "Tickle his funny bone.", + "ids": "4519" + }, + { + "examine": "Clearly has been relaxing too long....", + "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540" + }, + { + "examine": "Did that thing just twitch?", + "ids": "4541,4542" + }, + { + "examine": "A strange wall with objects engraved upon it.", + "ids": "4543,4544" + }, + { + "examine": "A strange wall that appears to be hinged.", + "ids": "4545,4546,4547,4548,4549" + }, + { + "examine": "I can jump off this one.", + "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567" + }, + { + "examine": "I can climb up these stairs.", + "ids": "4568" + }, + { + "examine": "I can climb up or go down these stairs.", + "ids": "4569,36777" + }, + { + "examine": "I can climb down these stairs.", + "ids": "4570,4571,4572,4573,4574,4575,4576" + }, + { + "examine": "Lets you walk through walls!", + "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586" + }, + { + "examine": "It turns the light around.", + "ids": "4587" + }, + { + "examine": "It looks broken.", + "ids": "4588" + }, + { + "examine": "Part of the Lighthouse's lighting mechanism.", + "ids": "4589" + }, + { + "examine": "Part of the lighthouse Light mechanism.", + "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609" + }, + { + "examine": "Best left on the beach.", + "ids": "4610" + }, + { + "examine": "This once belonged to a sea animal.", + "ids": "4611" + }, + { + "examine": "Best left for the crabs.", + "ids": "4612" + }, + { + "examine": "I can hear the sea with this.", + "ids": "4613" + }, + { + "examine": "It is a buried bowl.", + "ids": "4614" + }, + { + "examine": "I can jump off this one.", + "ids": "4615,4616" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "4617" + }, + { + "examine": "A nice and cosy fire.", + "ids": "4618,4619" + }, + { + "examine": "They go down.", + "ids": "4620,4621" + }, + { + "examine": "They go up.", + "ids": "4622,4623" + }, + { + "examine": "They go down.", + "ids": "4624,4625" + }, + { + "examine": "They go up.", + "ids": "4626,4627,4628" + }, + { + "examine": "An elf-fashioned door.", + "ids": "4636,4637,4638,4639,4640" + }, + { + "examine": "Mmm...beer!", + "ids": "4641" + }, + { + "examine": "Has some board games news on it.", + "ids": "4642" + }, + { + "examine": "The ladder to the Runelink challenge room for experienced players.", + "ids": "4643" + }, + { + "examine": "The ladder back to the Runelink challenge room.", + "ids": "4644" + }, + { + "examine": "The ladder to the Draughts challenge room for experienced players.", + "ids": "4645" + }, + { + "examine": "The ladder back to the Draughts challenge room.", + "ids": "4646" + }, + { + "examine": "The ladder back up to the Toad and Chicken.", + "ids": "4647" + }, + { + "examine": "Leads down to the Burthorpe Games Rooms.", + "ids": "4648,4649" + }, + { + "examine": "A nice and cosy fire.", + "ids": "4650" + }, + { + "examine": "A table for board games.", + "ids": "4651" + }, + { + "examine": "A game of draughts is being played on this table.", + "ids": "4652" + }, + { + "examine": "A game of Runelink is being played on this table.", + "ids": "4653,4654,4655" + }, + { + "examine": "A comfy stool.", + "ids": "4656,4657" + }, + { + "examine": "Draughts challenge room.", + "ids": "4658" + }, + { + "examine": "Runelink challenge room.", + "ids": "4659" + }, + { + "examine": "Draughts challenge room for experienced players.", + "ids": "4660" + }, + { + "examine": "Runelink challenge room for experienced players.", + "ids": "4661,4662,4663,4664,4665,4666,4667,4668" + }, + { + "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)", + "ids": "4669" + }, + { + "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)", + "ids": "4670" + }, + { + "examine": "A good source of books!", + "ids": "4671" + }, + { + "examine": "The door into the throne room.", + "ids": "4672,4673" + }, + { + "examine": "I bet this makes good syrup!", + "ids": "4674" + }, + { + "examine": "Scented herbs.", + "ids": "4675" + }, + { + "examine": "A rocky outcrop.", + "ids": "4676" + }, + { + "examine": "Scented herbs.", + "ids": "4677,4678,4679,4680,4681,4682" + }, + { + "examine": "A large harp.", + "ids": "4683" + }, + { + "examine": "Good for shooting fish in.", + "ids": "4684" + }, + { + "examine": "This old tree is rotting away", + "ids": "4685" + }, + { + "examine": "This old tree is rotting away.", + "ids": "4686,4687,4688,4689" + }, + { + "examine": "Fancy.", + "ids": "4690,4691" + }, + { + "examine": "Flag, pole...Yep, it's a flagpole.", + "ids": "4692,4693,4694,4695" + }, + { + "examine": "The door is closed.", + "ids": "4696" + }, + { + "examine": "The door is open.", + "ids": "4697,4698,4699,4700" + }, + { + "examine": "Keeps the cold winds out.", + "ids": "4701" + }, + { + "examine": "A nicely carved wooden chair.", + "ids": "4702" + }, + { + "examine": "A wooden double bed. For sleeping in...", + "ids": "4703,4704" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4705" + }, + { + "examine": "You should eat your greens!", + "ids": "4706" + }, + { + "examine": "There's something fishy about this stall.", + "ids": "4707" + }, + { + "examine": "You should eat your greens!", + "ids": "4708,4709" + }, + { + "examine": "A doorway made from bamboo.", + "ids": "4710,4711" + }, + { + "examine": "It's a trapdoor.", + "ids": "4712" + }, + { + "examine": "It's an open trapdoor.", + "ids": "4713" + }, + { + "examine": "A wooden crate for storage.", + "ids": "4714" + }, + { + "examine": "This crate is making chattering sounds.", + "ids": "4715" + }, + { + "examine": "This crate smells slightly nauseous.", + "ids": "4716" + }, + { + "examine": "This crate says 'Property of Hamab' on its side.", + "ids": "4717,4718" + }, + { + "examine": "This crate says 'Property of Ifaba' on its side.", + "ids": "4719" + }, + { + "examine": "This crate says 'Property of Daga' on its side.", + "ids": "4720,4721" + }, + { + "examine": "This crate smells slightly of banana.", + "ids": "4722,4723" + }, + { + "examine": "This crate says 'Property of Hamab' on its side.", + "ids": "4724" + }, + { + "examine": "This crate says 'Property of Ifaba' on its side.", + "ids": "4725,4726,4727" + }, + { + "examine": "I can climb up this.", + "ids": "4728" + }, + { + "examine": "A dried up bush, void of life.", + "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742" + }, + { + "examine": "It's a bamboo ladder.", + "ids": "4743,4744" + }, + { + "examine": "Looks good for jumping off.", + "ids": "4745" + }, + { + "examine": "This crate is marked 'Deliver to Glough'...", + "ids": "4746,4747,4748" + }, + { + "examine": "It's a banana tree, full of bananas.", + "ids": "4749" + }, + { + "examine": "It's a banana tree, with lots of bananas.", + "ids": "4750" + }, + { + "examine": "It's a banana tree, with many bananas.", + "ids": "4751" + }, + { + "examine": "It's a banana tree, with a few bananas.", + "ids": "4752" + }, + { + "examine": "It's a banana tree, with but one banana.", + "ids": "4753" + }, + { + "examine": "It's a banana tree, with no more bananas left.", + "ids": "4754" + }, + { + "examine": "They go down.", + "ids": "4755" + }, + { + "examine": "They go up.", + "ids": "4756,4757,4758,4759,4760,4761,4762,4763" + }, + { + "examine": "It's a bamboo stool.", + "ids": "4764" + }, + { + "examine": "It's a sheer wall of fire, rising as high as you can see.", + "ids": "4765,4766" + }, + { + "examine": "The contents of this pyre are rapidly bubbling and burning.", + "ids": "4767" + }, + { + "examine": "It's a wall of bricks.", + "ids": "4768" + }, + { + "examine": "It's a pile of bricks.", + "ids": "4769,4770" + }, + { + "examine": "A rather dapper little monkey sitting on a throne.", + "ids": "4771" + }, + { + "examine": "It's a bamboo ladder.", + "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785" + }, + { + "examine": "A plant in a bamboo pot.", + "ids": "4786" + }, + { + "examine": "It's an absolutely huge bamboo gate.", + "ids": "4787,4788,4789,4790" + }, + { + "examine": "It's a big comfy bed, made of strips of bamboo.", + "ids": "4791,4792,4793" + }, + { + "examine": "It's a pot made out of bamboo.", + "ids": "4794" + }, + { + "examine": "They are pots made out of bamboo.", + "ids": "4795,4796" + }, + { + "examine": "Bamboo strips have been lashed together to make this rickety desk.", + "ids": "4797" + }, + { + "examine": "It's a bookcase made out of bamboo.", + "ids": "4798" + }, + { + "examine": "It's a bamboo door with a large iron padlock.", + "ids": "4799,4800,4801,4802,4803,4804,4805,4806" + }, + { + "examine": "It's a door made from bamboo.", + "ids": "4807,4808,4809,4810,4811" + }, + { + "examine": "Looks good for hiding in...", + "ids": "4812,4813,4814" + }, + { + "examine": "Looks good for hiding in.", + "ids": "4815" + }, + { + "examine": "This is a fairly tall tree with sparse foliage.", + "ids": "4816" + }, + { + "examine": "A jungle palm with dense foliage.", + "ids": "4817" + }, + { + "examine": "This is a fairly tall tree with sparse foliage.", + "ids": "4818" + }, + { + "examine": "This was a fairly tall tree with sparse foliage.", + "ids": "4819" + }, + { + "examine": "A leafy tree.", + "ids": "4820" + }, + { + "examine": "This was a fairly tall tree with sparse foliage.", + "ids": "4821" + }, + { + "examine": "This tree has been cut down.", + "ids": "4822" + }, + { + "examine": "This flower is found only in jungle areas.", + "ids": "4823" + }, + { + "examine": "A very rare and exotic flower.", + "ids": "4824" + }, + { + "examine": "A small fernlike plant.", + "ids": "4825" + }, + { + "examine": "Leaves a nasty mark.", + "ids": "4826" + }, + { + "examine": "Looks spiky.", + "ids": "4827" + }, + { + "examine": "This has broad leaves.", + "ids": "4828" + }, + { + "examine": "A type of jungle fern.", + "ids": "4829" + }, + { + "examine": "A large waxy jungle plant.", + "ids": "4830" + }, + { + "examine": "Commonly found in these parts.", + "ids": "4831" + }, + { + "examine": "The tendrils of a creeping plant.", + "ids": "4832" + }, + { + "examine": "A jungle bush, quite common to these areas.", + "ids": "4833,4834" + }, + { + "examine": "A jungle bush that has been chopped down.", + "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844" + }, + { + "examine": "A terribly tall tropical tree.", + "ids": "4845,4846,4847" + }, + { + "examine": "Leaves of a tropical tree.", + "ids": "4848" + }, + { + "examine": "This tree no doubt contains dangerous insects.", + "ids": "4849,4850,4851" + }, + { + "examine": "This old tree is rotting away.", + "ids": "4852" + }, + { + "examine": "A gnarly old tree root.", + "ids": "4853" + }, + { + "examine": "The roots of this tree are exposed.", + "ids": "4854" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "4855" + }, + { + "examine": "It's a small patch of glowing fungus.", + "ids": "4856" + }, + { + "examine": "It's a medium patch of glowing fungus.", + "ids": "4857" + }, + { + "examine": "It's an absolutely colossal statue of some kind of gorilla.", + "ids": "4858" + }, + { + "examine": "It's a huge statue of some kind of gorilla.", + "ids": "4859,4860" + }, + { + "examine": "It's a huge statue of some kind of monkey.", + "ids": "4861" + }, + { + "examine": "It's a large patch of glowing fungus.", + "ids": "4862" + }, + { + "examine": "Legs of this watchtower.", + "ids": "4863,4864" + }, + { + "examine": "It's the middle of this watchtower.", + "ids": "4865" + }, + { + "examine": "It's a deactivated military Gnome glider.", + "ids": "4866" + }, + { + "examine": "It's an activated military Gnome glider.", + "ids": "4867" + }, + { + "examine": "It's some kind of Gnome teleportation device.", + "ids": "4868,4869,4870" + }, + { + "examine": "This is the panel controlling the hangar reinitialisation.", + "ids": "4871" + }, + { + "examine": "There must be an exit nearby.", + "ids": "4872" + }, + { + "examine": "It's probably too risky to try pulling this.", + "ids": "4873" + }, + { + "examine": "This table has crafting paraphernalia on it.", + "ids": "4874" + }, + { + "examine": "This table has ripe bananas on show.", + "ids": "4875" + }, + { + "examine": "This table has items of a general nature on it.", + "ids": "4876" + }, + { + "examine": "This table has runes on display.", + "ids": "4877" + }, + { + "examine": "This table has a scimitar on it.", + "ids": "4878" + }, + { + "examine": "It's a trapdoor.", + "ids": "4879" + }, + { + "examine": "It's an open trapdoor.", + "ids": "4880" + }, + { + "examine": "I can climb up this.", + "ids": "4881" + }, + { + "examine": "Looks suspicious.", + "ids": "4882,4883" + }, + { + "examine": "A plank.", + "ids": "4884" + }, + { + "examine": "Formed over many years.", + "ids": "4885" + }, + { + "examine": "Human sieve creation.", + "ids": "4886" + }, + { + "examine": "Looks suspicious.", + "ids": "4887" + }, + { + "examine": "It's a trapdoor.", + "ids": "4888" + }, + { + "examine": "I can climb up this.", + "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899" + }, + { + "examine": "The Saradomin Team Standard.", + "ids": "4900" + }, + { + "examine": "The Zamorak Team Standard.", + "ids": "4901" + }, + { + "examine": "The Saradomin Team Standard.", + "ids": "4902" + }, + { + "examine": "The Zamorak Team Standard.", + "ids": "4903" + }, + { + "examine": "It's on fire!", + "ids": "4904,4905,4906,4907,4908,4909" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "4910" + }, + { + "examine": "I can climb down this.", + "ids": "4911,4912,36349,36365" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4913,4914,4915,4916,4917" + }, + { + "examine": "This cart is blocking the way up the ridge.", + "ids": "4918" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4919" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4920,4921,4922" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4923" + }, + { + "examine": "A valve to start and stop the flow of water.", + "ids": "4924,4925" + }, + { + "examine": "Shiny!", + "ids": "4926,4927,4928" + }, + { + "examine": "It looks cramped and dark.", + "ids": "4929" + }, + { + "examine": "It's blocking the tunnel, but it looks dark down there anyway.", + "ids": "4930,4931" + }, + { + "examine": "A bizarre fungus. It emits a pale blue light.", + "ids": "4932,4933,4934" + }, + { + "examine": "If that wasn't there I'd probably be a lot flatter now.", + "ids": "4935" + }, + { + "examine": "It prevents the wall unceremoniously squashing people.", + "ids": "4936" + }, + { + "examine": "It looks like it's water powered.", + "ids": "4937,4938,4939,4940,4941" + }, + { + "examine": "It's a little waterlogged. I hope it still works.", + "ids": "4942,4943" + }, + { + "examine": "It doesn't look very watertight. Any contents will be ruined.", + "ids": "4944" + }, + { + "examine": "A sunken mine cart, how useful.", + "ids": "4945,4946,4947,4948" + }, + { + "examine": "This displays information on how the points on this level are set.", + "ids": "4949" + }, + { + "examine": "It has the letter 'B' inscribed on the end.", + "ids": "4950" + }, + { + "examine": "It has the letter 'A' inscribed on the end.", + "ids": "4951" + }, + { + "examine": "It has the letter 'C' inscribed on the end.", + "ids": "4952" + }, + { + "examine": "It has the letter 'D' inscribed on the end.", + "ids": "4953" + }, + { + "examine": "It has the letter 'E' inscribed on the end.", + "ids": "4954" + }, + { + "examine": "It has the letter 'I' inscribed on the end.", + "ids": "4955" + }, + { + "examine": "It has the letter 'J' inscribed on the end.", + "ids": "4956" + }, + { + "examine": "It has the letter 'K' inscribed on the end.", + "ids": "4957" + }, + { + "examine": "I think this changes one of the sets of points.", + "ids": "4958" + }, + { + "examine": "It has the letter 'F' inscribed on the end.", + "ids": "4959" + }, + { + "examine": "It has the letter 'G' inscribed on the end.", + "ids": "4960" + }, + { + "examine": "It has the letter 'H' inscribed on the end.", + "ids": "4961" + }, + { + "examine": "The door is closed.", + "ids": "4962" + }, + { + "examine": "I can climb down this.", + "ids": "4965" + }, + { + "examine": "I can climb this.", + "ids": "4966" + }, + { + "examine": "I can climb down this.", + "ids": "4967" + }, + { + "examine": "I can climb this.", + "ids": "4968" + }, + { + "examine": "I can climb down this.", + "ids": "4969" + }, + { + "examine": "I can climb this.", + "ids": "4970" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "4971,4972,4973" + }, + { + "examine": "Useful for moving items around the mine.", + "ids": "4974" + }, + { + "examine": "An old crate for storage.", + "ids": "4975" + }, + { + "examine": "A distinctive layer in the rock strata.", + "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000" + }, + { + "examine": "This cave has been boarded up.", + "ids": "5001" + }, + { + "examine": "Useful for passing over inaccessible areas.", + "ids": "5002" + }, + { + "examine": "It's old and pretty broken.", + "ids": "5003" + }, + { + "examine": "A well used tree.", + "ids": "5004,5005" + }, + { + "examine": "These flowers only grow in one place in the mountains.", + "ids": "5006" + }, + { + "examine": "Looks like small cave.", + "ids": "5007" + }, + { + "examine": "Looks dark...", + "ids": "5008,5009,5010,5011,5012,5013,5014" + }, + { + "examine": "It's too dangerous to go down here by foot...", + "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024" + }, + { + "examine": "A split in the cave wall...", + "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036" + }, + { + "examine": "A large ice covered boulder.", + "ids": "5037" + }, + { + "examine": "An ice covered boulder.", + "ids": "5038" + }, + { + "examine": "A small ice covered boulder.", + "ids": "5039,5040,5041,5042" + }, + { + "examine": "A huge ice gate.", + "ids": "5043,5044" + }, + { + "examine": "An interesting-looking tree.", + "ids": "5045" + }, + { + "examine": "A small cave entrance.", + "ids": "5046" + }, + { + "examine": "Limestone ceiling growth.", + "ids": "5047" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "5048" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "5049" + }, + { + "examine": "Tooth shaped rock formations protruding from the floor.", + "ids": "5050" + }, + { + "examine": "A dirty little swamp boat.", + "ids": "5051" + }, + { + "examine": "If it had paint on it, you'd probably watch it dry.", + "ids": "5052,5053" + }, + { + "examine": "I can climb this.", + "ids": "5054" + }, + { + "examine": "I wonder what that's there for...", + "ids": "5055" + }, + { + "examine": "These doors look very ominous.", + "ids": "5056,5057" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "5058,5059" + }, + { + "examine": "These doors seem to lead into the underground.", + "ids": "5060,5061" + }, + { + "examine": "Large doors set into the hillside.", + "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071" + }, + { + "examine": "A Large Pillar", + "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081" + }, + { + "examine": "An overgrown dungeon entrance.", + "ids": "5082" + }, + { + "examine": "A closed overgrown dungeon entrance.", + "ids": "5083" + }, + { + "examine": "The way to go when I get scared.", + "ids": "5084,5085,5086,5087" + }, + { + "examine": "I hope I don't fall off this.", + "ids": "5088,5089,5090,5091,5092,5093" + }, + { + "examine": "These stairs seem to have been hewn out of the rock itself.", + "ids": "5094,5095,5096,5097,5098" + }, + { + "examine": "Thick vines blocking your way.", + "ids": "5103,5104,5105,5106,5107,5108,5109" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "5110,5111" + }, + { + "examine": "Not good for eating.", + "ids": "5112" + }, + { + "examine": "I doubt that's edible.", + "ids": "5113,5114,5115" + }, + { + "examine": "A statue of a big monster.", + "ids": "5116,5117,5118,5119,5120,5121" + }, + { + "examine": "A tall wooden door.", + "ids": "5126" + }, + { + "examine": "A tall wooden door.", + "ids": "5128,5129" + }, + { + "examine": "Looks like whoever uses this has claws on their hands.", + "ids": "5130" + }, + { + "examine": "I wonder what's under it?", + "ids": "5131" + }, + { + "examine": "I wonder what's down there?", + "ids": "5132" + }, + { + "examine": "A hurdle.", + "ids": "5133,5134,5135" + }, + { + "examine": "A climbing wall made from skulls.", + "ids": "5136,5137" + }, + { + "examine": "A very slippery stepping stone.", + "ids": "5138" + }, + { + "examine": "A scary zip line for teeth??", + "ids": "5139,5140,5141,5142,5143,5144,5145" + }, + { + "examine": "A goal.", + "ids": "5146,5147,5148,5149,5150,5151" + }, + { + "examine": "This may be worth opening.", + "ids": "5156" + }, + { + "examine": "This may be worth searching.", + "ids": "5157" + }, + { + "examine": "A pile of garden canes.", + "ids": "5158" + }, + { + "examine": "There's no way to cross this bridge.", + "ids": "5159,5160" + }, + { + "examine": "An old grandfather clock.", + "ids": "5161" + }, + { + "examine": "A closed chest.", + "ids": "5162" + }, + { + "examine": "An open chest.", + "ids": "5163" + }, + { + "examine": "There is a note pinned to the signpost.", + "ids": "5164" + }, + { + "examine": "It looks like it needs a good sweep out.", + "ids": "5165" + }, + { + "examine": "Bookish.", + "ids": "5166" + }, + { + "examine": "A large, elaborately ornamented memorial stone.", + "ids": "5167" + }, + { + "examine": "A grave, marked by an ostentatious memorial stone.", + "ids": "5168" + }, + { + "examine": "A poor grave marked by a simple, wooden cross.", + "ids": "5169" + }, + { + "examine": "The entrance to an extravagantly decorated mausoleum.", + "ids": "5170,5171" + }, + { + "examine": "The door to the Tower.", + "ids": "5172,5173" + }, + { + "examine": "The door to the garden shed.", + "ids": "5174,5175" + }, + { + "examine": "At some point the lightning conductor has broken, rendering it useless.", + "ids": "5176" + }, + { + "examine": "A shocking piece of kit.", + "ids": "5177" + }, + { + "examine": "Mmm.. scented candles.", + "ids": "5178,5179" + }, + { + "examine": "I wouldn't eat there!", + "ids": "5180,5181,5182" + }, + { + "examine": "Looks wooden. Feels wooden. I wonder is it wooden?", + "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201" + }, + { + "examine": "Dangerous, someone could trip on them.", + "ids": "5202,5203,5204,5205" + }, + { + "examine": "I can climb these stairs.", + "ids": "5206" + }, + { + "examine": "They go down.", + "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227" + }, + { + "examine": "Formed over many years of dripping limestone.", + "ids": "5228,5229,5230" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243" + }, + { + "examine": "Looks a bit tatty...", + "ids": "5244,5245" + }, + { + "examine": "A well slept in bed.", + "ids": "5246,5247" + }, + { + "examine": "It looks like a tree made of crystal.", + "ids": "5248" + }, + { + "examine": "Looks to me like a quickly built fire.", + "ids": "5249" + }, + { + "examine": "I can climb down this.", + "ids": "5250" + }, + { + "examine": "I can climb this.", + "ids": "5251" + }, + { + "examine": "A recently extinguished fire.", + "ids": "5252" + }, + { + "examine": "I wish I could sting other people.", + "ids": "5253" + }, + { + "examine": "Probably feels like a mild bee sting.", + "ids": "5254" + }, + { + "examine": "I wouldn't like to get stung.", + "ids": "5255" + }, + { + "examine": "Dock leaves at the ready.", + "ids": "5256" + }, + { + "examine": "Nettles sting my leggies.", + "ids": "5257" + }, + { + "examine": "These may hurt.", + "ids": "5258" + }, + { + "examine": "A ghostly barrier.", + "ids": "5259,5260,5261" + }, + { + "examine": "These stairs were carved out of the rock of the cavern.", + "ids": "5262,5263" + }, + { + "examine": "I can climb this.", + "ids": "5264" + }, + { + "examine": "I can climb up here.", + "ids": "5265" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "5266" + }, + { + "examine": "I wonder what's under it.", + "ids": "5267" + }, + { + "examine": "I wonder what's down there.", + "ids": "5268" + }, + { + "examine": "I can't see a rock!", + "ids": "5269" + }, + { + "examine": "I wonder what's inside.", + "ids": "5270,5271,5272" + }, + { + "examine": "Perhaps I should search it.", + "ids": "5273" + }, + { + "examine": "High above here is a tattered flag, blowing in the wind.", + "ids": "5274" + }, + { + "examine": "An appliance for cooking with.", + "ids": "5275" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "5276" + }, + { + "examine": "This booth is closed.", + "ids": "5277" + }, + { + "examine": "The resting place of Necrovarus' mortal body.", + "ids": "5278,5279" + }, + { + "examine": "I can climb these stairs.", + "ids": "5280" + }, + { + "examine": "They go down.", + "ids": "5281" + }, + { + "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.", + "ids": "5282" + }, + { + "examine": "It's a small Ectofuntus.", + "ids": "5283" + }, + { + "examine": "A big grinding thing.", + "ids": "5284" + }, + { + "examine": "The tatty gangplank of a tatty ship.", + "ids": "5285,5286" + }, + { + "examine": "Seen better days.", + "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305" + }, + { + "examine": "A wooden rowing boat.", + "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329" + }, + { + "examine": "A pile of boxes for storage.", + "ids": "5330" + }, + { + "examine": "A leafy fern.", + "ids": "5331" + }, + { + "examine": "A small bushy plant.", + "ids": "5332" + }, + { + "examine": "A leafy shrub.", + "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "5346,5347" + }, + { + "examine": "Not so good for sitting on.", + "ids": "5348" + }, + { + "examine": "Generally used for putting things on.", + "ids": "5349" + }, + { + "examine": "Actually, I could do with a drink...", + "ids": "5350" + }, + { + "examine": "For leaning against...", + "ids": "5351" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "5352" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "5353" + }, + { + "examine": "Animal feeder.", + "ids": "5354" + }, + { + "examine": "It probably hasn't got anything interesting inside.", + "ids": "5355" + }, + { + "examine": "They probably haven't got anything interesting inside.", + "ids": "5356,5357" + }, + { + "examine": "Looks like he's been dead a while now...", + "ids": "5358" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "5359" + }, + { + "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", + "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396" + }, + { + "examine": "This figure brings luck to those who sail.", + "ids": "5397,5398,5399,5400,5401,5402" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "5403" + }, + { + "examine": "Holds up the sails.", + "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428" + }, + { + "examine": "It's a table with candles on.", + "ids": "5429" + }, + { + "examine": "Doesn't look too good...", + "ids": "5430" + }, + { + "examine": "Looks a bit empty.", + "ids": "5431,5432,5433,5434,5435,5436,5437,5438" + }, + { + "examine": "It's been knocked off its hinges.", + "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452" + }, + { + "examine": "It's a door.", + "ids": "5453,5454,5455,5456,5457,5458,5459,5460" + }, + { + "examine": "A subterranean pool of ectoplasm.", + "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487" + }, + { + "examine": "I can climb this.", + "ids": "5488" + }, + { + "examine": "The finest rings.", + "ids": "5489" + }, + { + "examine": "I wonder what's under it?", + "ids": "5490" + }, + { + "examine": "I wonder what's down there?", + "ids": "5491,5492" + }, + { + "examine": "I can climb this.", + "ids": "5493" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "5494" + }, + { + "examine": "I guess I could sleep in it if I was really tired.", + "ids": "5495,5496" + }, + { + "examine": "A well slept in bed.", + "ids": "5497,5498" + }, + { + "examine": "Hot!", + "ids": "5499,5500" + }, + { + "examine": "Stops people getting out.", + "ids": "5501,5502,5503,5504,5505,5506,5507" + }, + { + "examine": "It's a lectern.", + "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537" + }, + { + "examine": "Makes you cry.", + "ids": "5538" + }, + { + "examine": "Found near the water's edge.", + "ids": "5539,5540,5541,5542" + }, + { + "examine": "Isn't Heather a girls' name?", + "ids": "5543" + }, + { + "examine": "Smells lovely!", + "ids": "5544" + }, + { + "examine": "Who is this Heather girl?", + "ids": "5545" + }, + { + "examine": "A purple haze of delight.", + "ids": "5546" + }, + { + "examine": "The colour purple on stems.", + "ids": "5547" + }, + { + "examine": "I ponder... Why is it purple?", + "ids": "5548" + }, + { + "examine": "I wonder why it's purple?", + "ids": "5549" + }, + { + "examine": "A cure for nettle stings.", + "ids": "5550" + }, + { + "examine": "A droopy tree.", + "ids": "5551" + }, + { + "examine": "These trees are found near water.", + "ids": "5552,5553" + }, + { + "examine": "This is what is left of a willow tree.", + "ids": "5554" + }, + { + "examine": "I don't know art, but I like it!", + "ids": "5555,5556,5557" + }, + { + "examine": "Aggie's cooking something, probably best not to think what...", + "ids": "5558,9736" + }, + { + "examine": "Trinkets and stuff.", + "ids": "5559" + }, + { + "examine": "Looking good!", + "ids": "5560" + }, + { + "examine": "Aggie's broomstick.", + "ids": "5561" + }, + { + "examine": "Aggie has already dyed this cloth.", + "ids": "5562,5563" + }, + { + "examine": "A thoroughly used bed.", + "ids": "5564" + }, + { + "examine": "A lovely comfy-looking big bed.", + "ids": "5565,5566,5567,5568" + }, + { + "examine": "The remains of a stone wall.", + "ids": "5569,5570" + }, + { + "examine": "An empty home for chickens.", + "ids": "5571" + }, + { + "examine": "A lovely bare chicken coop.", + "ids": "5572,5573" + }, + { + "examine": "Full of animal feed.", + "ids": "5574" + }, + { + "examine": "Animal feeder.", + "ids": "5575,5576,5577" + }, + { + "examine": "A traveller's companion.", + "ids": "5578" + }, + { + "examine": "Loaded with hay and ready to roll.", + "ids": "5579" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "5580" + }, + { + "examine": "Someone's been chopping logs.", + "ids": "5581,5582" + }, + { + "examine": "Baby bread.", + "ids": "5583,5584,5585,5586,5587,5588" + }, + { + "examine": "The river makes it spin.", + "ids": "5589,5590,5591,5592,5593" + }, + { + "examine": "I'd better not get my hands trapped in that.", + "ids": "5594" + }, + { + "examine": "Diango's Toy Stall.", + "ids": "5595" + }, + { + "examine": "Doesn't look too good...", + "ids": "5596" + }, + { + "examine": "Shows which way the wind blows.", + "ids": "5597" + }, + { + "examine": "A barrel for collecting rain water.", + "ids": "5598,5599,5600,5601,5602,5603" + }, + { + "examine": "A rock.", + "ids": "5604" + }, + { + "examine": "A small rock.", + "ids": "5605" + }, + { + "examine": "Some rock.", + "ids": "5606,5607" + }, + { + "examine": "This fire is already in use, I wouldn't mess with it if I were you...", + "ids": "5608" + }, + { + "examine": "They could do with a wash.", + "ids": "5609,5610,5611,5612" + }, + { + "examine": "It smells like the rats aren't washing often enough.", + "ids": "5613" + }, + { + "examine": "Sit back and relax...", + "ids": "5615" + }, + { + "examine": "This tells you which way is which.", + "ids": "5616,5617" + }, + { + "examine": "These open and close!", + "ids": "5618" + }, + { + "examine": "This may be worth searching.", + "ids": "5619,5620" + }, + { + "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.", + "ids": "5621" + }, + { + "examine": "I wonder what's inside...", + "ids": "5622" + }, + { + "examine": "It smells a bit stuffy.", + "ids": "5623" + }, + { + "examine": "It smells funny in there.", + "ids": "5624" + }, + { + "examine": "Ned is making some rope here.", + "ids": "5625,5626" + }, + { + "examine": "A blue standard.", + "ids": "5627" + }, + { + "examine": "A standard of Lumbridge Castle.", + "ids": "5628,5629,5630,36925" + }, + { + "examine": "Glowing embers.", + "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787" + }, + { + "examine": "The sort of bench you get in churches.", + "ids": "5788" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "5789,5790" + }, + { + "examine": "A carving of a figure from the history of 2009Scape.", + "ids": "5791,36749,36751" + }, + { + "examine": "When I've ground some flour, I'll be able to collect it here.", + "ids": "5792" + }, + { + "examine": "It's a large crack in the wall.", + "ids": "5793,5794,5795,5796,5797,5798" + }, + { + "examine": "It's a trapdoor.", + "ids": "5799,5800,5801,5802" + }, + { + "examine": "It's an open trapdoor.", + "ids": "5803,5804,5805,5806,5807" + }, + { + "examine": "An incredibly detailed stone sculpture.", + "ids": "5808" + }, + { + "examine": "Helps the Seers predict the weather when it's working.", + "ids": "5809" + }, + { + "examine": "Helps the Seers predict the weather.", + "ids": "5810,5811" + }, + { + "examine": "I can climb this.", + "ids": "5812" + }, + { + "examine": "I can climb down this.", + "ids": "5813,5814" + }, + { + "examine": "A candle, a lens and some sort of crystal all precariously balanced together.", + "ids": "5815" + }, + { + "examine": "A beacon so gnome gliders can safely land.", + "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824" + }, + { + "examine": "Fly Gnome Air.", + "ids": "5825" + }, + { + "examine": "This shop deals in antique swords.", + "ids": "5826,5827,5828,5829,5830" + }, + { + "examine": "Shop counter.", + "ids": "5831,5832,5833,5834" + }, + { + "examine": "Don't want to close this, I might not be able to get back down.", + "ids": "5835,5836,5837,5838,5839,5840,5841" + }, + { + "examine": "It overlooks the path below. Let's hope it won't fall on your head.", + "ids": "5842" + }, + { + "examine": "Someone is climbing down there! Looks dangerous.", + "ids": "5843" + }, + { + "examine": "Placed in a perfect position for stumbling over.", + "ids": "5844" + }, + { + "examine": "There is a rope going over it.", + "ids": "5845" + }, + { + "examine": "Someone is climbing down the rope.", + "ids": "5846" + }, + { + "examine": "You will need to climb over it.", + "ids": "5847" + }, + { + "examine": "The tree stands tall at the edge of the pool.", + "ids": "5848" + }, + { + "examine": "You can't stand on them, but maybe something can be wedged into there.", + "ids": "5849" + }, + { + "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.", + "ids": "5850,5851" + }, + { + "examine": "Someone put a plank on top of the stone! Clever...", + "ids": "5852,5853,5854" + }, + { + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", + "ids": "5855" + }, + { + "examine": "The legendary White Pearl fruit is growing on these thorny bushes!", + "ids": "5856" + }, + { + "examine": "There's a nasty stench coming from the cave.", + "ids": "5857" + }, + { + "examine": "Faint rays of daylight shine through.", + "ids": "5858" + }, + { + "examine": "It's very dark down there.", + "ids": "5859" + }, + { + "examine": "Very pointy, very sharp.", + "ids": "5860,5861" + }, + { + "examine": "This is the place where you buried Asleif.", + "ids": "5862" + }, + { + "examine": "Asleif was given a proper burial on this spot.", + "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877" + }, + { + "examine": "It's a long wooden table.", + "ids": "5878" + }, + { + "examine": "Generally used for putting things on.", + "ids": "5879" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "5881,5882" + }, + { + "examine": "Sticky, dirty mud.", + "ids": "5883" + }, + { + "examine": "This stinks...", + "ids": "5884" + }, + { + "examine": "The roots go down into the mud.", + "ids": "5885" + }, + { + "examine": "Sticky, dirty roots covered in sticky, dirty mud.", + "ids": "5886" + }, + { + "examine": "It's barely a door, really.", + "ids": "5887,5888,5889,5890" + }, + { + "examine": "The entry to a special tent in the camp.", + "ids": "5891,5892,5893,5894" + }, + { + "examine": "It's just a big stone, really.", + "ids": "5895" + }, + { + "examine": "Uh oh, someone is going to be in trouble!", + "ids": "5896" + }, + { + "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", + "ids": "5897,5898,5899,5900,5901" + }, + { + "examine": "It's only useful for hiding behind now.", + "ids": "5902,5903,5904" + }, + { + "examine": "This tree has been cut down.", + "ids": "5905,5906,5907,5908" + }, + { + "examine": "A still for making lamp oil.", + "ids": "5909" + }, + { + "examine": "The still has oil in.", + "ids": "5910,5911,5912,5913,5914,5915,5916" + }, + { + "examine": "Noxious fumes bubble up from the bowels of the earth.", + "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945" + }, + { + "examine": "You see a circle of light at the top.", + "ids": "5946" + }, + { + "examine": "An entrance to the dark caves.", + "ids": "5947" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958" + }, + { + "examine": "I wonder what this does...", + "ids": "5959,5960,5961,5962,5963" + }, + { + "examine": "Flying in mid-air!", + "ids": "5964,5965" + }, + { + "examine": "A blocked passage.", + "ids": "5966" + }, + { + "examine": "I'd better leave his expensive dwarven balls alone.", + "ids": "5967,5968,5969,5970,5971,5972" + }, + { + "examine": "A small cave entrance.", + "ids": "5973,5974" + }, + { + "examine": "A powerful ranging device that fires metal balls.", + "ids": "5975,5976" + }, + { + "examine": "It's a sheer wall of fire, rising as high as you can see.", + "ids": "5977,5978,5979,5980" + }, + { + "examine": "Lighting for the caves.", + "ids": "5981,5982,5983,5984" + }, + { + "examine": "A rock.", + "ids": "5985" + }, + { + "examine": "A small rock.", + "ids": "5986" + }, + { + "examine": "A rock.", + "ids": "5987,5988" + }, + { + "examine": "A mineral vein that looks distinctly like gold.", + "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997" + }, + { + "examine": "Functions like an open door...", + "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008" + }, + { + "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?", + "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031" + }, + { + "examine": "Powers the boat.", + "ids": "6032,6033,6034,6035" + }, + { + "examine": "Allows access to other parts of the ship.", + "ids": "6036,6037" + }, + { + "examine": "Without this I'm going around in circles.", + "ids": "6038,6039,6040,6041,6042" + }, + { + "examine": "Powers the boat.", + "ids": "6043,6044" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063" + }, + { + "examine": "A stand for hats.", + "ids": "6064" + }, + { + "examine": "Some dwarf clothes that are obviously too small for me!", + "ids": "6065" + }, + { + "examine": "An empty weapon rack.", + "ids": "6066" + }, + { + "examine": "A weapon rack.", + "ids": "6067,6068,6069" + }, + { + "examine": "A method of dwarf storage", + "ids": "6070" + }, + { + "examine": "A method of dwarf storage.", + "ids": "6071,6072,6073,6074" + }, + { + "examine": "Useful for a dwarf.", + "ids": "6075" + }, + { + "examine": "A big desk, for a dwarf!", + "ids": "6076,6077,6078,6079" + }, + { + "examine": "Spins yarn.", + "ids": "6080" + }, + { + "examine": "Banking transactions are processed here.", + "ids": "6081" + }, + { + "examine": "Banking transactions are recorded here.", + "ids": "6082,37159" + }, + { + "examine": "This booth is closed.", + "ids": "6083" + }, + { + "examine": "The bank teller will serve you from here.", + "ids": "6084" + }, + { + "examine": "A way upwards.", + "ids": "6085" + }, + { + "examine": "A way down.", + "ids": "6086" + }, + { + "examine": "A way upwards.", + "ids": "6087" + }, + { + "examine": "A way down.", + "ids": "6088" + }, + { + "examine": "A way upwards.", + "ids": "6089" + }, + { + "examine": "A way down.", + "ids": "6090" + }, + { + "examine": "A treasure trove of knowledge.", + "ids": "6091,6092" + }, + { + "examine": "A lovely place to cook meat.", + "ids": "6093,6094,6095" + }, + { + "examine": "A great place to cook meat.", + "ids": "6096" + }, + { + "examine": "A good source of water.", + "ids": "6097,6098,6099" + }, + { + "examine": "The door is closed.", + "ids": "6100" + }, + { + "examine": "The door is open.", + "ids": "6101" + }, + { + "examine": "The door is closed.", + "ids": "6102" + }, + { + "examine": "The door is open.", + "ids": "6103" + }, + { + "examine": "The door is closed.", + "ids": "6104" + }, + { + "examine": "The door is open.", + "ids": "6105" + }, + { + "examine": "The door is closed.", + "ids": "6106" + }, + { + "examine": "The door is open.", + "ids": "6107" + }, + { + "examine": "The door is closed.", + "ids": "6108" + }, + { + "examine": "The door is open.", + "ids": "6109" + }, + { + "examine": "The door is closed.", + "ids": "6110" + }, + { + "examine": "The door is open.", + "ids": "6111" + }, + { + "examine": "The door is closed.", + "ids": "6112" + }, + { + "examine": "The door is open.", + "ids": "6113" + }, + { + "examine": "The door is closed.", + "ids": "6114" + }, + { + "examine": "The door is open.", + "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145" + }, + { + "examine": "Useful for keeping birds.", + "ids": "6146" + }, + { + "examine": "Tower of rock.", + "ids": "6147,6148,6149" + }, + { + "examine": "Useful for making weapons.", + "ids": "6150" + }, + { + "examine": "Used for getting water.", + "ids": "6151" + }, + { + "examine": "Used for getting drunk.", + "ids": "6152,6153" + }, + { + "examine": "Used for storage.", + "ids": "6154,6155,6156,6157" + }, + { + "examine": "Not good for eating.", + "ids": "6158,6159,6160,6161" + }, + { + "examine": "Finest precious stones.", + "ids": "6162" + }, + { + "examine": "Bread and cakes are spread out over it.", + "ids": "6163" + }, + { + "examine": "Finely wrought wares of silver.", + "ids": "6164" + }, + { + "examine": "I can get clothes made up from this stall.", + "ids": "6165" + }, + { + "examine": "A whole lot of tools for crafting.", + "ids": "6166,6167,6168,6169,6170,6171,6172" + }, + { + "examine": "A fine piece of sculpting.", + "ids": "6173,6174,6175" + }, + { + "examine": "Oblong boxes. You hope there isn't anything other than salt inside.", + "ids": "6176" + }, + { + "examine": "Big mysterious crates. You wonder what could be inside.", + "ids": "6177" + }, + { + "examine": "Wooden crates, contents unknown.", + "ids": "6178" + }, + { + "examine": "They could do with a wash.", + "ids": "6179,6180" + }, + { + "examine": "Dead animal parts dangling!", + "ids": "6181" + }, + { + "examine": "Dead meat. Dangling from the wall. Looks delicious.", + "ids": "6182" + }, + { + "examine": "It looks as hard as a rock, not very inviting.", + "ids": "6183" + }, + { + "examine": "A smelly old mattress.", + "ids": "6184" + }, + { + "examine": "Metal plating to protect the dwarf.", + "ids": "6185,6186" + }, + { + "examine": "Useful... for a dwarf!", + "ids": "6187" + }, + { + "examine": "Various implements for working with metal.", + "ids": "6188" + }, + { + "examine": "A hot place for forging things in.", + "ids": "6189,6190" + }, + { + "examine": "Being repaired.", + "ids": "6191,6192" + }, + { + "examine": "I look shorter, but not necessarily sweeter!", + "ids": "6193" + }, + { + "examine": "Used for sitting.", + "ids": "6194,6195" + }, + { + "examine": "Useful for a dwarf.", + "ids": "6196,6197,6198,6199" + }, + { + "examine": "Fit for a dwarven feast!", + "ids": "6200,6201" + }, + { + "examine": "Gives out light, but then you knew that already.", + "ids": "6202,6203" + }, + { + "examine": "A simple place to sleep.", + "ids": "6204" + }, + { + "examine": "A good dwarven bed. Too small for me!", + "ids": "6205" + }, + { + "examine": "Many important meetings are held here...", + "ids": "6206" + }, + { + "examine": "Draped in cloth.", + "ids": "6207" + }, + { + "examine": "A beautiful seat, fit for a King.", + "ids": "6208,6209,6210" + }, + { + "examine": "A dwarf table with chopping board.", + "ids": "6211" + }, + { + "examine": "This tree has been cut down.", + "ids": "6212" + }, + { + "examine": "A barrel full of ranging equipment...", + "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229" + }, + { + "examine": "I suppose he wants my money.", + "ids": "6230" + }, + { + "examine": "A lovely table.", + "ids": "6231" + }, + { + "examine": "An expensive water feature.", + "ids": "6232,6233,6234,6235" + }, + { + "examine": "Stop for what, food?", + "ids": "6236" + }, + { + "examine": "Yellow blossom, lovely.", + "ids": "6237" + }, + { + "examine": "Closed.", + "ids": "6238" + }, + { + "examine": "Open.", + "ids": "6239" + }, + { + "examine": "Closed.", + "ids": "6240" + }, + { + "examine": "Open.", + "ids": "6241" + }, + { + "examine": "A stone staircase.", + "ids": "6242,6243,6244,6245" + }, + { + "examine": "Has upon it a beer, which I will not take for moral reasons.", + "ids": "6246,6247,6248" + }, + { + "examine": "No this is not a mirage!", + "ids": "6249" + }, + { + "examine": "It's a goldfish! No, wait, it's just a bed.", + "ids": "6250,6251,6252,6253,6254" + }, + { + "examine": "Animal feeder.", + "ids": "6255,6256" + }, + { + "examine": "Lovely... Fresh.", + "ids": "6257" + }, + { + "examine": "Dry dung.", + "ids": "6258" + }, + { + "examine": "Smelly.", + "ids": "6259" + }, + { + "examine": "I can climb down this.", + "ids": "6260" + }, + { + "examine": "I can climb this.", + "ids": "6261,6262" + }, + { + "examine": "Useful for pets.", + "ids": "6263" + }, + { + "examine": "Useful for keeping birds.", + "ids": "6264" + }, + { + "examine": "Bird cage.", + "ids": "6265,6266" + }, + { + "examine": "An empty cage, maybe the owner let the creature free... I do hope so.", + "ids": "6267" + }, + { + "examine": "Useful for pets.", + "ids": "6268,6269,6270,6271,6272,6273" + }, + { + "examine": "Lovely comfy looking big bed.", + "ids": "6274" + }, + { + "examine": "Laden with heaps of paper.", + "ids": "6275" + }, + { + "examine": "I don't know much about art, but I like this.", + "ids": "6276" + }, + { + "examine": "Look at the size of this cactus.", + "ids": "6277" + }, + { + "examine": "Don't you open that trapdoor!", + "ids": "6278" + }, + { + "examine": "There is a rope leading to the bottom of this smoke filled well.", + "ids": "6279" + }, + { + "examine": "I can climb this.", + "ids": "6280,6281" + }, + { + "examine": "A portal to another land?", + "ids": "6282" + }, + { + "examine": "Weird looking pillar.", + "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291" + }, + { + "examine": "Shelves filled with interesting books.", + "ids": "6292,6293" + }, + { + "examine": "A locked display case for valuable artefacts.", + "ids": "6294" + }, + { + "examine": "One of the sculptures is missing. Oh yes, that was me!", + "ids": "6295" + }, + { + "examine": "It looks like the demon didn't survive after all.", + "ids": "6296" + }, + { + "examine": "He looks old, older than me anyway.", + "ids": "6297" + }, + { + "examine": "I don't think he's going to make it.", + "ids": "6298" + }, + { + "examine": "I don't understand, why didn't he go back to Lumby?", + "ids": "6299,6300" + }, + { + "examine": "A throne encrusted with sparkling gems.", + "ids": "6301" + }, + { + "examine": "A throne from which you have removed the gems.", + "ids": "6302,6303,6304,6305,6306" + }, + { + "examine": "A statuette of a golem, facing right.", + "ids": "6307" + }, + { + "examine": "A statuette of a golem, facing left.", + "ids": "6308" + }, + { + "examine": "The statuette is missing from this alcove.", + "ids": "6309,6310" + }, + { + "examine": "Not good for eating.", + "ids": "6311" + }, + { + "examine": "I can climb this.", + "ids": "6312" + }, + { + "examine": "I can climb down this.", + "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322" + }, + { + "examine": "A broken clay arm.", + "ids": "6323" + }, + { + "examine": "A clay foot.", + "ids": "6324" + }, + { + "examine": "Half a golem smashed and broken.", + "ids": "6325" + }, + { + "examine": "Smashed and half buried.", + "ids": "6326" + }, + { + "examine": "A device once used for making pottery.", + "ids": "6327" + }, + { + "examine": "Once upon a time this was used to make pottery.", + "ids": "6328" + }, + { + "examine": "Once upon a time this made clay hard.", + "ids": "6329" + }, + { + "examine": "There was a lot of pottery made here a long time ago.", + "ids": "6330" + }, + { + "examine": "A statue of a guy with a hammer.", + "ids": "6331" + }, + { + "examine": "A weathered old statue.", + "ids": "6332" + }, + { + "examine": "A reclining lady.", + "ids": "6333" + }, + { + "examine": "This statue has been tampered with.", + "ids": "6334" + }, + { + "examine": "Contains a statue of a woman.", + "ids": "6335,6336,6337" + }, + { + "examine": "Empty.", + "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362" + }, + { + "examine": "A very heavy stone door.", + "ids": "6363" + }, + { + "examine": "A door to a demon's lair?", + "ids": "6364,6365,6366,6367,6368,6369,6370,6371" + }, + { + "examine": "A stone staircase.", + "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380" + }, + { + "examine": "A source of water for the river Elid.", + "ids": "6381" + }, + { + "examine": "Maybe I could swing on this somehow...", + "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401" + }, + { + "examine": "A limestone ceiling growth.", + "ids": "6402" + }, + { + "examine": "A tooth shaped rock formation protruding from the floor.", + "ids": "6403" + }, + { + "examine": "An old mystical torch.", + "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417" + }, + { + "examine": "I can climb this.", + "ids": "6418,6419" + }, + { + "examine": "I wonder what's inside?", + "ids": "6420,6421,6422" + }, + { + "examine": "A magical aura seems to shimmer over the glass...", + "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433" + }, + { + "examine": "I wonder what that's there for...", + "ids": "6434,6435" + }, + { + "examine": "I can climb this.", + "ids": "6436" + }, + { + "examine": "An ancient looking tomb.", + "ids": "6437,6438" + }, + { + "examine": "Climb this rope to go up.", + "ids": "6439,6440" + }, + { + "examine": "Looks like a small cave.", + "ids": "6441" + }, + { + "examine": "Blocked by an icicle.", + "ids": "6442" + }, + { + "examine": "Blocked by two icicles.", + "ids": "6443" + }, + { + "examine": "Blocked by three icicles.", + "ids": "6444" + }, + { + "examine": "Blocked by four icicles.", + "ids": "6445" + }, + { + "examine": "Blocked by five icicles.", + "ids": "6446" + }, + { + "examine": "Looks like a small cave.", + "ids": "6447" + }, + { + "examine": "It looks very sturdy.", + "ids": "6448,6449" + }, + { + "examine": "I can climb this.", + "ids": "6450" + }, + { + "examine": "A wrought iron gate.", + "ids": "6451,6452,6453" + }, + { + "examine": "Even rocks could freeze in this cold!", + "ids": "6454" + }, + { + "examine": "Looks slippery.", + "ids": "6455,6456,6457,6458,6459,6460" + }, + { + "examine": "An ice gate.", + "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471" + }, + { + "examine": "Chunky pieces of ice.", + "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480" + }, + { + "examine": "A mysterious tunnel-like structure.", + "ids": "6481,6482" + }, + { + "examine": "You can feel a mysterious power emanating from it...", + "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493" + }, + { + "examine": "This door is sealed by an ancient mystical power...", + "ids": "6494,6495,6496" + }, + { + "examine": "I can climb down this.", + "ids": "6497,6498,6499,6500" + }, + { + "examine": "I can climb this.", + "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511" + }, + { + "examine": "A fancy name for a coffin.", + "ids": "6512" + }, + { + "examine": "A strange thing to leave lying around...", + "ids": "6513" + }, + { + "examine": "I hope this is just ornamental...", + "ids": "6514,6515,6516,6517,6518,6519,6520" + }, + { + "examine": "Uh-oh!", + "ids": "6521,6522" + }, + { + "examine": "This leads downwards.", + "ids": "6523" + }, + { + "examine": "You can see a small fissure in the ground here.", + "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537" + }, + { + "examine": "The body of a lion, the head of a man?", + "ids": "6538,6539,6540,6541,6542,6543,6544" + }, + { + "examine": "A smooth, sandstone door that is slightly warm to the touch.", + "ids": "6545,6546,6547,6548" + }, + { + "examine": "A well down into the pyramid.", + "ids": "6549,6550" + }, + { + "examine": "A portal that leads you out of the pyramid.", + "ids": "6551" + }, + { + "examine": "A mysterious ancient altar to some forgotten god...", + "ids": "6552" + }, + { + "examine": "Opens into another area.", + "ids": "6553,6554,6555,6556,6557,6558,6559,6560" + }, + { + "examine": "A ladder that's almost not there at all...", + "ids": "6561,6562,6563,6564,6565" + }, + { + "examine": "Gate like?", + "ids": "6566,6567" + }, + { + "examine": "Garments for the discerning.", + "ids": "6568" + }, + { + "examine": "Gone-off bread, cakes and pastries.", + "ids": "6569" + }, + { + "examine": "Finest precious stones.", + "ids": "6570" + }, + { + "examine": "These will keep you warm.", + "ids": "6571" + }, + { + "examine": "The spice is right.", + "ids": "6572" + }, + { + "examine": "An empty market stall.", + "ids": "6573" + }, + { + "examine": "Fine brews from exotic regions.", + "ids": "6574" + }, + { + "examine": "Best used with a horse.", + "ids": "6575,6576,6577" + }, + { + "examine": "Grows a yellow fruit.", + "ids": "6578,6579,6580" + }, + { + "examine": "A way to get in the tent.", + "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604" + }, + { + "examine": "Wet and salty.", + "ids": "6605" + }, + { + "examine": "The focus of the suntrap.", + "ids": "6606" + }, + { + "examine": "A shiny mirror.", + "ids": "6607,6608,6609,6610,6611,6612,6613" + }, + { + "examine": "A large door with a hieroglyph of a cat.", + "ids": "6614" + }, + { + "examine": "Gate like?", + "ids": "6615,6616,6617,6618,6619" + }, + { + "examine": "It looks like a hole in the wall.", + "ids": "6620,6621" + }, + { + "examine": "Rocky.", + "ids": "6622" + }, + { + "examine": "An entrance into a tunnel. I wonder where it leads to.", + "ids": "6623" + }, + { + "examine": "It looks like a door.", + "ids": "6624" + }, + { + "examine": "Hmm. A door.", + "ids": "6625" + }, + { + "examine": "A big wooden door.", + "ids": "6626,6627,6628" + }, + { + "examine": "That could hurt.", + "ids": "6629" + }, + { + "examine": "A strange thing to leave lying around...", + "ids": "6630,6631" + }, + { + "examine": "I can't see the bottom.", + "ids": "6632,6633,6634" + }, + { + "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.", + "ids": "6635,6636" + }, + { + "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.", + "ids": "6637,6638" + }, + { + "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.", + "ids": "6639,6640" + }, + { + "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.", + "ids": "6641" + }, + { + "examine": "Doorway*Opens into another area, come on, I know this.", + "ids": "6642" + }, + { + "examine": "Useful for putting things on.", + "ids": "6644" + }, + { + "examine": "A ladder!! Never seen one of those before.", + "ids": "6645" + }, + { + "examine": "I wonder what's inside.", + "ids": "6646" + }, + { + "examine": "Perhaps I should search it.", + "ids": "6647" + }, + { + "examine": "I wonder where this goes?", + "ids": "6648" + }, + { + "examine": "They go down.", + "ids": "6649" + }, + { + "examine": "Phew!! That's one big bridge.", + "ids": "6650" + }, + { + "examine": "A big bridge over the river.", + "ids": "6651,6652" + }, + { + "examine": "Wow. More bridge. Awesome.", + "ids": "6653,6654" + }, + { + "examine": "Oops.", + "ids": "6655" + }, + { + "examine": "Rolls of colourful cloth.", + "ids": "6656" + }, + { + "examine": "An ancient giant serpent.", + "ids": "6657" + }, + { + "examine": "A tunnel leading upwards.", + "ids": "6658" + }, + { + "examine": "A tunnel leading into the depths of the earth.", + "ids": "6659" + }, + { + "examine": "A rock wall infused with the power of Guthix.", + "ids": "6660" + }, + { + "examine": "The wall is weeping blue tears.", + "ids": "6661" + }, + { + "examine": "The wall is weeping green tears.", + "ids": "6662" + }, + { + "examine": "The wall is not weeping at the moment.", + "ids": "6663,6664" + }, + { + "examine": "The wall is weeping blue tears.", + "ids": "6665" + }, + { + "examine": "The wall is weeping green tears.", + "ids": "6666" + }, + { + "examine": "The wall is not weeping at the moment.", + "ids": "6667,6668" + }, + { + "examine": "Stone with blue veins.", + "ids": "6669,6670,6671" + }, + { + "examine": "They don't look too easy to climb.", + "ids": "6672" + }, + { + "examine": "I could climb these.", + "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701" + }, + { + "examine": "I can climb these stairs.", + "ids": "6702,6703,6704,6705,6706,6707" + }, + { + "examine": "I can climb this.", + "ids": "6708,6709,6710,6711,6712" + }, + { + "examine": "I wonder what is awaiting me on the other side?", + "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731" + }, + { + "examine": "I wonder what awaits me on the other side?", + "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "6767,6768,6769,6770" + }, + { + "examine": "A large stone coffin.", + "ids": "6771,6772,6773" + }, + { + "examine": "A large stone chest.", + "ids": "6774,6775" + }, + { + "examine": "Looks like he's been dead a while now...", + "ids": "6776" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "6777" + }, + { + "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", + "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790" + }, + { + "examine": "The groundskeeper's bed.", + "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820" + }, + { + "examine": "A large stone coffin.", + "ids": "6821,6822,6823" + }, + { + "examine": "It's locked.", + "ids": "6824,6825,6826" + }, + { + "examine": "It might still work...", + "ids": "6827,6828,6829,6830,6831,6832,6833,6834" + }, + { + "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.", + "ids": "6835" + }, + { + "examine": "Sturdy metal bars.", + "ids": "6836,6837,6838" + }, + { + "examine": "Smells pretty bad!", + "ids": "6839" + }, + { + "examine": "It looks as this is where some wall fungus used to be.", + "ids": "6840" + }, + { + "examine": "Some crude stone steps.", + "ids": "6841,6842,6843" + }, + { + "examine": "An old crude tomb.", + "ids": "6844,6845" + }, + { + "examine": "It's damaged.", + "ids": "6846" + }, + { + "examine": "A note says, 'Please ring for attention.'", + "ids": "6847" + }, + { + "examine": "An old crude tomb.", + "ids": "6848" + }, + { + "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'", + "ids": "6849" + }, + { + "examine": "An old crude tomb.", + "ids": "6850" + }, + { + "examine": "This coffin is spilt over the floor.", + "ids": "6851" + }, + { + "examine": "This coffin is open.", + "ids": "6852" + }, + { + "examine": "An old crude tomb.", + "ids": "6853" + }, + { + "examine": "This coffin is spilt over the floor.", + "ids": "6854" + }, + { + "examine": "This coffin is open.", + "ids": "6855" + }, + { + "examine": "A barricade made from skulls and bones.", + "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864" + }, + { + "examine": "Not very high.", + "ids": "6865" + }, + { + "examine": "Hot stuff.", + "ids": "6866" + }, + { + "examine": "Ogres bang these to make noise.", + "ids": "6867,6868,6869,6870" + }, + { + "examine": "A bulky door made from solid rock.", + "ids": "6871,6872,6873,6874" + }, + { + "examine": "These open and close!", + "ids": "6875" + }, + { + "examine": "This may be worth opening.", + "ids": "6876" + }, + { + "examine": "I wonder what this item contains.", + "ids": "6877,6878,6879" + }, + { + "examine": "A barricade made of skulls and bones.", + "ids": "6880" + }, + { + "examine": "A barricade made of skulls and bones which has been crushed.", + "ids": "6881,6882" + }, + { + "examine": "An old crude tomb.", + "ids": "6883,6884,6885,6886,6887" + }, + { + "examine": "A sick, frail old man.", + "ids": "6888" + }, + { + "examine": "A sick, frail old man", + "ids": "6889" + }, + { + "examine": "An old crude tomb.", + "ids": "6890,6891,6892" + }, + { + "examine": "I don't think he'd mind us checking for his wallet now...", + "ids": "6893" + }, + { + "examine": "A good source of books!", + "ids": "6894,6895" + }, + { + "examine": "A crude torch stuck in the ground.", + "ids": "6896" + }, + { + "examine": "A strange ogre plinth, this must be where the artifacts are stored.", + "ids": "6897,6898,6899,6900,6901,6902" + }, + { + "examine": "It looks like the hole in the wall has been blocked with rubble.", + "ids": "6903" + }, + { + "examine": "How exciting, some shelves.", + "ids": "6904" + }, + { + "examine": "A hole in the wall.", + "ids": "6905,6906,6907,6908" + }, + { + "examine": "A rock wall.", + "ids": "6909" + }, + { + "examine": "It has a letter 'S' on the lock.", + "ids": "6910" + }, + { + "examine": "Used for storage.", + "ids": "6911" + }, + { + "examine": "A narrow hole in the wall.", + "ids": "6912,6913,6914" + }, + { + "examine": "Rubble is blocking the passage.", + "ids": "6915" + }, + { + "examine": "A good source of books!", + "ids": "6916,6917,6918" + }, + { + "examine": "A heavy portal decorated with bone.", + "ids": "6919,6920" + }, + { + "examine": "A symbol is carved into the wall here.", + "ids": "6921,6922,6923,6924,6925,6926" + }, + { + "examine": "I don't think I can get through this way!", + "ids": "6927" + }, + { + "examine": "Looks like its no longer operational.", + "ids": "6928" + }, + { + "examine": "Big bones are being used to prop up the wall.", + "ids": "6929,6930" + }, + { + "examine": "It's a bit like walking through a giant rib cage.", + "ids": "6931,6932,6933,6934,6935,6936,6937,6938" + }, + { + "examine": "This arch is broken. I hope the ceiling doesn't come down!", + "ids": "6939,6940,6941,6942" + }, + { + "examine": "A rocky outcrop.", + "ids": "6943,6944,6945,6946,6947,6948,6949" + }, + { + "examine": "I dont think i can get through this way.", + "ids": "6950" + }, + { + "examine": "An eye-wrenching nexus of utter negation!", + "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968" + }, + { + "examine": "A dirty little swamp boat.", + "ids": "6969,6970" + }, + { + "examine": "It looks dark down there.", + "ids": "6971" + }, + { + "examine": "A book sits on top.", + "ids": "6972,6973,6974" + }, + { + "examine": "The door is closed.", + "ids": "6975" + }, + { + "examine": "The door is open.", + "ids": "6976" + }, + { + "examine": "The door is closed.", + "ids": "6977" + }, + { + "examine": "The door is open.", + "ids": "6978,6979,6980,6981,6982,6983" + }, + { + "examine": "Empty market stall.", + "ids": "6984" + }, + { + "examine": "A steam powered crushing machine.", + "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001" + }, + { + "examine": "A dwarven statue crumbling away from old age.", + "ids": "7002" + }, + { + "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.", + "ids": "7003" + }, + { + "examine": "This stone dwarf must be guarding the way into a dwarven area!", + "ids": "7004,7005" + }, + { + "examine": "Big. For a dwarf!", + "ids": "7006,7007" + }, + { + "examine": "A work in progress.", + "ids": "7008,7009" + }, + { + "examine": "A work that has yet to begin.", + "ids": "7010" + }, + { + "examine": "An underground limpwurt plant.", + "ids": "7011,7012" + }, + { + "examine": "Insect eating plant.", + "ids": "7013,7014,7015" + }, + { + "examine": "A stone carved Pillar.", + "ids": "7016,7017" + }, + { + "examine": "Dwarf storage.", + "ids": "7018" + }, + { + "examine": "Used for keeping beer or glasses.", + "ids": "7019,7020,7021" + }, + { + "examine": "Tracks for the carts to run over.", + "ids": "7022,7023,7024,7025,7026" + }, + { + "examine": "A steam powered cart.", + "ids": "7027,7028,7029,7030,7031" + }, + { + "examine": "A fine piece of sculpting.", + "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "7044,7045,7046,7047,7048" + }, + { + "examine": "A wooden gate.", + "ids": "7049,7050,7051,7052" + }, + { + "examine": "Lots of seeds here.", + "ids": "7053,7054,7055" + }, + { + "examine": "I can climb down these stairs.", + "ids": "7056" + }, + { + "examine": "I can climb up these stairs.", + "ids": "7057" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089" + }, + { + "examine": "'You are here.'", + "ids": "7090" + }, + { + "examine": "Lots of hard study has been done here.", + "ids": "7091" + }, + { + "examine": "A telescope pointing southwards...", + "ids": "7092,7093,7094,7095" + }, + { + "examine": "A map of some ancient land.", + "ids": "7096" + }, + { + "examine": "There are plenty of shelves", + "ids": "7097" + }, + { + "examine": "Maybe it shows the location of buried treasure?", + "ids": "7098" + }, + { + "examine": "Old songs, old stories...", + "ids": "7099" + }, + { + "examine": "Armour of a Saradominist warrior. Decorative, but still effective.", + "ids": "7100" + }, + { + "examine": "A cape from Saradomin, suitable for a battle-mage.", + "ids": "7101" + }, + { + "examine": "A staff as used by Saradominist magi.", + "ids": "7102" + }, + { + "examine": "There is a powerful presence about these ruins...", + "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128" + }, + { + "examine": "A tear in the dimensional weave of the Abyss.", + "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153" + }, + { + "examine": "A tunnel through the abyss.", + "ids": "7154,7155" + }, + { + "examine": "This seems to be blocking the exit...", + "ids": "7156,7157" + }, + { + "examine": "I could probably break this up with a pickaxe.", + "ids": "7158" + }, + { + "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.", + "ids": "7159" + }, + { + "examine": "Pickaxe power!", + "ids": "7160" + }, + { + "examine": "They don't look that solid, an axe could help me chop them down.", + "ids": "7161,7162" + }, + { + "examine": "I cannot tell a lie. I chopped them down.", + "ids": "7163" + }, + { + "examine": "If I'm agile enough I might be able to squeeze through...", + "ids": "7164" + }, + { + "examine": "I could probably burn this away with a tinderbox.", + "ids": "7165" + }, + { + "examine": "I could probably burn this with fire.", + "ids": "7166" + }, + { + "examine": "Burnt open.", + "ids": "7167" + }, + { + "examine": "I could probably distract these with thievery.", + "ids": "7168,7169,7170" + }, + { + "examine": "An unstable portal across the dimensions...", + "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188" + }, + { + "examine": "Abyssal Tendrils.", + "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205" + }, + { + "examine": "An opening into the crumbling wall.", + "ids": "7219,7220" + }, + { + "examine": "This leads downwards.", + "ids": "7221" + }, + { + "examine": "This way to the viewing gallery.", + "ids": "7222,7223" + }, + { + "examine": "I'll never be able to dodge that!", + "ids": "7224" + }, + { + "examine": "It's a wall...", + "ids": "7225,7226" + }, + { + "examine": "It's the floor...", + "ids": "7227" + }, + { + "examine": "It's a wall...", + "ids": "7228,7229" + }, + { + "examine": "It's the floor...", + "ids": "7230" + }, + { + "examine": "Not your average door...", + "ids": "7231,7232,7233,7234,7235" + }, + { + "examine": "I wonder what's inside.", + "ids": "7236,7237,7238" + }, + { + "examine": "It's a long way down...", + "ids": "7239,7240" + }, + { + "examine": "That's going to hurt if it hits me!", + "ids": "7241" + }, + { + "examine": "If only I knew Karate...", + "ids": "7242,7243,7244" + }, + { + "examine": "It's the floor...", + "ids": "7245" + }, + { + "examine": "Locked.", + "ids": "7246,7247" + }, + { + "examine": "It's a wall...", + "ids": "7248,7249" + }, + { + "examine": "It's the floor...", + "ids": "7250" + }, + { + "examine": "Bend your way through.", + "ids": "7251" + }, + { + "examine": "That could really hurt!", + "ids": "7252" + }, + { + "examine": "I must not fear, fear is the little death that brings total oblivion.", + "ids": "7253" + }, + { + "examine": "Blocking my way back.", + "ids": "7254,7255,7256" + }, + { + "examine": "I wonder where it leads.", + "ids": "7257" + }, + { + "examine": "An opening into the crumbling wall.", + "ids": "7258" + }, + { + "examine": "This way to exit.", + "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271" + }, + { + "examine": "A mystical teleport.", + "ids": "7272,7273" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7274,7275,7276" + }, + { + "examine": "He looks hungry, but I don't think he'll do anything while I'm here.", + "ids": "7277" + }, + { + "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.", + "ids": "7278,7279,7280" + }, + { + "examine": "He's looking at the grain...", + "ids": "7281,7282,7283" + }, + { + "examine": "A sack full of grain.", + "ids": "7284" + }, + { + "examine": "I think the chicken enjoyed his meal...", + "ids": "7285" + }, + { + "examine": "It looks pretty rickety...", + "ids": "7286,7287" + }, + { + "examine": "A mystical teleport.", + "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7302" + }, + { + "examine": "A gold statue of a famous White Knight.", + "ids": "7303" + }, + { + "examine": "A silver statue of a famous White Knight.", + "ids": "7304" + }, + { + "examine": "A bronze statue of a famous White Knight.", + "ids": "7305" + }, + { + "examine": "A gold statue of an ancient warrior.", + "ids": "7306" + }, + { + "examine": "A silver statue of an ancient warrior.", + "ids": "7307" + }, + { + "examine": "A bronze statue of an ancient warrior.", + "ids": "7308" + }, + { + "examine": "A gold statue of a famous warrior.", + "ids": "7309" + }, + { + "examine": "A silver statue of a famous warrior.", + "ids": "7310" + }, + { + "examine": "A bronze statue of a famous warrior.", + "ids": "7311" + }, + { + "examine": "A gold statue of an ancient White Knight.", + "ids": "7312" + }, + { + "examine": "A silver statue of an ancient White Knight.", + "ids": "7313" + }, + { + "examine": "A bronze statue of an ancient White Knight.", + "ids": "7314" + }, + { + "examine": "A mystical teleport.", + "ids": "7315,7316" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7317" + }, + { + "examine": "A mystical teleport.", + "ids": "7318,7319" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7320" + }, + { + "examine": "A mystical teleport.", + "ids": "7321,7322" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7323" + }, + { + "examine": "A mystical teleport.", + "ids": "7324,7325" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7326" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "7327,7328,7329,7330" + }, + { + "examine": "Generally used for putting things on.", + "ids": "7331" + }, + { + "examine": "A table with a Bunsen burner on it.", + "ids": "7332" + }, + { + "examine": "There are some containers of chemicals here.", + "ids": "7333,7334,7335,7336,7337,7338,7339" + }, + { + "examine": "There's an empty vial here.", + "ids": "7340,7341,7342" + }, + { + "examine": "There's a small hole in the centre.", + "ids": "7343" + }, + { + "examine": "The spade is stuck in the hole.", + "ids": "7344" + }, + { + "examine": "The spade opened the door.", + "ids": "7345" + }, + { + "examine": "It's chained to the wall.", + "ids": "7346" + }, + { + "examine": "For storage.", + "ids": "7347,7348,7349" + }, + { + "examine": "I wonder what's inside.", + "ids": "7350" + }, + { + "examine": "Perhaps I should search it.", + "ids": "7351" + }, + { + "examine": "A mystical teleport.", + "ids": "7352,7353" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7354" + }, + { + "examine": "Bridge will support a person carrying no more than 5 kg.", + "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372" + }, + { + "examine": "Lets me walk through walls...", + "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384" + }, + { + "examine": "Sit back and relax...", + "ids": "7388,7389" + }, + { + "examine": "Designed specifically to ruin your health.", + "ids": "7390" + }, + { + "examine": "A rolled up magic carpet.", + "ids": "7391" + }, + { + "examine": "A pile of rolled up magic carpets.", + "ids": "7392" + }, + { + "examine": "A little shaded area.", + "ids": "7393" + }, + { + "examine": "A magic carpet.", + "ids": "7394,7395" + }, + { + "examine": "The infamous carpet of '76.", + "ids": "7396" + }, + { + "examine": "A leafy tree.", + "ids": "7397,7398" + }, + { + "examine": "This is what is left of a willow tree.", + "ids": "7399" + }, + { + "examine": "This is what is left of a maple tree.", + "ids": "7400" + }, + { + "examine": "This is what is left of a magic tree.", + "ids": "7401" + }, + { + "examine": "This is what is left of a yew tree.", + "ids": "7402" + }, + { + "examine": "An empty barrel.", + "ids": "7403" + }, + { + "examine": "A barrel full of mushed apples.", + "ids": "7404,7405" + }, + { + "examine": "This tap runs from the apple crushing barrel.", + "ids": "7406" + }, + { + "examine": "An empty ale barrel.", + "ids": "7407" + }, + { + "examine": "A barrel of bad ale.", + "ids": "7408" + }, + { + "examine": "A barrel of unfermented liquid.", + "ids": "7409" + }, + { + "examine": "A barrel of bad cider.", + "ids": "7410" + }, + { + "examine": "A barrel of Dwarven Stout.", + "ids": "7411" + }, + { + "examine": "A barrel of mature Dwarven Stout.", + "ids": "7412" + }, + { + "examine": "A barrel of Asgarnian Ale.", + "ids": "7413" + }, + { + "examine": "A barrel of mature Asgarnian Ale.", + "ids": "7414" + }, + { + "examine": "A barrel of Greenmans Ale.", + "ids": "7415" + }, + { + "examine": "A barrel of mature Greenmans Ale.", + "ids": "7416" + }, + { + "examine": "A barrel of Wizards Mind Bomb.", + "ids": "7417" + }, + { + "examine": "A barrel of mature Wizards Mind Bomb.", + "ids": "7418" + }, + { + "examine": "A barrel of Dragon Bitter.", + "ids": "7419" + }, + { + "examine": "A barrel of mature Dragon Bitter.", + "ids": "7420" + }, + { + "examine": "A barrel of Moonlight Mead.", + "ids": "7421" + }, + { + "examine": "A barrel of mature Moonlight Mead.", + "ids": "7422" + }, + { + "examine": "A barrel of Axeman's Folly.", + "ids": "7423" + }, + { + "examine": "A barrel of mature Axeman's Folly.", + "ids": "7424" + }, + { + "examine": "A barrel of Chef's Delight.", + "ids": "7425" + }, + { + "examine": "A barrel of mature Chef's Delight.", + "ids": "7426" + }, + { + "examine": "A barrel of Slayer's Respite.", + "ids": "7427" + }, + { + "examine": "A barrel of mature Slayer's Respite.", + "ids": "7428" + }, + { + "examine": "A barrel of Cider.", + "ids": "7429" + }, + { + "examine": "A barrel of mature Cider.", + "ids": "7430,7431,7432" + }, + { + "examine": "Goes up and down!", + "ids": "7433" + }, + { + "examine": "I wonder what's under it?", + "ids": "7434" + }, + { + "examine": "I wonder what's down there?", + "ids": "7435" + }, + { + "examine": "A wooden barrel.", + "ids": "7436" + }, + { + "examine": "This vat is empty.", + "ids": "7437" + }, + { + "examine": "This vat is filled with water.", + "ids": "7438" + }, + { + "examine": "This vat is filled with bad ale.", + "ids": "7439" + }, + { + "examine": "This vat is filled with bad cider.", + "ids": "7440" + }, + { + "examine": "This vat contains a mixture of water and barley malt.", + "ids": "7441" + }, + { + "examine": "This controls the flow of ale to the barrel.", + "ids": "7442,7443" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.", + "ids": "7444" + }, + { + "examine": "Dwarven Stout is fermenting in this vat.", + "ids": "7445,7446" + }, + { + "examine": "This vat is filled with Dwarven Stout.", + "ids": "7447" + }, + { + "examine": "This vat is filled with mature Dwarven Stout.", + "ids": "7448" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.", + "ids": "7449" + }, + { + "examine": "Asgarnian Ale is fermenting in this vat.", + "ids": "7450,7451" + }, + { + "examine": "This vat is filled with Asgarnian Ale.", + "ids": "7452" + }, + { + "examine": "This vat is filled with mature Asgarnian Ale.", + "ids": "7453" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Harralander.", + "ids": "7454" + }, + { + "examine": "Greenmans Ale is fermenting in this vat.", + "ids": "7455,7456" + }, + { + "examine": "This vat is filled with Greenmans Ale.", + "ids": "7457" + }, + { + "examine": "This vat is filled with mature Greenmans Ale.", + "ids": "7458" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.", + "ids": "7459" + }, + { + "examine": "Wizards Mind Bomb is fermenting in this vat.", + "ids": "7460,7461" + }, + { + "examine": "This vat is filled with Wizards Mind Bomb.", + "ids": "7462" + }, + { + "examine": "This vat is filled with mature Wizards Mind Bomb.", + "ids": "7463" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.", + "ids": "7464" + }, + { + "examine": "Dragon Bitter is fermenting in this vat.", + "ids": "7465,7466" + }, + { + "examine": "This vat is filled with Dragon Bitter.", + "ids": "7467" + }, + { + "examine": "This vat is filled with mature Dragon Bitter.", + "ids": "7468" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.", + "ids": "7469" + }, + { + "examine": "Moonlight Mead is fermenting in this vat.", + "ids": "7470,7471" + }, + { + "examine": "This vat is filled with Moonlight Mead.", + "ids": "7472" + }, + { + "examine": "This vat is filled with mature Moonlight Mead.", + "ids": "7473" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and oak roots.", + "ids": "7474" + }, + { + "examine": "Axeman's Folly is fermenting in this vat.", + "ids": "7475,7476" + }, + { + "examine": "This vat is filled with Axeman's Folly.", + "ids": "7477" + }, + { + "examine": "This vat is filled with mature Axeman's Folly.", + "ids": "7478" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.", + "ids": "7479" + }, + { + "examine": "Chef's Delight is fermenting in this vat.", + "ids": "7480,7481" + }, + { + "examine": "This vat is filled with Chef's Delight.", + "ids": "7482" + }, + { + "examine": "This vat is filled with mature Chef's Delight.", + "ids": "7483" + }, + { + "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.", + "ids": "7484" + }, + { + "examine": "Slayer's Respite is fermenting in this vat.", + "ids": "7485,7486" + }, + { + "examine": "This vat is filled with Slayer's Respite.", + "ids": "7487" + }, + { + "examine": "This vat is filled with mature Slayer's Respite.", + "ids": "7488" + }, + { + "examine": "This vat contains some apple mush.", + "ids": "7489" + }, + { + "examine": "Cider is fermenting in this vat.", + "ids": "7490,7491" + }, + { + "examine": "This vat is filled with cider.", + "ids": "7492" + }, + { + "examine": "This vat is filled with mature cider.", + "ids": "7493,7494,7495" + }, + { + "examine": "Items are for sale here.", + "ids": "7496,7497" + }, + { + "examine": "They're empty.", + "ids": "7498" + }, + { + "examine": "Farming stock is kept here.", + "ids": "7499,7500,7501,7502,7503" + }, + { + "examine": "For sitting.", + "ids": "7504,7505" + }, + { + "examine": "They're empty.", + "ids": "7506" + }, + { + "examine": "Farming stock is kept here.", + "ids": "7507,7508,7509,7510,7511" + }, + { + "examine": "A pair of sacks.", + "ids": "7512" + }, + { + "examine": "For storage.", + "ids": "7513,7514,7515" + }, + { + "examine": "A farmer's spade and rake.", + "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526" + }, + { + "examine": "I can climb over the fence with this.", + "ids": "7527" + }, + { + "examine": "For fermenting beer.", + "ids": "7528,7529,7530" + }, + { + "examine": "An ale barrel.", + "ids": "7531" + }, + { + "examine": "This controls the flow of ale to the barrel.", + "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556" + }, + { + "examine": "You can grow Deadly Nightshade in this Farming patch.", + "ids": "7557,7558,7559,7560" + }, + { + "examine": "Deadly Nightshade has been sown in this farming patch.", + "ids": "7561" + }, + { + "examine": "Deadly Nightshade is growing in this farming patch.", + "ids": "7562,7563,7564" + }, + { + "examine": "I wouldn't pick this with my bare hands.", + "ids": "7565" + }, + { + "examine": "This Deadly Nightshade has become diseased.", + "ids": "7566,7567,7568" + }, + { + "examine": "This Deadly Nightshade has died.", + "ids": "7569,7570,7571,7572" + }, + { + "examine": "You can grow bushes in this Farming patch.", + "ids": "7573,7574,7575,7576,7577,7578,7579,7580" + }, + { + "examine": "A cadavaberry bush is growing in this Farming patch.", + "ids": "7581,7582,7583,7584,7585,7586" + }, + { + "examine": "A fully grown cadavaberry bush.", + "ids": "7587,7588,7589,7590,7591,7592" + }, + { + "examine": "This diseased cadavaberry bush needs pruning.", + "ids": "7593,7594,7595,7596,7597,7598" + }, + { + "examine": "This cadavaberry bush has died.", + "ids": "7599,7600,7601,7602,7603,7604" + }, + { + "examine": "A dwellberry bush is growing in this Farming patch.", + "ids": "7605,7606,7607,7608,7609,7610,7611" + }, + { + "examine": "A fully grown dwellberry bush.", + "ids": "7612,7613,7614,7615,7616,7617" + }, + { + "examine": "This diseased dwellberry bush needs pruning.", + "ids": "7618,7619,7620,7621,7622,7623,7624" + }, + { + "examine": "This dwellberry bush has died.", + "ids": "7625,7626,7627,7628,7629,7630,7631" + }, + { + "examine": "A jangerberry bush is growing in this Farming patch.", + "ids": "7632,7633,7634,7635,7636,7637,7638,7639" + }, + { + "examine": "A fully grown jangerberry bush.", + "ids": "7640,7641,7642,7643,7644,7645" + }, + { + "examine": "This diseased jangerberry bush needs pruning.", + "ids": "7646,7647,7648,7649,7650,7651,7652,7653" + }, + { + "examine": "This jangerberry bush has died.", + "ids": "7654,7655,7656,7657,7658,7659,7660,7661" + }, + { + "examine": "A Poison Ivy bush is growing in this Farming patch.", + "ids": "7662,7663,7664,7665,7666,7667,7668,7669" + }, + { + "examine": "A fully grown Poison Ivy bush.", + "ids": "7670,7671,7672,7673,7674,7675" + }, + { + "examine": "This diseased Poison Ivy bush needs pruning.", + "ids": "7676,7677,7678,7679,7680,7681,7682,7683" + }, + { + "examine": "This Poison Ivy bush has died.", + "ids": "7684,7685,7686,7687,7688,7689,7690,7691" + }, + { + "examine": "A redberry bush is growing in this Farming patch.", + "ids": "7692,7693,7694,7695,7696" + }, + { + "examine": "A fully grown redberry bush.", + "ids": "7697,7698,7699,7700,7701,7702" + }, + { + "examine": "This diseased redberry bush needs pruning.", + "ids": "7703,7704,7705,7706,7707" + }, + { + "examine": "This redberry bush has died.", + "ids": "7708,7709,7710,7711,7712" + }, + { + "examine": "A whiteberry bush is growing in this Farming patch.", + "ids": "7713,7714,7715,7716,7717,7718,7719,7720" + }, + { + "examine": "A fully grown whiteberry bush.", + "ids": "7721,7722,7723,7724,7725,7726" + }, + { + "examine": "This diseased whiteberry bush needs pruning.", + "ids": "7727,7728,7729,7730,7731,7732,7733,7734" + }, + { + "examine": "This whiteberry bush has died.", + "ids": "7735,7736,7737,7738,7739,7740,7741,7742" + }, + { + "examine": "You can grow a Cactus in this Farming patch.", + "ids": "7743,7744,7745,7746" + }, + { + "examine": "Cactus seeds have been planted in this patch.", + "ids": "7747" + }, + { + "examine": "A cactus is growing in this patch.", + "ids": "7748,7749,7750,7751,7752,7753" + }, + { + "examine": "A fully-grown cactus.", + "ids": "7754,7755,7756,7757,7758" + }, + { + "examine": "This cactus has become diseased.", + "ids": "7759,7760,7761,7762,7763,7764" + }, + { + "examine": "This cactus has died.", + "ids": "7765,7766,7767,7768,7769,7770,7771" + }, + { + "examine": "You can grow a Calquat Tree in this Farming patch.", + "ids": "7772,7773,7774,7775" + }, + { + "examine": "A Calquat tree is growing in this Farming patch.", + "ids": "7776,7777,7778,7779,7780,7781,7782,7783" + }, + { + "examine": "A fully grown Calquat tree stands in this Farming patch.", + "ids": "7784,7785,7786,7787,7788,7789,7790,7791" + }, + { + "examine": "This diseased Calquat tree needs pruning.", + "ids": "7792,7793,7794,7795,7796,7797,7798" + }, + { + "examine": "This Calquat tree has died.", + "ids": "7799,7800,7801,7802,7803,7804,7805" + }, + { + "examine": "A Calquat tree stump.", + "ids": "7806,7807" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7808" + }, + { + "examine": "This compost bin contains compostable items.", + "ids": "7809" + }, + { + "examine": "This compost bin is full of compostable items.", + "ids": "7810" + }, + { + "examine": "This compost bin contains supercompostable items.", + "ids": "7811" + }, + { + "examine": "This compost bin is full of supercompostable items.", + "ids": "7812" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7813" + }, + { + "examine": "This compost bin contains compost.", + "ids": "7814" + }, + { + "examine": "This compost bin is full of compost.", + "ids": "7815" + }, + { + "examine": "This compost bin contains super compost.", + "ids": "7816" + }, + { + "examine": "This compost bin is full of super compost.", + "ids": "7817" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7818" + }, + { + "examine": "This compost bin contains compostable items.", + "ids": "7819" + }, + { + "examine": "This compost bin is full of compostable items.", + "ids": "7820" + }, + { + "examine": "This compost bin contains supercompostable items.", + "ids": "7821" + }, + { + "examine": "This compost bin is full of supercompostable items.", + "ids": "7822" + }, + { + "examine": "Turns vegetation into compost.", + "ids": "7823" + }, + { + "examine": "This compost bin contains compost.", + "ids": "7824" + }, + { + "examine": "This compost bin is full of compost.", + "ids": "7825" + }, + { + "examine": "This compost bin contains super compost.", + "ids": "7826" + }, + { + "examine": "This compost bin is full of super compost.", + "ids": "7827" + }, + { + "examine": "This compost bin contains tomatoes.", + "ids": "7828" + }, + { + "examine": "This compost bin is full of tomatoes.", + "ids": "7829" + }, + { + "examine": "This compost bin contains rotten tomatoes.", + "ids": "7830" + }, + { + "examine": "This compost bin is full of rotten tomatoes.", + "ids": "7831" + }, + { + "examine": "This compost bin contains tomatoes.", + "ids": "7832" + }, + { + "examine": "This compost bin is full of tomatoes.", + "ids": "7833" + }, + { + "examine": "This compost bin contains rotten tomatoes.", + "ids": "7834" + }, + { + "examine": "This compost bin is full of rotten tomatoes.", + "ids": "7835,7836,7837,7838,7839" + }, + { + "examine": "You can grow flowers in this Farming patch.", + "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850" + }, + { + "examine": "A limpwurt plant is growing in this patch.", + "ids": "7851,7852,7853,7854" + }, + { + "examine": "A fully grown limpwurt plant.", + "ids": "7855" + }, + { + "examine": "A limpwurt plant is growing in this patch.", + "ids": "7856,7857,7858,7859" + }, + { + "examine": "This limpwurt plant has become diseased.", + "ids": "7860,7861,7862" + }, + { + "examine": "This limpwurt plant has died while growing.", + "ids": "7863,7864,7865" + }, + { + "examine": "This limpwurt plant has died.", + "ids": "7866" + }, + { + "examine": "A marigold is growing in this patch.", + "ids": "7867,7868,7869,7870" + }, + { + "examine": "A fully grown marigold.", + "ids": "7871" + }, + { + "examine": "A marigold is growing in this patch.", + "ids": "7872,7873,7874,7875" + }, + { + "examine": "This marigold has become diseased.", + "ids": "7876,7877,7878" + }, + { + "examine": "This marigold has died while growing.", + "ids": "7879,7880,7881" + }, + { + "examine": "This marigold has died.", + "ids": "7882" + }, + { + "examine": "A nasturtium is growing in this patch.", + "ids": "7883,7884,7885,7886" + }, + { + "examine": "A fully grown nasturtium.", + "ids": "7887" + }, + { + "examine": "A nasturtium is growing in this patch.", + "ids": "7888,7889,7890,7891" + }, + { + "examine": "This nasturtium has become diseased.", + "ids": "7892,7893,7894" + }, + { + "examine": "This nasturtium has died while growing.", + "ids": "7895,7896,7897" + }, + { + "examine": "This nasturtium has died.", + "ids": "7898" + }, + { + "examine": "A rosemary is growing in this patch.", + "ids": "7899,7900,7901,7902" + }, + { + "examine": "A fully grown rosemary.", + "ids": "7903" + }, + { + "examine": "A rosemary is growing in this patch.", + "ids": "7904,7905,7906,7907" + }, + { + "examine": "This rosemary has become diseased.", + "ids": "7908,7909,7910" + }, + { + "examine": "This rosemary has died while growing.", + "ids": "7911,7912,7913" + }, + { + "examine": "This rosemary has died.", + "ids": "7914" + }, + { + "examine": "Should scare off the birds...", + "ids": "7915,7916,7917,7918" + }, + { + "examine": "A woad plant is growing in this patch.", + "ids": "7919,7920,7921,7922" + }, + { + "examine": "A fully grown woad plant.", + "ids": "7923" + }, + { + "examine": "A woad plant is growing in this patch.", + "ids": "7924,7925,7926,7927" + }, + { + "examine": "This woad plant has become diseased.", + "ids": "7928,7929,7930" + }, + { + "examine": "This woad plant has died while growing.", + "ids": "7931,7932,7933" + }, + { + "examine": "This woad plant has died.", + "ids": "7934" + }, + { + "examine": "An apple tree sapling has been planted in this fruit tree patch.", + "ids": "7935" + }, + { + "examine": "An apple tree is growing in this fruit tree patch.", + "ids": "7936,7937,7938,7939,7940" + }, + { + "examine": "A fully grown apple tree.", + "ids": "7941" + }, + { + "examine": "There is a single apple on this apple tree.", + "ids": "7942" + }, + { + "examine": "There are two apples on this apple tree.", + "ids": "7943" + }, + { + "examine": "There are three apples on this apple tree.", + "ids": "7944" + }, + { + "examine": "There are four apples on this apple tree.", + "ids": "7945" + }, + { + "examine": "There are five apples on this apple tree.", + "ids": "7946" + }, + { + "examine": "There are six apples on this apple tree.", + "ids": "7947" + }, + { + "examine": "A fully grown apple tree.", + "ids": "7948" + }, + { + "examine": "This diseased tree looks like it needs pruning with secateurs.", + "ids": "7949,7950,7951,7952,7953,7954" + }, + { + "examine": "This apple tree has become diseased and died.", + "ids": "7955,7956,7957,7958,7959,7960" + }, + { + "examine": "This apple tree has been cut down.", + "ids": "7961,7962,7963,7964,7965" + }, + { + "examine": "A pineapple plant has been planted in this fruit tree patch.", + "ids": "7966" + }, + { + "examine": "A pineapple plant is growing in this fruit tree patch.", + "ids": "7967,7968,7969,7970,7971" + }, + { + "examine": "A fully grown pineapple plant.", + "ids": "7972" + }, + { + "examine": "There is a single pineapple on this pineapple plant.", + "ids": "7973" + }, + { + "examine": "There are two pineapples on this pineapple plant.", + "ids": "7974" + }, + { + "examine": "There are three pineapples on this pineapple plant.", + "ids": "7975" + }, + { + "examine": "There are four pineapples on this pineapple plant.", + "ids": "7976" + }, + { + "examine": "There are five pineapples on this pineapple plant.", + "ids": "7977" + }, + { + "examine": "There are six pineapples on this pineapple plant.", + "ids": "7978" + }, + { + "examine": "A fully grown pineapple plant.", + "ids": "7979" + }, + { + "examine": "This pineapple plant looks like it could do with pruning with secateurs.", + "ids": "7980,7981,7982,7983,7984,7985" + }, + { + "examine": "This pineapple plant has become diseased and died.", + "ids": "7986,7987,7988,7989,7990,7991" + }, + { + "examine": "This pineapple plant has been cut down.", + "ids": "7992" + }, + { + "examine": "A banana tree sapling has been planted in this fruit tree patch.", + "ids": "7993" + }, + { + "examine": "A banana tree is growing in this fruit tree patch.", + "ids": "7994,7995,7996,7997,7998" + }, + { + "examine": "A fully grown banana tree.", + "ids": "7999,8000" + }, + { + "examine": "There is a single banana on this banana tree.", + "ids": "8001" + }, + { + "examine": "There are two bananas on this banana tree.", + "ids": "8002" + }, + { + "examine": "There are three bananas on this banana tree.", + "ids": "8003" + }, + { + "examine": "There are four bananas on this banana tree.", + "ids": "8004" + }, + { + "examine": "There are five bananas on this banana tree.", + "ids": "8005" + }, + { + "examine": "There are six bananas on this banana tree.", + "ids": "8006" + }, + { + "examine": "This banana looks like it could do with pruning with secateurs.", + "ids": "8007,8008,8009,8010,8011,8012" + }, + { + "examine": "This banana tree has become diseased and died.", + "ids": "8013,8014,8015,8016,8017,8018" + }, + { + "examine": "This banana tree has been cut down.", + "ids": "8019" + }, + { + "examine": "A curry tree sapling has been planted in this fruit tree patch.", + "ids": "8020" + }, + { + "examine": "A curry tree is growing in this fruit tree patch.", + "ids": "8021,8022,8023,8024,8025" + }, + { + "examine": "A fully grown curry tree.", + "ids": "8026" + }, + { + "examine": "There is a single curry leaf on this curry tree.", + "ids": "8027" + }, + { + "examine": "There are two curry leaves on this curry tree.", + "ids": "8028" + }, + { + "examine": "There are three curry leaves on this curry tree.", + "ids": "8029" + }, + { + "examine": "There are four curry leaves on this curry tree.", + "ids": "8030" + }, + { + "examine": "There are five curry leaves on this curry tree.", + "ids": "8031" + }, + { + "examine": "There are six curry leaves on this curry tree.", + "ids": "8032" + }, + { + "examine": "A fully grown curry tree.", + "ids": "8033" + }, + { + "examine": "This curry tree looks like it could do with pruning with secateurs.", + "ids": "8034,8035,8036,8037,8038,8039" + }, + { + "examine": "This curry tree has become diseased and died.", + "ids": "8040,8041,8042,8043,8044,8045" + }, + { + "examine": "This curry tree has been cut down.", + "ids": "8046" + }, + { + "examine": "You can grow Fruit Trees in this Farming patch.", + "ids": "8047,8048,8049,8050" + }, + { + "examine": "An orange tree sapling has been planted in this fruit tree patch.", + "ids": "8051" + }, + { + "examine": "An orange tree is growing in this fruit tree patch.", + "ids": "8052,8053,8054,8055,8056" + }, + { + "examine": "A fully grown orange tree.", + "ids": "8057" + }, + { + "examine": "There is a single orange on this orange tree.", + "ids": "8058" + }, + { + "examine": "There are two oranges on this orange tree.", + "ids": "8059" + }, + { + "examine": "There are three oranges on this orange tree.", + "ids": "8060" + }, + { + "examine": "There are four oranges on this orange tree.", + "ids": "8061" + }, + { + "examine": "There are five oranges on this orange tree.", + "ids": "8062" + }, + { + "examine": "There are six oranges on this orange tree.", + "ids": "8063" + }, + { + "examine": "A fully grown orange tree.", + "ids": "8064" + }, + { + "examine": "This orange tree looks like it could do with pruning with secateurs.", + "ids": "8065,8066,8067,8068,8069,8070" + }, + { + "examine": "This orange tree has become diseased and died.", + "ids": "8071,8072,8073,8074,8075,8076" + }, + { + "examine": "This orange tree has been cut down.", + "ids": "8077" + }, + { + "examine": "A palm tree sapling has been planted in this fruit tree patch.", + "ids": "8078" + }, + { + "examine": "A palm tree is growing in this fruit tree patch.", + "ids": "8079,8080,8081,8082,8083" + }, + { + "examine": "A fully grown palm tree.", + "ids": "8084" + }, + { + "examine": "There is a single coconut on this palm tree.", + "ids": "8085" + }, + { + "examine": "There are two coconuts on this palm tree.", + "ids": "8086" + }, + { + "examine": "There are three coconuts on this palm tree.", + "ids": "8087" + }, + { + "examine": "There are four coconuts on this palm tree.", + "ids": "8088" + }, + { + "examine": "There are five coconuts on this palm tree.", + "ids": "8089" + }, + { + "examine": "There are six coconuts on this palm tree.", + "ids": "8090" + }, + { + "examine": "A fully grown palm tree.", + "ids": "8091" + }, + { + "examine": "This palm tree looks like it could do with pruning with secateurs.", + "ids": "8092,8093,8094,8095,8096,8097" + }, + { + "examine": "This palm tree has become diseased and died.", + "ids": "8098,8099,8100,8101,8102,8103" + }, + { + "examine": "This palm tree has been cut down.", + "ids": "8104" + }, + { + "examine": "A papaya tree sapling has been planted in this fruit tree patch.", + "ids": "8105" + }, + { + "examine": "A papaya tree is growing in this fruit tree patch.", + "ids": "8106,8107,8108,8109,8110" + }, + { + "examine": "A fully grown papaya tree", + "ids": "8111" + }, + { + "examine": "There is a single papaya fruit on this tree.", + "ids": "8112" + }, + { + "examine": "There are two papaya fruits on this tree.", + "ids": "8113" + }, + { + "examine": "There are three papaya fruits on this tree.", + "ids": "8114" + }, + { + "examine": "There are four papaya fruits on this tree.", + "ids": "8115" + }, + { + "examine": "There are five papaya fruits on this tree.", + "ids": "8116" + }, + { + "examine": "There are six papaya fruits on this tree.", + "ids": "8117" + }, + { + "examine": "A fully grown papaya tree.", + "ids": "8118" + }, + { + "examine": "This papaya tree looks like it could do with pruning with secateurs.", + "ids": "8119,8120,8121,8122,8123,8124" + }, + { + "examine": "This papaya tree has become diseased and died.", + "ids": "8125,8126,8127,8128,8129,8130" + }, + { + "examine": "This papaya tree has been cut down.", + "ids": "8131" + }, + { + "examine": "You can grow herbs in this Farming patch.", + "ids": "8132,8133,8134,8135,8136,8137,8138" + }, + { + "examine": "Some herb seeds have been sown in this patch.", + "ids": "8139" + }, + { + "examine": "A herb is growing in this patch.", + "ids": "8140,8141,8142" + }, + { + "examine": "A fully grown herb.", + "ids": "8143" + }, + { + "examine": "These herbs have become diseased.", + "ids": "8144,8145,8146" + }, + { + "examine": "These herbs have become diseased and died.", + "ids": "8147,8148,8149,8150,8151,8152,8153" + }, + { + "examine": "Asgarnian hop seeds have been sown in this farming patch.", + "ids": "8154" + }, + { + "examine": "Asgarnian hops are growing in this farming patch.", + "ids": "8155,8156,8157,8158" + }, + { + "examine": "These are fully grown Asgarnian Hops.", + "ids": "8159" + }, + { + "examine": "Asgarnian hop seeds have been sown in this farming patch.", + "ids": "8160" + }, + { + "examine": "Asgarnian hops are growing in this farming patch.", + "ids": "8161,8162,8163,8164" + }, + { + "examine": "These Asgarnian Hop plants are diseased.", + "ids": "8165,8166,8167,8168" + }, + { + "examine": "These Asgarnian Hop plants have died from disease.", + "ids": "8169,8170,8171,8172,8173,8174,8175,8176" + }, + { + "examine": "Hammerstone Hop seeds have been sown in this farming patch.", + "ids": "8177" + }, + { + "examine": "Hammerstone Hops are growing in this farming patch.", + "ids": "8178,8179,8180" + }, + { + "examine": "These are fully grown Hammerstone Hops.", + "ids": "8181" + }, + { + "examine": "Hammerstone Hop seeds have been sown in this farming patch.", + "ids": "8182" + }, + { + "examine": "Hammerstone Hops are growing in this farming patch.", + "ids": "8183,8184,8185" + }, + { + "examine": "These Hammerstone Hops are diseased.", + "ids": "8186,8187,8188" + }, + { + "examine": "These Hammerstone Hops have died from disease.", + "ids": "8189,8190,8191" + }, + { + "examine": "Barley seeds have been sown in this farming patch.", + "ids": "8192" + }, + { + "examine": "Barley is growing in this farming patch.", + "ids": "8193,8194,8195" + }, + { + "examine": "This patch is full of Barley.", + "ids": "8196" + }, + { + "examine": "Barley seeds have been sown in this farming patch.", + "ids": "8197" + }, + { + "examine": "Barley is growing in this farming patch.", + "ids": "8198,8199,8200" + }, + { + "examine": "This Barley is diseased.", + "ids": "8201,8202,8203" + }, + { + "examine": "This Barley has died from disease.", + "ids": "8204,8205,8206" + }, + { + "examine": "You can grow hops in this Farming patch.", + "ids": "8207,8208,8209,8210" + }, + { + "examine": "Krandorian Hop seeds have been planted in this farming patch.", + "ids": "8211" + }, + { + "examine": "Krandorian Hops are growing in this farming patch.", + "ids": "8212,8213,8214,8215,8216,8217" + }, + { + "examine": "These are fully grown Krandorian Hops.", + "ids": "8218" + }, + { + "examine": "Krandorian Hop seeds have been planted in this farming patch.", + "ids": "8219" + }, + { + "examine": "Krandorian Hops are growing in this farming patch.", + "ids": "8220,8221,8222,8223,8224,8225" + }, + { + "examine": "These Krandorian Hops are diseased.", + "ids": "8226,8227,8228,8229,8230,8231" + }, + { + "examine": "These Krandorian Hops have died from disease.", + "ids": "8232,8233,8234,8235,8236,8237" + }, + { + "examine": "Jute seeds have been sown in this farming patch.", + "ids": "8238" + }, + { + "examine": "Jute plants are growing in this farming patch.", + "ids": "8239,8240,8241,8242" + }, + { + "examine": "These are fully grown Jute plants.", + "ids": "8243" + }, + { + "examine": "Jute seeds have been sown in this farming patch.", + "ids": "8244" + }, + { + "examine": "Jute plants are growing in this farming patch.", + "ids": "8245,8246,8247,8248" + }, + { + "examine": "These Jute plants are diseased.", + "ids": "8249,8250,8251,8252" + }, + { + "examine": "These Jute plants have died from disease.", + "ids": "8253,8254,8255,8256" + }, + { + "examine": "Wildblood hop seeds have been planted in this farming patch.", + "ids": "8257" + }, + { + "examine": "Wildblood Hops are growing in this farming patch.", + "ids": "8258,8259,8260,8261,8262,8263,8264" + }, + { + "examine": "These are fully grown Wildblood Hops.", + "ids": "8265" + }, + { + "examine": "Wildblood hop seeds have been planted in this farming patch.", + "ids": "8266" + }, + { + "examine": "Wildblood Hops are growing in this farming patch.", + "ids": "8267,8268,8269,8270,8271,8272,8273" + }, + { + "examine": "These Wildblood hops are diseased.", + "ids": "8274,8275,8276,8277,8278,8279,8280" + }, + { + "examine": "These Wildblood Hops have died from disease.", + "ids": "8281,8282,8283,8284,8285,8286,8287" + }, + { + "examine": "Yanillian Hop seeds have been sown in this farming patch.", + "ids": "8288" + }, + { + "examine": "Yanillian Hops are growing in this farming patch.", + "ids": "8289,8290,8291,8292,8293" + }, + { + "examine": "These are fully grown Yanillian Hops.", + "ids": "8294" + }, + { + "examine": "Yanillian Hop seeds have been sown in this farming patch.", + "ids": "8295" + }, + { + "examine": "Yanillian Hops are growing in this farming patch.", + "ids": "8296,8297,8298,8299,8300" + }, + { + "examine": "These Yanillian Hops are diseased.", + "ids": "8301,8302,8303,8304,8305" + }, + { + "examine": "These Yanillian Hops have died from disease.", + "ids": "8306,8307,8308,8309,8310" + }, + { + "examine": "You can grow Bittercap mushrooms in this Farming patch.", + "ids": "8311,8312,8313,8314" + }, + { + "examine": "Bittercap mushroom spores have been sown in this farming patch.", + "ids": "8315" + }, + { + "examine": "Bittercap mushrooms are growing in this farming patch.", + "ids": "8316,8317,8318,8319,8320" + }, + { + "examine": "A patch of Bittercap Mushrooms.", + "ids": "8321,8322,8323,8324,8325,8326" + }, + { + "examine": "These Bittercap mushrooms have become diseased.", + "ids": "8327,8328,8329,8330,8331" + }, + { + "examine": "These Bittercap mushrooms have become diseased and died.", + "ids": "8332,8333,8334,8335,8336,8337,8338" + }, + { + "examine": "You can grow a Spirit Tree in this Farming patch.", + "ids": "8339,8340,8341,8342" + }, + { + "examine": "A Spirit Tree.", + "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356" + }, + { + "examine": "A Spirit Tree stump.", + "ids": "8357" + }, + { + "examine": "Needs pruning before it dies.", + "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369" + }, + { + "examine": "Oh dear, your spirit tree has died.", + "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391" + }, + { + "examine": "You can grow trees in this Farming patch.", + "ids": "8392,8393,8394,8395" + }, + { + "examine": "A Magic Tree sapling has been planted in this tree patch.", + "ids": "8396" + }, + { + "examine": "A Magic Tree is growing in this tree patch.", + "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407" + }, + { + "examine": "A fully grown Magic Tree.", + "ids": "8408,8409" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8410" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422" + }, + { + "examine": "This Magic Tree has become diseased and died.", + "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434" + }, + { + "examine": "A Maple tree sapling has been planted in this tree patch.", + "ids": "8435" + }, + { + "examine": "A Maple tree is growing in this tree patch.", + "ids": "8436,8437,8438,8439,8440,8441,8442" + }, + { + "examine": "A fully grown Maple tree.", + "ids": "8443,8444" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8445" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8446,8447,8448,8449,8450,8451,8452,8453" + }, + { + "examine": "This Maple tree has become diseased and died.", + "ids": "8454,8455,8456,8457,8458,8459,8460,8461" + }, + { + "examine": "An Oak sapling has been planted in this tree patch.", + "ids": "8462" + }, + { + "examine": "An Oak tree is growing in this tree patch.", + "ids": "8463,8464,8465" + }, + { + "examine": "A fully grown Oak tree.", + "ids": "8466,8467" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8468,8469,8470,8471,8472" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8473,8474,8475,8476" + }, + { + "examine": "This Oak tree has become diseased and died.", + "ids": "8477,8478,8479,8480" + }, + { + "examine": "A Willow sapling has been planted in this tree patch.", + "ids": "8481" + }, + { + "examine": "A Willow tree is growing in this tree patch.", + "ids": "8482,8483,8484,8485,8486" + }, + { + "examine": "A fully grown Willow tree.", + "ids": "8487,8488" + }, + { + "examine": "You can uproot this stump with a spade.", + "ids": "8489" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8490,8491,8492,8493,8494,8495" + }, + { + "examine": "This Willow tree has become diseased and died.", + "ids": "8496,8497,8498,8499,8500,8501" + }, + { + "examine": "A Yew sapling has been planted in this tree patch.", + "ids": "8502" + }, + { + "examine": "A Yew tree is growing in this tree patch.", + "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511" + }, + { + "examine": "A fully grown Yew tree.", + "ids": "8512,8513" + }, + { + "examine": "You can uproot this tree stump with a spade.", + "ids": "8514" + }, + { + "examine": "To remove all signs of disease, prune the tree with secateurs.", + "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524" + }, + { + "examine": "This Yew tree has become diseased and died.", + "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534" + }, + { + "examine": "Cabbage seeds have been sown in this allotment.", + "ids": "8535" + }, + { + "examine": "Cabbages are growing in this allotment.", + "ids": "8536,8537,8538" + }, + { + "examine": "These cabbages could do with harvesting.", + "ids": "8539" + }, + { + "examine": "Cabbages are growing in this allotment.", + "ids": "8540,8541,8542,8543" + }, + { + "examine": "These cabbages have become diseased and need tending.", + "ids": "8544,8545,8546" + }, + { + "examine": "These cabbages have become diseased and died.", + "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557" + }, + { + "examine": "Potato seeds have been planted in this allotment.", + "ids": "8558" + }, + { + "examine": "Potato plants are growing in this allotment.", + "ids": "8559,8560,8561" + }, + { + "examine": "These potato plants are fully grown.", + "ids": "8562" + }, + { + "examine": "Potato seeds have been planted in this allotment.", + "ids": "8563" + }, + { + "examine": "Potato plants are growing in this allotment.", + "ids": "8564,8565,8566" + }, + { + "examine": "These potato plants are diseased.", + "ids": "8567,8568,8569" + }, + { + "examine": "These potato plants are dead.", + "ids": "8570,8571,8572" + }, + { + "examine": "You can grow fruit and vegetables here.", + "ids": "8573,8574,8575,8576,8577,8578,8579" + }, + { + "examine": "Some onion seeds have sown in this allotment.", + "ids": "8580" + }, + { + "examine": "Some onion plants are growing in this allotment.", + "ids": "8581,8582,8583" + }, + { + "examine": "There are some fully grown onions in this allotment.", + "ids": "8584" + }, + { + "examine": "Some onion seeds have sown in this allotment.", + "ids": "8585" + }, + { + "examine": "Some onion plants are growing in this allotment.", + "ids": "8586,8587,8588" + }, + { + "examine": "These onions have become diseased.", + "ids": "8589,8590,8591" + }, + { + "examine": "These onions have become diseased and died.", + "ids": "8592,8593,8594" + }, + { + "examine": "Strawberry seeds have been sown in this allotment.", + "ids": "8595" + }, + { + "examine": "Strawberry plants are growing in this allotment.", + "ids": "8596,8597,8598,8599,8600" + }, + { + "examine": "These strawberry plants are fully grown.", + "ids": "8601" + }, + { + "examine": "Strawberry seeds have been sown in this allotment.", + "ids": "8602" + }, + { + "examine": "Strawberry plants are growing in this allotment.", + "ids": "8603,8604,8605,8606,8607" + }, + { + "examine": "These strawberry plants have become diseased.", + "ids": "8608,8609,8610,8611,8612" + }, + { + "examine": "These strawberry plants have become diseased and died.", + "ids": "8613,8614,8615,8616,8617" + }, + { + "examine": "Some sweetcorn seeds have been sown in this allotment.", + "ids": "8618" + }, + { + "examine": "Some sweetcorn plants are growing in this allotment.", + "ids": "8619,8620,8621,8622,8623" + }, + { + "examine": "These sweetcorn plants are fully grown.", + "ids": "8624" + }, + { + "examine": "Some sweetcorn seeds have been sown in this allotment.", + "ids": "8625" + }, + { + "examine": "Some sweetcorn plants are growing in this allotment.", + "ids": "8626,8627,8628,8629,8630" + }, + { + "examine": "These sweetcorn plants have been attacked by crows.", + "ids": "8631,8632,8633,8634,8635" + }, + { + "examine": "These sweetcorn plants have become diseased and died.", + "ids": "8636,8637,8638,8639,8640" + }, + { + "examine": "Tomato seeds have been sown in this allotment.", + "ids": "8641" + }, + { + "examine": "Tomato plants are growing in this allotment.", + "ids": "8642,8643,8644" + }, + { + "examine": "These tomato plants are fully grown.", + "ids": "8645" + }, + { + "examine": "Tomato seeds have been sown in this allotment.", + "ids": "8646" + }, + { + "examine": "Tomato plants are growing in this allotment.", + "ids": "8647,8648,8649" + }, + { + "examine": "These tomato plants have become diseased.", + "ids": "8650,8651,8652" + }, + { + "examine": "These tomato plants have become diseased and died.", + "ids": "8653,8654,8655" + }, + { + "examine": "Watermelon seeds have been sown in this allotment.", + "ids": "8656" + }, + { + "examine": "Watermelons are growing in this allotment.", + "ids": "8657,8658,8659,8660,8661,8662,8663" + }, + { + "examine": "These watermelons could do with harvesting.", + "ids": "8664" + }, + { + "examine": "Watermelon seeds have been sown in this allotment.", + "ids": "8665" + }, + { + "examine": "Watermelons are growing in this allotment.", + "ids": "8666,8667,8668,8669,8670,8671,8672" + }, + { + "examine": "These watermelons have become diseased and need tending.", + "ids": "8673,8674,8675,8676,8677,8678,8679" + }, + { + "examine": "These watermelon plants have become diseased and died.", + "ids": "8680" + }, + { + "examine": "These watermelons have become diseased and died.", + "ids": "8681,8682,8683,8684,8685,8686,8687" + }, + { + "examine": "The perfect accompaniment to a bedroom.", + "ids": "8688" + }, + { + "examine": "Fit for milking.", + "ids": "8689" + }, + { + "examine": "Each full of milk no doubt.", + "ids": "8690,8691,8692,8693,8694" + }, + { + "examine": "The door is closed.", + "ids": "8695" + }, + { + "examine": "The door is open.", + "ids": "8696,8697,8698" + }, + { + "examine": "After working with livestock, why not wash your hands?", + "ids": "8699" + }, + { + "examine": "For putting things on.", + "ids": "8700" + }, + { + "examine": "Someone's been preparing meat.", + "ids": "8701" + }, + { + "examine": "A barrel for collecting rain water.", + "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711" + }, + { + "examine": "A grand old fireplace.", + "ids": "8712" + }, + { + "examine": "I bet there's a needle in it somewhere.", + "ids": "8713,8714,8715,8716" + }, + { + "examine": "A loom.", + "ids": "8717,8718,8719,8720,8721,8722,8723,8724" + }, + { + "examine": "A little rock.", + "ids": "8725" + }, + { + "examine": "A small chunk of rock.", + "ids": "8726" + }, + { + "examine": "They're not floating, even though it may look like they are!", + "ids": "8727" + }, + { + "examine": "A deposit of rocks.", + "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736" + }, + { + "examine": "This tap runs from the apple crushing barrel.", + "ids": "8737" + }, + { + "examine": "You can walk through these doors.", + "ids": "8738,8739,8740,8741" + }, + { + "examine": "An odd looking tree.", + "ids": "8742,8743" + }, + { + "examine": "I can climb this.", + "ids": "8744,8745" + }, + { + "examine": "I can climb down this.", + "ids": "8746" + }, + { + "examine": "A local water source.", + "ids": "8747" + }, + { + "examine": "Used for spinning thread.", + "ids": "8748" + }, + { + "examine": "A Shrine to the glory of Seren.", + "ids": "8749" + }, + { + "examine": "I can cook here.", + "ids": "8750" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "8751" + }, + { + "examine": "A good source of books!", + "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766" + }, + { + "examine": "The lamp has a glowing crystal at its core.", + "ids": "8767" + }, + { + "examine": "A table.", + "ids": "8768,8769" + }, + { + "examine": "A chair.", + "ids": "8770" + }, + { + "examine": "A painting of an elf standing in some woodland.", + "ids": "8771" + }, + { + "examine": "Sit back and relax...", + "ids": "8772" + }, + { + "examine": "A useful ranging device.", + "ids": "8773,8774" + }, + { + "examine": "Use these with bows.", + "ids": "8775" + }, + { + "examine": "Tailor-made for needlework supplies.", + "ids": "8776,8777" + }, + { + "examine": "I'm guessing it's for making elven clothes.", + "ids": "8778" + }, + { + "examine": "Helps make elf clothing.", + "ids": "8779,8780,8781,8782" + }, + { + "examine": "I wonder what's under it?", + "ids": "8783,8784" + }, + { + "examine": "I can climb this.", + "ids": "8785" + }, + { + "examine": "The door is closed.", + "ids": "8786,8787,8788,8789" + }, + { + "examine": "The door is open.", + "ids": "8790,8791,8792,8793,8794" + }, + { + "examine": "Makes gnomes taller.", + "ids": "8795" + }, + { + "examine": "Makes creatures taller.", + "ids": "8796" + }, + { + "examine": "I wonder what's inside.", + "ids": "8797" + }, + { + "examine": "Perhaps I should search it.", + "ids": "8798" + }, + { + "examine": "The desk of the head mourner.", + "ids": "8799" + }, + { + "examine": "I wonder what's inside.", + "ids": "8800" + }, + { + "examine": "A sack full of grain.", + "ids": "8801,8802,8803" + }, + { + "examine": "These have grain in them.", + "ids": "8804,8805,8806" + }, + { + "examine": "An empty barrel.", + "ids": "8807" + }, + { + "examine": "A barrel full of mushed apples.", + "ids": "8808" + }, + { + "examine": "A pile of rotten apples!", + "ids": "8809" + }, + { + "examine": "A wooden gate.", + "ids": "8810,8811,8812,8813" + }, + { + "examine": "A well slept in bed.", + "ids": "8814,8815,8816,8817" + }, + { + "examine": "The door is closed.", + "ids": "8818" + }, + { + "examine": "The door is open.", + "ids": "8819" + }, + { + "examine": "Solid iron bars.", + "ids": "8820,8821,8822,8823,8824,8825,8826,8827" + }, + { + "examine": "Heavy.", + "ids": "8828,8829,8830" + }, + { + "examine": "You can 'cart' things around on this.", + "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839" + }, + { + "examine": "I feel the need to throw a rotten cabbage!", + "ids": "8840,8841" + }, + { + "examine": "Nothing growing on this tree at the moment...", + "ids": "8842" + }, + { + "examine": "Mmmmm, nice juicy apples!", + "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860" + }, + { + "examine": "This is a special hops patch.", + "ids": "8861,8862,8863,8864" + }, + { + "examine": "Kelda Hop seeds have been sown in this farming patch.", + "ids": "8865" + }, + { + "examine": "Kelda Hops are growing in this farming patch.", + "ids": "8866,8867,8868" + }, + { + "examine": "These are fully grown Kelda Hops.", + "ids": "8869" + }, + { + "examine": "A barrel of Kelda Stout.", + "ids": "8870" + }, + { + "examine": "This vat contains Kelda hops.", + "ids": "8871" + }, + { + "examine": "Kelda Stout is fermenting in this vat.", + "ids": "8872,8873" + }, + { + "examine": "This vat contains Kelda Stout.", + "ids": "8874,8875,8876,8877" + }, + { + "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.", + "ids": "8878" + }, + { + "examine": "A strange box of some kind.", + "ids": "8879" + }, + { + "examine": "A strange box of some kind. It's open.", + "ids": "8880" + }, + { + "examine": "A small cave entrance.", + "ids": "8881,8882,8883,8884,8885" + }, + { + "examine": "Keeps mine carts from rolling away.", + "ids": "8886" + }, + { + "examine": "Cart tracks.", + "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898" + }, + { + "examine": "A support for the tracks.", + "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909" + }, + { + "examine": "These books contain all sorts of data on the Red Axe.", + "ids": "8910" + }, + { + "examine": "Big mysterious crates. You wonder what could be inside.", + "ids": "8911" + }, + { + "examine": "Wooden crates with metal edges, contents unknown.", + "ids": "8912" + }, + { + "examine": "Big mysterious crates. There are some papers on top.", + "ids": "8913,8914,8915,8916,8917" + }, + { + "examine": "A symbol of the Red Axe.", + "ids": "8918,8919,8920,8921,8922,8923" + }, + { + "examine": "A steam powered cart.", + "ids": "8924,8925" + }, + { + "examine": "A short long boat!", + "ids": "8926" + }, + { + "examine": "Best used with a bucket.", + "ids": "8927,8928" + }, + { + "examine": "A deep and terrifying cave.", + "ids": "8929" + }, + { + "examine": "It looks cold in there.", + "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949" + }, + { + "examine": "A big slimy lump of rock.", + "ids": "8950" + }, + { + "examine": "A slimy lump of rock.", + "ids": "8951" + }, + { + "examine": "A slippery looking rock.", + "ids": "8952,8953" + }, + { + "examine": "A tall flag blowing in the wind.", + "ids": "8954,8955" + }, + { + "examine": "I could climb this if I wanted.", + "ids": "8956,8957" + }, + { + "examine": "There must be some trick to opening this...", + "ids": "8958,8959,8960" + }, + { + "examine": "It's opening...", + "ids": "8961" + }, + { + "examine": "Apparently there was some trick to opening it!", + "ids": "8962" + }, + { + "examine": "Not as difficult to walk through as it was a minute ago.", + "ids": "8963,8964,8965" + }, + { + "examine": "Steps*Leads to the surface.", + "ids": "1337" + }, + { + "examine": "A sturdy looking door, propped shut with a support.", + "ids": "8967,8968,8969,8970,8971" + }, + { + "examine": "A portal back to the real world...", + "ids": "8972" + }, + { + "examine": "One of the most common trees in 2009Scape.", + "ids": "8973" + }, + { + "examine": "A commonly found tree.", + "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984" + }, + { + "examine": "Steam seems to be condensing into the pot. Neat trick!", + "ids": "8985" + }, + { + "examine": "I can see fish swimming in the water. Well, they sort of look like fish...", + "ids": "8986" + }, + { + "examine": "A portal that leads... somewhere?", + "ids": "8987" + }, + { + "examine": "I wonder what's inside...", + "ids": "8988" + }, + { + "examine": "Someone's looking through the chest.", + "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997" + }, + { + "examine": "An appendage for activating something.", + "ids": "8998,8999,9000,9001,9002,9003,9004,9005" + }, + { + "examine": "A place to cremate the dead. Needs a body.", + "ids": "9006,9007" + }, + { + "examine": "A place to cremate the dead. Needs a light.", + "ids": "9008,9009" + }, + { + "examine": "This has broad leaves.", + "ids": "9010,9011,9012,9013" + }, + { + "examine": "This has been chopped away.", + "ids": "9014" + }, + { + "examine": "This has broad leaves.", + "ids": "9015,9016,9017,9018" + }, + { + "examine": "This has been chopped away.", + "ids": "9019" + }, + { + "examine": "This has broad leaves.", + "ids": "9020,9021,9022,9023" + }, + { + "examine": "This has been chopped away.", + "ids": "9024" + }, + { + "examine": "A damaged wooden fence.", + "ids": "9025,9026,9027,9028" + }, + { + "examine": "A wooden fence.", + "ids": "9029" + }, + { + "examine": "Gems encrusted in stone.", + "ids": "9030,9031,9032" + }, + { + "examine": "Many rare plants such as this usually have exotic tubers.", + "ids": "9033" + }, + { + "examine": "A beautiful old mahogany tree.", + "ids": "9034" + }, + { + "examine": "This once was a beautiful tree.", + "ids": "9035" + }, + { + "examine": "A beautiful old teak tree.", + "ids": "9036" + }, + { + "examine": "This tree has been cut down.", + "ids": "9037" + }, + { + "examine": "A set of large, sturdy wooden doors.", + "ids": "9038,9039,9040,9041,9042,9043" + }, + { + "examine": "Some goutweed is growing in this patch.", + "ids": "9044,9045,9046,9047" + }, + { + "examine": "Some fully grown goutweed.", + "ids": "9048" + }, + { + "examine": "This goutweed has become diseased.", + "ids": "9049,9050,9051" + }, + { + "examine": "This goutweed has become diseased and died.", + "ids": "9052,9053,9054,9055,9056,9057" + }, + { + "examine": "He's not stocking much.", + "ids": "9058" + }, + { + "examine": "He's stocking rune caskets.", + "ids": "9059" + }, + { + "examine": "He's stocking blackjacks.", + "ids": "9060" + }, + { + "examine": "He's stocking fez hats.", + "ids": "9061" + }, + { + "examine": "He's stocking rune caskets.", + "ids": "9062" + }, + { + "examine": "He's stocking colourful clothes.", + "ids": "9063" + }, + { + "examine": "A wooden crate.", + "ids": "9064,9065" + }, + { + "examine": "A wooden crate containing caskets.", + "ids": "9066,9067" + }, + { + "examine": "A wooden crate containing Blackjacks.", + "ids": "9068,9069" + }, + { + "examine": "A wooden crate containing fez hats.", + "ids": "9070" + }, + { + "examine": "A wooden crate containing clothes.", + "ids": "9071" + }, + { + "examine": "Boxy.", + "ids": "9072,9073" + }, + { + "examine": "boxy", + "ids": "9074,9075" + }, + { + "examine": "This cloth has been dyed.", + "ids": "9076" + }, + { + "examine": "Mmmm pretty!", + "ids": "9077,9078" + }, + { + "examine": "These dyed fabrics are drying off.", + "ids": "9079,9080,9081" + }, + { + "examine": "Items for making clothes are kept on here.", + "ids": "9082" + }, + { + "examine": "Pots full of dye.", + "ids": "9083" + }, + { + "examine": "A way down.", + "ids": "9084" + }, + { + "examine": "There's not much coke in the stove.", + "ids": "9085" + }, + { + "examine": "There's a fair amount of coke in the stove.", + "ids": "9086" + }, + { + "examine": "There's lots of coke in the stove.", + "ids": "9087" + }, + { + "examine": "A big pile of refined coal.", + "ids": "9088" + }, + { + "examine": "You can read the furnace temperature here.", + "ids": "9089" + }, + { + "examine": "Used to pump hot air through the furnace.", + "ids": "9090" + }, + { + "examine": "Bars come out of the blast furnace here.", + "ids": "9091,9092" + }, + { + "examine": "Your bars will come out here.", + "ids": "9093,9094" + }, + { + "examine": "The bars are glowing hot!", + "ids": "9095" + }, + { + "examine": "Your bars are ready to take.", + "ids": "9096" + }, + { + "examine": "They power the conveyor belt.", + "ids": "9097" + }, + { + "examine": "The foreman refers to it as 'Bertha'.", + "ids": "9098" + }, + { + "examine": "It shows that the furnace is working.", + "ids": "9099" + }, + { + "examine": "Ore rides this into the blast furnace.", + "ids": "9100,9101" + }, + { + "examine": "It keeps the conveyor belt running.", + "ids": "9102" + }, + { + "examine": "Fix it, quick!", + "ids": "9103" + }, + { + "examine": "They keep the conveyor belt running.", + "ids": "9104" + }, + { + "examine": "Fix them, quick!", + "ids": "9105" + }, + { + "examine": "It keeps the conveyor belt turning.", + "ids": "9106,9107" + }, + { + "examine": "They keep the conveyor belt turning.", + "ids": "9108,9109,9110,9111,9112,9113,9114" + }, + { + "examine": "It shows that the furnace is working.", + "ids": "9115" + }, + { + "examine": "Hot air circulates through these.", + "ids": "9116" + }, + { + "examine": "Quick, fix them!", + "ids": "9117,9118,9119" + }, + { + "examine": "Hot air circulates through these.", + "ids": "9120" + }, + { + "examine": "Quick, fix them!", + "ids": "9121,9122" + }, + { + "examine": "It shows the furnace is working.", + "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137" + }, + { + "examine": "A way upwards.", + "ids": "9138,9139" + }, + { + "examine": "The gate is closed.", + "ids": "9140,9141" + }, + { + "examine": "The gate is open.", + "ids": "9142" + }, + { + "examine": "Used for getting water.", + "ids": "9143" + }, + { + "examine": "Some kind of jewellery is dangling from this ornament.", + "ids": "9144" + }, + { + "examine": "Someone's showing off their wealth!", + "ids": "9145" + }, + { + "examine": "Filled to the brim with knowledge.", + "ids": "9146,9147" + }, + { + "examine": "A nicely carved wooden chair.", + "ids": "9148" + }, + { + "examine": "An expensive privacy aid!", + "ids": "9149" + }, + { + "examine": "An old wall.", + "ids": "9150" + }, + { + "examine": "Security breach!", + "ids": "9151" + }, + { + "examine": "A patched up hole.", + "ids": "9152,9153,9154" + }, + { + "examine": "'You are here.'", + "ids": "9155" + }, + { + "examine": "An elegant desk with a curious ornament on it.", + "ids": "9156" + }, + { + "examine": "Someone's gold-trimmed this Saradomin armour!", + "ids": "9157,9158" + }, + { + "examine": "Lit to remember the souls of the departed.", + "ids": "9159,9160,9161,9162,9163,9164,9165" + }, + { + "examine": "You can grow delphiniums in this Farming patch.", + "ids": "9166,9167,9168,9169" + }, + { + "examine": "Delphinium seeds have been sown in this farming patch.", + "ids": "9170" + }, + { + "examine": "Beautiful.", + "ids": "9171,9172" + }, + { + "examine": "These delphiniums are fully grown.", + "ids": "9173,9174,9175,9176" + }, + { + "examine": "You can grow a pink rose bush in this patch.", + "ids": "9177,9178,9179,9180" + }, + { + "examine": "You can grow a white rose bush in this patch.", + "ids": "9181,9182,9183,9184" + }, + { + "examine": "You can grow a red rose bush in this patch.", + "ids": "9185,9186,9187,9188" + }, + { + "examine": "A rose bush.", + "ids": "9189,9190,9191" + }, + { + "examine": "This white rosebush is fully grown.", + "ids": "9192" + }, + { + "examine": "A rose bush.", + "ids": "9193" + }, + { + "examine": "This red rosebush is fully grown.", + "ids": "9194" + }, + { + "examine": "A pink rosebush.", + "ids": "9195" + }, + { + "examine": "This pink rosebush is fully grown.", + "ids": "9196,9197,9198" + }, + { + "examine": "A plantpot of pink orchids.", + "ids": "9199,9200,9201" + }, + { + "examine": "These pink orchids are fully grown.", + "ids": "9202" + }, + { + "examine": "An empty plantpot.", + "ids": "9203" + }, + { + "examine": "A plantpot filled with soil.", + "ids": "9204" + }, + { + "examine": "A plantpot of yellow orchids.", + "ids": "9205,9206,9207" + }, + { + "examine": "These yellow orchids are fully grown.", + "ids": "9208,9209" + }, + { + "examine": "You can grow a White Tree in this patch.", + "ids": "9210,9211,9212,9213" + }, + { + "examine": "A White Tree sapling has been planted in this patch.", + "ids": "9214" + }, + { + "examine": "A White Tree is growing in this patch.", + "ids": "9215,9216,9217" + }, + { + "examine": "This White Tree is fully grown.", + "ids": "9218" + }, + { + "examine": "This White Tree bears a single fruit.", + "ids": "9219" + }, + { + "examine": "This White Tree bears two fruits.", + "ids": "9220" + }, + { + "examine": "This White Tree bears three fruits.", + "ids": "9221" + }, + { + "examine": "This White Tree bears four fruits.", + "ids": "9222,9223" + }, + { + "examine": "You can grow snowdrops in this Farming patch.", + "ids": "9224,9225,9226,9227" + }, + { + "examine": "A patch of snowdrops.", + "ids": "9228,9229,9230" + }, + { + "examine": "These snowdrops are fully grown.", + "ids": "9231,9232" + }, + { + "examine": "You can grow Burthorpe Vine in this patch.", + "ids": "9233" + }, + { + "examine": "You can grow Burthorpe Vines in this patch.", + "ids": "9234,9235,9236" + }, + { + "examine": "Burthorpe vines are growing in this patch.", + "ids": "9237,9238,9239" + }, + { + "examine": "These Burthorpe vines are fully grown.", + "ids": "9240" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9241,9242" + }, + { + "examine": "What a good likeness!", + "ids": "9243" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9244" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "9245" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9246" + }, + { + "examine": "What a good likeness!", + "ids": "9247" + }, + { + "examine": "An empty plinth for a statue.", + "ids": "9248" + }, + { + "examine": "An expertly carved statue of a former King of Misthalin.", + "ids": "9249,9250,9251,9252,9253,9254" + }, + { + "examine": "These grapevines look much healthier now.", + "ids": "9255" + }, + { + "examine": "These grapevines are suffering from some strange disease.", + "ids": "9256" + }, + { + "examine": "Some wild-looking grass.", + "ids": "9257,9258,9259" + }, + { + "examine": "Some red roses.", + "ids": "9260" + }, + { + "examine": "Some pink roses.", + "ids": "9261" + }, + { + "examine": "Some white roses.", + "ids": "9262" + }, + { + "examine": "A White Tree.", + "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "9291" + }, + { + "examine": "An expertly carved statue of a former Queen of Misthalin.", + "ids": "9292" + }, + { + "examine": "Funny looking holes that don't look too inviting.", + "ids": "9294" + }, + { + "examine": "A rocky outcrop.", + "ids": "9296,9297,9298" + }, + { + "examine": "Ornate railing.", + "ids": "9299" + }, + { + "examine": "Wooden fencing.", + "ids": "9300" + }, + { + "examine": "A well constructed castle wall.", + "ids": "9301" + }, + { + "examine": "A rather strategically placed hole, which appears to be in the ground.", + "ids": "9302" + }, + { + "examine": "A rocky outcrop.", + "ids": "9303,9304,9305,9306" + }, + { + "examine": "A well weathered wall.", + "ids": "9307,9308" + }, + { + "examine": "A tunnel leading under the wall.", + "ids": "9309,9310" + }, + { + "examine": "An underwall tunnel.", + "ids": "9311,9312" + }, + { + "examine": "Looks suspicious.", + "ids": "9313" + }, + { + "examine": "A wall jutting out into the path.", + "ids": "9314" + }, + { + "examine": "I can jump from this stepping stone.", + "ids": "9315" + }, + { + "examine": "A rocky outcrop.", + "ids": "9316,9317,9318" + }, + { + "examine": "A chain rope", + "ids": "9319,9320" + }, + { + "examine": "A few rocks short of a wall", + "ids": "9321" + }, + { + "examine": "The foam from the river makes this log very slippy.", + "ids": "9322,9323,9324" + }, + { + "examine": "Just another crack in the wall.", + "ids": "9325" + }, + { + "examine": "Funny looking holes that don't look too inviting.", + "ids": "9326" + }, + { + "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.", + "ids": "9327" + }, + { + "examine": "A slippery well worn log.", + "ids": "9328,9329,9330" + }, + { + "examine": "A rocky outcrop.", + "ids": "9331,9332,9333" + }, + { + "examine": "Used to be ornate, now it's a little bit vandalised.", + "ids": "9334" + }, + { + "examine": "A rocky outcrop.", + "ids": "9335,9336" + }, + { + "examine": "Used to be ornate, now it's a little bit vandalised.", + "ids": "9337" + }, + { + "examine": "Should scare off the birds...", + "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353" + }, + { + "examine": "This looks like the way out.", + "ids": "9354" + }, + { + "examine": "A cave deep into the volcano.", + "ids": "9355" + }, + { + "examine": "A cave deeper into the volcano.", + "ids": "9356,9357" + }, + { + "examine": "A cave deep into the volcano.", + "ids": "9358" + }, + { + "examine": "This looks like the way out.", + "ids": "9359,9360,9361,9362,9363,9364,9365" + }, + { + "examine": "The barrier of heat is down.", + "ids": "9366" + }, + { + "examine": "A barrier of heat.", + "ids": "9367,9368,9369,9370,9371,9372,9373" + }, + { + "examine": "Hot enough to cook your breakfast on.", + "ids": "9374,9375,9376" + }, + { + "examine": "An egg incubated in the lava.", + "ids": "9377,9378,9379" + }, + { + "examine": "Who's the man?", + "ids": "9380" + }, + { + "examine": "A wooden crate.", + "ids": "9381" + }, + { + "examine": "Some wooden crates.", + "ids": "9382,9383,9384,9385,9386,9387,9388,9389" + }, + { + "examine": "A natural forge using volcanic heat.", + "ids": "9390" + }, + { + "examine": "I spy with my little eye...", + "ids": "9391,9392,9393,9394,9395,9396,9397" + }, + { + "examine": "Lets you put items into your bank.", + "ids": "9398,9399,26969,36788" + }, + { + "examine": "Sparse weeds.", + "ids": "9400" + }, + { + "examine": "Weeds.", + "ids": "9401" + }, + { + "examine": "Thick weeds.", + "ids": "9402" + }, + { + "examine": "This is Unferth's patch for growing potatos.", + "ids": "9403" + }, + { + "examine": "You say Potato, I say Poh-tar-to.", + "ids": "9404,9405,9406,9407" + }, + { + "examine": "Looks like these potatoes have fully grown.", + "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429" + }, + { + "examine": "A nice sturdy bare table.", + "ids": "9430" + }, + { + "examine": "A nice sturdy table.", + "ids": "9431" + }, + { + "examine": "A table with milk.", + "ids": "9432" + }, + { + "examine": "A table with cake.", + "ids": "9433" + }, + { + "examine": "A hearty meal for Unferth.", + "ids": "9434,9435" + }, + { + "examine": "Great for sleeping in.", + "ids": "9436" + }, + { + "examine": "Not so great for sleeping in, it's not made.", + "ids": "9437,9438" + }, + { + "examine": "A fire burns brightly here.", + "ids": "9439" + }, + { + "examine": "An empty fire place.", + "ids": "9440" + }, + { + "examine": "An unlit fire place.", + "ids": "9441,9442" + }, + { + "examine": "A good source of books!", + "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469" + }, + { + "examine": "I can climb these stairs.", + "ids": "9470" + }, + { + "examine": "They go down.", + "ids": "9471" + }, + { + "examine": "What could be down here?", + "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497" + }, + { + "examine": "A small plant, suitable for sandy soil.", + "ids": "9498" + }, + { + "examine": "A decorative plant.", + "ids": "9499" + }, + { + "examine": "A fairly small plant.", + "ids": "9500" + }, + { + "examine": "Another plant.", + "ids": "9501,9502,9503,9504,9505,9506,9507" + }, + { + "examine": "Perfect for snoozing in the sun.", + "ids": "9508" + }, + { + "examine": "Lovely comfy-looking big bed.", + "ids": "9509" + }, + { + "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.", + "ids": "9510,9511,9512,9513" + }, + { + "examine": "Betty's chair.", + "ids": "9514" + }, + { + "examine": "I wonder what she's making?", + "ids": "9515" + }, + { + "examine": "Betty's counter.", + "ids": "9516,9517,9518" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "9519" + }, + { + "examine": "A wooden barrel containing lots of fish.", + "ids": "9520" + }, + { + "examine": "A wooden barrel for storage.", + "ids": "9521" + }, + { + "examine": "How much does this weigh?", + "ids": "9522" + }, + { + "examine": "A case. With books.", + "ids": "9523" + }, + { + "examine": "A mooring chain.", + "ids": "9524" + }, + { + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "9525" + }, + { + "examine": "Betty keeps some rune objects here.", + "ids": "9526,9527,9528,9529" + }, + { + "examine": "A sinister fungus.", + "ids": "9530" + }, + { + "examine": "Sit back and relax...", + "ids": "9531" + }, + { + "examine": "Sit back and enjoy the view.", + "ids": "9532" + }, + { + "examine": "A wooden crate.", + "ids": "9533,9534" + }, + { + "examine": "Some wooden crates.", + "ids": "9535" + }, + { + "examine": "Some wooden boxes.", + "ids": "9536" + }, + { + "examine": "It's used for loading and unloading fishing boats.", + "ids": "9537" + }, + { + "examine": "I hope it doesn't sink.", + "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547" + }, + { + "examine": "A bucket full of red hot coals.", + "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557" + }, + { + "examine": "It leads up.", + "ids": "9558" + }, + { + "examine": "I can climb down this.", + "ids": "9559,9560" + }, + { + "examine": "I guess I could sleep in it if I were really tired.", + "ids": "9561" + }, + { + "examine": "A prison cell door.", + "ids": "9562" + }, + { + "examine": "A locked prison cell door.", + "ids": "9563" + }, + { + "examine": "A prison cell door.", + "ids": "9564" + }, + { + "examine": "Stops people getting out.", + "ids": "9565,9566" + }, + { + "examine": "Ewww!", + "ids": "9567" + }, + { + "examine": "En-suite facilities in every cell!", + "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581" + }, + { + "examine": "I can climb up these stairs.", + "ids": "9582,9583" + }, + { + "examine": "I can climb down these stairs.", + "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603" + }, + { + "examine": "A leafy plant.", + "ids": "9604" + }, + { + "examine": "A leafy fern.", + "ids": "9605" + }, + { + "examine": "A leafy shrub.", + "ids": "9606" + }, + { + "examine": "A case. With books.", + "ids": "9607,9608,9609" + }, + { + "examine": "An artist's easel.", + "ids": "9610" + }, + { + "examine": "A good source of books!", + "ids": "9611" + }, + { + "examine": "The Make-over Mage's bed.", + "ids": "9612" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "9613" + }, + { + "examine": "Generally used for putting things on.", + "ids": "9614" + }, + { + "examine": "A small wooden table.", + "ids": "9615" + }, + { + "examine": "Items are for sale here.", + "ids": "9616" + }, + { + "examine": "All-purpose storage.", + "ids": "9617,9618,9619,9620" + }, + { + "examine": "For sitting.", + "ids": "9621" + }, + { + "examine": "Fancy.", + "ids": "9622,9623" + }, + { + "examine": "It's like a land rudder.", + "ids": "9624" + }, + { + "examine": "A wooden wheelbarrow.", + "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660" + }, + { + "examine": "This tree has been cut down.", + "ids": "9661" + }, + { + "examine": "Popular with farmers and treasure hunters.", + "ids": "9662" + }, + { + "examine": "This tree has fallen to the ground.", + "ids": "9663" + }, + { + "examine": "A gnarly old tree root.", + "ids": "9664" + }, + { + "examine": "The roots of a tree are exposed.", + "ids": "9665" + }, + { + "examine": "I hope I don't trip over any of these.", + "ids": "9666" + }, + { + "examine": "Disturbingly man-like.", + "ids": "9667" + }, + { + "examine": "Its eyes stare off into the distance...", + "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681" + }, + { + "examine": "Expels smoke from the range.", + "ids": "9683" + }, + { + "examine": "Wash your hands!", + "ids": "9684" + }, + { + "examine": "Generally used for putting things on.", + "ids": "9685" + }, + { + "examine": "Some fabric ready for clothing.", + "ids": "9686" + }, + { + "examine": "I'm guessing it's for making women's clothes.", + "ids": "9687,9688" + }, + { + "examine": "Looks like it's for making men's clothes.", + "ids": "9689" + }, + { + "examine": "I think this one's for making men's clothes.", + "ids": "9690,9691,9692,9693" + }, + { + "examine": "Some helpful people have placed notes on here, how nice.", + "ids": "9694" + }, + { + "examine": "This notice board is full of scrolls and charts.", + "ids": "9695" + }, + { + "examine": "I wonder what's inside ?", + "ids": "9696" + }, + { + "examine": "A nice sturdy looking table.", + "ids": "9697,9698,9699,9700,9701" + }, + { + "examine": "This clearly isn't used for dining very often.", + "ids": "9702" + }, + { + "examine": "Not as nice as some.", + "ids": "9703" + }, + { + "examine": "This needs dusting before I'll sit on it.", + "ids": "9704,9705" + }, + { + "examine": "This must let me in to the arena somehow...", + "ids": "9706" + }, + { + "examine": "This must let me out of the arena somehow...", + "ids": "9707" + }, + { + "examine": "A rocky outcrop.", + "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737" + }, + { + "examine": "An old crumbled pillar.", + "ids": "9738,9739,9740" + }, + { + "examine": "Smells like fish.", + "ids": "9741,9742,9743" + }, + { + "examine": "I can climb up here.", + "ids": "9744" + }, + { + "examine": "I can go below decks with this ladder.", + "ids": "9745,9746,9747" + }, + { + "examine": "A collection point.", + "ids": "9748" + }, + { + "examine": "A Lever.", + "ids": "9749,9750" + }, + { + "examine": "A crystal that was broken a long time ago.", + "ids": "9751" + }, + { + "examine": "A repowered crystal.", + "ids": "9752" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9753" + }, + { + "examine": "I wonder what's inside.", + "ids": "9754" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9755" + }, + { + "examine": "I wonder what's inside.", + "ids": "9756" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9757" + }, + { + "examine": "I wonder what's inside.", + "ids": "9758" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9759" + }, + { + "examine": "I wonder what's inside.", + "ids": "9760" + }, + { + "examine": "Perhaps I should search it.", + "ids": "9761" + }, + { + "examine": "I wonder what's inside.", + "ids": "9762" + }, + { + "examine": "A recently killed guard.", + "ids": "9763,9764,9765" + }, + { + "examine": "A recently killed slave.", + "ids": "9766,9767" + }, + { + "examine": "A door of pure light!", + "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897" + }, + { + "examine": "There are holes passing through this pillar.", + "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974" + }, + { + "examine": "I can climb down these.", + "ids": "9975" + }, + { + "examine": "A cave wall.", + "ids": "9976" + }, + { + "examine": "I wonder where this goes?", + "ids": "9977" + }, + { + "examine": "A ladder carved into the wall.", + "ids": "9978,9979" + }, + { + "examine": "A good place for light to merge.", + "ids": "9980" + }, + { + "examine": "A good place for a light crystal.", + "ids": "9981,9982,9983,9984,9985,9986,9987" + }, + { + "examine": "A broken pillar.", + "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001" + }, { "examine": "An ancient elvish light doorway.", "ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013" @@ -55,10 +14071,6 @@ "examine": "A way up.", "ids": "10038,10039,10040" }, - { - "examine": "This section of railing has been broken", - "ids": "1004,1005" - }, { "examine": "The legs probably aren't a natural feature of the tree.", "ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053" @@ -75,10 +14087,6 @@ "examine": "Flag, pole... Yep, it's a flagpole.", "ids": "10057,10058,10059,10060,10061" }, - { - "examine": "There is a hole in this section of the railing.", - "ids": "1006,1007,1008,1009" - }, { "examine": "This must be climbed over.", "ids": "10062" @@ -143,14 +14151,6 @@ "examine": "Almost clear.", "ids": "10099" }, - { - "examine": "I can climb this.", - "ids": "101" - }, - { - "examine": "Someone was thirsty...", - "ids": "1010" - }, { "examine": "Free from weeds.", "ids": "10100" @@ -171,18 +14171,10 @@ "examine": "A stagnant lake.", "ids": "10105,10106,10107,10108,10109,10110,10111,10112,10113,10114,10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10125,10126,10127,10128" }, - { - "examine": "Full of lovely drinks!", - "ids": "1011,1012" - }, { "examine": "A very large pipe.", "ids": "10129,10130,10131,10132,10133,10134,10135" }, - { - "examine": "Storage for cookery items.", - "ids": "1013,32283,40055" - }, { "examine": "Rickety.", "ids": "10136,10137" @@ -195,10 +14187,6 @@ "examine": "It's a palm tree.", "ids": "10139,10140,10141" }, - { - "examine": "Storage for all needs.", - "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047" - }, { "examine": "This controls the entire brewery.", "ids": "10142" @@ -295,30 +14283,10 @@ "examine": "A lit torch.", "ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192" }, - { - "examine": "What kind of sick person keeps a skull on their wall?", - "ids": "1019" - }, { "examine": "A sturdy iron frame, for climbing up and down.", "ids": "10193,10194,10195,10196,10197,10198,10199,10200,10201,10202,10203,10204,10205,10206,10207,10208,10209,10210,10211,10212,10213,10214,10215,10216,10217,10218,10219,10220,10221,10222,10223,10224,10225,10226,10227,10228,10229,10230,10231,10232,10233,10234,10235,10236,10237,10238,10239,10240,10241,10242,10243,10244,10245" }, - { - "examine": "A sturdy door.", - "ids": "102" - }, - { - "examine": "Esoteric artefacts.", - "ids": "1020" - }, - { - "examine": "I don't want to know what's in those little urns.", - "ids": "1021,1022,1023" - }, - { - "examine": "Used for storing things on.", - "ids": "1024" - }, { "examine": "Once upon a time this was used to make pottery.", "ids": "10246" @@ -331,10 +14299,6 @@ "examine": "There was a lot of pottery made here a long time ago.", "ids": "10248,10249" }, - { - "examine": "Tailor made for needlework supplies", - "ids": "1025,1026" - }, { "examine": "Eric's been killed by stones falling from the ceiling!", "ids": "10250" @@ -403,10 +14367,6 @@ "examine": "A display of various relics.", "ids": "10269,10270,10271,10272" }, - { - "examine": "Prepared hides hang here drying.", - "ids": "1027" - }, { "examine": "A collection of rare books.", "ids": "10273" @@ -423,10 +14383,6 @@ "examine": "It's some crates.", "ids": "10279,10280" }, - { - "examine": "This contains dye for leather.", - "ids": "1028,1029" - }, { "examine": "It's a crate.", "ids": "10281" @@ -483,14 +14439,6 @@ "examine": "Opens the rat door.", "ids": "10299" }, - { - "examine": "I wonder what's inside.", - "ids": "103" - }, - { - "examine": "Used to squeeze moisture from the hide.", - "ids": "1030,1031" - }, { "examine": "Contains many rats.", "ids": "10300" @@ -567,10 +14515,6 @@ "examine": "Handy piece of garden decor.", "ids": "10319" }, - { - "examine": "Danger!", - "ids": "1032,5127" - }, { "examine": "Big enough for a cat to get in.", "ids": "10320" @@ -603,10 +14547,6 @@ "examine": "A magical device that enables one to walk through walls.", "ids": "10327,10328,10329,10330,10331,10332,10333,10334" }, - { - "examine": "This tells you which way is which.", - "ids": "1033,1034,1035" - }, { "examine": "Observe the rats.", "ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345" @@ -691,10 +14631,6 @@ "examine": "It's empty.", "ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401" }, - { - "examine": "Perhaps I should search it.", - "ids": "104" - }, { "examine": "It looks like water once ran here.", "ids": "10402,10403" @@ -819,10 +14755,6 @@ "examine": "A small potted plant.", "ids": "10499" }, - { - "examine": "I wonder what that's there for...", - "ids": "105,106" - }, { "examine": "Someone has planted this.", "ids": "10500" @@ -975,10 +14907,6 @@ "examine": "A banner proclaiming your victory over the Giant Champion!", "ids": "10568,10569" }, - { - "examine": "Ye olde Shrimp and Parrot.", - "ids": "1057" - }, { "examine": "A banner proclaiming your victory over the Goblin Champion!", "ids": "10570,10571" @@ -1151,10 +15079,6 @@ "examine": "A box containing unpainted decorations.", "ids": "10679,10680,10681,10682,10683,10684,10685" }, - { - "examine": "The Blue Moon Inn", - "ids": "1068" - }, { "examine": "Box containing blue puppet heads.", "ids": "10686" @@ -1171,10 +15095,6 @@ "examine": "Box containing blue puppet legs.", "ids": "10689" }, - { - "examine": "The Jolly Boar", - "ids": "1069" - }, { "examine": "Box containing red puppet heads.", "ids": "10690" @@ -1215,10 +15135,6 @@ "examine": "You can climb up these.", "ids": "10699,10700" }, - { - "examine": "The Rusty Anchor", - "ids": "1070" - }, { "examine": "A blue crate. Probably containing puppets.", "ids": "10701" @@ -1247,18 +15163,10 @@ "examine": "A wooden ladder.", "ids": "10707,10708,10709" }, - { - "examine": "The Shrimp and Parrot", - "ids": "1071" - }, { "examine": "Pots full of paint.", "ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720" }, - { - "examine": "The Dead Man's Chest", - "ids": "1072" - }, { "examine": "A doorway made of light.", "ids": "10721" @@ -1275,10 +15183,6 @@ "examine": "A pile of animal Bones.", "ids": "10725,10726,10727,10728,10729,10730,10731,10732" }, - { - "examine": "The Rising Sun", - "ids": "1073" - }, { "examine": "Hidden away, I wonder where it goes?", "ids": "10733" @@ -1303,26 +15207,10 @@ "examine": "A statue representing air.", "ids": "10739,10740,10741,10742,10743,10744,10745,10746,10747,10748,10749,10750,10751,10752,10753,10754,10755,10756,10757,10758,10759,10760,10761,10762,10763,10764,10765,10766,10767" }, - { - "examine": "The Forester's Arms", - "ids": "1074" - }, - { - "examine": "The Flying Horse", - "ids": "1075" - }, - { - "examine": "The Dancing Donkey", - "ids": "1076" - }, { "examine": "A place to put your money.", "ids": "10768,10769,10770" }, - { - "examine": "The Dragon Inn", - "ids": "1077" - }, { "examine": "Stairs.", "ids": "10771,10772,10773,10774,10775,10776,10777" @@ -1335,10 +15223,6 @@ "examine": "A teleport to the Enchanting Chamber.", "ids": "10779" }, - { - "examine": "Karamja Spirits bar", - "ids": "1078" - }, { "examine": "A teleport to the Alchemists' Playground.", "ids": "10780" @@ -1355,18 +15239,10 @@ "examine": "This may be worth opening.", "ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798" }, - { - "examine": "North to Varrock :: East to Al-Kharid.", - "ids": "1079" - }, { "examine": "Some simple cubes.", "ids": "10799" }, - { - "examine": "North road to Draynor Village :: East road to Varrock.", - "ids": "1080" - }, { "examine": "A pile of cylindrical shapes.", "ids": "10800" @@ -1403,10 +15279,6 @@ "examine": "A bin full of paper.", "ids": "10809,10810,10811,10812" }, - { - "examine": "North to Draynor Village.", - "ids": "1081" - }, { "examine": "Betty's counter. There is a vial standing on it.", "ids": "10813" @@ -1423,10 +15295,6 @@ "examine": "Doesn't look like the way out.", "ids": "10818,10819" }, - { - "examine": "North to Draynor Manor :: West to Asgarnia.", - "ids": "1082" - }, { "examine": "A glowing barrier of energy prevents your escape.", "ids": "10820,10821,10822,10823" @@ -1443,22 +15311,10 @@ "examine": "Smells like fish.", "ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847" }, - { - "examine": "South to the Wizards' Tower :: East to Lumbridge.", - "ids": "1083" - }, - { - "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.", - "ids": "1084" - }, { "examine": "This leads to a tunnel too steep for me to scale.", "ids": "10848,10849,10850" }, - { - "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.", - "ids": "1085" - }, { "examine": "I can climb this rocky outcrop.", "ids": "10851" @@ -1483,10 +15339,6 @@ "examine": "A gap.", "ids": "10859" }, - { - "examine": "North to Varrock :: East to the Digsite.", - "ids": "1086" - }, { "examine": "A narrow ledge.", "ids": "10860" @@ -1503,18 +15355,10 @@ "examine": "A wooden plank.", "ids": "10867,10868,10869,10870,10871,10872,10873,10874" }, - { - "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.", - "ids": "1087" - }, { "examine": "A stone block.", "ids": "10875,10876,10877,10878,10879,10880,10881" }, - { - "examine": "The ideal thing to sit on.", - "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039" - }, { "examine": "A gap.", "ids": "10882,10883,10884,10885" @@ -1523,18 +15367,6 @@ "examine": "A narrow ledge.", "ids": "10886,10887,10888,10889,10890,10891,10892,10893,10894,10895,10896,10897,10898,10899,10900,10901,10902,10903,10904,10905,10906,10907,10908,10909,10910,10911,10912,10913,10914,10915,10916,10917,10918,10919,10920,10921,10922,10923,10924,10925,10926,10927,10928,10929,10930,10931,10932,10933,10934,10935,10936,10937,10938,10939,10940,10941,10942,10943" }, - { - "examine": "Not so good for sitting on.", - "ids": "1089" - }, - { - "examine": "A comfortable seat.", - "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286" - }, - { - "examine": "Good for sitting on.", - "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033" - }, { "examine": "A rocky outcrop.", "ids": "10944,10945,10946,10947,10948,10949" @@ -1559,18 +15391,10 @@ "examine": "Made of sandstone and granite.", "ids": "10958,10959,10960,10961" }, - { - "examine": "Good for rocking in!", - "ids": "1096" - }, { "examine": "A large statue.", "ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970" }, - { - "examine": "A kingly seat for a royal behind.", - "ids": "1097,1098,1099,1105,1108,1109,32285" - }, { "examine": "It has no limbs.", "ids": "10971" @@ -1683,14 +15507,6 @@ "examine": "The shadow and smoke globes are lit.", "ids": "10999" }, - { - "examine": "I can climb up this.", - "ids": "11" - }, - { - "examine": "The perfect way to sit at the bar.", - "ids": "1100,1101" - }, { "examine": "The ice, shadow and smoke globes are lit.", "ids": "11000" @@ -1739,10 +15555,6 @@ "examine": "A finished wall.", "ids": "11028,11029,11030,11031" }, - { - "examine": "Gnomes sit on these.", - "ids": "1103" - }, { "examine": "A nearly finished wall.", "ids": "11032,11033" @@ -1759,10 +15571,6 @@ "examine": "A ruined wall.", "ids": "11038,11039" }, - { - "examine": "Gnomes are found sitting here.", - "ids": "1104" - }, { "examine": "A pile of bricks dislodged from the wall nearby.", "ids": "11040" @@ -1807,10 +15615,6 @@ "examine": "There's a recess on the top shaped like a head.", "ids": "11059" }, - { - "examine": "Sit back and relax...", - "ids": "1106,1107" - }, { "examine": "There's a sigil on it shaped like a Z.", "ids": "11060" @@ -1871,14 +15675,6 @@ "examine": "A rock.", "ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111" }, - { - "examine": "Used for sitting on.", - "ids": "1110" - }, - { - "examine": "Do I dare sit on this?", - "ids": "1111" - }, { "examine": "This tree has long been dead.", "ids": "11112" @@ -1887,18 +15683,6 @@ "examine": "A dried up bush, void of life.", "ids": "11113,11114,11115,11116,11117,11118,11119,11120,11121,11122,11123,11124,11125,11126,11127,11128,11129,11130,11131,11132,11133,11134,11135,11136,11137,11138,11139,11140" }, - { - "examine": "Church seating.", - "ids": "1112" - }, - { - "examine": "Park it here...", - "ids": "1113" - }, - { - "examine": "Wouldn't like to sit on that for too long...", - "ids": "1114" - }, { "examine": "He's been trapped in there for a long time.", "ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150" @@ -1915,10 +15699,6 @@ "examine": "A simple stone pedestal.", "ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161" }, - { - "examine": "Keeps the neighbours out!", - "ids": "1116,1117" - }, { "examine": "A big grinding thing.", "ids": "11162,11163,11164" @@ -1927,14 +15707,6 @@ "examine": "A rocky outcrop.", "ids": "11165,11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,11181,11182,11183,11184,11185,11186,11187,11188,11189,11190,11191,11192,11193,11194,11195" }, - { - "examine": "Found in wild areas.", - "ids": "1118" - }, - { - "examine": "These are commonly found.", - "ids": "1119" - }, { "examine": "An elf-fashioned door.", "ids": "11196,11197" @@ -1947,10 +15719,6 @@ "examine": "The ladder back to the Runeversi challenge room.", "ids": "11199" }, - { - "examine": "An unusual bush.", - "ids": "1120" - }, { "examine": "The ladder to the Runesquares challenge room for experienced players.", "ids": "11200" @@ -1991,10 +15759,6 @@ "examine": "Permission to board?", "ids": "11209,11210,11211,11212,11213" }, - { - "examine": "A wild bush.", - "ids": "1121" - }, { "examine": "Ready...aim...fire!", "ids": "11214" @@ -2015,10 +15779,6 @@ "examine": "If I can't destroy this we're sunk.", "ids": "11219" }, - { - "examine": "All the leaves have fallen off.", - "ids": "1122,1123" - }, { "examine": "Let's hope they don't repair it.", "ids": "11220,11221,11222,11223,11224,11225,11226,11227" @@ -2051,10 +15811,6 @@ "examine": "I wouldn't be surprised if bits land over in Lumbridge.", "ids": "11239" }, - { - "examine": "A commonly found bush.", - "ids": "1124,36782" - }, { "examine": "Rigged to blow.", "ids": "11240,11241,11242,11243" @@ -2075,14 +15831,6 @@ "examine": "Cannons. Lots of cannons.", "ids": "11248,11249,11250,11251,11252,11253,11254,11255,11256,11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272,11273,11274,11275" }, - { - "examine": "Bushy!", - "ids": "1125" - }, - { - "examine": "A rose by any other name would still have prickly bits.", - "ids": "1126" - }, { "examine": "Holds up the sails.", "ids": "11276,11277,11278,11279" @@ -2299,10 +16047,6 @@ "examine": "Interface button up.", "ids": "11399" }, - { - "examine": "An appliance for cooking with.", - "ids": "114" - }, { "examine": "Interface button down.", "ids": "11400" @@ -2315,10 +16059,6 @@ "examine": "Interface button right.", "ids": "11402" }, - { - "examine": "The bank teller will serve you from here.", - "ids": "11402" - }, { "examine": "Interface button ignite.", "ids": "11403" @@ -2359,10 +16099,6 @@ "examine": "A rocky outcrop.", "ids": "11424,11425,11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441,11442,11443,11444,11445,11446,11447,11448" }, - { - "examine": "A leafy bush.", - "ids": "1144,1145,1146" - }, { "examine": "This door is locked.", "ids": "11449" @@ -2427,10 +16163,6 @@ "examine": "Disturbingly its eyes look everywhere in the room except at you.", "ids": "11469" }, - { - "examine": "The abode of a fairy.", - "ids": "1147,1148,1149" - }, { "examine": "The door is closed.", "ids": "11470" @@ -2507,14 +16239,6 @@ "examine": "These stairs look spooky!", "ids": "11499" }, - { - "examine": "A party balloon.", - "ids": "115,116,117,118,119,120" - }, - { - "examine": "Fairies need money too!", - "ids": "1150" - }, { "examine": "A filthy but sturdy looking table.", "ids": "11500" @@ -2523,10 +16247,6 @@ "examine": "I'm not eating off that.", "ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509" }, - { - "examine": "A fairy is selling items here.", - "ids": "1151" - }, { "examine": "This tree has long been dead.", "ids": "11510" @@ -2535,26 +16255,10 @@ "examine": "I can climb up these stairs.", "ids": "11511,11512,11513,11514,11515,11516,11517,11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,11530,11531,11532,11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545" }, - { - "examine": "A small potted plant.", - "ids": "1152" - }, - { - "examine": "Someone has planted this.", - "ids": "1153" - }, - { - "examine": "A nicely potted fern.", - "ids": "1154" - }, { "examine": "It's a strange machine.", "ids": "11546,11547,11548,11549,11550" }, - { - "examine": "Better than weeding.", - "ids": "1155" - }, { "examine": "It's a table for putting objects on.", "ids": "11551" @@ -2563,14 +16267,6 @@ "examine": "A rocky outcrop.", "ids": "11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578,11579,11580,11581,11582,11583,11584,11585,11586,11587,11588" }, - { - "examine": "I bet bees like this.", - "ids": "1156,1157" - }, - { - "examine": "A large potted plant.", - "ids": "1158,1159" - }, { "examine": "A wooden barrel for storage.", "ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598,29333" @@ -2579,10 +16275,6 @@ "examine": "A wooden crate.", "ids": "11599" }, - { - "examine": "A plant in a bamboo pot.", - "ids": "1160" - }, { "examine": "Convenient for storage.", "ids": "11600" @@ -2599,10 +16291,6 @@ "examine": "A simple torch stuck in the ground.", "ids": "11606,11607,11608,11609,11610,11611,11612,11613" }, - { - "examine": "Cabbage... yuck!", - "ids": "1161" - }, { "examine": "A barbarian flag.", "ids": "11614,11615" @@ -2619,10 +16307,6 @@ "examine": "Generally used for putting things on.", "ids": "11619" }, - { - "examine": "Found near the water's edge.", - "ids": "1162" - }, { "examine": "The entrance to the barbarians' longhall.", "ids": "11620,11621,11622,11623,11624,11625" @@ -2639,10 +16323,6 @@ "examine": "A rocky outcrop that looks rather crumbly.", "ids": "11629" }, - { - "examine": "Not good for eating.", - "ids": "1163,1164" - }, { "examine": "This tells you which way is which.", "ids": "11630,11631,11632,11633" @@ -2655,10 +16335,6 @@ "examine": "Keeps unwelcome folk out of Falador.", "ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656" }, - { - "examine": "Fungal growth.", - "ids": "1165" - }, { "examine": "A rack for displaying fine maces.", "ids": "11657" @@ -2671,10 +16347,6 @@ "examine": "A barrel of maces.", "ids": "11659" }, - { - "examine": "Poisonous no doubt.", - "ids": "1166" - }, { "examine": "A table bearing a fine selection of maces.", "ids": "11660" @@ -2695,10 +16367,6 @@ "examine": "A hot furnace.", "ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956" }, - { - "examine": "Fungal growth.", - "ids": "1167" - }, { "examine": "Rising Sun Tavern.", "ids": "11674" @@ -2715,10 +16383,6 @@ "examine": "The traditional sign of a barber.", "ids": "11678,11679,11680,11681" }, - { - "examine": "Poisonous no doubt.", - "ids": "1168,1169" - }, { "examine": "A small wooden table.", "ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692" @@ -2735,10 +16399,6 @@ "examine": "The flag of Asgarnia.", "ids": "11699" }, - { - "examine": "I doubt that's edible.", - "ids": "1170,1171,1172" - }, { "examine": "I thought he'd be bigger than that.", "ids": "11700" @@ -2811,10 +16471,6 @@ "examine": "I can climb up these stairs.", "ids": "11729,11730" }, - { - "examine": "A commonly found fern.", - "ids": "1173" - }, { "examine": "I can climb down these stairs.", "ids": "11731" @@ -2851,10 +16507,6 @@ "examine": "Allows access to above level.", "ids": "11739,11740" }, - { - "examine": "Spiky!", - "ids": "1174" - }, { "examine": "Allows access to level below.", "ids": "11741,11742" @@ -2887,10 +16539,6 @@ "examine": "A sturdy-looking round table.", "ids": "11749,11750,11751,11752" }, - { - "examine": "A home for frogs.", - "ids": "1175" - }, { "examine": "Armour of a White Knight. Decorative, but still effective.", "ids": "11753,11754" @@ -2915,10 +16563,6 @@ "examine": "Hope springs eternal.", "ids": "11759" }, - { - "examine": "Otherwise known as a lilypad.", - "ids": "1176" - }, { "examine": "A carving of a figure from the history of 2009Scape.", "ids": "11761" @@ -2947,14 +16591,6 @@ "examine": "Dusty old books.", "ids": "11767" }, - { - "examine": "A home for frogs.", - "ids": "1177" - }, - { - "examine": "Smells lovely!", - "ids": "1178" - }, { "examine": "What ancient rites were performed here?", "ids": "11782,11783,11784,11785,11786,11787,11788" @@ -2963,10 +16599,6 @@ "examine": "Weathered rocks.", "ids": "11789,11790,11791,11792" }, - { - "examine": "Who is this Heather girl?", - "ids": "1179" - }, { "examine": "Best used with a bucket.", "ids": "11793" @@ -2987,14 +16619,6 @@ "examine": "Makes your hair stay curly.", "ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811" }, - { - "examine": "I wonder why it's purple?", - "ids": "1180" - }, - { - "examine": "I'd better not get stung.", - "ids": "1181,1182,1183" - }, { "examine": "Running water", "ids": "11812" @@ -3003,10 +16627,6 @@ "examine": "Might be handy for a workman.", "ids": "11813,11814,11815,11816,11817,11818,11819,11820,11821,11822,11823,11824,11825,11826,11827,11828,11829,11830,11831,11832,11833,11834,11835,11836,11837,11838,11839" }, - { - "examine": "The tendrils of a creeping plant.", - "ids": "1184" - }, { "examine": "A pile of bricks.", "ids": "11840,11841,11842,11843" @@ -3023,14 +16643,6 @@ "examine": "Contains washing items.", "ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860" }, - { - "examine": "Nicely planted.", - "ids": "1185" - }, - { - "examine": "A large curling plant.", - "ids": "1186" - }, { "examine": "A dwarven flag.", "ids": "11861" @@ -3055,10 +16667,6 @@ "examine": "A pile of parts for building a multicannon.", "ids": "11869,11870,11871,11872" }, - { - "examine": "That's pretty.", - "ids": "1187" - }, { "examine": "A crate containing parts for building a multicannon.", "ids": "11873,11874" @@ -3075,10 +16683,6 @@ "examine": "A simple place for a simple dwarf to sleep and dream of gold.", "ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887" }, - { - "examine": "Blooming!", - "ids": "1188" - }, { "examine": "I can climb up these stairs.", "ids": "11888" @@ -3087,10 +16691,6 @@ "examine": "I can climb these stairs.", "ids": "11889" }, - { - "examine": "Commonly found in grassy areas.", - "ids": "1189" - }, { "examine": "I can climb down these stairs.", "ids": "11890" @@ -3119,14 +16719,6 @@ "examine": "Not suitable for sitting on.", "ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909" }, - { - "examine": "Is this the biggest flower around?", - "ids": "1190" - }, - { - "examine": "These are huge!", - "ids": "1191" - }, { "examine": "I hope I never meet one of those.", "ids": "11910" @@ -3139,38 +16731,6 @@ "examine": "A rocky outcrop.", "ids": "11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992" }, - { - "examine": "A rare flower.", - "ids": "1192" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "1193" - }, - { - "examine": "Can this talk?", - "ids": "1194" - }, - { - "examine": "You don't see that many of these.", - "ids": "1195" - }, - { - "examine": "I wonder what these are?", - "ids": "1196" - }, - { - "examine": "A rarely found flower.", - "ids": "1197" - }, - { - "examine": "Very rare flowers.", - "ids": "1198" - }, - { - "examine": "These smell nice.", - "ids": "1199" - }, { "examine": "The door is closed.", "ids": "11993" @@ -3179,14 +16739,6 @@ "examine": "The door is open.", "ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002" }, - { - "examine": "A pile of rocks is blocking my path.", - "ids": "12" - }, - { - "examine": "A bed of red flowers.", - "ids": "1200" - }, { "examine": "Better not eat them!", "ids": "12003,12128" @@ -3199,22 +16751,6 @@ "examine": "Illuminating!", "ids": "12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040" }, - { - "examine": "These are pretty.", - "ids": "1201" - }, - { - "examine": "Found only in jungle areas.", - "ids": "1202" - }, - { - "examine": "A very rare exotic flower.", - "ids": "1203" - }, - { - "examine": "A small fernlike plant.", - "ids": "1204" - }, { "examine": "It'll be a tight squeeze.", "ids": "12041" @@ -3227,14 +16763,6 @@ "examine": "A magic door.", "ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059" }, - { - "examine": "The leaves of a nasty creeping plant.", - "ids": "1205" - }, - { - "examine": "The flower of a nasty creeping plant.", - "ids": "1206,1207,1208" - }, { "examine": "Shelves of colourful potion gourds!", "ids": "12060,12061" @@ -3279,10 +16807,6 @@ "examine": "Better not eat them!", "ids": "12094,12095,12096,12097,12098,12099,14121" }, - { - "examine": "Aren't they pretty?", - "ids": "121" - }, { "examine": "A hot furnace.", "ids": "12100,12101" @@ -3399,10 +16923,6 @@ "examine": "canoe", "ids": "12168,12169,12170,12171,12172,12173,12174,12175,12176,12177,12178,12179,12180,12181,12182,12183,12184,12185,12186,12187,12188,12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200" }, - { - "examine": "Paaaarty!", - "ids": "122" - }, { "examine": "A well, it is not safe to climb down.", "ids": "12201" @@ -3551,10 +17071,6 @@ "examine": "Tick tock.", "ids": "12293,12294,12295,12296,12297,12298,12299,12300" }, - { - "examine": "A party balloon.", - "ids": "123,124,125,126,127,128,129,130" - }, { "examine": "Little candles flickering.", "ids": "12301,12302,12303,12304,12305,12306,12307,12308" @@ -3563,10 +17079,6 @@ "examine": "It's open.", "ids": "12309" }, - { - "examine": "Nasty curling tendrils of a creeping plant.", - "ids": "1231" - }, { "examine": "Someone should be sitting here.", "ids": "12310,12311" @@ -4075,10 +17587,6 @@ "examine": "You seem to make out some writing.", "ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760" }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "1276" - }, { "examine": "A rotten looking door.", "ids": "12761,12762" @@ -4107,10 +17615,6 @@ "examine": "Perhaps I should search it.", "ids": "12769" }, - { - "examine": "A healthy young tree.", - "ids": "1277" - }, { "examine": "A small cave entrance.", "ids": "12770,12771,12772" @@ -4143,10 +17647,6 @@ "examine": "I can climb this.", "ids": "12779" }, - { - "examine": "A commonly found tree.", - "ids": "1278,1279" - }, { "examine": "A wooden ladder.", "ids": "12780,12781" @@ -4199,10 +17699,6 @@ "examine": "This bank booth could probably be repaired.", "ids": "12799" }, - { - "examine": "A healthy young tree.", - "ids": "1280" - }, { "examine": "This bank booth is too damaged to use.", "ids": "12800,12801" @@ -4231,10 +17727,6 @@ "examine": "A repaired furnace, hot and ready for action.", "ids": "12809,12810,12811" }, - { - "examine": "A beautiful old oak.", - "ids": "1281" - }, { "examine": "Hardened earth, with bits of rock in it, not easy to move.", "ids": "12812" @@ -4255,10 +17747,6 @@ "examine": "A wooden gate.", "ids": "12816,12817,12818,12819" }, - { - "examine": "This tree has long been dead.", - "ids": "1282,1283,1284" - }, { "examine": "A path leading out of this swampy dead end.", "ids": "12820,12821,12822,12823,12824,12825,12826,12827,12828,12829,12830,12831,12832,12833,12834,12835,12836,12837,12838,12839,12840,12841,12842,12843" @@ -4267,10 +17755,6 @@ "examine": "A veritable pile of bricks.", "ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854" }, - { - "examine": "An old weather beaten tree.", - "ids": "1285" - }, { "examine": "It's a bit broken.", "ids": "12855" @@ -4283,10 +17767,6 @@ "examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway.", "ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1286,1287,1288,1289,1290,1291" - }, { "examine": "Where does this go?", "ids": "12872" @@ -4371,14 +17851,6 @@ "examine": "A wooden ladder.", "ids": "12906,12907,12908,12909,12910,12911,12912,12913,12914,12915,12916,12917,12918,12919,12920,12921,12922,12923,12924,12925,12926,12927,12928,12929,12930,12931,12932" }, - { - "examine": "An ancient magical tree.", - "ids": "1292" - }, - { - "examine": "An ancient sentient tree.", - "ids": "1293,1294,1295" - }, { "examine": "Items are for sale here.", "ids": "12933,12934,12935,12936,12937,12938,12939,12940" @@ -4391,10 +17863,6 @@ "examine": "It's not a schooner, it's a sailboat.", "ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960" }, - { - "examine": "This tree has fallen to the ground.", - "ids": "1296" - }, { "examine": "A wooden crate.", "ids": "12961" @@ -4423,10 +17891,6 @@ "examine": "Something is cooking nicely here.", "ids": "12969" }, - { - "examine": "This tree was either the victim of weather or mankind.", - "ids": "1297" - }, { "examine": "A well slept in bed.", "ids": "12970" @@ -4451,10 +17915,6 @@ "examine": "This chair rocks", "ids": "12979" }, - { - "examine": "A commonly found fern.", - "ids": "1298" - }, { "examine": "A stand for hats!", "ids": "12981" @@ -4467,18 +17927,6 @@ "examine": "A wooden gate.", "ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000" }, - { - "examine": "Is this a weed?", - "ids": "1299" - }, - { - "examine": "Mud caved in from above.", - "ids": "13" - }, - { - "examine": "A fern is growing here.", - "ids": "1300" - }, { "examine": "The door is closed.", "ids": "13001" @@ -4499,46 +17947,10 @@ "examine": "A desert door.", "ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014" }, - { - "examine": "Home to many unusual creatures.", - "ids": "1301" - }, { "examine": "A timber door.", "ids": "13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,13050,13051,13052,13053,13054,13055,13056,13057,13058,13059,13060,13061,13062,13063,13064,13065,13066,13067,13068,13069,13070,13071,13072,13073,13074,13075,13076,13077,13078,13079,13080,13081,13082,13083,13084,13085,13086,13087,13088,13089,13090,13091,13092,13093" }, - { - "examine": "A leafy tree.", - "ids": "1302" - }, - { - "examine": "A tree found in tropical areas.", - "ids": "1303,1304,1305" - }, - { - "examine": "The tree shimmers with a magical force.", - "ids": "1306" - }, - { - "examine": "I bet this makes good syrup!", - "ids": "1307" - }, - { - "examine": "These trees are found near water.", - "ids": "1308" - }, - { - "examine": "A splendid tree.", - "ids": "1309" - }, - { - "examine": "The door is closed.", - "ids": "131" - }, - { - "examine": "This tree has vines hanging from it.", - "ids": "1310" - }, { "examine": "A way in to the house.", "ids": "13100,13101,13102,13103,13104,13105,13106" @@ -4547,26 +17959,14 @@ "examine": "I'm sure the animal is glad its fur was put to good use.", "ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117" }, - { - "examine": "This would be good to sleep under.", - "ids": "1311" - }, { "examine": "A posh door.", "ids": "13118,13119,13120,13121,13122,13123,13124,13125" }, - { - "examine": "An essential for tropical islands.", - "ids": "1312" - }, { "examine": "A place to train unarmed combat with your friends.", "ids": "13126,13127,13128,13129,13130,13131,13132" }, - { - "examine": "An unusual tree grows here.", - "ids": "1313,1314" - }, { "examine": "A place to train weapon skills with your friends.", "ids": "13133,13134,13135,13136" @@ -4595,10 +17995,6 @@ "examine": "Great for sleeping in.", "ids": "13148,13149,13150,13151,13152,13153,13154" }, - { - "examine": "A hardy evergreen tree.", - "ids": "1315,1316" - }, { "examine": "A place to keep your shoes.", "ids": "13155" @@ -4623,10 +18019,6 @@ "examine": "No little mouse to be seen.", "ids": "13169,13170,13171" }, - { - "examine": "A young sentient tree.", - "ids": "1317" - }, { "examine": "The holy symbol of the god of light.", "ids": "13172" @@ -4659,10 +18051,6 @@ "examine": "An oak altar with a symbol of Saradomin.", "ids": "13179" }, - { - "examine": "This would make good firewood.", - "ids": "1318,1319" - }, { "examine": "An oak altar with a symbol of Zamorak.", "ids": "13180" @@ -4743,14 +18131,6 @@ "examine": "A gilded marble altar with a symbol of Guthix.", "ids": "13199" }, - { - "examine": "An escape route.", - "ids": "132" - }, - { - "examine": "The branch is infested with moss.", - "ids": "1320,1321" - }, { "examine": "The smoke goes up to the gods.", "ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213" @@ -4779,10 +18159,6 @@ "examine": "It fills the room with coloured light.", "ids": "13219" }, - { - "examine": "The trunk of this tree is hollow.", - "ids": "1322" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13220" @@ -4823,10 +18199,6 @@ "examine": "What nice shapes you can make out of glass!", "ids": "13229" }, - { - "examine": "A gnarly old tree root.", - "ids": "1323" - }, { "examine": "It fills the room with coloured light.", "ids": "13230" @@ -4867,10 +18239,6 @@ "examine": "It fills the room with coloured light.", "ids": "13239" }, - { - "examine": "The roots of a tree are exposed.", - "ids": "1324" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13240" @@ -4911,10 +18279,6 @@ "examine": "What nice shapes you can make out of glass!", "ids": "13249" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1325" - }, { "examine": "It fills the room with coloured light.", "ids": "13250" @@ -4955,10 +18319,6 @@ "examine": "It fills the room with coloured light.", "ids": "13259" }, - { - "examine": "A terribly tall tropical tree.", - "ids": "1326,1327,1328" - }, { "examine": "What nice shapes you can make out of glass!", "ids": "13260" @@ -5067,10 +18427,6 @@ "examine": "There must surely be treasure in a chest this expensive!", "ids": "13289,13290" }, - { - "examine": "Leaves of a bamboo tree.", - "ids": "1329" - }, { "examine": "Could the magic be guarding some treasure?", "ids": "13291,13292" @@ -5103,14 +18459,6 @@ "examine": "Marble and mahogany, ooh.", "ids": "13299" }, - { - "examine": "Looks spooky down there.", - "ids": "133" - }, - { - "examine": "It's thick with snow.", - "ids": "1330,1331,1332" - }, { "examine": "A basic wooden dining bench.", "ids": "13300" @@ -5183,10 +18531,6 @@ "examine": "A teak ladder.", "ids": "13329" }, - { - "examine": "This old tree has been taken over by parasitic plants.", - "ids": "1333" - }, { "examine": "A mahogany ladder.", "ids": "13330" @@ -5207,10 +18551,6 @@ "examine": "Invisible?", "ids": "13338,13339,13340" }, - { - "examine": "This old tree is rotting away.", - "ids": "1334,1335,1336,1337,1338" - }, { "examine": "Even a dungeon needs light!", "ids": "13341,13342,13343" @@ -5259,10 +18599,6 @@ "examine": "A pet Troll!", "ids": "13369" }, - { - "examine": "Steps*Leads to the surface.", - "ids": "1337" - }, { "examine": "No spider could get that big! It's unrealistic!", "ids": "13370" @@ -5339,10 +18675,6 @@ "examine": "Is there a prize inside?", "ids": "13389" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1339,1340" - }, { "examine": "A private jester.", "ids": "13390,13391" @@ -5363,10 +18695,6 @@ "examine": "Someone hooped it!", "ids": "13399" }, - { - "examine": "A large double door.", - "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816" - }, { "examine": "More humane than using an actual bull's eye.", "ids": "13400,13401" @@ -5399,10 +18727,6 @@ "examine": "What horrors lurk below?", "ids": "13409,13410" }, - { - "examine": "This tree has been cut down.", - "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359" - }, { "examine": "One of the most common trees in 2009Scape.", "ids": "13411,13412" @@ -5803,14 +19127,6 @@ "examine": "A good source of books!", "ids": "13597,13598,13599" }, - { - "examine": "The door is closed.", - "ids": "136" - }, - { - "examine": "This tree contains dangerous insects no doubt.", - "ids": "1360,1361,1362" - }, { "examine": "A good source of scrolls!", "ids": "13600,13601,13602" @@ -5911,10 +19227,6 @@ "examine": "A gateway to Varrock.", "ids": "13629" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1363,1364" - }, { "examine": "A gateway to Lumbridge.", "ids": "13630" @@ -5967,10 +19279,6 @@ "examine": "A wooden planet of your very own.", "ids": "13649,13650,13651,13652,13653" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1365" - }, { "examine": "A wooden solar system of your very own.", "ids": "13654,13655" @@ -5983,10 +19291,6 @@ "examine": "Use an elemental staff on it.", "ids": "13659,13660,13661" }, - { - "examine": "A gnarly old tree root.", - "ids": "1366" - }, { "examine": "If there's a recipe for the philosopher's stone there, you can't see it.", "ids": "13662" @@ -6003,10 +19307,6 @@ "examine": "Sit here and rule all you survey.", "ids": "13665,13666,13667,13668,13669,13670,13671" }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1367" - }, { "examine": "Pull this to activate your machinery of doom!", "ids": "13672,13673,13674" @@ -6031,10 +19331,6 @@ "examine": "Go through this teak trapdoor to see the pit below your throne room.", "ids": "13679" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1368" - }, { "examine": "Go through this mahogany trapdoor to see the pit below your throne room.", "ids": "13680" @@ -6051,10 +19347,6 @@ "examine": "What could happen on this spot?", "ids": "13684,13685,13686,13687,13688,13689" }, - { - "examine": "An unusual tree grows here.", - "ids": "1369" - }, { "examine": "An elengant cloth hanging.", "ids": "13690" @@ -6095,10 +19387,6 @@ "examine": "Hammer, chisel, saw and shears.", "ids": "13699" }, - { - "examine": "This old tree is rotting away.", - "ids": "1370" - }, { "examine": "Bucket, spade, tinderbox and knife.", "ids": "13700" @@ -6123,10 +19411,6 @@ "examine": "You can do delicate crafting here.", "ids": "13709,13710,13711,13712" }, - { - "examine": "This tree contains dangerous insects no doubt.", - "ids": "1371,1372,1373,1374,1375,1376,1377" - }, { "examine": "You can repair broken staffs and arrows here.", "ids": "13713" @@ -6351,10 +19635,6 @@ "examine": "A shield with a picture of a skull.", "ids": "13779" }, - { - "examine": "This old tree is rotting away.", - "ids": "1378,1379" - }, { "examine": "A shield with the symbol of Varrock.", "ids": "13780" @@ -6435,10 +19715,6 @@ "examine": "The symbol of Asgarnia.", "ids": "13799" }, - { - "examine": "A gnarly old tree root.", - "ids": "1380" - }, { "examine": "The symbol of the Dorgeshuun.", "ids": "13800" @@ -6479,10 +19755,6 @@ "examine": "A picture of a money bag.", "ids": "13809" }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1381" - }, { "examine": "The symbol of Saradomin.", "ids": "13810" @@ -6523,10 +19795,6 @@ "examine": "The symbol of Guthix.", "ids": "13819" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1382" - }, { "examine": "The symbol of the HAM cult.", "ids": "13820" @@ -6567,10 +19835,6 @@ "examine": "The symbol of Zamorak.", "ids": "13829" }, - { - "examine": "This tree has long been dead.", - "ids": "1383" - }, { "examine": "This should have resolved!", "ids": "13830" @@ -6603,10 +19867,6 @@ "examine": "Gloopy, sticky, muddy bog...", "ids": "13838,13839" }, - { - "examine": "It's only useful for firewood now.", - "ids": "1384" - }, { "examine": "A bush made up of long slender branches.", "ids": "13840" @@ -6643,14 +19903,6 @@ "examine": "Small swamp tree.", "ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863" }, - { - "examine": "A gnarly old tree root.", - "ids": "1385" - }, - { - "examine": "The roots of this tree are exposed.", - "ids": "1386" - }, { "examine": "It's our transport across the swamp.", "ids": "13864,13865" @@ -6659,10 +19911,6 @@ "examine": "A path leading out of this swampy dead end.", "ids": "13866,13867,13868,13869,13870" }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "1387" - }, { "examine": "A path leading out of this swampy dead end, you'll be running away if you go down here.", "ids": "13871" @@ -6683,10 +19931,6 @@ "examine": "Get me out of here!", "ids": "13879,13880" }, - { - "examine": "They're just waiting to trip someone up.", - "ids": "1388,1389" - }, { "examine": "Very hot!", "ids": "13881" @@ -6703,10 +19947,6 @@ "examine": "There's no way I'm going in there!", "ids": "13899" }, - { - "examine": "Commonly found in these parts.", - "ids": "1390" - }, { "examine": "Doesn't look so scary now.", "ids": "13900" @@ -6719,26 +19959,14 @@ "examine": "The exit to the surface.", "ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912" }, - { - "examine": "A leafy plant.", - "ids": "1391" - }, { "examine": "Where does it lead?", "ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924" }, - { - "examine": "A leafy fern.", - "ids": "1392" - }, { "examine": "What's that?", "ids": "13925,13926,13927,13928,13929,13930,13931" }, - { - "examine": "A small bushy plant.", - "ids": "1393" - }, { "examine": "I think it's the way out.", "ids": "13932" @@ -6751,26 +19979,10 @@ "examine": "Does that really exist?", "ids": "13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966" }, - { - "examine": "A leafy shrub.", - "ids": "1394" - }, - { - "examine": "No flies on me.", - "ids": "1395" - }, - { - "examine": "How do these things manage to grow?", - "ids": "1396" - }, { "examine": "Should I go down there?", "ids": "13967,13968,13969" }, - { - "examine": "This cactus has recently had a chunk taken off.", - "ids": "1397" - }, { "examine": "I can use that rope now.", "ids": "13970" @@ -6779,14 +19991,6 @@ "examine": "Should I go down there?", "ids": "13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993" }, - { - "examine": "A leafy fern.", - "ids": "1398" - }, - { - "examine": "This has broad leaves.", - "ids": "1399" - }, { "examine": "Oooo, sharp, pointy things!", "ids": "13994,13995,13996,13997,13998" @@ -6795,14 +19999,6 @@ "examine": "This will take me back to the surface.", "ids": "13999,14000,14001" }, - { - "examine": "Intended to keep the goblins away from the mines.", - "ids": "14,15,16,17,18,19,20" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "1400" - }, { "examine": "A sign warning of danger.", "ids": "14002" @@ -6831,38 +20027,6 @@ "examine": "It seems to have all boiled away.", "ids": "14009" }, - { - "examine": "A type of jungle fern.", - "ids": "1401" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "1402" - }, - { - "examine": "How do these things manage to grow?", - "ids": "1403,1404,1405,1406" - }, - { - "examine": "Leaves a nasty mark.", - "ids": "1407" - }, - { - "examine": "Looks spiky.", - "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503" - }, - { - "examine": "The wood burning here must be full of salt.", - "ids": "14169" - }, - { - "examine": "Doesn't look like it'll be sailing again.", - "ids": "14173" - }, - { - "examine": "Looks a bit damp.", - "ids": "14174" - }, { "examine": "Stop examining signs! You're in the Wilderness now!", "ids": "14503" @@ -6883,78 +20047,6 @@ "examine": "Danger, Wilderness up ahead. Almost certain death!", "ids": "14507" }, - { - "examine": "Rough but adequate.", - "ids": "14918" - }, - { - "examine": "A wooden crate.", - "ids": "15030" - }, - { - "examine": "A wooden crate.", - "ids": "15031" - }, - { - "examine": "Some wooden crates.", - "ids": "15032" - }, - { - "examine": "The door is open.", - "ids": "1504" - }, - { - "examine": "The door is closed.", - "ids": "1505" - }, - { - "examine": "A sturdy wooden door.", - "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515" - }, - { - "examine": "Smelly.", - "ids": "152" - }, - { - "examine": "The curtain is closed.", - "ids": "1526,1527,1528" - }, - { - "examine": "The curtain is open.", - "ids": "1529" - }, - { - "examine": "An ornate fountain.", - "ids": "153,36781" - }, - { - "examine": "The door is closed.", - "ids": "1530" - }, - { - "examine": "The door is open.", - "ids": "1531,1532" - }, - { - "examine": "A nicely fitted door.", - "ids": "1533,1534,1535" - }, - { - "examine": "An ornately-fashioned door.", - "ids": "1536" - }, - { - "examine": "An elf-fashioned door.", - "ids": "1537,1538" - }, - { - "examine": "Solid bars of iron.", - "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550" - }, - { - "examine": "A pipe I can squeeze through.", - "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370" - }, { "examine": "Home sweet home?", "ids": "15477" @@ -6963,514 +20055,30 @@ "examine": "Home sweet home?", "ids": "15480" }, - { - "examine": "Lots of books.", - "ids": "155,156,157" - }, { "examine": "Baby bread.", "ids": "15506,15507" }, - { - "examine": "A wooden gate.", - "ids": "1551,1552,1553,1554,1555,1556" - }, - { - "examine": "Probably looked better mounted on the dragon's neck.", - "ids": "15564" - }, - { - "examine": "A wrought iron gate.", - "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567" - }, - { - "examine": "The body of a Dwarf savaged by Goblins.", - "ids": "15596" - }, - { - "examine": "I wonder what's under it?", - "ids": "1568,1569" - }, - { - "examine": "I wonder what's down there?", - "ids": "1570,1571" - }, - { - "examine": "This door has been boarded up.", - "ids": "1572" - }, - { - "examine": "A door to a grand place.", - "ids": "1573,1574,1575,1576" - }, { "examine": "Home sweet home?", "ids": "15748" }, - { - "examine": "Looks like part of the entrance is blocked by rubble.", - "ids": "15767" - }, - { - "examine": "The top of the archway.", - "ids": "1577,1578,1579" - }, - { - "examine": "This wall looks odd...", - "ids": "158,159" - }, - { - "examine": "The base of the archway.", - "ids": "1580,1581,1582" - }, - { - "examine": "Cave exit.", - "ids": "15812" - }, - { - "examine": "There is something strange about this wall...", - "ids": "1583,1584,1585,1586,1587,1588" - }, - { - "examine": "A wrought iron gate.", - "ids": "1589,1590" - }, - { - "examine": "The door is closed.", - "ids": "1591" - }, - { - "examine": "Something is strange about this panel.", - "ids": "1592,1593" - }, - { - "examine": "An entranceway into the dungeon.", - "ids": "1594" - }, - { - "examine": "The way in.", - "ids": "1595" - }, - { - "examine": "A wrought iron gate.", - "ids": "1596,1597" - }, - { - "examine": "A wooden gate.", - "ids": "1598,1599" - }, - { - "examine": "I wonder what this does...", - "ids": "160" - }, - { - "examine": "The doors to the Magic Guild.", - "ids": "1600" - }, - { - "examine": "The doors to the Magic guild.", - "ids": "1601,1602,1603,1604,1605,1606,1607,1608" - }, { "examine": "Danger - Possibly deadly creatures below!", "ids": "16083,16151,16117" }, - { - "examine": "A wooden structure used in the process of building.", - "ids": "1609,1610,1611,1612" - }, - { - "examine": "This timber is broken", - "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660" - }, - { - "examine": "I'm not touching that.", - "ids": "162,163,164" - }, - { - "examine": "A special furnace for destroying contaminated items.", - "ids": "165" - }, - { - "examine": "A wooden gate.", - "ids": "166,167" - }, - { - "examine": "A pile of bricks.", - "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721" - }, - { - "examine": "I wonder what's inside.", - "ids": "170" - }, - { - "examine": "Perhaps I should search it.", - "ids": "171" - }, - { - "examine": "I wonder what's inside.", - "ids": "172" - }, - { - "examine": "I can climb these stairs.", - "ids": "1722,36791" - }, - { - "examine": "They go down.", - "ids": "1723" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1724" - }, - { - "examine": "I can climb up this.", - "ids": "1725,36768,36771" - }, - { - "examine": "I can climb down this.", - "ids": "1726,1727,1728" - }, - { - "examine": "I can climb this.", - "ids": "1729,36347,36363,36644" - }, - { - "examine": "A sealed barrel with a warning sign on it.", - "ids": "17296" - }, - { - "examine": "A barrel with a warning sign on it.", - "ids": "17297" - }, - { - "examine": "Perhaps I should search it.", - "ids": "173" - }, - { - "examine": "Dare I go up?", - "ids": "1730" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "17308,31136,36798" - }, - { - "examine": "These stairs look spooky!", - "ids": "1731,1732" - }, - { - "examine": "I can use these stairs to climb down.", - "ids": "1733" - }, - { - "examine": "I can climb these stairs.", - "ids": "1734" - }, - { - "examine": "A rickety old staircase.", - "ids": "1735" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1736" - }, { "examine": "Large urn.", "ids": "17362" }, - { - "examine": "I can climb up these stairs.", - "ids": "1737,1738" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "1739" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1740,1741" - }, - { - "examine": "I can climb up these stairs.", - "ids": "1742" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "1743" - }, - { - "examine": "I can climb down these stairs.", - "ids": "1744,1745" - }, - { - "examine": "I can climb down this.", - "ids": "1746" - }, - { - "examine": "Where people may put themselves.", - "ids": "17462" - }, - { - "examine": "I can climb this.", - "ids": "1747,1748" - }, - { - "examine": "I can climb down this.", - "ids": "1749" - }, - { - "examine": "I can climb this.", - "ids": "1750,1751" - }, - { - "examine": "I can't climb this.", - "ids": "1752" - }, - { - "examine": "It's useless.", - "ids": "1753" - }, - { - "examine": "I can climb down this.", - "ids": "1754" - }, - { - "examine": "I can climb this.", - "ids": "1755" - }, - { - "examine": "I can climb down this.", - "ids": "1756" - }, - { - "examine": "I can climb this.", - "ids": "1757" - }, - { - "examine": "Not much use really.", - "ids": "1758" - }, - { - "examine": "This leads downwards.", - "ids": "1759" - }, - { - "examine": "These can be useful.", - "ids": "1760" - }, - { - "examine": "Steps made from natural rock.", - "ids": "1761" - }, - { - "examine": "A rope hangs here.", - "ids": "1762,1763,1764" - }, - { - "examine": "I can climb down this.", - "ids": "1765" - }, - { - "examine": "I can climb this.", - "ids": "1766" - }, - { - "examine": "I can climb down this.", - "ids": "1767" - }, - { - "examine": "I can climb this.", - "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777" - }, - { - "examine": "These huge stone discs grind grain to make flour.", - "ids": "1778" - }, - { - "examine": "These sails use the wind to drive the windmill.", - "ids": "1779,1780,1781" - }, - { - "examine": "I'll need an empty pot so I can collect my flour.", - "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796" - }, - { - "examine": "Some very hard rocks, I wouldn't want to fall on those.", - "ids": "1797,1798,1799,1800,1801,1802,1803" - }, - { - "examine": "This door requires a key.", - "ids": "1804" - }, - { - "examine": "The door to the Champions' Guild.", - "ids": "1805,1806,1807,1808,1809" - }, - { - "examine": "Here be spiders!", - "ids": "1810" - }, - { - "examine": "I can walk through this tattered web.", - "ids": "1811" - }, - { - "examine": "A magical border of teleportation.", - "ids": "1812" - }, - { - "examine": "For putting things on.", - "ids": "1813" - }, - { - "examine": "I wonder what this does...", - "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851" - }, { "examine": "A large fish.", "ids": "18482" }, - { - "examine": "A wooden crate for storage.", - "ids": "18506" - }, - { - "examine": "A pile of crates for storage.", - "ids": "18508" - }, - { - "examine": "This lets in more light.", - "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863" - }, - { - "examine": "These obviously mean keep out!", - "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875" - }, - { - "examine": "Fly Gnome Air.", - "ids": "187" - }, - { - "examine": "I shudder to think what has taken place here.", - "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289" - }, - { - "examine": "Probably pilot error.", - "ids": "188" - }, - { - "examine": "Popular on sandy beaches where fruity cocktails may be found.", - "ids": "18856" - }, { "examine": "A sign on a cactus.", "ids": "18876" }, - { - "examine": "The Blurberry bar", - "ids": "189" - }, - { - "examine": "This hasn't seen a duster for a while.", - "ids": "1896" - }, - { - "examine": "Not as nice as some.", - "ids": "1897" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "1898,1899" - }, - { - "examine": "A large gate in the gnome style.", - "ids": "190" - }, - { - "examine": "This could do with a bit of a spit and polish.", - "ids": "1900" - }, - { - "examine": "This clearly isn't used for dining very often.", - "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938" - }, - { - "examine": "A tower.", - "ids": "1939,1940,1941,1942,1943,1944,1945,1946" - }, - { - "examine": "The entrance to the cave.", - "ids": "194" - }, - { - "examine": "It looks like I might be able to climb over this piece of the wall...", - "ids": "1947,1948" - }, - { - "examine": "A pile of bricks.", - "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966" - }, - { - "examine": "I can climb this.", - "ids": "195" - }, - { - "examine": "A grand door for a grand tree.", - "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984" - }, - { - "examine": "A large root.", - "ids": "1985,1986" - }, - { - "examine": "A primitive looking boat.", - "ids": "1987" - }, - { - "examine": "Oops!", - "ids": "1988" - }, - { - "examine": "A good source of books!", - "ids": "1989" - }, - { - "examine": "A wooden crate for storage.", - "ids": "1990" - }, - { - "examine": "Solid bars of iron.", - "ids": "1991" - }, - { - "examine": "There is an indent the size of a pebble in the stone's centre.", - "ids": "1992" - }, - { - "examine": "A stone tomb surrounded by flowers.", - "ids": "1993" - }, - { - "examine": "I wonder what's inside.", - "ids": "1994,37016,37015" - }, - { - "examine": "Perhaps I should search it.", - "ids": "1995" - }, - { - "examine": "I should be safe if I can reach this.", - "ids": "1996,1997" - }, - { - "examine": "Wet rope.", - "ids": "1998" - }, - { - "examine": "A wooden crate for storage.", - "ids": "1999" - }, { "examine": "Dead and half-buried.", "ids": "19996" @@ -7479,274 +20087,18 @@ "examine": "Dead animal head. Lovely.", "ids": "19997" }, - { - "examine": "Looks and smells like a place where goblins live.", - "ids": "2" - }, - { - "examine": "A quirky gnome lamp.", - "ids": "200" - }, - { - "examine": "An elf-fashioned door.", - "ids": "2000,2001,2002,2003" - }, - { - "examine": "The pillar has a rune shaped dent in it.", - "ids": "2004" - }, - { - "examine": "A statue of Baxtorian chiselled in stone.", - "ids": "2005" - }, - { - "examine": "A statue of Glarial chiselled in stone.", - "ids": "2006,2007,2008,2009" - }, - { - "examine": "These insects love this light.", - "ids": "201" - }, - { - "examine": "A ledge.", - "ids": "2010,2011,2012" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "2013" - }, - { - "examine": "A magically elevated chalice full of tears.", - "ids": "2014" - }, - { - "examine": "A magically elevated chalice full of ash.", - "ids": "2015,2016,2017,2018" - }, - { - "examine": "A whirlpool.", - "ids": "2019" - }, - { - "examine": "It's amazing what bees produce!", - "ids": "202" - }, - { - "examine": "It's too wet for firewood.", - "ids": "2020,2021" - }, - { - "examine": "A wooden barrel, maybe a way off this rock.", - "ids": "2022" - }, - { - "examine": "An interesting tree with long straight branches.", - "ids": "2023" - }, - { - "examine": "A large bubbling cauldron, smells... Ugh!", - "ids": "2024" - }, - { - "examine": "The door is closed.", - "ids": "2025" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "2026,2027,2028,2029,2030,2031" - }, - { - "examine": "Posh candlesticks.", - "ids": "203,204,32287,40074" - }, - { - "examine": "It's closed.", - "ids": "2032" - }, - { - "examine": "It's open.", - "ids": "2033" - }, - { - "examine": "It's closed.", - "ids": "2034" - }, - { - "examine": "It's open.", - "ids": "2035" - }, - { - "examine": "It's closed.", - "ids": "2036" - }, - { - "examine": "It's open.", - "ids": "2037" - }, - { - "examine": "I've met less intelligent conversationalists.", - "ids": "2038" - }, - { - "examine": "It's closed.", - "ids": "2039,2040,2041,2042" - }, - { - "examine": "Something's bubbling away in it.", - "ids": "2043" - }, - { - "examine": "Like an animal dinner table.", - "ids": "2044,2045,2046,2047" - }, - { - "examine": "It's a door.", - "ids": "2048,2049" - }, - { - "examine": "A wooden gate.", - "ids": "2050,2051,2052,2053" - }, - { - "examine": "It's a door.", - "ids": "2054,2055" - }, - { - "examine": "It's closed.", - "ids": "2056" - }, - { - "examine": "It's open.", - "ids": "2057" - }, - { - "examine": "It's closed.", - "ids": "2058,2059,2060,2061,2062" - }, - { - "examine": "It's open.", - "ids": "2063" - }, - { - "examine": "For storage.", - "ids": "2064" - }, - { - "examine": "Used for climbing.", - "ids": "2065" - }, - { - "examine": "A wall.", - "ids": "2066" - }, - { - "examine": "A watchtower.", - "ids": "2067" - }, - { - "examine": "A fence.", - "ids": "2068" - }, - { - "examine": "A closed door.", - "ids": "2069,2070" - }, - { - "examine": "Used for storage.", - "ids": "2071,2072" - }, - { - "examine": "Grows weird yellow fruit.", - "ids": "2073,2074,2075,2076,2077,2078" - }, - { - "examine": "I wonder what's inside?", - "ids": "2079,2080" - }, - { - "examine": "Scary lighting apparatus.", - "ids": "208" - }, - { - "examine": "Handy for boarding boats.", - "ids": "2081,2082,2083,2084,2085,2086,2087,2088" - }, - { - "examine": "Ornamental.", - "ids": "2089" - }, - { - "examine": "An ornamental lighting fixture.", - "ids": "209" - }, - { - "examine": "A rocky outcrop.", - "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111" - }, - { - "examine": "Its eyes stare off into the distance...", - "ids": "21" - }, - { - "examine": "A mysterious glowing ice crystal.", - "ids": "210" - }, - { - "examine": "It's amazing what bees produce!", - "ids": "211" - }, - { - "examine": "The door is closed.", - "ids": "2112" - }, - { - "examine": "I can climb down this.", - "ids": "2113" - }, - { - "examine": "This transports coal!", - "ids": "2114" - }, - { - "examine": "The left hand side of the gate.", - "ids": "2115" - }, - { - "examine": "The right hand side of the gate.", - "ids": "2116" - }, - { - "examine": "It's an old wall.", - "ids": "2117" - }, - { - "examine": "Sturdy looking.", - "ids": "21176" - }, - { - "examine": "Lots of water swirling around", - "ids": "2118" - }, - { - "examine": "A rocky outcrop.", - "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140" - }, - { - "examine": "Useful for making ships move.", - "ids": "212,218" - }, { "examine": "Might be worth opening?", "ids": "21299" }, - { - "examine": "I can climb this.", - "ids": "21395,29355" - }, { "examine": "A sturdy metal door.", "ids": "21400,21402,21399" }, + { + "examine": "I can climb this.", + "ids": "21395,29355" + }, { "examine": "A closed, sturdy metal door.", "ids": "21403,21405" @@ -7755,18 +20107,6 @@ "examine": "An open, sturdy metal door.", "ids": "21404" }, - { - "examine": "An open chest.", - "ids": "2141" - }, - { - "examine": "An eerie glow permeates the cauldron.", - "ids": "2142" - }, - { - "examine": "Looks secure.", - "ids": "2143,2144" - }, { "examine": "A display case, full of axes.", "ids": "21437" @@ -7803,10 +20143,6 @@ "examine": "A shelf, displaying armour.", "ids": "21447" }, - { - "examine": "Ooooh! Spooky!", - "ids": "2145,2146" - }, { "examine": "I can climb down these stairs.", "ids": "21455" @@ -7819,34 +20155,6 @@ "examine": "A stone torch.", "ids": "21465" }, - { - "examine": "Going down?", - "ids": "2147" - }, - { - "examine": "Going up?", - "ids": "2148" - }, - { - "examine": "An imposing stone structure.", - "ids": "2149" - }, - { - "examine": "A column of elemental power.", - "ids": "2150,2151,2152,2153,29415" - }, - { - "examine": "A wrought iron gate.", - "ids": "2154,2155" - }, - { - "examine": "A magical portal of teleportation.", - "ids": "2156,2157,2158" - }, - { - "examine": "It's a floating barrel.", - "ids": "2159,2160,2161" - }, { "examine": "A chair made from stone.", "ids": "21607" @@ -7855,10 +20163,6 @@ "examine": "A table with swords on it.", "ids": "21608" }, - { - "examine": "A table with plates and mugs on it.", - "ids": "21609,21610" - }, { "examine": "A bed to sleep in.", "ids": "21611" @@ -7868,1324 +20172,236 @@ "ids": "21612" }, { - "examine": "A shelf with some cups on it.", - "ids": "21614,21615" + "examine": "A table with plates and mugs on it.", + "ids": "21609,21610" }, { - "examine": "Smells like fish.", - "ids": "2162,2163,2164,2165,2166" + "examine": "A shelf with some cups on it.", + "ids": "21614,21615" }, { "examine": "A Fremennik flag.", "ids": "21637" }, - { - "examine": "Water is pouring in through the hole.", - "ids": "2167" - }, - { - "examine": "A patch of swamp tar has bunged up the hole.", - "ids": "2168" - }, - { - "examine": "There's a strong wind whipping up the sea.", - "ids": "2169,2170,2171" - }, - { - "examine": "A huge net to catch little fish.", - "ids": "2172,2173" - }, - { - "examine": "The upper deck can be accessed with this ladder.", - "ids": "2174" - }, - { - "examine": "Back down to the main deck.", - "ids": "2175" - }, - { - "examine": "This old trawler has seen better days.", - "ids": "2176,2177" - }, - { - "examine": "Handy for boarding boats.", - "ids": "2178,2179" - }, - { - "examine": "It's a war machine.", - "ids": "2180,2181" - }, - { - "examine": "It can't hurt to just have a look, can it?", - "ids": "2182" - }, - { - "examine": "I wonder what is inside...", - "ids": "2183" - }, { "examine": "A short longboat!", "ids": "21834" }, { - "examine": "The door is closed.", - "ids": "2184" + "examine": "A place to sit and watch furniture grow.", + "ids": "28627" }, { - "examine": "This wall has seen better days.", - "ids": "2185" + "examine": "It's not rolling, but it seems to have gathered some moss.", + "ids": "28635" }, { - "examine": "Hmmm... I wonder if it's loose enough to get through.", - "ids": "2186" + "examine": "A thick metal gate.", + "ids": "28690,28691,28692,28693" }, { - "examine": "I can climb down this ladder.", - "ids": "2187" + "examine": "Contains traces of summoning energy.", + "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954" }, { - "examine": "I can climb up this ladder.", - "ids": "2188,2189" + "examine": "An interesting sign.", + "ids": "31297,31298,31299,31300,31301" }, { - "examine": "I can climb down this ladder.", - "ids": "2190" + "examine": "I wonder what this spooky contains.", + "ids": "37051" }, { - "examine": "I wonder what's inside?", - "ids": "2191,2192,2193" + "examine": "The mine has collapsed.", + "ids": "37634" }, { - "examine": "Perhaps I should search it.", - "ids": "2194,2195,2196" + "examine": "It really was this big!", + "ids": "40043" }, { - "examine": "I wonder what's inside?", - "ids": "2197" + "examine": "It really was this big!", + "ids": "40042" }, { - "examine": "Perhaps I should search it.", - "ids": "2198" + "examine": "A wooden barrel for storage.", + "ids": "40018" }, { - "examine": "An old gate for locking up undesirables.", - "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209" + "examine": "A wooden barrel containing lots of fish.", + "ids": "40019" }, { - "examine": "The door is shut.", - "ids": "22" + "examine": "A nice sturdy looking table.", + "ids": "40044" }, { - "examine": "This figure brings luck to those who sail.", - "ids": "221,222" + "examine": "A wooden crate.", + "ids": "40021" }, { - "examine": "Looking through it makes far off things look closer!", - "ids": "2210" + "examine": "Some wooden crates.", + "ids": "40022" }, { - "examine": "A weathered old gravestone.", - "ids": "2211" + "examine": "A large potted plant.", + "ids": "40111" }, { - "examine": "Looks like fun.", - "ids": "2212" + "examine": "Tick-tock, it's a clock.", + "ids": "40029" }, { - "examine": "The bank teller will serve you from here.", - "ids": "2213" + "examine": "I wonder what's inside.", + "ids": "29400,32010,40093" }, { - "examine": "This booth is for private customers only.", - "ids": "2214,34205" + "examine": "Useful for putting things on.", + "ids": "40031" }, { - "examine": "This booth is closed.", - "ids": "2215" + "examine": "Items are for sale here.", + "ids": "40028" }, { - "examine": "This looks like it's being used to block entrance to the village.", - "ids": "2216" + "examine": "I can climb this.", + "ids": "40026" }, { - "examine": "Something seems to be buried under this.", - "ids": "2217" + "examine": "Some wooden crates.", + "ids": "15032" }, { - "examine": "A narrow fissure in the ground.", - "ids": "2218,2219" + "examine": "A wooden crate.", + "ids": "15030" }, { - "examine": "A pile of rubble.", - "ids": "2220" - }, - { - "examine": "A stone with some carvings on it.", - "ids": "2221" - }, - { - "examine": "A pile of loose rocks.", - "ids": "2222" - }, - { - "examine": "Probably nothing useful in these.", - "ids": "2223" - }, - { - "examine": "A rotten and barely standing set of gallows.", - "ids": "2224" - }, - { - "examine": "Wet rocks, it looks like you might be able to climb them.", - "ids": "2225" - }, - { - "examine": "This table has seen better days.", - "ids": "2226" - }, - { - "examine": "A crudely constructed raft.", - "ids": "2227,2228" - }, - { - "examine": "A statue to mark Tai Bwo Wannai sacred grounds.", - "ids": "2229" - }, - { - "examine": "A sturdy cart for travelling in.", - "ids": "2230" - }, - { - "examine": "A rocky outcrop.", - "ids": "2231,2232,2233" - }, - { - "examine": "Rocks that have been stacked at regular intervals.", - "ids": "2234" - }, - { - "examine": "An ancient construct for supporting the bones of the deceased.", - "ids": "2235" - }, - { - "examine": "I can climb the rocky outcrop.", - "ids": "2236" - }, - { - "examine": "An exotic looking tree.", - "ids": "2237" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "2238,2239" - }, - { - "examine": "These doors must have been hidden here for years.", - "ids": "2240,2241" - }, - { - "examine": "Perhaps you should give them a push.", - "ids": "2242,2243" - }, - { - "examine": "Commonly found in these parts.", - "ids": "2244" - }, - { - "examine": "A leafy fern.", - "ids": "2245" - }, - { - "examine": "Large carved tomb doors, they look terrifying.", - "ids": "2246,2247,2248,2249,2250,2251,2252" - }, - { - "examine": "Useful for making ships move.", - "ids": "225,226" - }, - { - "examine": "Perhaps you should give them a push.", - "ids": "2253,2254" - }, - { - "examine": "An ancient metal gate, but still pretty secure.", - "ids": "2255,2256" - }, - { - "examine": "A rocky outcrop.", - "ids": "2257" - }, - { - "examine": "An ancient construct for supporting the bones of the deceased.", - "ids": "2258" - }, - { - "examine": "The gate is closed.", - "ids": "2259,2260,2261,2262,2263,2264" - }, - { - "examine": "A sturdy cart for travelling in.", - "ids": "2265" - }, - { - "examine": "The door is closed.", - "ids": "2266,2267" - }, - { - "examine": "This leads up to the sleeping area.", - "ids": "2268" - }, - { - "examine": "This leads downwards.", - "ids": "2269" - }, - { - "examine": "Barnacle infested rope.", - "ids": "227" - }, - { - "examine": "A jungle plant.", - "ids": "2270" - }, - { - "examine": "I wonder what's inside?", - "ids": "2271" - }, - { - "examine": "It's open.", - "ids": "2272" - }, - { - "examine": "An odd-looking rock with a rope tied to it.", - "ids": "2273,2274" - }, - { - "examine": "An odd-looking rock formation.", - "ids": "2275,2276,2277,2278" - }, - { - "examine": "Holds the rope up. Hopefuly.", - "ids": "2279,2280,2281" - }, - { - "examine": "Use this to swing over crevices.", - "ids": "2282,2283" - }, - { - "examine": "This must be climbed over.", - "ids": "2284,2285,2286" - }, - { - "examine": "It's hollow...", - "ids": "2289" - }, - { - "examine": "A slippery log I can walk across.", - "ids": "2294,2295,2296,2297" - }, - { - "examine": "The irregular surface can be climbed.", - "ids": "2298,2299,2300" - }, - { - "examine": "Unusually lumpy looking.", - "ids": "23" - }, - { - "examine": "Tread carefully!", - "ids": "2301,2302" - }, - { - "examine": "I can just about edge across here.", - "ids": "2303" - }, - { - "examine": "Pointy!", - "ids": "2304,2305,2306" - }, - { - "examine": "A wrought iron gate.", - "ids": "2307,2308" - }, - { - "examine": "Solid bars of iron.", - "ids": "2309" - }, - { - "examine": "This tree has been cut down.", - "ids": "2310" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "2311" - }, - { - "examine": "I can balance on this rope.", - "ids": "2312" - }, - { - "examine": "I can climb up this.", - "ids": "2313" - }, - { - "examine": "I can climb down here.", - "ids": "2314,2315" - }, - { - "examine": "I can climb up these stairs.", - "ids": "2316,36776" - }, - { - "examine": "I can climb up these rocks to another cave.", - "ids": "2317" - }, - { - "examine": "I can climb down these rocks to another cave.", - "ids": "2318" - }, - { - "examine": "I can traverse these.", - "ids": "2319,2320,2321,12573,12574,12575,29375" - }, - { - "examine": "Use this to swing across gaps.", - "ids": "2322,2323,2324" - }, - { - "examine": "I can swing on this tree.", - "ids": "2325" - }, - { - "examine": "A branch protrudes here.", - "ids": "2326" - }, - { - "examine": "This tree has an unusually long branch on it.", - "ids": "2327" - }, - { - "examine": "Jump here.", - "ids": "23271" - }, - { - "examine": "A rocky outcrop.", - "ids": "2328,2329,2330,2331" - }, - { - "examine": "A nearly rotten wooden log that crosses the river.", - "ids": "2332" - }, - { - "examine": "A rocky outcrop from the running water.", - "ids": "2333,2334,2335" - }, - { - "examine": "You can see a cauldron directly below.", - "ids": "2336" - }, - { - "examine": "This door is very sturdy looking.", - "ids": "2337" - }, - { - "examine": "This door is closed.", - "ids": "2338" - }, - { - "examine": "This door is very sturdy looking.", - "ids": "2339,2340" - }, - { - "examine": "There is something strange about this wall...", - "ids": "2341" - }, - { - "examine": "Looks like a ventilation grill.", - "ids": "2342" - }, - { - "examine": "A large stone block.", - "ids": "2343,2344,2345,2346,2347,2348,2349" - }, - { - "examine": "Used to move earth to, and from, the dig shaft.", - "ids": "2350,2351" - }, - { - "examine": "This leads back up the dig shaft.", - "ids": "2352,2353" - }, - { - "examine": "Yep, they're sacks!", - "ids": "2354,2355,2356" - }, - { - "examine": "A leafy bush.", - "ids": "2357,2358" + "examine": "A wooden crate.", + "ids": "15031" }, { "examine": "A sealed barrel with a warning sign on it.", - "ids": "2359" + "ids": "17296" }, { - "examine": "I wonder what's inside...", - "ids": "2360" - }, - { - "examine": "A sturdy chest to keep things in.", - "ids": "2361" - }, - { - "examine": "A large stone block.", - "ids": "2362" - }, - { - "examine": "A place where you can pan for gold.", - "ids": "2363" - }, - { - "examine": "A wooden container.", - "ids": "2364,2365" - }, - { - "examine": "A signpost!", - "ids": "2366,2367,2368,2369,2370,2371" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "2372" - }, - { - "examine": "A cupboard.", - "ids": "2373,2374" - }, - { - "examine": "Used to keep specimens on.", - "ids": "2375" - }, - { - "examine": "Soil. Dug up!", - "ids": "2376,2377,2378" - }, - { - "examine": "Technically a bed.", - "ids": "2379" - }, - { - "examine": "I wonder what's inside...", - "ids": "2380" - }, - { - "examine": "Swampy dirt.", - "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390" - }, - { - "examine": "A very solid looking gate.", - "ids": "2391,2392" - }, - { - "examine": "'Pay back all your debts by borrowing more money from us!' Clever.", - "ids": "23924" - }, - { - "examine": "Contains quite a lot of someone else's property.", - "ids": "23925" - }, - { - "examine": "This chest looks strong.", - "ids": "23926" - }, - { - "examine": "A handy place for filling in forms and paperwork.", - "ids": "23928" - }, - { - "examine": "They say money can't buy happiness.", - "ids": "23929" - }, - { - "examine": "Aim for the goal!", - "ids": "2393" - }, - { - "examine": "A gilt sculpture of a monarch.", - "ids": "23930" - }, - { - "examine": "A gate to the Gnomeball pitch.", - "ids": "2394,2395" - }, - { - "examine": "Distinctly feminine.", - "ids": "2396" - }, - { - "examine": "A solid looking door.", - "ids": "2397,2398,2399" - }, - { - "examine": "The door is shut.", - "ids": "24" - }, - { - "examine": "Might be worth searching.", - "ids": "2400,2401" - }, - { - "examine": "A good source of books!", - "ids": "2402" - }, - { - "examine": "Might be worth searching.", - "ids": "2403,2404" - }, - { - "examine": "I can climb this.", - "ids": "2405" - }, - { - "examine": "The door is closed.", - "ids": "2406,2407" - }, - { - "examine": "I can climb down this.", - "ids": "2408,36693,36694" - }, - { - "examine": "A commonly found tree.", - "ids": "2409" - }, - { - "examine": "I can climb this.", - "ids": "2410" - }, - { - "examine": "The door is closed.", - "ids": "2411" - }, - { - "examine": "Handy for boarding the ship.", - "ids": "2412,2413,2414,2415" - }, - { - "examine": "Pull me!", - "ids": "2416" - }, - { - "examine": "Place party drop items here.", - "ids": "2417,2418,2419,2420" + "examine": "A barrel with a warning sign on it.", + "ids": "17297" }, { "examine": "A beautiful landscape.", "ids": "24184" }, { - "examine": "This lever is down.", - "ids": "2421" + "examine": "These open and close!", + "ids": "40050" }, { - "examine": "This lever is up.", - "ids": "2422" + "examine": "A case. With books.", + "ids": "40033" }, { - "examine": "This lever is down.", - "ids": "2423" + "examine": "A drab looking bed.", + "ids": "40035" }, { - "examine": "This lever is up.", - "ids": "2424" + "examine": "I can climb down this.", + "ids": "40027,20987,29358" }, { - "examine": "This lever is down.", - "ids": "2425" + "examine": "These open and close!", + "ids": "40052" }, { - "examine": "This lever is up.", - "ids": "2426" + "examine": "The perfect place to store things.", + "ids": "40054" }, { - "examine": "This door is closed by an unknown mechanism.", - "ids": "2427,2428,2429,2430,2431" - }, - { - "examine": "This gate is closed shut.", - "ids": "2432,2433" - }, - { - "examine": "This may be worth opening.", - "ids": "2434,2435" + "examine": "Break glass in case in case of emergency.", + "ids": "40076" }, { "examine": "I can climb up these stairs.", - "ids": "24349" + "ids": "40057" }, { - "examine": "I wonder what's inside.", - "ids": "2436,2437" + "examine": "Trinkets and stuff.", + "ids": "40075" }, { - "examine": "A wooden gate.", - "ids": "2438,2439" + "examine": "Looking good!", + "ids": "40065" }, { - "examine": "Wonder what this pillar is for?", - "ids": "2440,2441,2442,2443" + "examine": "It looks slightly different from the rest.", + "ids": "30532" }, { - "examine": "I wonder what's under it?", - "ids": "2444,2445" + "examine": "'Here lies...' is all I can read.", + "ids": "30671,30672" }, { - "examine": "This leads to somewhere...but where?", - "ids": "2446" + "examine": "The inscription is worn away and unreadable.", + "ids": "30667,30669" }, { - "examine": "I reckon I could climb that!", - "ids": "2447,2448" + "examine": "Whoever bought this must have really cared for the inhabitant.", + "ids": "30668" }, { - "examine": "Some magical rocks.", - "ids": "2449,2450" + "examine": "Make a wish.", + "ids": "28715" }, { - "examine": "Allows access to other parts of the ship.", - "ids": "245,246" + "examine": "Contains no summoning energy.", + "ids": "28720,28721" }, { - "examine": "There's something behind these roots.", - "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464" + "examine": "Glowing with barely-suppressed energies.", + "ids": "28719" }, { - "examine": "A portal from this mystical place.", - "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477" + "examine": "Looks kind of like a man made of metal.", + "ids": "32292" }, { - "examine": "A mysterious power emanates from this shrine.", - "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490" + "examine": "Technically a bed.", + "ids": "32031" }, { - "examine": "The source of all Rune Stones.", - "ids": "2491" + "examine": "Now that's what I call slimline!", + "ids": "32072" }, { - "examine": "A portal from this mystical place.", - "ids": "2492" + "examine": "A really bad portrait of the King.", + "ids": "32326" }, { - "examine": "For keeping things in.", - "ids": "24924" - }, - { - "examine": "A part of an old temple.", - "ids": "2493,2494,2495,2496" - }, - { - "examine": "Unusual energy is gathered here.", - "ids": "2497,2498,2499,2500,2501,2502" - }, - { - "examine": "Seems to be some kind of clock part.", - "ids": "25,26,27,28,29,30,31,32" - }, - { - "examine": "An old crumbled pillar.", - "ids": "2503,2504,2505,2506,2507" - }, - { - "examine": "Broken parts of an old temple.", - "ids": "2508,2509,2510" - }, - { - "examine": "This leads to the practice tower.", - "ids": "2511" - }, - { - "examine": "This leads back down to the guild.", - "ids": "2512" - }, - { - "examine": "I wonder if I can hit a bullseye?", - "ids": "2513" - }, - { - "examine": "The door to the Ranging Guild.", - "ids": "2514" - }, - { - "examine": "I hope it doesn't sink.", - "ids": "2515" - }, - { - "examine": "It's sinking!", - "ids": "2516" - }, - { - "examine": "Going up?", - "ids": "2517" - }, - { - "examine": "Typical shoddy workmanship.", - "ids": "2518" - }, - { - "examine": "Crates of packed fish.", - "ids": "2519" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "252,253" - }, - { - "examine": "It's used for loading and unloading fishing boats.", - "ids": "2520,2521" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2522,2523" - }, - { - "examine": "I wonder what's inside?", - "ids": "2524" - }, - { - "examine": "It's open.", - "ids": "2525" - }, - { - "examine": "The door of a small prison.", - "ids": "2526,2527" - }, - { - "examine": "The door is closed.", - "ids": "2528" - }, - { - "examine": "A door.", - "ids": "2529" - }, - { - "examine": "Used for storage.", - "ids": "2530" - }, - { - "examine": "Looks like someone's tried digging here.", - "ids": "2531,2532" - }, - { - "examine": "A pile of what is hopefully mud.", - "ids": "2533" - }, - { - "examine": "There's black cross on the door.", - "ids": "2534" - }, - { - "examine": "The door is closed.", - "ids": "2535" - }, - { - "examine": "A door.", - "ids": "2536" - }, - { - "examine": "The door is closed.", - "ids": "2537" - }, - { - "examine": "A door.", - "ids": "2538" - }, - { - "examine": "A flight of stairs.", - "ids": "2539,2540" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "254" - }, - { - "examine": "An outlet to the sewer.", - "ids": "2541,2542" - }, - { - "examine": "There's a cover over this manhole.", - "ids": "2543" - }, - { - "examine": "I wonder where they will take me.", - "ids": "25432" - }, - { - "examine": "How dangerous, someone has left this manhole open.", - "ids": "2544" - }, - { - "examine": "This is supposed to stop people falling down the manhole.", - "ids": "2545" - }, - { - "examine": "A door.", - "ids": "2546,2547,2548,2549" - }, - { - "examine": "Potentially hot!", - "ids": "25464" - }, - { - "examine": "A goblin fire. Looks fierce.", - "ids": "25465" - }, - { - "examine": "Used for pulling things up.", - "ids": "255" - }, - { - "examine": "A secure door.", - "ids": "2550,2551" - }, - { - "examine": "A metal gate bars your way.", - "ids": "2552,2553" - }, - { - "examine": "A secure door.", - "ids": "2554,2555,2556,2557,2558,2559" - }, - { - "examine": "Fine silk woven by experts.", - "ids": "2560" - }, - { - "examine": "This stall smells great.", - "ids": "2561" - }, - { - "examine": "Precious stones from around the world.", - "ids": "2562" - }, - { - "examine": "All manner of animal clothing.", - "ids": "2563" - }, - { - "examine": "Spices to tingle your taste buds.", - "ids": "2564" - }, - { - "examine": "Fine silver items are for sale here.", - "ids": "2565" - }, - { - "examine": "I wonder what's inside it.", - "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574" - }, - { - "examine": "A marshy jungle vine.", - "ids": "2575,2576" - }, - { - "examine": "A tall palm tree with some plants growing at its stem.", - "ids": "2577" - }, - { - "examine": "A tall palm tree.", - "ids": "2578" - }, - { - "examine": "The burnt ground has a plant growing on it.", - "ids": "2579" - }, - { - "examine": "The ground has been burnt here by a fire.", - "ids": "2580" - }, - { - "examine": "A rock with green moss growing on it.", - "ids": "2581" - }, - { - "examine": "A rock, it looks like something was growing here.", - "ids": "2582" - }, - { - "examine": "It looks as if it is covered in some fungus.", - "ids": "2583" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "2584" - }, - { - "examine": "Rocky walls, you may be able to climb it.", - "ids": "2585" - }, - { - "examine": "It's closed.", - "ids": "2586" - }, - { - "examine": "I wonder what's inside?", - "ids": "2587" - }, - { - "examine": "It's open.", - "ids": "2588" - }, - { - "examine": "This ship's not getting far with that.", - "ids": "2589" - }, - { - "examine": "Takes me into the ship.", - "ids": "2590,2591" - }, - { - "examine": "Takes me back on deck.", - "ids": "2592" - }, - { - "examine": "Handy for boarding the ship.", - "ids": "2593,2594" - }, - { - "examine": "It's closed.", - "ids": "2595" - }, - { - "examine": "A blood-red door.", - "ids": "2596" - }, - { - "examine": "A lurid orange door.", - "ids": "2597" - }, - { - "examine": "A sickly yellow door.", - "ids": "2598" - }, - { - "examine": "A gloomy blue door.", - "ids": "2599" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "260" - }, - { - "examine": "A groovy magenta door.", - "ids": "2600" - }, - { - "examine": "A putrid green door.", - "ids": "2601" - }, - { - "examine": "Probably the nicest door in this ghastly place.", - "ids": "2602" - }, - { - "examine": "It's closed.", - "ids": "2603" - }, - { - "examine": "It's open.", - "ids": "2604" - }, - { - "examine": "It's a ladder.", - "ids": "2605" - }, - { - "examine": "There is something strange about this wall...", - "ids": "2606" - }, - { - "examine": "It's closed.", - "ids": "2607,2608" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "2609" - }, - { - "examine": "A rope hangs here that I can climb.", - "ids": "2610" - }, - { - "examine": "It's a ladder.", - "ids": "2611" - }, - { - "examine": "Wonder what's in here...", - "ids": "2612" - }, - { - "examine": "Smells kind of funny...", - "ids": "2613" - }, - { - "examine": "Looks comfortable...", - "ids": "2615" - }, - { - "examine": "Looks spooky...", - "ids": "2616" - }, - { - "examine": "Phew, an exit!", - "ids": "2617" - }, - { - "examine": "The fence is broken at this point.", - "ids": "2618" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "2619" - }, - { - "examine": "An old crate for storage.", - "ids": "2620" - }, - { - "examine": "It's a door.", - "ids": "2621,2622" - }, - { - "examine": "It's a gate.", - "ids": "2623" - }, - { - "examine": "The entrance to the Hero's Guild.", - "ids": "2624,2625" - }, - { - "examine": "It's a door.", - "ids": "2626,2627,2628" - }, - { - "examine": "There is something unusual about this wall...", - "ids": "2629" - }, - { - "examine": "I can see eels swimming in the lava.", - "ids": "2630" - }, - { - "examine": "It's a door.", - "ids": "2631" - }, - { - "examine": "I wonder what's inside?", - "ids": "2632" - }, - { - "examine": "It's open.", - "ids": "2633" - }, - { - "examine": "Rocks that contain nothing interesting, but block the way.", - "ids": "2634" - }, - { - "examine": "I wonder what's inside?", - "ids": "2635" - }, - { - "examine": "It's open.", - "ids": "2636,2637" - }, - { - "examine": "A source of pure water.", - "ids": "2638,2639" - }, - { - "examine": "A shrine for the faithful to worship at.", - "ids": "2640" + "examine": "A tatty old standard.", + "ids": "32295" }, { "examine": "I can climb this.", - "ids": "2641" + "ids": "32015" }, { - "examine": "Used for fashioning clay items.", - "ids": "2642" + "examine": "An old crate for storage.", + "ids": "29351,29352,31137,31140" }, { - "examine": "Bake your clay items in here.", - "ids": "2643" + "examine": "A wooden barrel for storage.", + "ids": "17308,31136,36798" }, { - "examine": "Used for spinning thread.", - "ids": "2644" + "examine": "A home for baby creatures.", + "ids": "32312" }, { - "examine": "A tray of sand.", - "ids": "2645" + "examine": "Must have been laid by a huge bird.", + "ids": "32313" }, { - "examine": "A plant cultivated for fibres.", - "ids": "2646" - }, - { - "examine": "The door to the Crafting Guild.", - "ids": "2647,2648,2649" - }, - { - "examine": "Useful if there is any wind.", - "ids": "265" - }, - { - "examine": "A pile of smelly rotting waste.", - "ids": "2650" - }, - { - "examine": "A sturdy home for bees.", - "ids": "2651" - }, - { - "examine": "Looks like this is where waste from the kitchen comes out.", - "ids": "2652" - }, - { - "examine": "It looks like a spiders' nest to me.", - "ids": "2653" - }, - { - "examine": "This fountain suits the garden.", - "ids": "2654" - }, - { - "examine": "It's the Sinclair Family coat of arms.", - "ids": "2655" - }, - { - "examine": "Looks like this is where Anna keeps her stuff.", - "ids": "2656" - }, - { - "examine": "Looks like this is where Bob keeps his stuff.", - "ids": "2657" - }, - { - "examine": "Looks like this is where Carol keeps her stuff.", - "ids": "2658" - }, - { - "examine": "Looks like this is where David keeps his stuff.", - "ids": "2659" - }, - { - "examine": "Useful for making ships move.", - "ids": "266,267" - }, - { - "examine": "Looks like this is where Elizabeth keeps her stuff.", - "ids": "2660" - }, - { - "examine": "Looks like this is where Frank keeps his stuff.", - "ids": "2661" - }, - { - "examine": "Looks like this is where the cook stores flour.", - "ids": "2662" - }, - { - "examine": "Some sacks of general garden items.", - "ids": "2663" - }, - { - "examine": "Luckily it seems able to keep that vicious dog inside.", - "ids": "2664,2665" - }, - { - "examine": "Looks like the killer smashed this to leave the mansion.", - "ids": "2666" - }, - { - "examine": "Slaves are using this to pull up barrels of rocks from down below.", - "ids": "2667" - }, - { - "examine": "Slaves are placing barrels on this to haul them to the surface.", - "ids": "2668,2669" - }, - { - "examine": "A succulent cactus.", - "ids": "2670" - }, - { - "examine": "A less-than-succulent succulent.", - "ids": "2671" - }, - { - "examine": "I can try to make new items on this.", - "ids": "2672" - }, - { - "examine": "A solid looking gate.", - "ids": "2673,2674" - }, - { - "examine": "Large doors made of solid oak.", - "ids": "2675,2676" - }, - { - "examine": "A solid looking chest, it belongs to Captain Siad.", - "ids": "2677" - }, - { - "examine": "A selection of Captain Siad's Books.", - "ids": "2678" - }, - { - "examine": "A sturdy looking desk on which the Captain works.", - "ids": "2679" - }, - { - "examine": "Useful for making ships move", - "ids": "268" - }, - { - "examine": "A barrel containing rocks and mining debris.", - "ids": "2680" - }, - { - "examine": "An empty mining barrel.", - "ids": "2681" - }, - { - "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.", - "ids": "2682" - }, - { - "examine": "Gives a lovely view of the desert, complete with metalic bars.", - "ids": "2683" - }, - { - "examine": "It seems to be used for moving rocks into and out of this area.", - "ids": "2684" - }, - { - "examine": "A solid looking gate.", - "ids": "2685,2686,2687,2688" - }, - { - "examine": "There's no getting around it, it's a fairly sturdy prison cell door.", - "ids": "2689" - }, - { - "examine": "Large solid, thick set oak doors", - "ids": "2690,2691" - }, - { - "examine": "It looks fairly sturdy.", - "ids": "2692" - }, - { - "examine": "This is used by Shantay and his men to take items to the bank on your behalf.", - "ids": "2693" + "examine": "Stops bits of building falling on me.", + "ids": "37451" }, { "examine": "I wonder what's under it?", @@ -9196,648 +20412,104 @@ "ids": "26934,36687" }, { - "examine": "A rocky rock.", - "ids": "2694,2695,2696,2697" + "examine": "A strong metal door.", + "ids": "29315,29316,29317,29318,29319,29320,29321,29322" }, { - "examine": "A cave which has been mined out.", - "ids": "2698,2699" + "examine": "The body of a Dwarf savaged by Goblins.", + "ids": "15596" }, { - "examine": "The entrance to the tent.", - "ids": "2700,2701" + "examine": "I don't know art, but I like it!", + "ids": "36809" }, { - "examine": "Tracks in the sand.", - "ids": "2702,2703" + "examine": "The wood burning here must be full of salt.", + "ids": "14169" }, { - "examine": "Rocky!", - "ids": "2704" + "examine": "Sturdy looking.", + "ids": "21176" }, { - "examine": "It's a door.", - "ids": "2705" + "examine": "Doesn't look like it'll be sailing again.", + "ids": "14173" }, { - "examine": "A nicely fitted door.", - "ids": "2706" - }, - { - "examine": "A wooden crate for storage.", - "ids": "2707,2708" - }, - { - "examine": "I wonder what's inside?", - "ids": "2709" - }, - { - "examine": "How much does this weigh?", - "ids": "271" - }, - { - "examine": "It's open.", - "ids": "2710" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2711" - }, - { - "examine": "The door is closed.", - "ids": "2712" - }, - { - "examine": "Grain goes in here.", - "ids": "2713,2714,2715,2716,2717" - }, - { - "examine": "These control the flow of grain from the hopper to the millstones.", - "ids": "2718,2719,2720,2721,2722" - }, - { - "examine": "I can climb up here.", - "ids": "272" - }, - { - "examine": "A spicy meat kebab is cooking here.", - "ids": "2723" - }, - { - "examine": "A fire burns brightly here.", - "ids": "2724" - }, - { - "examine": "A grand old fireplace.", - "ids": "2725,2726" - }, - { - "examine": "Something is cooking nicely here.", - "ids": "2727" - }, - { - "examine": "Ideal for cooking on.", - "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "273" - }, - { - "examine": "Hot!", - "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780" - }, - { - "examine": "A conveniently rolled sail.", - "ids": "274,275,276,277,278,279" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2781" - }, - { - "examine": "It says \"Property of Doric the dwarf.\" on the side.", - "ids": "2782" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "2783" - }, - { - "examine": "Various implements for working with metal.", - "ids": "2784" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2785" - }, - { - "examine": "An entrance to Gu'Tanoth.", - "ids": "2786,2787,2788,2789" - }, - { - "examine": "I wonder what's inside it.", - "ids": "2790" - }, - { - "examine": "A counter made from a stone block.", - "ids": "2791,2792,2876,3800,29356" - }, - { - "examine": "An ogre is selling cakes here.", - "ids": "2793" - }, - { - "examine": "A lever for activating something.", - "ids": "2794,2795" - }, - { - "examine": "This leads to the watchtower.", - "ids": "2796" - }, - { - "examine": "This leads downwards.", - "ids": "2797" - }, - { - "examine": "A leafy bush.", - "ids": "2798,2799,2800,2801,2802,2803" - }, - { - "examine": "I think I can squeeze through here...", - "ids": "2804,2805,2806,2807,2808,2809,2810,2811" - }, - { - "examine": "This leads downwards.", - "ids": "2812" - }, - { - "examine": "I think I can squeeze through here...", - "ids": "2813" - }, - { - "examine": "The gate has been locked shut.", - "ids": "2814,2815" - }, - { - "examine": "A strange looking rock...", - "ids": "2816" - }, - { - "examine": "I think I can get out here...", - "ids": "2817,2818,2819,2820,2821,2822" - }, - { - "examine": "A hole.", - "ids": "2823" - }, - { - "examine": "A hole", - "ids": "2824" - }, - { - "examine": "I hope this leads the way out.", - "ids": "2825" - }, - { - "examine": "I wonder what's inside it?", - "ids": "2826,2827,2828,2829" - }, - { - "examine": "You can probably jump over from here.", - "ids": "2830,2831" - }, - { - "examine": "A low wall is blocking your path.", - "ids": "2832" - }, - { - "examine": "This goes up!", - "ids": "2833" - }, - { - "examine": "Sure it's gilded, but would you want to live in it?", - "ids": "28335" - }, - { - "examine": "It incubates eggs.", - "ids": "28336" - }, - { - "examine": "It's a basket for cats.", - "ids": "28337" - }, - { - "examine": "It's a basket for dogs.", - "ids": "28338" - }, - { - "examine": "Enough baskets for any dog's needs.", - "ids": "28339" - }, - { - "examine": "A low wall is blocking your path.", - "ids": "2834" - }, - { - "examine": "Lots of little fishies.", - "ids": "28340" - }, - { - "examine": "Keeps the puppies out of trouble.", - "ids": "28341" - }, - { - "examine": "It's good for bedding and stuffing.", - "ids": "28343" - }, - { - "examine": "Things are cheaper by the pound.", - "ids": "28344" - }, - { - "examine": "Made by the A. Wilson Company.", - "ids": "28345" - }, - { - "examine": "Looks hard.", - "ids": "2835,2836,2837,2838,2839,2840,2841" - }, - { - "examine": "They know how much that dog in the window is.", - "ids": "28351" - }, - { - "examine": "Lots of things for a growing pup.", - "ids": "28353" - }, - { - "examine": "Lots of things for a growing kitten.", - "ids": "28354" - }, - { - "examine": "Lots of things for a growing fish.", - "ids": "28355" - }, - { - "examine": "It seems to be sat happily on the counter.", - "ids": "28356" - }, - { - "examine": "Lots of things for a growing pup/kitten/fish.", - "ids": "28357" - }, - { - "examine": "There are a lot of pet supplies here.", - "ids": "28357,28358,28363,28364" - }, - { - "examine": "Fetch!", - "ids": "28360" - }, - { - "examine": "It's covered in hairs.", - "ids": "28361" - }, - { - "examine": "It has a special magical quality.", - "ids": "2842" - }, - { - "examine": "This drain leads from the sink to the sewers below.", - "ids": "2843" - }, - { - "examine": "This looks like it can be turned.", - "ids": "2844,2845,2846,2847,2848" - }, - { - "examine": "A rudimentary type of boat.", - "ids": "2849" - }, - { - "examine": "It's closed.", - "ids": "2850" - }, - { - "examine": "It's open.", - "ids": "2851" - }, - { - "examine": "I can probably squeeze my way inside there.", - "ids": "2852" - }, - { - "examine": "It's a flight of stairs.", - "ids": "2853" - }, - { - "examine": "Made of wood.", - "ids": "2854,2855" - }, - { - "examine": "I wonder what's inside?", - "ids": "2856" - }, - { - "examine": "It's open.", - "ids": "2857" - }, - { - "examine": "Used for storage.", - "ids": "2858" + "examine": "Looks a bit damp.", + "ids": "14174" }, { "examine": "Those druids certainly make the best of natural resources.", "ids": "28588,28589" }, - { - "examine": "A hot range, where some soup is bubbling nicely.", - "ids": "2859" - }, - { - "examine": "Very ominous.", - "ids": "2860" - }, - { - "examine": "It's a door.", - "ids": "2861,2862" - }, - { - "examine": "A place to sit and watch furniture grow.", - "ids": "28627" - }, - { - "examine": "The door is closed.", - "ids": "2863" - }, - { - "examine": "It's not rolling, but it seems to have gathered some moss.", - "ids": "28635" - }, { "examine": "Sit back and relax...", "ids": "28636,18488" }, { - "examine": "A water feature.", - "ids": "2864" + "examine": "One horsepower; wooden suspension: a beauty.", + "ids": "34376" }, { - "examine": "It's a gate.", - "ids": "2865,2866" + "examine": "I don't even want to think about what did that...", + "ids": "32071" }, { - "examine": "Very decorative!", - "ids": "2867" + "examine": "It's a door.", + "ids": "31838" }, { - "examine": "It's a cupboard.", - "ids": "2868,2869" + "examine": "Wooden crates for storage.", + "ids": "31138,31139" }, { - "examine": "A thick metal gate.", - "ids": "28690,28691,28692,28693" + "examine": "These may have something in them.", + "ids": "32049,36929" }, { - "examine": "I'm not allowed to climb this ladder.", - "ids": "287" + "examine": "Probably looked better mounted on the dragon's neck.", + "ids": "15564" }, { - "examine": "The mouse equivalent of a door.", - "ids": "2870" + "examine": "A magical wall decoration.", + "ids": "32324,32325" }, { - "examine": "I can climb down this.", - "ids": "2871" + "examine": "Perhaps I should search this.", + "ids": "32009" }, { - "examine": "Make a wish.", - "ids": "28715" + "examine": "The door is closed.", + "ids": "31808" }, { - "examine": "Glowing with barely-suppressed energies.", - "ids": "28719" + "examine": "The door is open.", + "ids": "31809" }, { - "examine": "I can climb this.", - "ids": "2872" + "examine": "The bank teller will serve you from here.", + "ids": "36786" }, { - "examine": "Contains no summoning energy.", - "ids": "28720,28721" + "examine": "Closed for business.", + "ids": "36787" }, { - "examine": "What a good likeness!", - "ids": "2873" - }, - { - "examine": "A depiction that chills one to the bone.", - "ids": "2874" - }, - { - "examine": "I wonder how accurate a representation this is.", - "ids": "2875" - }, - { - "examine": "A barrel full of staffs...", - "ids": "2877" - }, - { - "examine": "Patterns of light dance hypnotically across the pool's surface.", - "ids": "2878,2879" - }, - { - "examine": "There seems to be some sort of magical field here.", - "ids": "2880" - }, - { - "examine": "It's closed.", - "ids": "2881" - }, - { - "examine": "The toll gate from Lumbridge to Al-Kharid.", - "ids": "2882,2883" - }, - { - "examine": "I can climb this.", - "ids": "2884" - }, - { - "examine": "An antique by anyone's standards.", - "ids": "2885" - }, - { - "examine": "An antique by anyone's standards, however, it might have something interesting in it.", - "ids": "2886" - }, - { - "examine": "Looks good for logging.", - "ids": "2887" - }, - { - "examine": "A leafy jungle palm, dense foliage.", - "ids": "2888" - }, - { - "examine": "Home to many unusual creatures.", - "ids": "2889" - }, - { - "examine": "A leafy tree.", - "ids": "2890" - }, - { - "examine": "This tree has been cut down.", - "ids": "2891" - }, - { - "examine": "A jungle bush, quite common to these areas.", - "ids": "2892,2893" - }, - { - "examine": "A jungle bush that has been chopped down.", - "ids": "2894,2895" - }, - { - "examine": "A door to the Legends Guild.", - "ids": "2896,2897,2898,2899" - }, - { - "examine": "Looks slippery!", - "ids": "2900,2901" - }, - { - "examine": "Stoney!", - "ids": "2902" - }, - { - "examine": "A rather shadowy cavern entrance.", - "ids": "2903,2904" - }, - { - "examine": "An old crate for storage.", - "ids": "2905" - }, - { - "examine": "Useful for putting things on.", - "ids": "2906" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "2907" - }, - { - "examine": "A wall of magic fire.", - "ids": "2908,2909" - }, - { - "examine": "Rickety bamboo tables that are lashed together to make a desk.", - "ids": "2910" - }, - { - "examine": "Bamboo storage!", - "ids": "2911" - }, - { - "examine": "This gate has a horribly complex locking mechanism.", - "ids": "2912,2913,2914,2915" - }, - { - "examine": "A dark cave entrance leading to the surface.", - "ids": "2916,2917" - }, - { - "examine": "A large crack in the wall.", - "ids": "2918" - }, - { - "examine": "A huge lump of rock.", - "ids": "2919,2920,2921" - }, - { - "examine": "A heavily constructed, cast-iron, ancient gateway.", - "ids": "2922,2923,2924,2925" - }, - { - "examine": "A high wall made up of rocks with sharp edges.", - "ids": "2926" - }, - { - "examine": "It looks like ancient graffiti.", - "ids": "2927" - }, - { - "examine": "An ornately carved rock with a pointed receptacle.", - "ids": "2928" - }, - { - "examine": "A half buried skeleton, probably dwarven remains.", - "ids": "2929" - }, - { - "examine": "A huge, strangely constructed doorway, not sure how this opens.", - "ids": "2930" - }, - { - "examine": "It looks like a magical portal of some kind, who knows where it leads?", - "ids": "2931" - }, - { - "examine": "A strong metal door.", - "ids": "29315,29316,29317,29318,29319,29320,29321,29322" - }, - { - "examine": "Strangely, there's a locked barrel here, I wonder what's inside.", - "ids": "2932,2933" - }, - { - "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.", - "ids": "2934" - }, - { - "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.", - "ids": "2935" - }, - { - "examine": "An old crate for storage.", - "ids": "29351,29352,31137,31140" - }, - { - "examine": "A sculpted trunk of wood.", - "ids": "2936,2937,2938,2939" - }, - { - "examine": "Warning! Danger of death.", - "ids": "29373" - }, - { - "examine": "A wonderfully dressed table.", - "ids": "2940" - }, - { - "examine": "I wonder what's inside.", - "ids": "29400,32010,40093" - }, - { - "examine": "Sparkling sacred water straight from the source.", - "ids": "2941" - }, - { - "examine": "A sparkling, babbling flow of water from an underground source.", - "ids": "2942" - }, - { - "examine": "Disgusting filthy quagmire that oozes from the ground.", - "ids": "2943" - }, - { - "examine": "Found near the water's edge.", - "ids": "2944" - }, - { - "examine": "A baby Yommi tree, it has a mystical aura.", - "ids": "2945" - }, - { - "examine": "An adolescent-looking Yommi tree, it has a mystical aura.", - "ids": "2946" - }, - { - "examine": "I can climb over the fence using this.", - "ids": "29460" + "examine": "Banking transactions are processed here.", + "ids": "36789,37158" }, { "examine": "This will give me a bit more information.", "ids": "29461,29462,29463,29464" }, { - "examine": "It looks slightly rickety.", - "ids": "29468" + "examine": "I can climb over the fence using this.", + "ids": "29460" }, { - "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.", - "ids": "2947" + "examine": "It looks slightly rickety.", + "ids": "29468" }, { "examine": "These probably contain Farming supplies.", @@ -9855,30 +20527,6 @@ "examine": "I wonder what's buried here.", "ids": "29476,29477,29478" }, - { - "examine": "A fully grown Yommi tree, it won't get much taller than this.", - "ids": "2948" - }, - { - "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.", - "ids": "2949" - }, - { - "examine": "A felled adult Yommi tree, perhaps you should trim those branches?", - "ids": "2950" - }, - { - "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.", - "ids": "2951" - }, - { - "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.", - "ids": "2952" - }, - { - "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.", - "ids": "2953" - }, { "examine": "So small only a rabbit could squeeze down.", "ids": "29533" @@ -9888,1044 +20536,168 @@ "ids": "29534" }, { - "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.", - "ids": "2954" + "examine": "Potentially hot!", + "ids": "25464" }, { - "examine": "A rotten totem pole, it was left to rot in the jungle.", - "ids": "2955" + "examine": "A goblin fire. Looks fierce.", + "ids": "25465" }, { - "examine": "This earth is particularly fertile.", - "ids": "2956" + "examine": "A wooden crate for storage.", + "ids": "18506" }, { - "examine": "This earth is damaged by cultivation, time will restore the fertility.", - "ids": "2957" + "examine": "A pile of crates for storage.", + "ids": "18508" }, { - "examine": "A rope hangs here.", - "ids": "2958" + "examine": "I wonder where they will take me.", + "ids": "25432" }, { - "examine": "A dangerous path onwards.", - "ids": "2959,2960,2961" - }, - { - "examine": "It's like a land rudder.", - "ids": "296" - }, - { - "examine": "Stoney!", - "ids": "2962,2963,2964" - }, - { - "examine": "Looks slippery!", - "ids": "2965" - }, - { - "examine": "A hot place for forging things in.", - "ids": "2966,2967,2968" - }, - { - "examine": "It looks like a strangely shaped depression in the rock.", - "ids": "2969" - }, - { - "examine": "Disturbingly man-like.", - "ids": "297" - }, - { - "examine": "This recess has a glowing heart shaped crystal in it.", - "ids": "2970" - }, - { - "examine": "This looks like some sort of shimmering surface.", - "ids": "2971" - }, - { - "examine": "A huge lump of rock.", - "ids": "2972,2973,2974" - }, - { - "examine": "This tree is particularly leafy.", - "ids": "2975,2976" - }, - { - "examine": "A large pile of sand", - "ids": "2977" - }, - { - "examine": "A medium pile of sand", - "ids": "2978" - }, - { - "examine": "A small pile of sand", - "ids": "2979" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "298,299,300" - }, - { - "examine": "Some beautiful flowers.", - "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "2989,2990,2991,2992,2993,2994" - }, - { - "examine": "Contains traces of summoning energy.", - "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954" - }, - { - "examine": "I wonder what's inside.", - "ids": "2995,2996" - }, - { - "examine": "The door is closed.", - "ids": "2997" - }, - { - "examine": "The door is open.", - "ids": "2998,2999" - }, - { - "examine": "The door is closed.", - "ids": "3,4" - }, - { - "examine": "These obviously mean keep out!", - "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013" - }, - { - "examine": "Animals have no table manners.", - "ids": "301" - }, - { - "examine": "A nicely fitted door.", - "ids": "3014" - }, - { - "examine": "A wooden gate.", - "ids": "3015,3016" - }, - { - "examine": "A nicely fitted door.", - "ids": "3017,3018,3019" - }, - { - "examine": "A home for baby creatures.", - "ids": "302" - }, - { - "examine": "A wrought iron gate.", - "ids": "3020,3021,3022,3023" - }, - { - "examine": "A closed door.", - "ids": "3024,3025,3026,3027" - }, - { - "examine": "I can climb this.", - "ids": "3028" - }, - { - "examine": "I can climb down this.", - "ids": "3029" - }, - { - "examine": "In the city we would call this mouldy rubbish.", - "ids": "303" - }, - { - "examine": "I can climb this.", - "ids": "3030" - }, - { - "examine": "I can climb down this.", - "ids": "3031" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "3032" - }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "3033,3034,3035,3036" - }, - { - "examine": "A beautiful old oak.", - "ids": "3037" - }, - { - "examine": "Hot!", - "ids": "3038" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "304" - }, - { - "examine": "It's closed.", - "ids": "3040" - }, - { - "examine": "It's open.", - "ids": "3041" - }, - { - "examine": "A rocky outcrop.", - "ids": "3042,3043" - }, - { - "examine": "A hot place for forging things in.", - "ids": "3044" + "examine": "'Pay back all your debts by borrowing more money from us!' Clever.", + "ids": "23924" }, { "examine": "The bank teller will serve you from here.", - "ids": "3045" - }, - { - "examine": "These obviously mean keep out!", - "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076" - }, - { - "examine": "Where bees live.", - "ids": "305" - }, - { - "examine": "It looks slightly different from the rest.", - "ids": "30532" - }, - { - "examine": "A used cart seller will probably try and sell it later.", - "ids": "306" - }, - { - "examine": "The inscription is worn away and unreadable.", - "ids": "30667,30669" - }, - { - "examine": "Whoever bought this must have really cared for the inhabitant.", - "ids": "30668" - }, - { - "examine": "'Here lies...' is all I can read.", - "ids": "30671,30672" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "307,308" - }, - { - "examine": "Lean against the wall to get a better view!", - "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107" - }, - { - "examine": "Dead tree parts piled together neatly.", - "ids": "309" - }, - { - "examine": "A patch of soft dark brown matter. Probably mud.", - "ids": "310" - }, - { - "examine": "Flags marking the entrance to the arena.", - "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158" - }, - { - "examine": "A pile of something I hope is mud.", - "ids": "311" - }, - { - "examine": "Wooden crates for storage.", - "ids": "31138,31139" - }, - { - "examine": "Potato-licious!", - "ids": "312" - }, - { - "examine": "An interesting sign.", - "ids": "31297,31298,31299,31300,31301" - }, - { - "examine": "Baby bread.", - "ids": "313" - }, - { - "examine": "Beats the operating table.", - "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181" - }, - { - "examine": "The door is closed.", - "ids": "31808" - }, - { - "examine": "The door is open.", - "ids": "31809" - }, - { - "examine": "Wait here for a nurse.", - "ids": "3182" - }, - { - "examine": "Storage for drugs and bandages.", - "ids": "3183,3184,3185" - }, - { - "examine": "It's a door.", - "ids": "31838" - }, - { - "examine": "I don't really want to end up here...", - "ids": "3186,3187,3188,3189" - }, - { - "examine": "These open and close!", - "ids": "3190" - }, - { - "examine": "This may be worth searching.", - "ids": "3191" - }, - { - "examine": "You can see the last 50 fights on here.", - "ids": "3192" - }, - { - "examine": "Used to store players' items whilst they duel.", - "ids": "3193" - }, - { - "examine": "Use for quick access to your bank.", - "ids": "3194" - }, - { - "examine": "Smells pretty bad!", - "ids": "3195" - }, - { - "examine": "Not much use for anything except scrap.", - "ids": "3196" - }, - { - "examine": "Entrance to the Duel Arena.", - "ids": "3197,3198" - }, - { - "examine": "A wooden double bed.", - "ids": "3199,3200,3201,3202" - }, - { - "examine": "Perhaps I should search this.", - "ids": "32009" - }, - { - "examine": "I can climb this.", - "ids": "32015" - }, - { - "examine": "Access to the duel arena.", - "ids": "3203,3204" - }, - { - "examine": "Technically a bed.", - "ids": "32031" - }, - { - "examine": "These may have something in them.", - "ids": "32049,36929" - }, - { - "examine": "I can climb down this.", - "ids": "3205" - }, - { - "examine": "A barrel full of staffs...", - "ids": "3206,3207,3208" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "32071" - }, - { - "examine": "Now that's what I call slimline!", - "ids": "32072" - }, - { - "examine": "A strange crack cuts into the wall.", - "ids": "3209,3210,3211,3212,29360,29362" - }, - { - "examine": "It looks like I can squeeze through here.", - "ids": "3213" - }, - { - "examine": "The easy way out...", - "ids": "3214,3215" - }, - { - "examine": "A pile of mud.", - "ids": "3216" - }, - { - "examine": "I can go through here.", - "ids": "3217" - }, - { - "examine": "Dark and intimidating.", - "ids": "3218,3219" - }, - { - "examine": "That skull's looking at me....", - "ids": "3220,3221" - }, - { - "examine": "I can climb down these.", - "ids": "3222" - }, - { - "examine": "I can climb up these.", - "ids": "3223" - }, - { - "examine": "I can go through here.", - "ids": "3224,3225,3226" - }, - { - "examine": "Best not to get caught!", - "ids": "3227" - }, - { - "examine": "Best avoided.", - "ids": "3228,3229" - }, - { - "examine": "Looks kind of like a man made of metal.", - "ids": "32292" - }, - { - "examine": "A tatty old standard.", - "ids": "32295" - }, - { - "examine": "Looks suspicious.", - "ids": "3230" - }, - { - "examine": "A plank.", - "ids": "3231" - }, - { - "examine": "A home for baby creatures.", - "ids": "32312" - }, - { - "examine": "Must have been laid by a huge bird.", - "ids": "32313" - }, - { - "examine": "Formed over many years.", - "ids": "3232" - }, - { - "examine": "A magical wall decoration.", - "ids": "32324,32325" - }, - { - "examine": "A really bad portrait of the King.", - "ids": "32326" - }, - { - "examine": "Best avoided.", - "ids": "3233" - }, - { - "examine": "Looks suspicious.", - "ids": "3234" - }, - { - "examine": "I can open the grill from this side.", - "ids": "3235" - }, - { - "examine": "Maybe I can cross that.", - "ids": "3238" - }, - { - "examine": "It looks like only the guide ropes are holding the bridge up.", - "ids": "3239" - }, - { - "examine": "A bridge.", - "ids": "3240" - }, - { - "examine": "This lever can be operated.", - "ids": "3241,3242" - }, - { - "examine": "The base of a platform.", - "ids": "3243,3244,3245,3246" - }, - { - "examine": "A bridge.", - "ids": "3247,3248,3249,3250,3251,3252,3253" - }, - { - "examine": "I can't get past that very easily...", - "ids": "3254,3255,3256" - }, - { - "examine": "A platform.", - "ids": "3257" - }, - { - "examine": "A bridge.", - "ids": "3258,3259,3260,3261,3262" - }, - { - "examine": "This area may not be safe...", - "ids": "3263" - }, - { - "examine": "A well of nastiness.", - "ids": "3264" - }, - { - "examine": "I can climb this pile of rocks...", - "ids": "3265" - }, - { - "examine": "Usually used for storing living things...", - "ids": "3266,3267,3268,3269" - }, - { - "examine": "The remains of a bad driver.", - "ids": "327" - }, - { - "examine": "The door is closed.", - "ids": "3270" - }, - { - "examine": "The door is open.", - "ids": "3271" - }, - { - "examine": "I wonder what's inside.", - "ids": "3272,3273,3274,3275" - }, - { - "examine": "A stone bridge.", - "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293" - }, - { - "examine": "A hot place for forging things in.", - "ids": "3294" - }, - { - "examine": "It's covered in strange writing.", - "ids": "3295,3296,3297,3298,3299,3300,3301,3302" - }, - { - "examine": "Yup, definitely a lever.", - "ids": "33,34,35,36" - }, - { - "examine": "You won't be able to lift that.", - "ids": "3303" - }, - { - "examine": "A portcullis.", - "ids": "3304" - }, - { - "examine": "It doesn't look like water in there...", - "ids": "3305,3306" - }, - { - "examine": "A pile of rocks.", - "ids": "3307" - }, - { - "examine": "The boulder has smashed through the cage.", - "ids": "3308" - }, - { - "examine": "A deposit of rocks.", - "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326" - }, - { - "examine": "Intimidating!", - "ids": "3327" - }, - { - "examine": "A depiction of a great dwarf miner.", - "ids": "3328,3329,3330,3331" - }, - { - "examine": "A temple door.", - "ids": "3332" - }, - { - "examine": "A very big door.", - "ids": "3333,3334,3335,3336" - }, - { - "examine": "This lever can be operated.", - "ids": "3337" - }, - { - "examine": "Why would a log be hung up there?", - "ids": "3338" - }, - { - "examine": "Looks suspicious.", - "ids": "3339" - }, - { - "examine": "Looks like the rope is holding the bridge up.", - "ids": "3340" - }, - { - "examine": "Looks like the other rope is holding the bridge up.", - "ids": "3341,3342" - }, - { - "examine": "A pile of rocks.", - "ids": "3343" - }, - { - "examine": "It's got dwarf brew in it.", - "ids": "3344,3345,3346,3347" - }, - { - "examine": "Lord Iban's Throne.", - "ids": "3348,3349,3350" - }, - { - "examine": "I'm glad I'm on this side of those bars.", - "ids": "3351,3352" - }, - { - "examine": "I don't much like the look of that...", - "ids": "3353,3354,3355,3356,3357,3358" - }, - { - "examine": "Well of the damned.", - "ids": "3359" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3360" - }, - { - "examine": "A magical sphere that glimmers within.", - "ids": "3361" - }, - { - "examine": "A window.", - "ids": "3362,3363" - }, - { - "examine": "An odd looking rock formation.", - "ids": "3364" - }, - { - "examine": "Looks like I can climb these.", - "ids": "3365" - }, - { - "examine": "Makes you cry.", - "ids": "3366" - }, - { - "examine": "Steel bars that are locked securely.", - "ids": "3367,3368,3369,3370" - }, - { - "examine": "An Achey tree stump.", - "ids": "3371" - }, - { - "examine": "Useful for ogre dinners.", - "ids": "3372,3373,3374,3375" - }, - { - "examine": "An ogre bench, useful for taking all that weight off their legs.", - "ids": "3376" - }, - { - "examine": "Hmmm, a rock for a lock....", - "ids": "3377" - }, - { - "examine": "Some stealthy thief must have picked the ogre lock!", - "ids": "3378" - }, - { - "examine": "The entrance to Rantz's cave", - "ids": "3379" - }, - { - "examine": "Exit this way for fresh air and daylight.", - "ids": "3380,3381" - }, - { - "examine": "Useful for ogre dinners.", - "ids": "3382,3383,3384,3385,3386,3387,3388" - }, - { - "examine": "A good source of books!", - "ids": "3389" - }, - { - "examine": "A strange crack cuts into the wall.", - "ids": "3390,3391,3392,3393" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3394,3395" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "3396,3397" - }, - { - "examine": "A wooden crate for storage.", - "ids": "3398,3399,3400,3401" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "3402" - }, - { - "examine": "A pile of Elemental rock.", - "ids": "3403" - }, - { - "examine": "A valve to start and stop the flow of water.", - "ids": "3404,3405" - }, - { - "examine": "This lever can be operated.", - "ids": "3406" - }, - { - "examine": "It spins.", - "ids": "3407,3408" - }, - { - "examine": "This lever can be operated.", - "ids": "3409" - }, - { - "examine": "Big bellows.", - "ids": "3410,3411,3412" - }, - { - "examine": "A furnace with an air blast pipe.", - "ids": "3413" - }, - { - "examine": "A small trough full of lava.", - "ids": "3414" - }, - { - "examine": "I can climb down these stairs.", - "ids": "3415" + "ids": "11402" }, { "examine": "I can climb up these stairs.", - "ids": "3416" + "ids": "24349" }, { - "examine": "This lever can be operated.", - "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428" + "examine": "A handy place for filling in forms and paperwork.", + "ids": "23928" }, { - "examine": "Water powered machinery.", - "ids": "3429,3430" + "examine": "Where people may put themselves.", + "ids": "17462" }, { - "examine": "Stoney!", - "ids": "3431" + "examine": "For keeping things in.", + "ids": "24924" }, { - "examine": "I wonder what's under it?", - "ids": "3432" + "examine": "Contains quite a lot of someone else's property.", + "ids": "23925" }, { - "examine": "I can see a holy barrier at the bottom.", - "ids": "3433,3434,3435,3436,3437,3438,3439" + "examine": "This chest looks strong.", + "ids": "23926" }, { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "34376" + "examine": "They say money can't buy happiness.", + "ids": "23929" }, { - "examine": "They let you walk up them!", - "ids": "3440" + "examine": "A gilt sculpture of a monarch.", + "ids": "23930" }, { - "examine": "They let you walk down them!", - "ids": "3441,3442" + "examine": "Cave exit.", + "ids": "15812" }, { - "examine": "A holy barrier blocking evil forces.", - "ids": "3443" + "examine": "A flag on a pole.", + "ids": "37335" }, { - "examine": "A sturdy metal gate.", - "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462" + "examine": "I can climb down these stairs.", + "ids": "36775,36778" }, { - "examine": "The perfect place to store things.", - "ids": "346,347" + "examine": "Jump here.", + "ids": "23271" }, { - "examine": "A hastily constructed yet sturdy prison door.", - "ids": "3463,3464,3465" + "examine": "Popular on sandy beaches where fruity cocktails may be found.", + "ids": "18856" }, { - "examine": "Dead animal parts dangling!", - "ids": "3466" + "examine": "Looks like part of the entrance is blocked by rubble.", + "ids": "15767" }, { - "examine": "So how long has this been dead, then?", - "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478" + "examine": "They know how much that dog in the window is.", + "ids": "28351" }, { - "examine": "A statue honouring Saradomin.", - "ids": "3479" + "examine": "Lots of things for a growing fish.", + "ids": "28355" }, { - "examine": "These open and close!", - "ids": "348" + "examine": "It's a basket for dogs.", + "ids": "28338" }, { - "examine": "An ornately decorated coffin. Something seems to be alive inside.", - "ids": "3480,3481,3482,3483,3484" + "examine": "Enough baskets for any dog's needs.", + "ids": "28339" }, { - "examine": "An ornately carved well that draws water from the river Salve.", - "ids": "3485,3486,3487,3488" + "examine": "Made by the A. Wilson Company.", + "ids": "28345" }, { - "examine": "Sturdy looking door.", - "ids": "3489,3490,3491,3492" + "examine": "Sure it's gilded, but would you want to live in it?", + "ids": "28335" }, { - "examine": "This may be worth searching.", - "ids": "349" + "examine": "It's covered in hairs.", + "ids": "28361" }, { - "examine": "A monument to a fallen priest.", - "ids": "3493,3494,3495,3496,3497,3498,3499" + "examine": "It's good for bedding and stuffing.", + "ids": "28343" }, { - "examine": "These open and close!", - "ids": "350" + "examine": "Lots of little fishies.", + "ids": "28340" }, { - "examine": "With skill I can play this.", - "ids": "3500,3501,3502,3503,3504,3505" + "examine": "Fetch!", + "ids": "28360" }, { - "examine": "A wrought iron gate.", - "ids": "3506,3507" + "examine": "It's a basket for cats.", + "ids": "28337" }, { - "examine": "Not sure if I should sit on that.", - "ids": "3508,3509" + "examine": "It seems to be sat happily on the counter.", + "ids": "28356" }, { - "examine": "This may be worth searching.", - "ids": "351" + "examine": "Lots of things for a growing pup.", + "ids": "28353" }, { - "examine": "Not sure if that's any use.", - "ids": "3510,3511" + "examine": "Lots of things for a growing kitten.", + "ids": "28354" }, { - "examine": "It'll probably die soon.", - "ids": "3512,3513" + "examine": "Lots of things for a growing pup/kitten/fish.", + "ids": "28357" }, { - "examine": "Not sure if I should stand under that.", - "ids": "3514,3515" + "examine": "Things are cheaper by the pound.", + "ids": "28344" }, { - "examine": "A dark dank entrance to below.", - "ids": "3516" + "examine": "It incubates eggs.", + "ids": "28336" }, { - "examine": "A large tree thriving where trees normally die.", - "ids": "3517,3518,3519" + "examine": "There are a lot of pet supplies here.", + "ids": "28357,28358,28363,28364" }, { - "examine": "These open and close!", - "ids": "352" + "examine": "Keeps the puppies out of trouble.", + "ids": "28341" }, { - "examine": "Special grotto area.", - "ids": "3520" - }, - { - "examine": "A grotto transformed into an altar of nature.", - "ids": "3521" - }, - { - "examine": "It's a bridge.", - "ids": "3522" - }, - { - "examine": "An old bench, probably made from wood in this swamp.", - "ids": "3523,3524" - }, - { - "examine": "The door.", - "ids": "3525" - }, - { - "examine": "The green door.", - "ids": "3526" - }, - { - "examine": "A roughly hewn stone with some sort of symbol on it.", - "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545" - }, - { - "examine": "This may be worth searching.", - "ids": "353" - }, - { - "examine": "A wooden crate for storage.", - "ids": "354,355" - }, - { - "examine": "There is a rope leading to the bottom of this well.", - "ids": "3546,3547,3548,3549,3550" - }, - { - "examine": "I can balance on this rope.", - "ids": "3551,3552" - }, - { - "examine": "I can balance on this log.", - "ids": "3553,3554,3555,3556,3557,3558" - }, - { - "examine": "Tread carefully!", - "ids": "3559,3560,3561,3562" - }, - { - "examine": "An old crate for storage.", - "ids": "356,357,358" - }, - { - "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.", - "ids": "3563,3564" - }, - { - "examine": "It looks like I can clamber over this.", - "ids": "3565" - }, - { - "examine": "Use this to swing over to the next platform.", - "ids": "3566" - }, - { - "examine": "I might want to avoid this nasty blade.", - "ids": "3567,3568,3569" - }, - { - "examine": "Walk the plank! Ya land lubber!", - "ids": "3570,3571,3572,3573,3574,3575,3576,3577" - }, - { - "examine": "It's a small step for a player, a giant leap for player kind.", - "ids": "3578,3579" - }, - { - "examine": "Makes sliced human.", - "ids": "3580" - }, - { - "examine": "Releases a ticket when the flashing arrow is above it.", - "ids": "3581" - }, - { - "examine": "Makes human colanders.", - "ids": "3582" - }, - { - "examine": "I can use these to climb across to the other side.", - "ids": "3583,3584" - }, - { - "examine": "Looks suspiciously like a pressure pad to me.", - "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "359,360,361" - }, - { - "examine": "Releases a ticket when the flashing arrow is above it.", - "ids": "3608,3609" - }, - { - "examine": "I can use this rope to climb back to the top.", - "ids": "3610,3611,3612,3613,3614,3615,3616" - }, - { - "examine": "Leads down into the Agility Arena.", - "ids": "3617" - }, - { - "examine": "Leads back to Brimhaven.", - "ids": "3618,3619,3620,3621,3622,3623,3624,3625" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "362" - }, - { - "examine": "It looks very sturdy.", - "ids": "3626,3627,3628,3629,3630,3631,3632,3633" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "363" - }, - { - "examine": "A shrine of the gods!", - "ids": "3634" - }, - { - "examine": "I wonder what's inside...", - "ids": "3635" - }, - { - "examine": "It looks empty.", - "ids": "3636,3637,3638,3639,3640,3641,3642,3643" - }, - { - "examine": "It's got ale in it.", - "ids": "364,32063" - }, - { - "examine": "That's really bright!", - "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661" - }, - { - "examine": "These may have something in them.", - "ids": "365" + "examine": "Warning! Danger of death.", + "ids": "29373" }, { "examine": "There are some toolboxes on this table.", @@ -10956,9779 +20728,7 @@ "ids": "36579,36586" }, { - "examine": "Useful for transportation of delicate items.", - "ids": "366" - }, - { - "examine": "Smells more like \"innocent villager\" stew to me...", - "ids": "3662,3663,3664" - }, - { - "examine": "Troll leftovers...", - "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675" - }, - { - "examine": "This may be worth opening.", - "ids": "367,368,369" - }, - { - "examine": "A stone mechanism that unlocks the equipment room.", - "ids": "3676,3677,3678" - }, - { - "examine": "I can climb down these stairs.", - "ids": "36775,36778" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "36786" - }, - { - "examine": "Closed for business.", - "ids": "36787" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "36789,37158" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "3679" - }, - { - "examine": "The flag of Asgarnia.", - "ids": "3680" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "36809" - }, - { - "examine": "Town of Burthorpe", - "ids": "3681,3682,3683,3684" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "3685,3686,3687,3688,3689,3690,3691" - }, - { - "examine": "Some of the Sherpa's climbing rope.", - "ids": "3692,3693" - }, - { - "examine": "Looks like the Imperial Guard's supply of Dual Claws.", - "ids": "3694,3695" - }, - { - "examine": "The Imperial Guard's ceremonial armour.", - "ids": "3696" - }, - { - "examine": "A barrel full of swords...", - "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721" - }, - { - "examine": "Stops people walking past.", - "ids": "37,38,39" - }, - { - "examine": "This may be worth searching.", - "ids": "370,371,372" - }, - { - "examine": "I wonder what this spooky contains.", - "ids": "37051" - }, - { - "examine": "A rocky outcrop.", - "ids": "3722,3723,3724" - }, - { - "examine": "A wooden gate.", - "ids": "3725,3726,3727,3728,3729" - }, - { - "examine": "The perfect accompaniment to a bedroom.", - "ids": "373" - }, - { - "examine": "I can climb over the fence with this.", - "ids": "3730,3731,3732,3733,3734" - }, - { - "examine": "A flag on a pole.", - "ids": "37335" - }, - { - "examine": "Looks like a small cave.", - "ids": "3735" - }, - { - "examine": "The exit to the outside.", - "ids": "3736,3737,3738,3739,3740" - }, - { - "examine": "A stand for hats!", - "ids": "374" - }, - { - "examine": "No solicitors!", - "ids": "3741" - }, - { - "examine": "Danger", - "ids": "3742" - }, - { - "examine": "A sturdy wooden door.", - "ids": "3743,3744" - }, - { - "examine": "The door is closed.", - "ids": "3745,3746" - }, - { - "examine": "Stops bits of building falling on me.", - "ids": "37451" - }, - { - "examine": "A nicely fitted door.", - "ids": "3747" - }, - { - "examine": "A rocky outcrop.", - "ids": "3748,3749,3750,3751" - }, - { - "examine": "I wonder what's inside.", - "ids": "375,376,377" - }, - { - "examine": "Unusual energy is gathered here.", - "ids": "3752,3753,3754,3755,3756" - }, - { - "examine": "Looks like a small cave.", - "ids": "3757" - }, - { - "examine": "The way out.", - "ids": "3758" - }, - { - "examine": "Looks like a small cave.", - "ids": "3759" - }, - { - "examine": "The way out.", - "ids": "3760" - }, - { - "examine": "The back way out.", - "ids": "3761" - }, - { - "examine": "The back way into the stronghold.", - "ids": "3762" - }, - { - "examine": "The door is closed.", - "ids": "3763" - }, - { - "examine": "The mine has collapsed.", - "ids": "37634" - }, - { - "examine": "The door is open.", - "ids": "3764" - }, - { - "examine": "The door to Mad Eadgar's cell.", - "ids": "3765,3766" - }, - { - "examine": "The door to Godric's cell.", - "ids": "3767,3768" - }, - { - "examine": "Hot!", - "ids": "3769" - }, - { - "examine": "This window looks down onto the Troll Camp.", - "ids": "3770" - }, - { - "examine": "The entrance to the Troll Stronghold.", - "ids": "3771" - }, - { - "examine": "The way out of the Troll Stronghold.", - "ids": "3772,3773,3774" - }, - { - "examine": "Looks like stew of some kind...", - "ids": "3775" - }, - { - "examine": "A door in the Stronghold.", - "ids": "3776,3777,3778,3779" - }, - { - "examine": "Perhaps I should search it.", - "ids": "378,379" - }, - { - "examine": "The door to the prison.", - "ids": "3780,3781" - }, - { - "examine": "The entrance to the Troll Arena.", - "ids": "3782,3783,3784" - }, - { - "examine": "The exit to the Troll Arena.", - "ids": "3785,3786,3787" - }, - { - "examine": "I can climb these stairs.", - "ids": "3788" - }, - { - "examine": "They go down.", - "ids": "3789" - }, - { - "examine": "A rocky outcrop.", - "ids": "3790,3791,3792,3793" - }, - { - "examine": "Looks tasty! If you're a goat, that is.", - "ids": "3794,3795,3796" - }, - { - "examine": "A good source of books!", - "ids": "380,381" - }, - { - "examine": "Not so good for sitting on.", - "ids": "3802" - }, - { - "examine": "A rocky outcrop.", - "ids": "3803,3804" - }, - { - "examine": "They don't seem to roll.", - "ids": "3805" - }, - { - "examine": "They're troll eggs. Or perhaps rocks.", - "ids": "3806" - }, - { - "examine": "These make great pets.", - "ids": "3807" - }, - { - "examine": "It's a troll! Run! No, wait, it's just a rock.", - "ids": "3808,3809" - }, - { - "examine": "The door to the storeroom.", - "ids": "3810,3811,3812" - }, - { - "examine": "It probably hasn't got anything interesting inside.", - "ids": "3813" - }, - { - "examine": "They probably haven't got anything interesting inside.", - "ids": "3814,3815" - }, - { - "examine": "They're closed.", - "ids": "3816" - }, - { - "examine": "They're open.", - "ids": "3817,3818,3819" - }, - { - "examine": "A woven storage basket.", - "ids": "382,383,384,385" - }, - { - "examine": "It doesn't contain anything particularly appetising.", - "ids": "3820" - }, - { - "examine": "Makes you taller.", - "ids": "3821" - }, - { - "examine": "It's full of dried goutweed.", - "ids": "3822" - }, - { - "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.", - "ids": "3823" - }, - { - "examine": "I don't want to look too closely at what's cooking in there...", - "ids": "3824" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "3825" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "3826" - }, - { - "examine": "How am I going to get down there?", - "ids": "3827,3828" - }, - { - "examine": "I hope this holds!", - "ids": "3829" - }, - { - "examine": "How am I going to get down there?", - "ids": "3830,3831" - }, - { - "examine": "I hope this holds!", - "ids": "3832" - }, - { - "examine": "It's moving...", - "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855" - }, - { - "examine": "It's a half buried crate.", - "ids": "3856,3857" - }, - { - "examine": "It's stuck in the sand.", - "ids": "3858,3859" - }, - { - "examine": "A gigantic pottery urn.", - "ids": "386" - }, - { - "examine": "It's full of brightly coloured fish.", - "ids": "3860,3861" - }, - { - "examine": "It's a pile of burning bones.", - "ids": "3862" - }, - { - "examine": "The tribal statue of Tai Bwo Wannai Village.", - "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878" - }, - { - "examine": "This no doubt contains arcane knowledge.", - "ids": "387" - }, - { - "examine": "A tree.", - "ids": "3879" - }, - { - "examine": "I wonder what this spooky item contains.", - "ids": "388" - }, - { - "examine": "It's a tree stump.", - "ids": "3880" - }, - { - "examine": "A tree.", - "ids": "3881,3882,3883" - }, - { - "examine": "It's a tree stump.", - "ids": "3884" - }, - { - "examine": "A tree.", - "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900" - }, - { - "examine": "It smells funny in there.", - "ids": "389,390" - }, - { - "examine": "A rare flower.", - "ids": "3901" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3902" - }, - { - "examine": "A rare flower.", - "ids": "3903" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3904" - }, - { - "examine": "A rare flower.", - "ids": "3905" - }, - { - "examine": "Don't flowers make you feel better?", - "ids": "3906,3907,3908,3909,3910,3911" - }, - { - "examine": "Fungal growth.", - "ids": "3912" - }, - { - "examine": "Poisonous no doubt.", - "ids": "3913,3914" - }, - { - "examine": "Fungal growth.", - "ids": "3915" - }, - { - "examine": "Poisonous no doubt.", - "ids": "3916,3917" - }, - { - "examine": "The lamp has a glowing crystal at its core.", - "ids": "3918" - }, - { - "examine": "It's a trap!", - "ids": "3919,3920" - }, - { - "examine": "A fishing net full of fish.", - "ids": "392" - }, - { - "examine": "A tripwire.", - "ids": "3921" - }, - { - "examine": "An odd-looking group of tied sticks.", - "ids": "3922" - }, - { - "examine": "A pile of leaves.", - "ids": "3923,3924,3925,3926" - }, - { - "examine": "Looks like I can climb these.", - "ids": "3927" - }, - { - "examine": "It's a tree.", - "ids": "3928" - }, - { - "examine": "I can balance on this log.", - "ids": "3929,3930,3931,3932,3933,3934,3935,3936" - }, - { - "examine": "A good source of books!", - "ids": "393" - }, - { - "examine": "There are some broken twigs here.", - "ids": "3937" - }, - { - "examine": "It looks as if the grass here has been flattened.", - "ids": "3938" - }, - { - "examine": "You notice the leaf litter here has been disturbed.", - "ids": "3939,3940" - }, - { - "examine": "Bamboo storage!", - "ids": "394,395,396" - }, - { - "examine": "Tracks in the soil.", - "ids": "3941,3942,3943" - }, - { - "examine": "You'd need a big siege engine to force that.", - "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961" - }, - { - "examine": "A yellow crystal structure.", - "ids": "3962,3963,3964,3965,3966" - }, - { - "examine": "A tree", - "ids": "3967,3968" - }, - { - "examine": "Disturbing but tidy.", - "ids": "3969" - }, - { - "examine": "The perfect place to store things.", - "ids": "397" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "3970" - }, - { - "examine": "I don't wanna fall in that!", - "ids": "3975" - }, - { - "examine": "Good for smashing city walls.", - "ids": "3976" - }, - { - "examine": "There's a winch on this side.", - "ids": "3977" - }, - { - "examine": "There's a lever on this side.", - "ids": "3978,3979" - }, - { - "examine": "I hope no-one's home...", - "ids": "398,26931,26935,26937,26939,32290" - }, - { - "examine": "A way to get into the tent.", - "ids": "3980,3981,3982" - }, - { - "examine": "A tent.", - "ids": "3983,3984,3985,3986" - }, - { - "examine": "A small barrel.", - "ids": "3987,3988,3989,3990,3991" - }, - { - "examine": "I see dead people.", - "ids": "399,36737,32291" - }, - { - "examine": "A standard of Kandarin.", - "ids": "3992,3993" - }, - { - "examine": "A small furnace.", - "ids": "3994" - }, - { - "examine": "A tent wall.", - "ids": "3995" - }, - { - "examine": "A way to get into the tent.", - "ids": "3996" - }, - { - "examine": "A tent wall.", - "ids": "3997" - }, - { - "examine": "It looks as if the grass here has been flattened.", - "ids": "3998" - }, - { - "examine": "There are some broken twigs here.", - "ids": "3999" - }, - { - "examine": "Animals have no table manners.", - "ids": "40" - }, - { - "examine": "A small simple gravestone.", - "ids": "400" - }, - { - "examine": "A tent roof.", - "ids": "4000" - }, - { - "examine": "A tent wall.", - "ids": "4001" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "40018" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "40019" - }, - { - "examine": "The charred remains of a tent pole.", - "ids": "4002,4003" - }, - { - "examine": "A wooden crate.", - "ids": "40021" - }, - { - "examine": "Some wooden crates.", - "ids": "40022" - }, - { - "examine": "I can climb this.", - "ids": "40026" - }, - { - "examine": "I can climb down this.", - "ids": "40027,20987,29358" - }, - { - "examine": "Items are for sale here.", - "ids": "40028" - }, - { - "examine": "Tick-tock, it's a clock.", - "ids": "40029" - }, - { - "examine": "Useful for putting things on.", - "ids": "40031" - }, - { - "examine": "A case. With books.", - "ids": "40033" - }, - { - "examine": "A drab looking bed.", - "ids": "40035" - }, - { - "examine": "Well of voyage.", - "ids": "4004,4005" - }, - { - "examine": "It really was this big!", - "ids": "40042" - }, - { - "examine": "It really was this big!", - "ids": "40043" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "40044" - }, - { - "examine": "These open and close!", - "ids": "40050" - }, - { - "examine": "These open and close!", - "ids": "40052" - }, - { - "examine": "The perfect place to store things.", - "ids": "40054" - }, - { - "examine": "I can climb up these stairs.", - "ids": "40057" - }, - { - "examine": "It looks like I can squeeze through here.", - "ids": "4006" - }, - { - "examine": "Looking good!", - "ids": "40065" - }, - { - "examine": "The exit to the outside.", - "ids": "4007" - }, - { - "examine": "Trinkets and stuff.", - "ids": "40075" - }, - { - "examine": "Break glass in case in case of emergency.", - "ids": "40076" - }, - { - "examine": "Shrine to the glory of Saradomin.", - "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023" - }, - { - "examine": "A simple marker for a forgotten person.", - "ids": "401" - }, - { - "examine": "A large potted plant.", - "ids": "40111" - }, - { - "examine": "The remains of someone lie inside.", - "ids": "402" - }, - { - "examine": "A barrel.", - "ids": "4024,4025" - }, - { - "examine": "A still for fractionalizing oils.", - "ids": "4026" - }, - { - "examine": "A pile of lime rock.", - "ids": "4027,4028,4029,4030" - }, - { - "examine": "A monument to a special person.", - "ids": "403" - }, - { - "examine": "Looks like a stone doorway to me.", - "ids": "4031,4032,4033,4034" - }, - { - "examine": "These clean Druid's robes are drying off.", - "ids": "4035,4036,4037,4038" - }, - { - "examine": "It's full of dirty robes.", - "ids": "4039,4040,4041,4042" - }, - { - "examine": "The inscription is worn away and unreadable.", - "ids": "404" - }, - { - "examine": "Presumably the hatch the zookeeper feeds the parrots through.", - "ids": "4043" - }, - { - "examine": "A red standard.", - "ids": "4044,4045,4046,4047" - }, - { - "examine": "'Here lies...' is all I can read.", - "ids": "405" - }, - { - "examine": "It doesn't look healthy...", - "ids": "4051" - }, - { - "examine": "It's covered in slime.", - "ids": "4052" - }, - { - "examine": "It doesn't look healthy...", - "ids": "4053,4054" - }, - { - "examine": "These fat fungi take up so much room.", - "ids": "4055,4056,4057" - }, - { - "examine": "I can balance on this rope.", - "ids": "4059" - }, - { - "examine": "Whoever bought this must have really cared for the inhabitant.", - "ids": "406" - }, - { - "examine": "It's hollow...", - "ids": "4060" - }, - { - "examine": "This tree has been cut down.", - "ids": "4061" - }, - { - "examine": "Strange items are stored here.", - "ids": "4062" - }, - { - "examine": "This table has seen better days.", - "ids": "4064" - }, - { - "examine": "It looks very ornamental in a practical 'solid rock' way.", - "ids": "4065" - }, - { - "examine": "Welcome to Mort'ton", - "ids": "4066" - }, - { - "examine": "Danger! Sickness and affliction... stay away!", - "ids": "4067" - }, - { - "examine": "Looks like a pile of ancient rubble.", - "ids": "4068" - }, - { - "examine": "The starting of a wall.", - "ids": "4069,4070,4071,4072,4073,4074,4075,4076" - }, - { - "examine": "Looks like a stone doorway to me.", - "ids": "407" - }, - { - "examine": "It's nearly a wall.", - "ids": "4077" - }, - { - "examine": "A rebuilt wall.", - "ids": "4078" - }, - { - "examine": "The broken wall of a desecrated temple.", - "ids": "4079" - }, - { - "examine": "Looks like a stone doorway to my untrained eye.", - "ids": "408" - }, - { - "examine": "The partially repaired wall of a desecrated temple.", - "ids": "4080,4081,4082,4083,4084,4085,4086,4087" - }, - { - "examine": "The nearly repaired wall of a desecrated temple.", - "ids": "4088" - }, - { - "examine": "The repaired wall of a temple.", - "ids": "4089" - }, - { - "examine": "Shrine to the glory of Saradomin.", - "ids": "409" - }, - { - "examine": "A flaming Fire altar.", - "ids": "4090" - }, - { - "examine": "An ancient Fire altar.", - "ids": "4091" - }, - { - "examine": "An ancient, totally desecrated, broken down fire altar.", - "ids": "4092" - }, - { - "examine": "A place to cremate the dead. Needs some wood.", - "ids": "4093" - }, - { - "examine": "A place to cremate the dead. Needs a body.", - "ids": "4094,4095,4096,4097,4098,4099" - }, - { - "examine": "Looks like an outlet pipe to the lake.", - "ids": "41" - }, - { - "examine": "An ancient altar to the glory of Guthix.", - "ids": "410" - }, - { - "examine": "A place to cremate the dead. Needs a light.", - "ids": "4100,4101,4102,4103,4104,4105" - }, - { - "examine": "Heavy metal!", - "ids": "4106,4107,4108,4109,4110" - }, - { - "examine": "Shrine to the glory of Zamorak.", - "ids": "411,412" - }, - { - "examine": "A strangely decorated bronze chest, the lock is painted blood red.", - "ids": "4111" - }, - { - "examine": "A strangely decorated chest, the lock is painted brown.", - "ids": "4112" - }, - { - "examine": "A strangely decorated chest, the lock is painted crimson.", - "ids": "4113" - }, - { - "examine": "A strangely decorated chest, the lock is painted black.", - "ids": "4114" - }, - { - "examine": "A strangely decorated chest, the lock is painted purple.", - "ids": "4115" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted blood red.", - "ids": "4116" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted brown.", - "ids": "4117" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted crimson.", - "ids": "4118" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted black.", - "ids": "4119" - }, - { - "examine": "A strangely decorated steel chest, the lock is painted purple.", - "ids": "4120" - }, - { - "examine": "A strangely decorated black chest, the lock is painted blood red.", - "ids": "4121" - }, - { - "examine": "A strangely decorated black chest, the lock is painted brown.", - "ids": "4122" - }, - { - "examine": "A strangely decorated black chest, the lock is painted crimson.", - "ids": "4123" - }, - { - "examine": "A strangely decorated black chest, the lock is painted black.", - "ids": "4124" - }, - { - "examine": "A strangely decorated black chest, the lock is painted purple.", - "ids": "4125" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted blood red.", - "ids": "4126" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted brown.", - "ids": "4127" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted crimson.", - "ids": "4128" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted black.", - "ids": "4129" - }, - { - "examine": "Looks suspiciously like a big stone table.", - "ids": "413" - }, - { - "examine": "A strangely decorated silver chest, the lock is painted purple.", - "ids": "4130" - }, - { - "examine": "A strangely decorated bronze chest, the open lock is painted blood red.", - "ids": "4131" - }, - { - "examine": "This tells you which way is which.", - "ids": "4132,4133,4134,4135" - }, - { - "examine": "These doors look very ominous. A sign says 'To the tombs'.", - "ids": "4136,4137" - }, - { - "examine": "Items are for sale here.", - "ids": "4138" - }, - { - "examine": "Entrance to the Duel Arena.", - "ids": "4139,4140" - }, - { - "examine": "A really posh upright coffin.", - "ids": "414" - }, - { - "examine": "This seems to be some kind of shrine.", - "ids": "4141" - }, - { - "examine": "The wind makes a musical sound as it blows through it...", - "ids": "4142" - }, - { - "examine": "Danger", - "ids": "4143" - }, - { - "examine": "Those golden fruit look good enough to eat!", - "ids": "4144,4145,4146" - }, - { - "examine": "This must be Lalli's home.", - "ids": "4147" - }, - { - "examine": "Allows performers backstage at the Longhall.", - "ids": "4148" - }, - { - "examine": "It smells pretty good actually.", - "ids": "4149" - }, - { - "examine": "Whoever's inside must have been rich.", - "ids": "415" - }, - { - "examine": "A portal from this mystical place.", - "ids": "4150,4151,4152,4153,4154,4155,4156,4157" - }, - { - "examine": "Takes me into the maze.", - "ids": "4158" - }, - { - "examine": "Takes me out of the maze.", - "ids": "4159,4160,4161" - }, - { - "examine": "With skill I can play this.", - "ids": "416" - }, - { - "examine": "A thin metal pipe, presumably for rainwater to run through.", - "ids": "4162" - }, - { - "examine": "I can climb this.", - "ids": "4163,4164" - }, - { - "examine": "Keeps the wind out.", - "ids": "4165,4166" - }, - { - "examine": "I wonder what's inside?", - "ids": "4167,4168" - }, - { - "examine": "Brrrrrr!", - "ids": "4169" - }, - { - "examine": "Great for sleeping in.", - "ids": "417" - }, - { - "examine": "There is some kind of balancing mechanism as a lock.", - "ids": "4170" - }, - { - "examine": "A good source of books!", - "ids": "4171" - }, - { - "examine": "An appliance for cooking with.", - "ids": "4172" - }, - { - "examine": "I wonder what's down there?", - "ids": "4173" - }, - { - "examine": "I wonder what's under it?", - "ids": "4174" - }, - { - "examine": "Kind of funny smelling...", - "ids": "4175" - }, - { - "examine": "Water comes out of it.", - "ids": "4176" - }, - { - "examine": "This may be worth opening.", - "ids": "4177" - }, - { - "examine": "This may be worth searching.", - "ids": "4178" - }, - { - "examine": "A very unusual piece of artwork...", - "ids": "4179,4180" - }, - { - "examine": "A stylish-looking bed.", - "ids": "418" - }, - { - "examine": "Alas poor unicorn, I knew him well.", - "ids": "4181" - }, - { - "examine": "Looks like the bull lost.", - "ids": "4182" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "4183,4184" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4185" - }, - { - "examine": "An old crate for storage.", - "ids": "4186" - }, - { - "examine": "I can climb this.", - "ids": "4187" - }, - { - "examine": "This leads upwards.", - "ids": "4188" - }, - { - "examine": "This leads downwards.", - "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246" - }, - { - "examine": "A drab-looking bed.", - "ids": "419" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "42,326" - }, - { - "examine": "A stylish-looking bed.", - "ids": "420,421" - }, - { - "examine": "Technically a bed.", - "ids": "422" - }, - { - "examine": "I guess I could sleep in it if I were really tired.", - "ids": "423" - }, - { - "examine": "Lovely comfy-looking big bed.", - "ids": "424,425" - }, - { - "examine": "Keeps the cold winds out.", - "ids": "4247" - }, - { - "examine": "Doesn't keep the wind out if it's open!", - "ids": "4248,4249" - }, - { - "examine": "I'm sure the animal is glad its fur was put to good use.", - "ids": "4250,4251" - }, - { - "examine": "I wonder what's inside?", - "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264" - }, - { - "examine": "Posh-looking bed.", - "ids": "426" - }, - { - "examine": "Toasty.", - "ids": "4265" - }, - { - "examine": "Hot!", - "ids": "4266" - }, - { - "examine": "Finger licking good!", - "ids": "4267,4268" - }, - { - "examine": "It's a long wooden table.", - "ids": "4269" - }, - { - "examine": "A bed fit for a king.", - "ids": "427,428" - }, - { - "examine": "It's a table with candles on.", - "ids": "4270" - }, - { - "examine": "Generally used for sitting.", - "ids": "4271" - }, - { - "examine": "Generally used for putting things on.", - "ids": "4272" - }, - { - "examine": "Actually, I could do with a drink...", - "ids": "4273" - }, - { - "examine": "For leaning against...", - "ids": "4274" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "4275" - }, - { - "examine": "Always a source of good bargains.", - "ids": "4276" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4277" - }, - { - "examine": "Around here, this is where you buy new doors.", - "ids": "4278,4279,4280,4281,4282" - }, - { - "examine": "Has a peculiar odour.", - "ids": "4283,4284" - }, - { - "examine": "Water comes out of this.", - "ids": "4285" - }, - { - "examine": "It's kind of like a barrel.", - "ids": "4286" - }, - { - "examine": "Looks pretty comfy.", - "ids": "4287" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "4288,4289,4290,4291,4292,4293,4294,4295" - }, - { - "examine": "One of the nicest beds I have ever seen.", - "ids": "429" - }, - { - "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...", - "ids": "4296" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "4297,4298,4299" - }, - { - "examine": "It seems to sparkle.", - "ids": "43" - }, - { - "examine": "Perfect for snoozing in the sun.", - "ids": "430" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4300" - }, - { - "examine": "An old crate for storage.", - "ids": "4301,4302,4303" - }, - { - "examine": "A hot place for forging things in.", - "ids": "4304,4305" - }, - { - "examine": "Used for fashioning metal items.", - "ids": "4306" - }, - { - "examine": "Various implements for working with metal.", - "ids": "4307" - }, - { - "examine": "Bake your clay pots in here.", - "ids": "4308" - }, - { - "examine": "Used for spinning thread.", - "ids": "4309" - }, - { - "examine": "A comfortable seat to recline and recuperate.", - "ids": "431" - }, - { - "examine": "Used for fashioning clay items.", - "ids": "4310" - }, - { - "examine": "A wooden gate.", - "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327" - }, - { - "examine": "I don't think anyone's slept here for a long time.", - "ids": "432" - }, - { - "examine": "This tree has been cut down.", - "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347" - }, - { - "examine": "Bamboo's a versatile material.", - "ids": "433,434,435" - }, - { - "examine": "Best left on the beach.", - "ids": "4348" - }, - { - "examine": "This once belonged to a sea animal.", - "ids": "4349" - }, - { - "examine": "Best left for the crabs.", - "ids": "4350" - }, - { - "examine": "I can hear the sea with this.", - "ids": "4351" - }, - { - "examine": "A half-buried bowl.", - "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365" - }, - { - "examine": "A lump of rock.", - "ids": "436,437,438,439" - }, - { - "examine": "An empty shelf...", - "ids": "4366,4367" - }, - { - "examine": "There are some pots and pans here.", - "ids": "4368" - }, - { - "examine": "There are some tankards here.", - "ids": "4369" - }, - { - "examine": "A shelf with a bucket on it.", - "ids": "4370" - }, - { - "examine": "There are a few books on this shelf.", - "ids": "4371" - }, - { - "examine": "It's a small table.", - "ids": "4372" - }, - { - "examine": "A tray of sand.", - "ids": "4373,4374,4375,4376" - }, - { - "examine": "There should be a standard here!", - "ids": "4377,4378,4379" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4380" - }, - { - "examine": "It's a war machine.", - "ids": "4381,4382" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4383,4384" - }, - { - "examine": "The catapult is damaged.", - "ids": "4385,4386" - }, - { - "examine": "A portal to join the Saradomin team.", - "ids": "4387" - }, - { - "examine": "A portal to join the Zamorak team.", - "ids": "4388" - }, - { - "examine": "A portal to leave the Saradomin team.", - "ids": "4389" - }, - { - "examine": "A portal to leave the Zamorak team.", - "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405" - }, - { - "examine": "I can see really big fish swimming in the water.", - "ids": "44" - }, - { - "examine": "A big slimy lump of rock.", - "ids": "440" - }, - { - "examine": "A portal to leave the Saradomin team.", - "ids": "4406" - }, - { - "examine": "A portal to leave the Zamorak team.", - "ids": "4407" - }, - { - "examine": "A portal to join a random team.", - "ids": "4408,4409,4410" - }, - { - "examine": "A slimy lump of rock.", - "ids": "441" - }, - { - "examine": "A very slippery stepping stone", - "ids": "4411" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4412,4413" - }, - { - "examine": "A rickety old staircase.", - "ids": "4414" - }, - { - "examine": "A solid stone staircase.", - "ids": "4415,4416,4417,4418,4419,4420,36480,36481,36484,36495,36521,36523,36532,36540" - }, - { - "examine": "A slippery looking rock.", - "ids": "442,443" - }, - { - "examine": "A spiky barricade.", - "ids": "4421,4422" - }, - { - "examine": "A large broken door.", - "ids": "4431,4432,4433,4434,4435,4436" - }, - { - "examine": "We could use our pickaxes to get past these...", - "ids": "4437" - }, - { - "examine": "We can almost get past these...", - "ids": "4438,4439,4440,4441,4442,4443" - }, - { - "examine": "A huge lump of rock.", - "ids": "444,445" - }, - { - "examine": "Should be long enough to scale castle walls.", - "ids": "4444,4445" - }, - { - "examine": "Maybe I could tie a rope to this...", - "ids": "4446,4447" - }, - { - "examine": "It doesn't look very stable...", - "ids": "4448" - }, - { - "examine": "A solid stone staircase.", - "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457" - }, - { - "examine": "There are some bandages on this table.", - "ids": "4458" - }, - { - "examine": "There are some toolboxes on this table.", - "ids": "4459" - }, - { - "examine": "Some small stones.", - "ids": "446,447,448" - }, - { - "examine": "There's some rock I can use with the catapult here.", - "ids": "4460" - }, - { - "examine": "There are some barricades here.", - "ids": "4461" - }, - { - "examine": "There is some rope here.", - "ids": "4462" - }, - { - "examine": "There are some explosive potions here.", - "ids": "4463" - }, - { - "examine": "There are some pickaxes on this table.", - "ids": "4464" - }, - { - "examine": "An elf-fashioned door.", - "ids": "4465,4466" - }, - { - "examine": "The door is closed.", - "ids": "4467" - }, - { - "examine": "The door is open.", - "ids": "4468" - }, - { - "examine": "Only the Saradomin team may pass.", - "ids": "4469" - }, - { - "examine": "Only the Zamorak team may pass.", - "ids": "4470" - }, - { - "examine": "I wonder what's under it?", - "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481" - }, - { - "examine": "Water comes out of this.", - "ids": "4482" - }, - { - "examine": "It's open.", - "ids": "4483" - }, - { - "examine": "Keep track of which team has the most victories.", - "ids": "4484" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "4485,4486" - }, - { - "examine": "A big wooden door.", - "ids": "4487,4488,4489,4490,4491,4492" - }, - { - "examine": "A rocky ledge.", - "ids": "449" - }, - { - "examine": "I can climb these stairs.", - "ids": "4493" - }, - { - "examine": "They go down.", - "ids": "4494" - }, - { - "examine": "I can climb these stairs.", - "ids": "4495" - }, - { - "examine": "They go down.", - "ids": "4496" - }, - { - "examine": "I can climb these stairs.", - "ids": "4497" - }, - { - "examine": "They go down.", - "ids": "4498" - }, - { - "examine": "Wow", - "ids": "4499" - }, - { - "examine": "Big Dave is fishing here.", - "ids": "45" - }, - { - "examine": "Stoney!", - "ids": "450,451,452,453" - }, - { - "examine": "This leads back to the cruel world above.", - "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512" - }, - { - "examine": "I doubt that was built to last...", - "ids": "4513,4514,4515,4516,4517" - }, - { - "examine": "How do you make a skeleton laugh?", - "ids": "4518" - }, - { - "examine": "Tickle his funny bone.", - "ids": "4519" - }, - { - "examine": "Clearly has been relaxing too long....", - "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540" - }, - { - "examine": "Solid rock from the cave floor.", - "ids": "454,455" - }, - { - "examine": "Did that thing just twitch?", - "ids": "4541,4542" - }, - { - "examine": "A strange wall with objects engraved upon it.", - "ids": "4543,4544" - }, - { - "examine": "A strange wall that appears to be hinged.", - "ids": "4545,4546,4547,4548,4549" - }, - { - "examine": "I can jump off this one.", - "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567" - }, - { - "examine": "I can climb up these stairs.", - "ids": "4568" - }, - { - "examine": "I can climb up or go down these stairs.", - "ids": "4569,36777" - }, - { - "examine": "I can climb down these stairs.", - "ids": "4570,4571,4572,4573,4574,4575,4576" - }, - { - "examine": "Lets you walk through walls!", - "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586" - }, - { - "examine": "It turns the light around.", - "ids": "4587" - }, - { - "examine": "It looks broken.", - "ids": "4588" - }, - { - "examine": "Part of the Lighthouse's lighting mechanism.", - "ids": "4589" - }, - { - "examine": "Part of the lighthouse Light mechanism.", - "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609" - }, - { - "examine": "Joshua is fishing here.", - "ids": "46" - }, - { - "examine": "Best left on the beach.", - "ids": "4610" - }, - { - "examine": "This once belonged to a sea animal.", - "ids": "4611" - }, - { - "examine": "Best left for the crabs.", - "ids": "4612" - }, - { - "examine": "I can hear the sea with this.", - "ids": "4613" - }, - { - "examine": "It is a buried bowl.", - "ids": "4614" - }, - { - "examine": "I can jump off this one.", - "ids": "4615,4616" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "4617" - }, - { - "examine": "A nice and cosy fire.", - "ids": "4618,4619" - }, - { - "examine": "Looks slippery!", - "ids": "462,463" - }, - { - "examine": "They go down.", - "ids": "4620,4621" - }, - { - "examine": "They go up.", - "ids": "4622,4623" - }, - { - "examine": "They go down.", - "ids": "4624,4625" - }, - { - "examine": "They go up.", - "ids": "4626,4627,4628" - }, - { - "examine": "An elf-fashioned door.", - "ids": "4636,4637,4638,4639,4640" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "464,465,466" - }, - { - "examine": "Mmm...beer!", - "ids": "4641" - }, - { - "examine": "Has some board games news on it.", - "ids": "4642" - }, - { - "examine": "The ladder to the Runelink challenge room for experienced players.", - "ids": "4643" - }, - { - "examine": "The ladder back to the Runelink challenge room.", - "ids": "4644" - }, - { - "examine": "The ladder to the Draughts challenge room for experienced players.", - "ids": "4645" - }, - { - "examine": "The ladder back to the Draughts challenge room.", - "ids": "4646" - }, - { - "examine": "The ladder back up to the Toad and Chicken.", - "ids": "4647" - }, - { - "examine": "Leads down to the Burthorpe Games Rooms.", - "ids": "4648,4649" - }, - { - "examine": "A nice and cosy fire.", - "ids": "4650" - }, - { - "examine": "A table for board games.", - "ids": "4651" - }, - { - "examine": "A game of draughts is being played on this table.", - "ids": "4652" - }, - { - "examine": "A game of Runelink is being played on this table.", - "ids": "4653,4654,4655" - }, - { - "examine": "A comfy stool.", - "ids": "4656,4657" - }, - { - "examine": "Draughts challenge room.", - "ids": "4658" - }, - { - "examine": "Runelink challenge room.", - "ids": "4659" - }, - { - "examine": "Draughts challenge room for experienced players.", - "ids": "4660" - }, - { - "examine": "Runelink challenge room for experienced players.", - "ids": "4661,4662,4663,4664,4665,4666,4667,4668" - }, - { - "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)", - "ids": "4669" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "467" - }, - { - "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)", - "ids": "4670" - }, - { - "examine": "A good source of books!", - "ids": "4671" - }, - { - "examine": "The door into the throne room.", - "ids": "4672,4673" - }, - { - "examine": "I bet this makes good syrup!", - "ids": "4674" - }, - { - "examine": "Scented herbs.", - "ids": "4675" - }, - { - "examine": "A rocky outcrop.", - "ids": "4676" - }, - { - "examine": "Scented herbs.", - "ids": "4677,4678,4679,4680,4681,4682" - }, - { - "examine": "Limestone floor growth.", - "ids": "468" - }, - { - "examine": "A large harp.", - "ids": "4683" - }, - { - "examine": "Good for shooting fish in.", - "ids": "4684" - }, - { - "examine": "This old tree is rotting away", - "ids": "4685" - }, - { - "examine": "This old tree is rotting away.", - "ids": "4686,4687,4688,4689" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "469,470" - }, - { - "examine": "Fancy.", - "ids": "4690,4691" - }, - { - "examine": "Flag, pole...Yep, it's a flagpole.", - "ids": "4692,4693,4694,4695" - }, - { - "examine": "The door is closed.", - "ids": "4696" - }, - { - "examine": "The door is open.", - "ids": "4697,4698,4699,4700" - }, - { - "examine": "A wooden gate.", - "ids": "47,48,49,50" - }, - { - "examine": "Keeps the cold winds out.", - "ids": "4701" - }, - { - "examine": "A nicely carved wooden chair.", - "ids": "4702" - }, - { - "examine": "A wooden double bed. For sleeping in...", - "ids": "4703,4704" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4705" - }, - { - "examine": "You should eat your greens!", - "ids": "4706" - }, - { - "examine": "There's something fishy about this stall.", - "ids": "4707" - }, - { - "examine": "You should eat your greens!", - "ids": "4708,4709" - }, - { - "examine": "A deposit of rocks.", - "ids": "471,472,473,474" - }, - { - "examine": "A doorway made from bamboo.", - "ids": "4710,4711" - }, - { - "examine": "It's a trapdoor.", - "ids": "4712" - }, - { - "examine": "It's an open trapdoor.", - "ids": "4713" - }, - { - "examine": "A wooden crate for storage.", - "ids": "4714" - }, - { - "examine": "This crate is making chattering sounds.", - "ids": "4715" - }, - { - "examine": "This crate smells slightly nauseous.", - "ids": "4716" - }, - { - "examine": "This crate says 'Property of Hamab' on its side.", - "ids": "4717,4718" - }, - { - "examine": "This crate says 'Property of Ifaba' on its side.", - "ids": "4719" - }, - { - "examine": "This crate says 'Property of Daga' on its side.", - "ids": "4720,4721" - }, - { - "examine": "This crate smells slightly of banana.", - "ids": "4722,4723" - }, - { - "examine": "This crate says 'Property of Hamab' on its side.", - "ids": "4724" - }, - { - "examine": "This crate says 'Property of Ifaba' on its side.", - "ids": "4725,4726,4727" - }, - { - "examine": "I can climb up this.", - "ids": "4728" - }, - { - "examine": "A dried up bush, void of life.", - "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742" - }, - { - "examine": "It's a bamboo ladder.", - "ids": "4743,4744" - }, - { - "examine": "Looks good for jumping off.", - "ids": "4745" - }, - { - "examine": "This crate is marked 'Deliver to Glough'...", - "ids": "4746,4747,4748" - }, - { - "examine": "It's a banana tree, full of bananas.", - "ids": "4749" - }, - { - "examine": "It's a banana tree, with lots of bananas.", - "ids": "4750" - }, - { - "examine": "It's a banana tree, with many bananas.", - "ids": "4751" - }, - { - "examine": "It's a banana tree, with a few bananas.", - "ids": "4752" - }, - { - "examine": "It's a banana tree, with but one banana.", - "ids": "4753" - }, - { - "examine": "It's a banana tree, with no more bananas left.", - "ids": "4754" - }, - { - "examine": "They go down.", - "ids": "4755" - }, - { - "examine": "They go up.", - "ids": "4756,4757,4758,4759,4760,4761,4762,4763" - }, - { - "examine": "It's a bamboo stool.", - "ids": "4764" - }, - { - "examine": "It's a sheer wall of fire, rising as high as you can see.", - "ids": "4765,4766" - }, - { - "examine": "The contents of this pyre are rapidly bubbling and burning.", - "ids": "4767" - }, - { - "examine": "It's a wall of bricks.", - "ids": "4768" - }, - { - "examine": "It's a pile of bricks.", - "ids": "4769,4770" - }, - { - "examine": "Looks slippery!", - "ids": "477,478" - }, - { - "examine": "A rather dapper little monkey sitting on a throne.", - "ids": "4771" - }, - { - "examine": "It's a bamboo ladder.", - "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785" - }, - { - "examine": "A plant in a bamboo pot.", - "ids": "4786" - }, - { - "examine": "It's an absolutely huge bamboo gate.", - "ids": "4787,4788,4789,4790" - }, - { - "examine": "A deposit of rocks.", - "ids": "479,480,481,482,483,484,485,486" - }, - { - "examine": "It's a big comfy bed, made of strips of bamboo.", - "ids": "4791,4792,4793" - }, - { - "examine": "It's a pot made out of bamboo.", - "ids": "4794" - }, - { - "examine": "They are pots made out of bamboo.", - "ids": "4795,4796" - }, - { - "examine": "Bamboo strips have been lashed together to make this rickety desk.", - "ids": "4797" - }, - { - "examine": "It's a bookcase made out of bamboo.", - "ids": "4798" - }, - { - "examine": "It's a bamboo door with a large iron padlock.", - "ids": "4799,4800,4801,4802,4803,4804,4805,4806" - }, - { - "examine": "It's a door made from bamboo.", - "ids": "4807,4808,4809,4810,4811" - }, - { - "examine": "Looks good for hiding in...", - "ids": "4812,4813,4814" - }, - { - "examine": "Looks good for hiding in.", - "ids": "4815" - }, - { - "examine": "This is a fairly tall tree with sparse foliage.", - "ids": "4816" - }, - { - "examine": "A jungle palm with dense foliage.", - "ids": "4817" - }, - { - "examine": "This is a fairly tall tree with sparse foliage.", - "ids": "4818" - }, - { - "examine": "This was a fairly tall tree with sparse foliage.", - "ids": "4819" - }, - { - "examine": "A leafy tree.", - "ids": "4820" - }, - { - "examine": "This was a fairly tall tree with sparse foliage.", - "ids": "4821" - }, - { - "examine": "This tree has been cut down.", - "ids": "4822" - }, - { - "examine": "This flower is found only in jungle areas.", - "ids": "4823" - }, - { - "examine": "A very rare and exotic flower.", - "ids": "4824" - }, - { - "examine": "A small fernlike plant.", - "ids": "4825" - }, - { - "examine": "Leaves a nasty mark.", - "ids": "4826" - }, - { - "examine": "Looks spiky.", - "ids": "4827" - }, - { - "examine": "This has broad leaves.", - "ids": "4828" - }, - { - "examine": "A type of jungle fern.", - "ids": "4829" - }, - { - "examine": "A large waxy jungle plant.", - "ids": "4830" - }, - { - "examine": "Commonly found in these parts.", - "ids": "4831" - }, - { - "examine": "The tendrils of a creeping plant.", - "ids": "4832" - }, - { - "examine": "A jungle bush, quite common to these areas.", - "ids": "4833,4834" - }, - { - "examine": "A jungle bush that has been chopped down.", - "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844" - }, - { - "examine": "A terribly tall tropical tree.", - "ids": "4845,4846,4847" - }, - { - "examine": "Leaves of a tropical tree.", - "ids": "4848" - }, - { - "examine": "This tree no doubt contains dangerous insects.", - "ids": "4849,4850,4851" - }, - { - "examine": "This old tree is rotting away.", - "ids": "4852" - }, - { - "examine": "A gnarly old tree root.", - "ids": "4853" - }, - { - "examine": "The roots of this tree are exposed.", - "ids": "4854" - }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "4855" - }, - { - "examine": "It's a small patch of glowing fungus.", - "ids": "4856" - }, - { - "examine": "It's a medium patch of glowing fungus.", - "ids": "4857" - }, - { - "examine": "It's an absolutely colossal statue of some kind of gorilla.", - "ids": "4858" - }, - { - "examine": "It's a huge statue of some kind of gorilla.", - "ids": "4859,4860" - }, - { - "examine": "It's a huge statue of some kind of monkey.", - "ids": "4861" - }, - { - "examine": "It's a large patch of glowing fungus.", - "ids": "4862" - }, - { - "examine": "Legs of this watchtower.", - "ids": "4863,4864" - }, - { - "examine": "It's the middle of this watchtower.", - "ids": "4865" - }, - { - "examine": "It's a deactivated military Gnome glider.", - "ids": "4866" - }, - { - "examine": "It's an activated military Gnome glider.", - "ids": "4867" - }, - { - "examine": "It's some kind of Gnome teleportation device.", - "ids": "4868,4869,4870" - }, - { - "examine": "This is the panel controlling the hangar reinitialisation.", - "ids": "4871" - }, - { - "examine": "There must be an exit nearby.", - "ids": "4872" - }, - { - "examine": "It's probably too risky to try pulling this.", - "ids": "4873" - }, - { - "examine": "This table has crafting paraphernalia on it.", - "ids": "4874" - }, - { - "examine": "This table has ripe bananas on show.", - "ids": "4875" - }, - { - "examine": "This table has items of a general nature on it.", - "ids": "4876" - }, - { - "examine": "This table has runes on display.", - "ids": "4877" - }, - { - "examine": "This table has a scimitar on it.", - "ids": "4878" - }, - { - "examine": "It's a trapdoor.", - "ids": "4879" - }, - { - "examine": "It's an open trapdoor.", - "ids": "4880" - }, - { - "examine": "I can climb up this.", - "ids": "4881" - }, - { - "examine": "Looks suspicious.", - "ids": "4882,4883" - }, - { - "examine": "A plank.", - "ids": "4884" - }, - { - "examine": "Formed over many years.", - "ids": "4885" - }, - { - "examine": "Human sieve creation.", - "ids": "4886" - }, - { - "examine": "Looks suspicious.", - "ids": "4887" - }, - { - "examine": "It's a trapdoor.", - "ids": "4888" - }, - { - "examine": "I can climb up this.", - "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899" - }, - { - "examine": "The Saradomin Team Standard.", - "ids": "4900" - }, - { - "examine": "The Zamorak Team Standard.", - "ids": "4901" - }, - { - "examine": "The Saradomin Team Standard.", - "ids": "4902" - }, - { - "examine": "The Zamorak Team Standard.", - "ids": "4903" - }, - { - "examine": "It's on fire!", - "ids": "4904,4905,4906,4907,4908,4909" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "4910" - }, - { - "examine": "I can climb down this.", - "ids": "4911,4912,36349,36365" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4913,4914,4915,4916,4917" - }, - { - "examine": "This cart is blocking the way up the ridge.", - "ids": "4918" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4919" - }, - { - "examine": "A collection of rocks over what looks like a depression.", - "ids": "492" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4920,4921,4922" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4923" - }, - { - "examine": "A valve to start and stop the flow of water.", - "ids": "4924,4925" - }, - { - "examine": "Shiny!", - "ids": "4926,4927,4928" - }, - { - "examine": "It looks cramped and dark.", - "ids": "4929" - }, - { - "examine": "It's blocking the tunnel, but it looks dark down there anyway.", - "ids": "4930,4931" - }, - { - "examine": "A bizarre fungus. It emits a pale blue light.", - "ids": "4932,4933,4934" - }, - { - "examine": "If that wasn't there I'd probably be a lot flatter now.", - "ids": "4935" - }, - { - "examine": "It prevents the wall unceremoniously squashing people.", - "ids": "4936" - }, - { - "examine": "It looks like it's water powered.", - "ids": "4937,4938,4939,4940,4941" - }, - { - "examine": "It's a little waterlogged. I hope it still works.", - "ids": "4942,4943" - }, - { - "examine": "It doesn't look very watertight. Any contents will be ruined.", - "ids": "4944" - }, - { - "examine": "A sunken mine cart, how useful.", - "ids": "4945,4946,4947,4948" - }, - { - "examine": "This displays information on how the points on this level are set.", - "ids": "4949" - }, - { - "examine": "It has the letter 'B' inscribed on the end.", - "ids": "4950" - }, - { - "examine": "It has the letter 'A' inscribed on the end.", - "ids": "4951" - }, - { - "examine": "It has the letter 'C' inscribed on the end.", - "ids": "4952" - }, - { - "examine": "It has the letter 'D' inscribed on the end.", - "ids": "4953" - }, - { - "examine": "It has the letter 'E' inscribed on the end.", - "ids": "4954" - }, - { - "examine": "It has the letter 'I' inscribed on the end.", - "ids": "4955" - }, - { - "examine": "It has the letter 'J' inscribed on the end.", - "ids": "4956" - }, - { - "examine": "It has the letter 'K' inscribed on the end.", - "ids": "4957" - }, - { - "examine": "I think this changes one of the sets of points.", - "ids": "4958" - }, - { - "examine": "It has the letter 'F' inscribed on the end.", - "ids": "4959" - }, - { - "examine": "It has the letter 'G' inscribed on the end.", - "ids": "4960" - }, - { - "examine": "It has the letter 'H' inscribed on the end.", - "ids": "4961" - }, - { - "examine": "The door is closed.", - "ids": "4962" - }, - { - "examine": "I can climb down this.", - "ids": "4965" - }, - { - "examine": "I can climb this.", - "ids": "4966" - }, - { - "examine": "I can climb down this.", - "ids": "4967" - }, - { - "examine": "I can climb this.", - "ids": "4968" - }, - { - "examine": "I can climb down this.", - "ids": "4969" - }, - { - "examine": "I can climb this.", - "ids": "4970" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "4971,4972,4973" - }, - { - "examine": "Useful for moving items around the mine.", - "ids": "4974" - }, - { - "examine": "An old crate for storage.", - "ids": "4975" - }, - { - "examine": "A distinctive layer in the rock strata.", - "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000" - }, - { - "examine": "A powerful ranging device, unfortunately not working.", - "ids": "5" - }, - { - "examine": "This cave has been boarded up.", - "ids": "5001" - }, - { - "examine": "Useful for passing over inaccessible areas.", - "ids": "5002" - }, - { - "examine": "It's old and pretty broken.", - "ids": "5003" - }, - { - "examine": "A well used tree.", - "ids": "5004,5005" - }, - { - "examine": "These flowers only grow in one place in the mountains.", - "ids": "5006" - }, - { - "examine": "Looks like small cave.", - "ids": "5007" - }, - { - "examine": "Looks dark...", - "ids": "5008,5009,5010,5011,5012,5013,5014" - }, - { - "examine": "It's too dangerous to go down here by foot...", - "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024" - }, - { - "examine": "A split in the cave wall...", - "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036" - }, - { - "examine": "A large ice covered boulder.", - "ids": "5037" - }, - { - "examine": "An ice covered boulder.", - "ids": "5038" - }, - { - "examine": "A small ice covered boulder.", - "ids": "5039,5040,5041,5042" - }, - { - "examine": "A huge ice gate.", - "ids": "5043,5044" - }, - { - "examine": "An interesting-looking tree.", - "ids": "5045" - }, - { - "examine": "A small cave entrance.", - "ids": "5046" - }, - { - "examine": "Limestone ceiling growth.", - "ids": "5047" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "5048" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "5049" - }, - { - "examine": "Tooth shaped rock formations protruding from the floor.", - "ids": "5050" - }, - { - "examine": "A dirty little swamp boat.", - "ids": "5051" - }, - { - "examine": "If it had paint on it, you'd probably watch it dry.", - "ids": "5052,5053" - }, - { - "examine": "I can climb this.", - "ids": "5054" - }, - { - "examine": "I wonder what that's there for...", - "ids": "5055" - }, - { - "examine": "These doors look very ominous.", - "ids": "5056,5057" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "5058,5059" - }, - { - "examine": "These doors seem to lead into the underground.", - "ids": "5060,5061" - }, - { - "examine": "Large doors set into the hillside.", - "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071" - }, - { - "examine": "A deposit of rocks.", - "ids": "507,508,509,510" - }, - { - "examine": "A Large Pillar", - "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081" - }, - { - "examine": "An overgrown dungeon entrance.", - "ids": "5082" - }, - { - "examine": "A closed overgrown dungeon entrance.", - "ids": "5083" - }, - { - "examine": "The way to go when I get scared.", - "ids": "5084,5085,5086,5087" - }, - { - "examine": "I hope I don't fall off this.", - "ids": "5088,5089,5090,5091,5092,5093" - }, - { - "examine": "These stairs seem to have been hewn out of the rock itself.", - "ids": "5094,5095,5096,5097,5098" - }, - { - "examine": "Hmmm... I wonder if it's loose enough to get through.", - "ids": "51" - }, - { - "examine": "Thick vines blocking your way.", - "ids": "5103,5104,5105,5106,5107,5108,5109" - }, - { - "examine": "A rock with a pickaxe and mining tools.", - "ids": "511" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "5110,5111" - }, - { - "examine": "Not good for eating.", - "ids": "5112" - }, - { - "examine": "I doubt that's edible.", - "ids": "5113,5114,5115" - }, - { - "examine": "A statue of a big monster.", - "ids": "5116,5117,5118,5119,5120,5121" - }, - { - "examine": "A tall wooden door.", - "ids": "5126" - }, - { - "examine": "A tall wooden door.", - "ids": "5128,5129" - }, - { - "examine": "Looks like whoever uses this has claws on their hands.", - "ids": "5130" - }, - { - "examine": "I wonder what's under it?", - "ids": "5131" - }, - { - "examine": "I wonder what's down there?", - "ids": "5132" - }, - { - "examine": "A hurdle.", - "ids": "5133,5134,5135" - }, - { - "examine": "A climbing wall made from skulls.", - "ids": "5136,5137" - }, - { - "examine": "A very slippery stepping stone.", - "ids": "5138" - }, - { - "examine": "A scary zip line for teeth??", - "ids": "5139,5140,5141,5142,5143,5144,5145" - }, - { - "examine": "A goal.", - "ids": "5146,5147,5148,5149,5150,5151" - }, - { - "examine": "This may be worth opening.", - "ids": "5156" - }, - { - "examine": "This may be worth searching.", - "ids": "5157" - }, - { - "examine": "A pile of garden canes.", - "ids": "5158" - }, - { - "examine": "There's no way to cross this bridge.", - "ids": "5159,5160" - }, - { - "examine": "A very tall column of ice.", - "ids": "516" - }, - { - "examine": "An old grandfather clock.", - "ids": "5161" - }, - { - "examine": "A closed chest.", - "ids": "5162" - }, - { - "examine": "An open chest.", - "ids": "5163" - }, - { - "examine": "There is a note pinned to the signpost.", - "ids": "5164" - }, - { - "examine": "It looks like it needs a good sweep out.", - "ids": "5165" - }, - { - "examine": "Bookish.", - "ids": "5166" - }, - { - "examine": "A large, elaborately ornamented memorial stone.", - "ids": "5167" - }, - { - "examine": "A grave, marked by an ostentatious memorial stone.", - "ids": "5168" - }, - { - "examine": "A poor grave marked by a simple, wooden cross.", - "ids": "5169" - }, - { - "examine": "A deposit of rocks.", - "ids": "517,518,519,520" - }, - { - "examine": "The entrance to an extravagantly decorated mausoleum.", - "ids": "5170,5171" - }, - { - "examine": "The door to the Tower.", - "ids": "5172,5173" - }, - { - "examine": "The door to the garden shed.", - "ids": "5174,5175" - }, - { - "examine": "At some point the lightning conductor has broken, rendering it useless.", - "ids": "5176" - }, - { - "examine": "A shocking piece of kit.", - "ids": "5177" - }, - { - "examine": "Mmm.. scented candles.", - "ids": "5178,5179" - }, - { - "examine": "I wouldn't eat there!", - "ids": "5180,5181,5182" - }, - { - "examine": "Looks wooden. Feels wooden. I wonder is it wooden?", - "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201" - }, - { - "examine": "It's locked.", - "ids": "52,53" - }, - { - "examine": "Dangerous, someone could trip on them.", - "ids": "5202,5203,5204,5205" - }, - { - "examine": "I can climb these stairs.", - "ids": "5206" - }, - { - "examine": "They go down.", - "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "5228,5229,5230" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "523,524,525,526,527,528" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243" - }, - { - "examine": "Looks a bit tatty...", - "ids": "5244,5245" - }, - { - "examine": "A well slept in bed.", - "ids": "5246,5247" - }, - { - "examine": "It looks like a tree made of crystal.", - "ids": "5248" - }, - { - "examine": "Looks to me like a quickly built fire.", - "ids": "5249" - }, - { - "examine": "I can climb down this.", - "ids": "5250" - }, - { - "examine": "I can climb this.", - "ids": "5251" - }, - { - "examine": "A recently extinguished fire.", - "ids": "5252" - }, - { - "examine": "I wish I could sting other people.", - "ids": "5253" - }, - { - "examine": "Probably feels like a mild bee sting.", - "ids": "5254" - }, - { - "examine": "I wouldn't like to get stung.", - "ids": "5255" - }, - { - "examine": "Dock leaves at the ready.", - "ids": "5256" - }, - { - "examine": "Nettles sting my leggies.", - "ids": "5257" - }, - { - "examine": "These may hurt.", - "ids": "5258" - }, - { - "examine": "A ghostly barrier.", - "ids": "5259,5260,5261" - }, - { - "examine": "These stairs were carved out of the rock of the cavern.", - "ids": "5262,5263" - }, - { - "examine": "I can climb this.", - "ids": "5264" - }, - { - "examine": "I can climb up here.", - "ids": "5265" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "5266" - }, - { - "examine": "I wonder what's under it.", - "ids": "5267" - }, - { - "examine": "I wonder what's down there.", - "ids": "5268" - }, - { - "examine": "I can't see a rock!", - "ids": "5269" - }, - { - "examine": "I wonder what's inside.", - "ids": "5270,5271,5272" - }, - { - "examine": "Perhaps I should search it.", - "ids": "5273" - }, - { - "examine": "High above here is a tattered flag, blowing in the wind.", - "ids": "5274" - }, - { - "examine": "An appliance for cooking with.", - "ids": "5275" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "5276" - }, - { - "examine": "This booth is closed.", - "ids": "5277" - }, - { - "examine": "The resting place of Necrovarus' mortal body.", - "ids": "5278,5279" - }, - { - "examine": "I can climb these stairs.", - "ids": "5280" - }, - { - "examine": "They go down.", - "ids": "5281" - }, - { - "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.", - "ids": "5282" - }, - { - "examine": "It's a small Ectofuntus.", - "ids": "5283" - }, - { - "examine": "A big grinding thing.", - "ids": "5284" - }, - { - "examine": "The tatty gangplank of a tatty ship.", - "ids": "5285,5286" - }, - { - "examine": "Seen better days.", - "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "529" - }, - { - "examine": "Formed over many years of dripping limestone.", - "ids": "530" - }, - { - "examine": "A wooden rowing boat.", - "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "531" - }, - { - "examine": "Limestone floor growth.", - "ids": "532" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "533" - }, - { - "examine": "A pile of boxes for storage.", - "ids": "5330" - }, - { - "examine": "A leafy fern.", - "ids": "5331" - }, - { - "examine": "A small bushy plant.", - "ids": "5332" - }, - { - "examine": "A leafy shrub.", - "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "534" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "5346,5347" - }, - { - "examine": "Not so good for sitting on.", - "ids": "5348" - }, - { - "examine": "Generally used for putting things on.", - "ids": "5349" - }, - { - "examine": "Actually, I could do with a drink...", - "ids": "5350" - }, - { - "examine": "For leaning against...", - "ids": "5351" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "5352" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "5353" - }, - { - "examine": "Animal feeder.", - "ids": "5354" - }, - { - "examine": "It probably hasn't got anything interesting inside.", - "ids": "5355" - }, - { - "examine": "They probably haven't got anything interesting inside.", - "ids": "5356,5357" - }, - { - "examine": "Looks like he's been dead a while now...", - "ids": "5358" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "5359" - }, - { - "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", - "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396" - }, - { - "examine": "A tooth shaped rock formation protruding from the ceiling.", - "ids": "539,540" - }, - { - "examine": "This figure brings luck to those who sail.", - "ids": "5397,5398,5399,5400,5401,5402" - }, - { - "examine": "It's a flight of stairs.", - "ids": "54,55,56,57" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "5403" - }, - { - "examine": "Holds up the sails.", - "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "541,542" - }, - { - "examine": "Allows access to other parts of the ship.", - "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428" - }, - { - "examine": "It's a table with candles on.", - "ids": "5429" - }, - { - "examine": "A tooth shaped rock formation protruding from the ceiling.", - "ids": "543" - }, - { - "examine": "Doesn't look too good...", - "ids": "5430" - }, - { - "examine": "Looks a bit empty.", - "ids": "5431,5432,5433,5434,5435,5436,5437,5438" - }, - { - "examine": "It's been knocked off its hinges.", - "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "544" - }, - { - "examine": "A huge lump of rock.", - "ids": "545" - }, - { - "examine": "It's a door.", - "ids": "5453,5454,5455,5456,5457,5458,5459,5460" - }, - { - "examine": "Intimidating!", - "ids": "546,547" - }, - { - "examine": "A subterranean pool of ectoplasm.", - "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487" - }, - { - "examine": "A deposit of rocks.", - "ids": "548,549,550,551,552,553" - }, - { - "examine": "I can climb this.", - "ids": "5488" - }, - { - "examine": "The finest rings.", - "ids": "5489" - }, - { - "examine": "I wonder what's under it?", - "ids": "5490" - }, - { - "examine": "I wonder what's down there?", - "ids": "5491,5492" - }, - { - "examine": "I can climb this.", - "ids": "5493" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "5494" - }, - { - "examine": "I guess I could sleep in it if I was really tired.", - "ids": "5495,5496" - }, - { - "examine": "A well slept in bed.", - "ids": "5497,5498" - }, - { - "examine": "Hot!", - "ids": "5499,5500" - }, - { - "examine": "Stops people getting out.", - "ids": "5501,5502,5503,5504,5505,5506,5507" - }, - { - "examine": "It's a lectern.", - "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537" - }, - { - "examine": "Makes you cry.", - "ids": "5538" - }, - { - "examine": "Found near the water's edge.", - "ids": "5539,5540,5541,5542" - }, - { - "examine": "Frozen water has formed an icicle here.", - "ids": "554,555,556,557" - }, - { - "examine": "Isn't Heather a girls' name?", - "ids": "5543" - }, - { - "examine": "Smells lovely!", - "ids": "5544" - }, - { - "examine": "Who is this Heather girl?", - "ids": "5545" - }, - { - "examine": "A purple haze of delight.", - "ids": "5546" - }, - { - "examine": "The colour purple on stems.", - "ids": "5547" - }, - { - "examine": "I ponder... Why is it purple?", - "ids": "5548" - }, - { - "examine": "I wonder why it's purple?", - "ids": "5549" - }, - { - "examine": "A cure for nettle stings.", - "ids": "5550" - }, - { - "examine": "A droopy tree.", - "ids": "5551" - }, - { - "examine": "These trees are found near water.", - "ids": "5552,5553" - }, - { - "examine": "This is what is left of a willow tree.", - "ids": "5554" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "5555,5556,5557" - }, - { - "examine": "Aggie's cooking something, probably best not to think what...", - "ids": "5558,9736" - }, - { - "examine": "Trinkets and stuff.", - "ids": "5559" - }, - { - "examine": "Looking good!", - "ids": "5560" - }, - { - "examine": "Aggie's broomstick.", - "ids": "5561" - }, - { - "examine": "Aggie has already dyed this cloth.", - "ids": "5562,5563" - }, - { - "examine": "A thoroughly used bed.", - "ids": "5564" - }, - { - "examine": "A lovely comfy-looking big bed.", - "ids": "5565,5566,5567,5568" - }, - { - "examine": "The remains of a stone wall.", - "ids": "5569,5570" - }, - { - "examine": "An empty home for chickens.", - "ids": "5571" - }, - { - "examine": "A lovely bare chicken coop.", - "ids": "5572,5573" - }, - { - "examine": "Full of animal feed.", - "ids": "5574" - }, - { - "examine": "Animal feeder.", - "ids": "5575,5576,5577" - }, - { - "examine": "A traveller's companion.", - "ids": "5578" - }, - { - "examine": "Loaded with hay and ready to roll.", - "ids": "5579" - }, - { - "examine": "It looks cold in there.", - "ids": "558,559,560,561" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "5580" - }, - { - "examine": "Someone's been chopping logs.", - "ids": "5581,5582" - }, - { - "examine": "Baby bread.", - "ids": "5583,5584,5585,5586,5587,5588" - }, - { - "examine": "The river makes it spin.", - "ids": "5589,5590,5591,5592,5593" - }, - { - "examine": "I'd better not get my hands trapped in that.", - "ids": "5594" - }, - { - "examine": "Diango's Toy Stall.", - "ids": "5595" - }, - { - "examine": "Doesn't look too good...", - "ids": "5596" - }, - { - "examine": "Shows which way the wind blows.", - "ids": "5597" - }, - { - "examine": "A barrel for collecting rain water.", - "ids": "5598,5599,5600,5601,5602,5603" - }, - { - "examine": "A rock.", - "ids": "5604" - }, - { - "examine": "A small rock.", - "ids": "5605" - }, - { - "examine": "Some rock.", - "ids": "5606,5607" - }, - { - "examine": "This fire is already in use, I wouldn't mess with it if I were you...", - "ids": "5608" - }, - { - "examine": "They could do with a wash.", - "ids": "5609,5610,5611,5612" - }, - { - "examine": "It smells like the rats aren't washing often enough.", - "ids": "5613" - }, - { - "examine": "Sit back and relax...", - "ids": "5615" - }, - { - "examine": "This tells you which way is which.", - "ids": "5616,5617" - }, - { - "examine": "These open and close!", - "ids": "5618" - }, - { - "examine": "This may be worth searching.", - "ids": "5619,5620" - }, - { - "examine": "This person was of great importance.", - "ids": "562" - }, - { - "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.", - "ids": "5621" - }, - { - "examine": "I wonder what's inside...", - "ids": "5622" - }, - { - "examine": "It smells a bit stuffy.", - "ids": "5623" - }, - { - "examine": "It smells funny in there.", - "ids": "5624" - }, - { - "examine": "Ned is making some rope here.", - "ids": "5625,5626" - }, - { - "examine": "A blue standard.", - "ids": "5627" - }, - { - "examine": "A standard of Lumbridge Castle.", - "ids": "5628,5629,5630,36925" - }, - { - "examine": "A monarch chiselled in stone.", - "ids": "563,564" - }, - { - "examine": "Glowing embers.", - "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787" - }, - { - "examine": "A sculpture of a monarch.", - "ids": "565" - }, - { - "examine": "This person was of great importance.", - "ids": "566" - }, - { - "examine": "A huge carving of an ancient race.", - "ids": "567" - }, - { - "examine": "A depiction of a great dwarven miner.", - "ids": "568" - }, - { - "examine": "A depiction of a famous gnome warrior.", - "ids": "569,570" - }, - { - "examine": "The head and shoulders of a famous gnome.", - "ids": "571,572" - }, - { - "examine": "A depiction of a famous gnomeballer.", - "ids": "573" - }, - { - "examine": "A carving of a figure from the history of 2009Scape.", - "ids": "574,575,576,577,578" - }, - { - "examine": "The sort of bench you get in churches.", - "ids": "5788" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "5789,5790" - }, - { - "examine": "An expertly chiselled statue.", - "ids": "579,580,581" - }, - { - "examine": "A carving of a figure from the history of 2009Scape.", - "ids": "5791,36749,36751" - }, - { - "examine": "When I've ground some flour, I'll be able to collect it here.", - "ids": "5792" - }, - { - "examine": "It's a large crack in the wall.", - "ids": "5793,5794,5795,5796,5797,5798" - }, - { - "examine": "It's a trapdoor.", - "ids": "5799,5800,5801,5802" - }, - { - "examine": "Known commonly as Red worm vine.", - "ids": "58" - }, - { - "examine": "It's an open trapdoor.", - "ids": "5803,5804,5805,5806,5807" - }, - { - "examine": "An incredibly detailed stone sculpture.", - "ids": "5808" - }, - { - "examine": "Helps the Seers predict the weather when it's working.", - "ids": "5809" - }, - { - "examine": "Helps the Seers predict the weather.", - "ids": "5810,5811" - }, - { - "examine": "I can climb this.", - "ids": "5812" - }, - { - "examine": "I can climb down this.", - "ids": "5813,5814" - }, - { - "examine": "A candle, a lens and some sort of crystal all precariously balanced together.", - "ids": "5815" - }, - { - "examine": "A beacon so gnome gliders can safely land.", - "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824" - }, - { - "examine": "An unusual symbol of ancient times.", - "ids": "582" - }, - { - "examine": "Fly Gnome Air.", - "ids": "5825" - }, - { - "examine": "This shop deals in antique swords.", - "ids": "5826,5827,5828,5829,5830" - }, - { - "examine": "An expertly crafted vase.", - "ids": "583" - }, - { - "examine": "Shop counter.", - "ids": "5831,5832,5833,5834" - }, - { - "examine": "Don't want to close this, I might not be able to get back down.", - "ids": "5835,5836,5837,5838,5839,5840,5841" - }, - { - "examine": "An expertly chiselled statue of a bird.", - "ids": "584" - }, - { - "examine": "It overlooks the path below. Let's hope it won't fall on your head.", - "ids": "5842" - }, - { - "examine": "Someone is climbing down there! Looks dangerous.", - "ids": "5843" - }, - { - "examine": "Placed in a perfect position for stumbling over.", - "ids": "5844" - }, - { - "examine": "There is a rope going over it.", - "ids": "5845" - }, - { - "examine": "Someone is climbing down the rope.", - "ids": "5846" - }, - { - "examine": "You will need to climb over it.", - "ids": "5847" - }, - { - "examine": "The tree stands tall at the edge of the pool.", - "ids": "5848" - }, - { - "examine": "You can't stand on them, but maybe something can be wedged into there.", - "ids": "5849" - }, - { - "examine": "What a good likeness!", - "ids": "585,586" - }, - { - "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.", - "ids": "5850,5851" - }, - { - "examine": "Someone put a plank on top of the stone! Clever...", - "ids": "5852,5853,5854" - }, - { - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", - "ids": "5855" - }, - { - "examine": "The legendary White Pearl fruit is growing on these thorny bushes!", - "ids": "5856" - }, - { - "examine": "There's a nasty stench coming from the cave.", - "ids": "5857" - }, - { - "examine": "Faint rays of daylight shine through.", - "ids": "5858" - }, - { - "examine": "It's very dark down there.", - "ids": "5859" - }, - { - "examine": "Very pointy, very sharp.", - "ids": "5860,5861" - }, - { - "examine": "This is the place where you buried Asleif.", - "ids": "5862" - }, - { - "examine": "Asleif was given a proper burial on this spot.", - "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877" - }, - { - "examine": "A depiction of the evil god Zamorak.", - "ids": "587" - }, - { - "examine": "It's a long wooden table.", - "ids": "5878" - }, - { - "examine": "Generally used for putting things on.", - "ids": "5879" - }, - { - "examine": "A base for the statue to sit on.", - "ids": "588" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "5881,5882" - }, - { - "examine": "Sticky, dirty mud.", - "ids": "5883" - }, - { - "examine": "This stinks...", - "ids": "5884" - }, - { - "examine": "The roots go down into the mud.", - "ids": "5885" - }, - { - "examine": "Sticky, dirty roots covered in sticky, dirty mud.", - "ids": "5886" - }, - { - "examine": "It's barely a door, really.", - "ids": "5887,5888,5889,5890" - }, - { - "examine": "The scrying glass of a seer.", - "ids": "589" - }, - { - "examine": "The entry to a special tent in the camp.", - "ids": "5891,5892,5893,5894" - }, - { - "examine": "It's just a big stone, really.", - "ids": "5895" - }, - { - "examine": "Uh oh, someone is going to be in trouble!", - "ids": "5896" - }, - { - "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.", - "ids": "5897,5898,5899,5900,5901" - }, - { - "examine": "A fancy hole in the wall.", - "ids": "59" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "590" - }, - { - "examine": "It's only useful for hiding behind now.", - "ids": "5902,5903,5904" - }, - { - "examine": "This tree has been cut down.", - "ids": "5905,5906,5907,5908" - }, - { - "examine": "A still for making lamp oil.", - "ids": "5909" - }, - { - "examine": "Banking transactions are recorded here.", - "ids": "591" - }, - { - "examine": "The still has oil in.", - "ids": "5910,5911,5912,5913,5914,5915,5916" - }, - { - "examine": "Noxious fumes bubble up from the bowels of the earth.", - "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945" - }, - { - "examine": "Contains washing items.", - "ids": "592" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "593,594,595" - }, - { - "examine": "You see a circle of light at the top.", - "ids": "5946" - }, - { - "examine": "An entrance to the dark caves.", - "ids": "5947" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958" - }, - { - "examine": "I wonder what this does...", - "ids": "5959,5960,5961,5962,5963" - }, - { - "examine": "A banquet could be eaten from this.", - "ids": "596,597" - }, - { - "examine": "Flying in mid-air!", - "ids": "5964,5965" - }, - { - "examine": "A blocked passage.", - "ids": "5966" - }, - { - "examine": "I'd better leave his expensive dwarven balls alone.", - "ids": "5967,5968,5969,5970,5971,5972" - }, - { - "examine": "A small cave entrance.", - "ids": "5973,5974" - }, - { - "examine": "A powerful ranging device that fires metal balls.", - "ids": "5975,5976" - }, - { - "examine": "It's a sheer wall of fire, rising as high as you can see.", - "ids": "5977,5978,5979,5980" - }, - { - "examine": "Useful for putting things on.", - "ids": "598" - }, - { - "examine": "Lighting for the caves.", - "ids": "5981,5982,5983,5984" - }, - { - "examine": "A rock.", - "ids": "5985" - }, - { - "examine": "A small rock.", - "ids": "5986" - }, - { - "examine": "A rock.", - "ids": "5987,5988" - }, - { - "examine": "A mineral vein that looks distinctly like gold.", - "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997" - }, - { - "examine": "At one time it was for putting things on.", - "ids": "599" - }, - { - "examine": "Functions like an open door...", - "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008" - }, - { - "examine": "A powerful ranging device that fires metal balls.", - "ids": "6" - }, - { - "examine": "A fancy hole in the ceiling.", - "ids": "60" - }, - { - "examine": "The napkins are made from real silk.", - "ids": "600" - }, - { - "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?", - "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031" - }, - { - "examine": "Useful for putting things on.", - "ids": "601,602,603,604,605,606" - }, - { - "examine": "Powers the boat.", - "ids": "6032,6033,6034,6035" - }, - { - "examine": "Allows access to other parts of the ship.", - "ids": "6036,6037" - }, - { - "examine": "Without this I'm going around in circles.", - "ids": "6038,6039,6040,6041,6042" - }, - { - "examine": "Powers the boat.", - "ids": "6043,6044" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063" - }, - { - "examine": "A stand for hats.", - "ids": "6064" - }, - { - "examine": "Some dwarf clothes that are obviously too small for me!", - "ids": "6065" - }, - { - "examine": "An empty weapon rack.", - "ids": "6066" - }, - { - "examine": "A weapon rack.", - "ids": "6067,6068,6069" - }, - { - "examine": "Items for making clothes are kept on here.", - "ids": "607" - }, - { - "examine": "A method of dwarf storage", - "ids": "6070" - }, - { - "examine": "A method of dwarf storage.", - "ids": "6071,6072,6073,6074" - }, - { - "examine": "Useful for a dwarf.", - "ids": "6075" - }, - { - "examine": "A big desk, for a dwarf!", - "ids": "6076,6077,6078,6079" - }, - { - "examine": "The ideal place to study.", - "ids": "608" - }, - { - "examine": "Spins yarn.", - "ids": "6080" - }, - { - "examine": "Banking transactions are processed here.", - "ids": "6081" - }, - { - "examine": "Banking transactions are recorded here.", - "ids": "6082,37159" - }, - { - "examine": "This booth is closed.", - "ids": "6083" - }, - { - "examine": "The bank teller will serve you from here.", - "ids": "6084" - }, - { - "examine": "A way upwards.", - "ids": "6085" - }, - { - "examine": "A way down.", - "ids": "6086" - }, - { - "examine": "A way upwards.", - "ids": "6087" - }, - { - "examine": "A way down.", - "ids": "6088" - }, - { - "examine": "A way upwards.", - "ids": "6089" - }, - { - "examine": "A handy workbench for a handy person.", - "ids": "609,610" - }, - { - "examine": "A way down.", - "ids": "6090" - }, - { - "examine": "A treasure trove of knowledge.", - "ids": "6091,6092" - }, - { - "examine": "A lovely place to cook meat.", - "ids": "6093,6094,6095" - }, - { - "examine": "A great place to cook meat.", - "ids": "6096" - }, - { - "examine": "A good source of water.", - "ids": "6097,6098,6099" - }, - { - "examine": "A shrine to evil.", - "ids": "61" - }, - { - "examine": "The door is closed.", - "ids": "6100" - }, - { - "examine": "The door is open.", - "ids": "6101" - }, - { - "examine": "The door is closed.", - "ids": "6102" - }, - { - "examine": "The door is open.", - "ids": "6103" - }, - { - "examine": "The door is closed.", - "ids": "6104" - }, - { - "examine": "The door is open.", - "ids": "6105" - }, - { - "examine": "The door is closed.", - "ids": "6106" - }, - { - "examine": "The door is open.", - "ids": "6107" - }, - { - "examine": "The door is closed.", - "ids": "6108" - }, - { - "examine": "The door is open.", - "ids": "6109" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "611" - }, - { - "examine": "The door is closed.", - "ids": "6110" - }, - { - "examine": "The door is open.", - "ids": "6111" - }, - { - "examine": "The door is closed.", - "ids": "6112" - }, - { - "examine": "The door is open.", - "ids": "6113" - }, - { - "examine": "The door is closed.", - "ids": "6114" - }, - { - "examine": "The door is open.", - "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145" - }, - { - "examine": "Items are for sale here.", - "ids": "612" - }, - { - "examine": "Useful for putting things on.", - "ids": "613,614,615" - }, - { - "examine": "Useful for keeping birds.", - "ids": "6146" - }, - { - "examine": "Tower of rock.", - "ids": "6147,6148,6149" - }, - { - "examine": "Useful for making weapons.", - "ids": "6150" - }, - { - "examine": "Used for getting water.", - "ids": "6151" - }, - { - "examine": "Used for getting drunk.", - "ids": "6152,6153" - }, - { - "examine": "Used for storage.", - "ids": "6154,6155,6156,6157" - }, - { - "examine": "Not good for eating.", - "ids": "6158,6159,6160,6161" - }, - { - "examine": "A creepy looking table.", - "ids": "616" - }, - { - "examine": "Finest precious stones.", - "ids": "6162" - }, - { - "examine": "Bread and cakes are spread out over it.", - "ids": "6163" - }, - { - "examine": "Finely wrought wares of silver.", - "ids": "6164" - }, - { - "examine": "I can get clothes made up from this stall.", - "ids": "6165" - }, - { - "examine": "A whole lot of tools for crafting.", - "ids": "6166,6167,6168,6169,6170,6171,6172" - }, - { - "examine": "Items are for sale here.", - "ids": "617" - }, - { - "examine": "A fine piece of sculpting.", - "ids": "6173,6174,6175" - }, - { - "examine": "Oblong boxes. You hope there isn't anything other than salt inside.", - "ids": "6176" - }, - { - "examine": "Big mysterious crates. You wonder what could be inside.", - "ids": "6177" - }, - { - "examine": "Wooden crates, contents unknown.", - "ids": "6178" - }, - { - "examine": "They could do with a wash.", - "ids": "6179,6180" - }, - { - "examine": "There are some strange chemicals here.", - "ids": "618,619" - }, - { - "examine": "Dead animal parts dangling!", - "ids": "6181" - }, - { - "examine": "Dead meat. Dangling from the wall. Looks delicious.", - "ids": "6182" - }, - { - "examine": "It looks as hard as a rock, not very inviting.", - "ids": "6183" - }, - { - "examine": "A smelly old mattress.", - "ids": "6184" - }, - { - "examine": "Metal plating to protect the dwarf.", - "ids": "6185,6186" - }, - { - "examine": "Useful... for a dwarf!", - "ids": "6187" - }, - { - "examine": "Various implements for working with metal.", - "ids": "6188" - }, - { - "examine": "A hot place for forging things in.", - "ids": "6189,6190" - }, - { - "examine": "Being repaired.", - "ids": "6191,6192" - }, - { - "examine": "I look shorter, but not necessarily sweeter!", - "ids": "6193" - }, - { - "examine": "Used for sitting.", - "ids": "6194,6195" - }, - { - "examine": "Useful for a dwarf.", - "ids": "6196,6197,6198,6199" - }, - { - "examine": "Is there something in there?", - "ids": "62" - }, - { - "examine": "Bamboo's a versatile material.", - "ids": "620" - }, - { - "examine": "Fit for a dwarven feast!", - "ids": "6200,6201" - }, - { - "examine": "Gives out light, but then you knew that already.", - "ids": "6202,6203" - }, - { - "examine": "A simple place to sleep.", - "ids": "6204" - }, - { - "examine": "A good dwarven bed. Too small for me!", - "ids": "6205" - }, - { - "examine": "Many important meetings are held here...", - "ids": "6206" - }, - { - "examine": "Draped in cloth.", - "ids": "6207" - }, - { - "examine": "A beautiful seat, fit for a King.", - "ids": "6208,6209,6210" - }, - { - "examine": "It's a banquet table.", - "ids": "621,622" - }, - { - "examine": "A dwarf table with chopping board.", - "ids": "6211" - }, - { - "examine": "This tree has been cut down.", - "ids": "6212" - }, - { - "examine": "A barrel full of ranging equipment...", - "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "623,624,625,626,627" - }, - { - "examine": "I suppose he wants my money.", - "ids": "6230" - }, - { - "examine": "A lovely table.", - "ids": "6231" - }, - { - "examine": "An expensive water feature.", - "ids": "6232,6233,6234,6235" - }, - { - "examine": "Stop for what, food?", - "ids": "6236" - }, - { - "examine": "Yellow blossom, lovely.", - "ids": "6237" - }, - { - "examine": "Closed.", - "ids": "6238" - }, - { - "examine": "Open.", - "ids": "6239" - }, - { - "examine": "Closed.", - "ids": "6240" - }, - { - "examine": "Open.", - "ids": "6241" - }, - { - "examine": "A stone staircase.", - "ids": "6242,6243,6244,6245" - }, - { - "examine": "Has upon it a beer, which I will not take for moral reasons.", - "ids": "6246,6247,6248" - }, - { - "examine": "No this is not a mirage!", - "ids": "6249" - }, - { - "examine": "It's a goldfish! No, wait, it's just a bed.", - "ids": "6250,6251,6252,6253,6254" - }, - { - "examine": "Animal feeder.", - "ids": "6255,6256" - }, - { - "examine": "Lovely... Fresh.", - "ids": "6257" - }, - { - "examine": "Dry dung.", - "ids": "6258" - }, - { - "examine": "Smelly.", - "ids": "6259" - }, - { - "examine": "I can climb down this.", - "ids": "6260" - }, - { - "examine": "I can climb this.", - "ids": "6261,6262" - }, - { - "examine": "Useful for pets.", - "ids": "6263" - }, - { - "examine": "Useful for keeping birds.", - "ids": "6264" - }, - { - "examine": "Bird cage.", - "ids": "6265,6266" - }, - { - "examine": "An empty cage, maybe the owner let the creature free... I do hope so.", - "ids": "6267" - }, - { - "examine": "Useful for pets.", - "ids": "6268,6269,6270,6271,6272,6273" - }, - { - "examine": "Lovely comfy looking big bed.", - "ids": "6274" - }, - { - "examine": "Laden with heaps of paper.", - "ids": "6275" - }, - { - "examine": "I don't know much about art, but I like this.", - "ids": "6276" - }, - { - "examine": "Look at the size of this cactus.", - "ids": "6277" - }, - { - "examine": "Don't you open that trapdoor!", - "ids": "6278" - }, - { - "examine": "There is a rope leading to the bottom of this smoke filled well.", - "ids": "6279" - }, - { - "examine": "Finely wrought wares of silver.", - "ids": "628" - }, - { - "examine": "I can climb this.", - "ids": "6280,6281" - }, - { - "examine": "A portal to another land?", - "ids": "6282" - }, - { - "examine": "Weird looking pillar.", - "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291" - }, - { - "examine": "Garments for the discerning.", - "ids": "629" - }, - { - "examine": "Shelves filled with interesting books.", - "ids": "6292,6293" - }, - { - "examine": "A locked display case for valuable artefacts.", - "ids": "6294" - }, - { - "examine": "One of the sculptures is missing. Oh yes, that was me!", - "ids": "6295" - }, - { - "examine": "It looks like the demon didn't survive after all.", - "ids": "6296" - }, - { - "examine": "He looks old, older than me anyway.", - "ids": "6297" - }, - { - "examine": "I don't think he's going to make it.", - "ids": "6298" - }, - { - "examine": "I don't understand, why didn't he go back to Lumby?", - "ids": "6299,6300" - }, - { - "examine": "Used for storage.", - "ids": "63,64,36351,36352" - }, - { - "examine": "Bread cakes and pastries.", - "ids": "630" - }, - { - "examine": "A throne encrusted with sparkling gems.", - "ids": "6301" - }, - { - "examine": "A throne from which you have removed the gems.", - "ids": "6302,6303,6304,6305,6306" - }, - { - "examine": "A statuette of a golem, facing right.", - "ids": "6307" - }, - { - "examine": "A statuette of a golem, facing left.", - "ids": "6308" - }, - { - "examine": "The statuette is missing from this alcove.", - "ids": "6309,6310" - }, - { - "examine": "Finest precious stones.", - "ids": "631" - }, - { - "examine": "Not good for eating.", - "ids": "6311" - }, - { - "examine": "I can climb this.", - "ids": "6312" - }, - { - "examine": "I can climb down this.", - "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322" - }, - { - "examine": "These will keep you warm.", - "ids": "632" - }, - { - "examine": "A broken clay arm.", - "ids": "6323" - }, - { - "examine": "A clay foot.", - "ids": "6324" - }, - { - "examine": "Half a golem smashed and broken.", - "ids": "6325" - }, - { - "examine": "Smashed and half buried.", - "ids": "6326" - }, - { - "examine": "A device once used for making pottery.", - "ids": "6327" - }, - { - "examine": "Once upon a time this was used to make pottery.", - "ids": "6328" - }, - { - "examine": "Once upon a time this made clay hard.", - "ids": "6329" - }, - { - "examine": "The spice is right.", - "ids": "633" - }, - { - "examine": "There was a lot of pottery made here a long time ago.", - "ids": "6330" - }, - { - "examine": "A statue of a guy with a hammer.", - "ids": "6331" - }, - { - "examine": "A weathered old statue.", - "ids": "6332" - }, - { - "examine": "A reclining lady.", - "ids": "6333" - }, - { - "examine": "This statue has been tampered with.", - "ids": "6334" - }, - { - "examine": "Contains a statue of a woman.", - "ids": "6335,6336,6337" - }, - { - "examine": "Empty.", - "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362" - }, - { - "examine": "Always a source of good bargains.", - "ids": "634" - }, - { - "examine": "Fine brews from exotic regions.", - "ids": "635" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "636" - }, - { - "examine": "A very heavy stone door.", - "ids": "6363" - }, - { - "examine": "A door to a demon's lair?", - "ids": "6364,6365,6366,6367,6368,6369,6370,6371" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "637" - }, - { - "examine": "A stone staircase.", - "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380" - }, - { - "examine": "A source of water for the river Elid.", - "ids": "6381" - }, - { - "examine": "Maybe I could swing on this somehow...", - "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401" - }, - { - "examine": "A limestone ceiling growth.", - "ids": "6402" - }, - { - "examine": "A tooth shaped rock formation protruding from the floor.", - "ids": "6403" - }, - { - "examine": "An old mystical torch.", - "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417" - }, - { - "examine": "I can climb this.", - "ids": "6418,6419" - }, - { - "examine": "I wonder what's inside?", - "ids": "6420,6421,6422" - }, - { - "examine": "A magical aura seems to shimmer over the glass...", - "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433" - }, - { - "examine": "I wonder what that's there for...", - "ids": "6434,6435" - }, - { - "examine": "I can climb this.", - "ids": "6436" - }, - { - "examine": "An ancient looking tomb.", - "ids": "6437,6438" - }, - { - "examine": "Climb this rope to go up.", - "ids": "6439,6440" - }, - { - "examine": "Looks like a small cave.", - "ids": "6441" - }, - { - "examine": "Blocked by an icicle.", - "ids": "6442" - }, - { - "examine": "Blocked by two icicles.", - "ids": "6443" - }, - { - "examine": "Blocked by three icicles.", - "ids": "6444" - }, - { - "examine": "Blocked by four icicles.", - "ids": "6445" - }, - { - "examine": "Blocked by five icicles.", - "ids": "6446" - }, - { - "examine": "Looks like a small cave.", - "ids": "6447" - }, - { - "examine": "It looks very sturdy.", - "ids": "6448,6449" - }, - { - "examine": "I can climb this.", - "ids": "6450" - }, - { - "examine": "A wrought iron gate.", - "ids": "6451,6452,6453" - }, - { - "examine": "Even rocks could freeze in this cold!", - "ids": "6454" - }, - { - "examine": "Looks slippery.", - "ids": "6455,6456,6457,6458,6459,6460" - }, - { - "examine": "An ice gate.", - "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471" - }, - { - "examine": "Makes you taller.", - "ids": "647,29314" - }, - { - "examine": "Chunky pieces of ice.", - "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480" - }, - { - "examine": "A bit large for a bracelet!", - "ids": "648" - }, - { - "examine": "A mysterious tunnel-like structure.", - "ids": "6481,6482" - }, - { - "examine": "You can feel a mysterious power emanating from it...", - "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493" - }, - { - "examine": "A macabre variation on the neck tie.", - "ids": "649,650" - }, - { - "examine": "This door is sealed by an ancient mystical power...", - "ids": "6494,6495,6496" - }, - { - "examine": "I can climb down this.", - "ids": "6497,6498,6499,6500" - }, - { - "examine": "Surprisingly sturdy looking.", - "ids": "65,66" - }, - { - "examine": "I can climb this.", - "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511" - }, - { - "examine": "Dead and half buried.", - "ids": "651,652,653,654,655,656,657" - }, - { - "examine": "A fancy name for a coffin.", - "ids": "6512" - }, - { - "examine": "A strange thing to leave lying around...", - "ids": "6513" - }, - { - "examine": "I hope this is just ornamental...", - "ids": "6514,6515,6516,6517,6518,6519,6520" - }, - { - "examine": "Uh-oh!", - "ids": "6521,6522" - }, - { - "examine": "This leads downwards.", - "ids": "6523" - }, - { - "examine": "You can see a small fissure in the ground here.", - "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537" - }, - { - "examine": "The body of a lion, the head of a man?", - "ids": "6538,6539,6540,6541,6542,6543,6544" - }, - { - "examine": "A smooth, sandstone door that is slightly warm to the touch.", - "ids": "6545,6546,6547,6548" - }, - { - "examine": "A well down into the pyramid.", - "ids": "6549,6550" - }, - { - "examine": "A portal that leads you out of the pyramid.", - "ids": "6551" - }, - { - "examine": "A mysterious ancient altar to some forgotten god...", - "ids": "6552" - }, - { - "examine": "Opens into another area.", - "ids": "6553,6554,6555,6556,6557,6558,6559,6560" - }, - { - "examine": "A ladder that's almost not there at all...", - "ids": "6561,6562,6563,6564,6565" - }, - { - "examine": "Gate like?", - "ids": "6566,6567" - }, - { - "examine": "Garments for the discerning.", - "ids": "6568" - }, - { - "examine": "Gone-off bread, cakes and pastries.", - "ids": "6569" - }, - { - "examine": "Finest precious stones.", - "ids": "6570" - }, - { - "examine": "These will keep you warm.", - "ids": "6571" - }, - { - "examine": "The spice is right.", - "ids": "6572" - }, - { - "examine": "An empty market stall.", - "ids": "6573" - }, - { - "examine": "Fine brews from exotic regions.", - "ids": "6574" - }, - { - "examine": "Best used with a horse.", - "ids": "6575,6576,6577" - }, - { - "examine": "Grows a yellow fruit.", - "ids": "6578,6579,6580" - }, - { - "examine": "Disturbing but tidy.", - "ids": "658" - }, - { - "examine": "Disturbing but tidy.", - "ids": "658,668,669,670,3969,29347" - }, - { - "examine": "A way to get in the tent.", - "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604" - }, - { - "examine": "I don't even want to think about what did that...", - "ids": "659" - }, - { - "examine": "Now that's what I call slimline!", - "ids": "660,664,3797,3971,5122,7206,29340" - }, - { - "examine": "Wet and salty.", - "ids": "6605" - }, - { - "examine": "The focus of the suntrap.", - "ids": "6606" - }, - { - "examine": "A shiny mirror.", - "ids": "6607,6608,6609,6610,6611,6612,6613" - }, - { - "examine": "He looks very relaxed.", - "ids": "661,665,3798,3972,5123,7207,29341" - }, - { - "examine": "A large door with a hieroglyph of a cat.", - "ids": "6614" - }, - { - "examine": "Gate like?", - "ids": "6615,6616,6617,6618,6619" - }, - { - "examine": "Now he's just too thin.", - "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342" - }, - { - "examine": "It looks like a hole in the wall.", - "ids": "6620,6621" - }, - { - "examine": "Rocky.", - "ids": "6622" - }, - { - "examine": "An entrance into a tunnel. I wonder where it leads to.", - "ids": "6623" - }, - { - "examine": "It looks like a door.", - "ids": "6624" - }, - { - "examine": "Hmm. A door.", - "ids": "6625" - }, - { - "examine": "A big wooden door.", - "ids": "6626,6627,6628" - }, - { - "examine": "That could hurt.", - "ids": "6629" - }, - { - "examine": "He hasn't eaten in a long time.", - "ids": "663,667,3974,5125,29343" - }, - { - "examine": "A strange thing to leave lying around...", - "ids": "6630,6631" - }, - { - "examine": "I can't see the bottom.", - "ids": "6632,6633,6634" - }, - { - "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.", - "ids": "6635,6636" - }, - { - "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.", - "ids": "6637,6638" - }, - { - "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.", - "ids": "6639,6640" - }, - { - "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.", - "ids": "6641" - }, - { - "examine": "Doorway*Opens into another area, come on, I know this.", - "ids": "6642" - }, - { - "examine": "Useful for putting things on.", - "ids": "6644" - }, - { - "examine": "A ladder!! Never seen one of those before.", - "ids": "6645" - }, - { - "examine": "I wonder what's inside.", - "ids": "6646" - }, - { - "examine": "Perhaps I should search it.", - "ids": "6647" - }, - { - "examine": "I wonder where this goes?", - "ids": "6648" - }, - { - "examine": "They go down.", - "ids": "6649" - }, - { - "examine": "Phew!! That's one big bridge.", - "ids": "6650" - }, - { - "examine": "A big bridge over the river.", - "ids": "6651,6652" - }, - { - "examine": "Wow. More bridge. Awesome.", - "ids": "6653,6654" - }, - { - "examine": "Oops.", - "ids": "6655" - }, - { - "examine": "Rolls of colourful cloth.", - "ids": "6656" - }, - { - "examine": "An ancient giant serpent.", - "ids": "6657" - }, - { - "examine": "A tunnel leading upwards.", - "ids": "6658" - }, - { - "examine": "A tunnel leading into the depths of the earth.", - "ids": "6659" - }, - { - "examine": "A rock wall infused with the power of Guthix.", - "ids": "6660" - }, - { - "examine": "The wall is weeping blue tears.", - "ids": "6661" - }, - { - "examine": "The wall is weeping green tears.", - "ids": "6662" - }, - { - "examine": "The wall is not weeping at the moment.", - "ids": "6663,6664" - }, - { - "examine": "The wall is weeping blue tears.", - "ids": "6665" - }, - { - "examine": "The wall is weeping green tears.", - "ids": "6666" - }, - { - "examine": "The wall is not weeping at the moment.", - "ids": "6667,6668" - }, - { - "examine": "Stone with blue veins.", - "ids": "6669,6670,6671" - }, - { - "examine": "They don't look too easy to climb.", - "ids": "6672" - }, - { - "examine": "I could climb these.", - "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701" - }, - { - "examine": "Used for storage.", - "ids": "67" - }, - { - "examine": "I can climb these stairs.", - "ids": "6702,6703,6704,6705,6706,6707" - }, - { - "examine": "I can climb this.", - "ids": "6708,6709,6710,6711,6712" - }, - { - "examine": "No cats were harmed in the making of this device.", - "ids": "671" - }, - { - "examine": "I wonder what is awaiting me on the other side?", - "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731" - }, - { - "examine": "Shattered.", - "ids": "672,673,674,675,676,677" - }, - { - "examine": "I wonder what awaits me on the other side?", - "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "6767,6768,6769,6770" - }, - { - "examine": "A large stone coffin.", - "ids": "6771,6772,6773" - }, - { - "examine": "A large stone chest.", - "ids": "6774,6775" - }, - { - "examine": "Looks like he's been dead a while now...", - "ids": "6776" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "6777" - }, - { - "examine": "I'm sure he died of natural causes. Like a massive dragon or something...", - "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790" - }, - { - "examine": "I see fish.", - "ids": "678" - }, - { - "examine": "I can see fish swimming in the water.", - "ids": "679" - }, - { - "examine": "The groundskeeper's bed.", - "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820" - }, - { - "examine": "Where bees live.", - "ids": "68" - }, - { - "examine": "I was always forced to play this as a child.", - "ids": "680" - }, - { - "examine": "I never learnt to play.", - "ids": "681" - }, - { - "examine": "Time for a recital?", - "ids": "682" - }, - { - "examine": "A large stone coffin.", - "ids": "6821,6822,6823" - }, - { - "examine": "It's locked.", - "ids": "6824,6825,6826" - }, - { - "examine": "It might still work...", - "ids": "6827,6828,6829,6830,6831,6832,6833,6834" - }, - { - "examine": "Tick-tock, it's a clock.", - "ids": "683" - }, - { - "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.", - "ids": "6835" - }, - { - "examine": "Sturdy metal bars.", - "ids": "6836,6837,6838" - }, - { - "examine": "Smells pretty bad!", - "ids": "6839" - }, - { - "examine": "The noxious liquid bubbles horribly.", - "ids": "684" - }, - { - "examine": "It looks as this is where some wall fungus used to be.", - "ids": "6840" - }, - { - "examine": "Some crude stone steps.", - "ids": "6841,6842,6843" - }, - { - "examine": "An old crude tomb.", - "ids": "6844,6845" - }, - { - "examine": "It's damaged.", - "ids": "6846" - }, - { - "examine": "A note says, 'Please ring for attention.'", - "ids": "6847" - }, - { - "examine": "An old crude tomb.", - "ids": "6848" - }, - { - "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'", - "ids": "6849" - }, - { - "examine": "Shows which way the wind blows.", - "ids": "685,686,687,688" - }, - { - "examine": "An old crude tomb.", - "ids": "6850" - }, - { - "examine": "This coffin is spilt over the floor.", - "ids": "6851" - }, - { - "examine": "This coffin is open.", - "ids": "6852" - }, - { - "examine": "An old crude tomb.", - "ids": "6853" - }, - { - "examine": "This coffin is spilt over the floor.", - "ids": "6854" - }, - { - "examine": "This coffin is open.", - "ids": "6855" - }, - { - "examine": "A barricade made from skulls and bones.", - "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864" - }, - { - "examine": "Not very high.", - "ids": "6865" - }, - { - "examine": "Hot stuff.", - "ids": "6866" - }, - { - "examine": "Ogres bang these to make noise.", - "ids": "6867,6868,6869,6870" - }, - { - "examine": "A bulky door made from solid rock.", - "ids": "6871,6872,6873,6874" - }, - { - "examine": "These open and close!", - "ids": "6875" - }, - { - "examine": "This may be worth opening.", - "ids": "6876" - }, - { - "examine": "I wonder what this item contains.", - "ids": "6877,6878,6879" - }, - { - "examine": "A barricade made of skulls and bones.", - "ids": "6880" - }, - { - "examine": "A barricade made of skulls and bones which has been crushed.", - "ids": "6881,6882" - }, - { - "examine": "An old crude tomb.", - "ids": "6883,6884,6885,6886,6887" - }, - { - "examine": "A sick, frail old man.", - "ids": "6888" - }, - { - "examine": "A sick, frail old man", - "ids": "6889" - }, - { - "examine": "Looking good!", - "ids": "689" - }, - { - "examine": "An old crude tomb.", - "ids": "6890,6891,6892" - }, - { - "examine": "I don't think he'd mind us checking for his wallet now...", - "ids": "6893" - }, - { - "examine": "A good source of books!", - "ids": "6894,6895" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "6896" - }, - { - "examine": "A strange ogre plinth, this must be where the artifacts are stored.", - "ids": "6897,6898,6899,6900,6901,6902" - }, - { - "examine": "Handy for boarding boats.", - "ids": "69,70" - }, - { - "examine": "A privacy aid!", - "ids": "690" - }, - { - "examine": "It looks like the hole in the wall has been blocked with rubble.", - "ids": "6903" - }, - { - "examine": "How exciting, some shelves.", - "ids": "6904" - }, - { - "examine": "A hole in the wall.", - "ids": "6905,6906,6907,6908" - }, - { - "examine": "A rock wall.", - "ids": "6909" - }, - { - "examine": "Use this to get changed behind and retain modesty.", - "ids": "691" - }, - { - "examine": "It has a letter 'S' on the lock.", - "ids": "6910" - }, - { - "examine": "Used for storage.", - "ids": "6911" - }, - { - "examine": "A narrow hole in the wall.", - "ids": "6912,6913,6914" - }, - { - "examine": "Rubble is blocking the passage.", - "ids": "6915" - }, - { - "examine": "A good source of books!", - "ids": "6916,6917,6918" - }, - { - "examine": "A heavy portal decorated with bone.", - "ids": "6919,6920" - }, - { - "examine": "I don't even want to think about what's cooking in that.", - "ids": "692" - }, - { - "examine": "A symbol is carved into the wall here.", - "ids": "6921,6922,6923,6924,6925,6926" - }, - { - "examine": "I don't think I can get through this way!", - "ids": "6927" - }, - { - "examine": "Looks like its no longer operational.", - "ids": "6928" - }, - { - "examine": "Big bones are being used to prop up the wall.", - "ids": "6929,6930" - }, - { - "examine": "Good for sweeping.", - "ids": "693" - }, - { - "examine": "It's a bit like walking through a giant rib cage.", - "ids": "6931,6932,6933,6934,6935,6936,6937,6938" - }, - { - "examine": "This arch is broken. I hope the ceiling doesn't come down!", - "ids": "6939,6940,6941,6942" - }, - { - "examine": "I'm guessing it's for making women's clothes.", - "ids": "694" - }, - { - "examine": "A rocky outcrop.", - "ids": "6943,6944,6945,6946,6947,6948,6949" - }, - { - "examine": "Helps make human clothing.", - "ids": "695" - }, - { - "examine": "I dont think i can get through this way.", - "ids": "6950" - }, - { - "examine": "An eye-wrenching nexus of utter negation!", - "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968" - }, - { - "examine": "A hole.", - "ids": "696" - }, - { - "examine": "A dirty little swamp boat.", - "ids": "6969,6970" - }, - { - "examine": "Dead animal head. Lovely.", - "ids": "697,736,29344" - }, - { - "examine": "It looks dark down there.", - "ids": "6971" - }, - { - "examine": "A book sits on top.", - "ids": "6972,6973,6974" - }, - { - "examine": "The door is closed.", - "ids": "6975" - }, - { - "examine": "The door is open.", - "ids": "6976" - }, - { - "examine": "The door is closed.", - "ids": "6977" - }, - { - "examine": "The door is open.", - "ids": "6978,6979,6980,6981,6982,6983" - }, - { - "examine": "Must have been laid by a huge bird.", - "ids": "698" - }, - { - "examine": "Empty market stall.", - "ids": "6984" - }, - { - "examine": "A steam powered crushing machine.", - "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001" - }, - { - "examine": "Whatever it was I'm glad it's not alive.", - "ids": "699" - }, - { - "examine": "The cannon is built on here.", - "ids": "7" - }, - { - "examine": "Spooky!", - "ids": "700,701,2614,4048,4049,4050,29345" - }, - { - "examine": "A dwarven statue crumbling away from old age.", - "ids": "7002" - }, - { - "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.", - "ids": "7003" - }, - { - "examine": "This stone dwarf must be guarding the way into a dwarven area!", - "ids": "7004,7005" - }, - { - "examine": "Big. For a dwarf!", - "ids": "7006,7007" - }, - { - "examine": "A work in progress.", - "ids": "7008,7009" - }, - { - "examine": "A work that has yet to begin.", - "ids": "7010" - }, - { - "examine": "An underground limpwurt plant.", - "ids": "7011,7012" - }, - { - "examine": "Insect eating plant.", - "ids": "7013,7014,7015" - }, - { - "examine": "A stone carved Pillar.", - "ids": "7016,7017" - }, - { - "examine": "Dwarf storage.", - "ids": "7018" - }, - { - "examine": "Used for keeping beer or glasses.", - "ids": "7019,7020,7021" - }, - { - "examine": "A dog's idea of heaven.", - "ids": "702,703,704,705,706,29346" - }, - { - "examine": "Tracks for the carts to run over.", - "ids": "7022,7023,7024,7025,7026" - }, - { - "examine": "A steam powered cart.", - "ids": "7027,7028,7029,7030,7031" - }, - { - "examine": "A fine piece of sculpting.", - "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "7044,7045,7046,7047,7048" - }, - { - "examine": "A wooden gate.", - "ids": "7049,7050,7051,7052" - }, - { - "examine": "Lots of seeds here.", - "ids": "7053,7054,7055" - }, - { - "examine": "I can climb down these stairs.", - "ids": "7056" - }, - { - "examine": "I can climb up these stairs.", - "ids": "7057" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089" - }, - { - "examine": "Ding-Dong!", - "ids": "707" - }, - { - "examine": "Some kind of pulley system.", - "ids": "708" - }, - { - "examine": "Surprisingly rope-shaped.", - "ids": "709" - }, - { - "examine": "'You are here.'", - "ids": "7090" - }, - { - "examine": "Lots of hard study has been done here.", - "ids": "7091" - }, - { - "examine": "A telescope pointing southwards...", - "ids": "7092,7093,7094,7095" - }, - { - "examine": "A map of some ancient land.", - "ids": "7096" - }, - { - "examine": "There are plenty of shelves", - "ids": "7097" - }, - { - "examine": "Maybe it shows the location of buried treasure?", - "ids": "7098" - }, - { - "examine": "Old songs, old stories...", - "ids": "7099" - }, - { - "examine": "Sturdy looking door.", - "ids": "71,72" - }, - { - "examine": "Suspiciously hole-shaped.", - "ids": "710" - }, - { - "examine": "Armour of a Saradominist warrior. Decorative, but still effective.", - "ids": "7100" - }, - { - "examine": "A cape from Saradomin, suitable for a battle-mage.", - "ids": "7101" - }, - { - "examine": "A staff as used by Saradominist magi.", - "ids": "7102" - }, - { - "examine": "There is a powerful presence about these ruins...", - "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128" - }, - { - "examine": "A huge chunk of shining natural crystal.", - "ids": "711,712,713" - }, - { - "examine": "A tear in the dimensional weave of the Abyss.", - "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153" - }, - { - "examine": "A recently extinguished fire.", - "ids": "714,715,716,717" - }, - { - "examine": "A tunnel through the abyss.", - "ids": "7154,7155" - }, - { - "examine": "This seems to be blocking the exit...", - "ids": "7156,7157" - }, - { - "examine": "I could probably break this up with a pickaxe.", - "ids": "7158" - }, - { - "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.", - "ids": "7159" - }, - { - "examine": "Pickaxe power!", - "ids": "7160" - }, - { - "examine": "They don't look that solid, an axe could help me chop them down.", - "ids": "7161,7162" - }, - { - "examine": "I cannot tell a lie. I chopped them down.", - "ids": "7163" - }, - { - "examine": "If I'm agile enough I might be able to squeeze through...", - "ids": "7164" - }, - { - "examine": "I could probably burn this away with a tinderbox.", - "ids": "7165" - }, - { - "examine": "I could probably burn this with fire.", - "ids": "7166" - }, - { - "examine": "Burnt open.", - "ids": "7167" - }, - { - "examine": "I could probably distract these with thievery.", - "ids": "7168,7169,7170" - }, - { - "examine": "An unstable portal across the dimensions...", - "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188" - }, - { - "examine": "A barrel full of swords...", - "ids": "718,719,720,721,722" - }, - { - "examine": "Abyssal Tendrils.", - "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205" - }, - { - "examine": "An opening into the crumbling wall.", - "ids": "7219,7220" - }, - { - "examine": "This leads downwards.", - "ids": "7221" - }, - { - "examine": "This way to the viewing gallery.", - "ids": "7222,7223" - }, - { - "examine": "I'll never be able to dodge that!", - "ids": "7224" - }, - { - "examine": "It's a wall...", - "ids": "7225,7226" - }, - { - "examine": "It's the floor...", - "ids": "7227" - }, - { - "examine": "It's a wall...", - "ids": "7228,7229" - }, - { - "examine": "I'm glad this isn't around anymore!", - "ids": "723" - }, - { - "examine": "It's the floor...", - "ids": "7230" - }, - { - "examine": "Not your average door...", - "ids": "7231,7232,7233,7234,7235" - }, - { - "examine": "I wonder what's inside.", - "ids": "7236,7237,7238" - }, - { - "examine": "It's a long way down...", - "ids": "7239,7240" - }, - { - "examine": "A crude torch stuck in the ground.", - "ids": "724,725,726,25200" - }, - { - "examine": "That's going to hurt if it hits me!", - "ids": "7241" - }, - { - "examine": "If only I knew Karate...", - "ids": "7242,7243,7244" - }, - { - "examine": "It's the floor...", - "ids": "7245" - }, - { - "examine": "Locked.", - "ids": "7246,7247" - }, - { - "examine": "It's a wall...", - "ids": "7248,7249" - }, - { - "examine": "It's the floor...", - "ids": "7250" - }, - { - "examine": "Bend your way through.", - "ids": "7251" - }, - { - "examine": "That could really hurt!", - "ids": "7252" - }, - { - "examine": "I must not fear, fear is the little death that brings total oblivion.", - "ids": "7253" - }, - { - "examine": "Blocking my way back.", - "ids": "7254,7255,7256" - }, - { - "examine": "I wonder where it leads.", - "ids": "7257" - }, - { - "examine": "An opening into the crumbling wall.", - "ids": "7258" - }, - { - "examine": "This way to exit.", - "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271" - }, - { - "examine": "A fissure in the cave wall.", - "ids": "727,728,729,730,731,732" - }, - { - "examine": "A mystical teleport.", - "ids": "7272,7273" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7274,7275,7276" - }, - { - "examine": "He looks hungry, but I don't think he'll do anything while I'm here.", - "ids": "7277" - }, - { - "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.", - "ids": "7278,7279,7280" - }, - { - "examine": "He's looking at the grain...", - "ids": "7281,7282,7283" - }, - { - "examine": "A sack full of grain.", - "ids": "7284" - }, - { - "examine": "I think the chicken enjoyed his meal...", - "ids": "7285" - }, - { - "examine": "It looks pretty rickety...", - "ids": "7286,7287" - }, - { - "examine": "A mystical teleport.", - "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301" - }, - { - "examine": "Securely fastened shut.", - "ids": "73,74" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7302" - }, - { - "examine": "A gold statue of a famous White Knight.", - "ids": "7303" - }, - { - "examine": "A silver statue of a famous White Knight.", - "ids": "7304" - }, - { - "examine": "A bronze statue of a famous White Knight.", - "ids": "7305" - }, - { - "examine": "A gold statue of an ancient warrior.", - "ids": "7306" - }, - { - "examine": "A silver statue of an ancient warrior.", - "ids": "7307" - }, - { - "examine": "A bronze statue of an ancient warrior.", - "ids": "7308" - }, - { - "examine": "A gold statue of a famous warrior.", - "ids": "7309" - }, - { - "examine": "A silver statue of a famous warrior.", - "ids": "7310" - }, - { - "examine": "A bronze statue of a famous warrior.", - "ids": "7311" - }, - { - "examine": "A gold statue of an ancient White Knight.", - "ids": "7312" - }, - { - "examine": "A silver statue of an ancient White Knight.", - "ids": "7313" - }, - { - "examine": "A bronze statue of an ancient White Knight.", - "ids": "7314" - }, - { - "examine": "A mystical teleport.", - "ids": "7315,7316" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7317" - }, - { - "examine": "A mystical teleport.", - "ids": "7318,7319" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7320" - }, - { - "examine": "A mystical teleport.", - "ids": "7321,7322" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7323" - }, - { - "examine": "A mystical teleport.", - "ids": "7324,7325" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7326" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "7327,7328,7329,7330" - }, - { - "examine": "This huge web blocks your path.", - "ids": "733" - }, - { - "examine": "Generally used for putting things on.", - "ids": "7331" - }, - { - "examine": "A table with a Bunsen burner on it.", - "ids": "7332" - }, - { - "examine": "There are some containers of chemicals here.", - "ids": "7333,7334,7335,7336,7337,7338,7339" - }, - { - "examine": "A huge web, cruelly slashed in half.", - "ids": "734" - }, - { - "examine": "There's an empty vial here.", - "ids": "7340,7341,7342" - }, - { - "examine": "There's a small hole in the centre.", - "ids": "7343" - }, - { - "examine": "The spade is stuck in the hole.", - "ids": "7344" - }, - { - "examine": "The spade opened the door.", - "ids": "7345" - }, - { - "examine": "It's chained to the wall.", - "ids": "7346" - }, - { - "examine": "For storage.", - "ids": "7347,7348,7349" - }, - { - "examine": "The noxious liquid bubbles horribly.", - "ids": "735" - }, - { - "examine": "I wonder what's inside.", - "ids": "7350" - }, - { - "examine": "Perhaps I should search it.", - "ids": "7351" - }, - { - "examine": "A mystical teleport.", - "ids": "7352,7353" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7354" - }, - { - "examine": "Bridge will support a person carrying no more than 5 kg.", - "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372" - }, - { - "examine": "Whatever it was I'm glad it's not alive.", - "ids": "737,738,739,740" - }, - { - "examine": "Lets me walk through walls...", - "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384" - }, - { - "examine": "Sit back and relax...", - "ids": "7388,7389" - }, - { - "examine": "Designed specifically to ruin your health.", - "ids": "7390" - }, - { - "examine": "A rolled up magic carpet.", - "ids": "7391" - }, - { - "examine": "A pile of rolled up magic carpets.", - "ids": "7392" - }, - { - "examine": "A little shaded area.", - "ids": "7393" - }, - { - "examine": "A magic carpet.", - "ids": "7394,7395" - }, - { - "examine": "The infamous carpet of '76.", - "ids": "7396" - }, - { - "examine": "A leafy tree.", - "ids": "7397,7398" - }, - { - "examine": "This is what is left of a willow tree.", - "ids": "7399" - }, - { - "examine": "This is what is left of a maple tree.", - "ids": "7400" - }, - { - "examine": "This is what is left of a magic tree.", - "ids": "7401" - }, - { - "examine": "This is what is left of a yew tree.", - "ids": "7402" - }, - { - "examine": "An empty barrel.", - "ids": "7403" - }, - { - "examine": "A barrel full of mushed apples.", - "ids": "7404,7405" - }, - { - "examine": "This tap runs from the apple crushing barrel.", - "ids": "7406" - }, - { - "examine": "An empty ale barrel.", - "ids": "7407" - }, - { - "examine": "A barrel of bad ale.", - "ids": "7408" - }, - { - "examine": "A barrel of unfermented liquid.", - "ids": "7409" - }, - { - "examine": "Looks a little too broken to climb.", - "ids": "741,742" - }, - { - "examine": "A barrel of bad cider.", - "ids": "7410" - }, - { - "examine": "A barrel of Dwarven Stout.", - "ids": "7411" - }, - { - "examine": "A barrel of mature Dwarven Stout.", - "ids": "7412" - }, - { - "examine": "A barrel of Asgarnian Ale.", - "ids": "7413" - }, - { - "examine": "A barrel of mature Asgarnian Ale.", - "ids": "7414" - }, - { - "examine": "A barrel of Greenmans Ale.", - "ids": "7415" - }, - { - "examine": "A barrel of mature Greenmans Ale.", - "ids": "7416" - }, - { - "examine": "A barrel of Wizards Mind Bomb.", - "ids": "7417" - }, - { - "examine": "A barrel of mature Wizards Mind Bomb.", - "ids": "7418" - }, - { - "examine": "A barrel of Dragon Bitter.", - "ids": "7419" - }, - { - "examine": "A barrel of mature Dragon Bitter.", - "ids": "7420" - }, - { - "examine": "A barrel of Moonlight Mead.", - "ids": "7421" - }, - { - "examine": "A barrel of mature Moonlight Mead.", - "ids": "7422" - }, - { - "examine": "A barrel of Axeman's Folly.", - "ids": "7423" - }, - { - "examine": "A barrel of mature Axeman's Folly.", - "ids": "7424" - }, - { - "examine": "A barrel of Chef's Delight.", - "ids": "7425" - }, - { - "examine": "A barrel of mature Chef's Delight.", - "ids": "7426" - }, - { - "examine": "A barrel of Slayer's Respite.", - "ids": "7427" - }, - { - "examine": "A barrel of mature Slayer's Respite.", - "ids": "7428" - }, - { - "examine": "A barrel of Cider.", - "ids": "7429" - }, - { - "examine": "An old-looking ladder.", - "ids": "743" - }, - { - "examine": "A barrel of mature Cider.", - "ids": "7430,7431,7432" - }, - { - "examine": "Goes up and down!", - "ids": "7433" - }, - { - "examine": "I wonder what's under it?", - "ids": "7434" - }, - { - "examine": "I wonder what's down there?", - "ids": "7435" - }, - { - "examine": "A wooden barrel.", - "ids": "7436" - }, - { - "examine": "This vat is empty.", - "ids": "7437" - }, - { - "examine": "This vat is filled with water.", - "ids": "7438" - }, - { - "examine": "This vat is filled with bad ale.", - "ids": "7439" - }, - { - "examine": "An old-looking bit of scaffolding.", - "ids": "744,745,746,747" - }, - { - "examine": "This vat is filled with bad cider.", - "ids": "7440" - }, - { - "examine": "This vat contains a mixture of water and barley malt.", - "ids": "7441" - }, - { - "examine": "This controls the flow of ale to the barrel.", - "ids": "7442,7443" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.", - "ids": "7444" - }, - { - "examine": "Dwarven Stout is fermenting in this vat.", - "ids": "7445,7446" - }, - { - "examine": "This vat is filled with Dwarven Stout.", - "ids": "7447" - }, - { - "examine": "This vat is filled with mature Dwarven Stout.", - "ids": "7448" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.", - "ids": "7449" - }, - { - "examine": "Asgarnian Ale is fermenting in this vat.", - "ids": "7450,7451" - }, - { - "examine": "This vat is filled with Asgarnian Ale.", - "ids": "7452" - }, - { - "examine": "This vat is filled with mature Asgarnian Ale.", - "ids": "7453" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Harralander.", - "ids": "7454" - }, - { - "examine": "Greenmans Ale is fermenting in this vat.", - "ids": "7455,7456" - }, - { - "examine": "This vat is filled with Greenmans Ale.", - "ids": "7457" - }, - { - "examine": "This vat is filled with mature Greenmans Ale.", - "ids": "7458" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.", - "ids": "7459" - }, - { - "examine": "Wizards Mind Bomb is fermenting in this vat.", - "ids": "7460,7461" - }, - { - "examine": "This vat is filled with Wizards Mind Bomb.", - "ids": "7462" - }, - { - "examine": "This vat is filled with mature Wizards Mind Bomb.", - "ids": "7463" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.", - "ids": "7464" - }, - { - "examine": "Dragon Bitter is fermenting in this vat.", - "ids": "7465,7466" - }, - { - "examine": "This vat is filled with Dragon Bitter.", - "ids": "7467" - }, - { - "examine": "This vat is filled with mature Dragon Bitter.", - "ids": "7468" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.", - "ids": "7469" - }, - { - "examine": "Moonlight Mead is fermenting in this vat.", - "ids": "7470,7471" - }, - { - "examine": "This vat is filled with Moonlight Mead.", - "ids": "7472" - }, - { - "examine": "This vat is filled with mature Moonlight Mead.", - "ids": "7473" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and oak roots.", - "ids": "7474" - }, - { - "examine": "Axeman's Folly is fermenting in this vat.", - "ids": "7475,7476" - }, - { - "examine": "This vat is filled with Axeman's Folly.", - "ids": "7477" - }, - { - "examine": "This vat is filled with mature Axeman's Folly.", - "ids": "7478" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.", - "ids": "7479" - }, - { - "examine": "The entrance to the cave.", - "ids": "748" - }, - { - "examine": "Chef's Delight is fermenting in this vat.", - "ids": "7480,7481" - }, - { - "examine": "This vat is filled with Chef's Delight.", - "ids": "7482" - }, - { - "examine": "This vat is filled with mature Chef's Delight.", - "ids": "7483" - }, - { - "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.", - "ids": "7484" - }, - { - "examine": "Slayer's Respite is fermenting in this vat.", - "ids": "7485,7486" - }, - { - "examine": "This vat is filled with Slayer's Respite.", - "ids": "7487" - }, - { - "examine": "This vat is filled with mature Slayer's Respite.", - "ids": "7488" - }, - { - "examine": "This vat contains some apple mush.", - "ids": "7489" - }, - { - "examine": "Cider is fermenting in this vat.", - "ids": "7490,7491" - }, - { - "examine": "This vat is filled with cider.", - "ids": "7492" - }, - { - "examine": "This vat is filled with mature cider.", - "ids": "7493,7494,7495" - }, - { - "examine": "Items are for sale here.", - "ids": "7496,7497" - }, - { - "examine": "They're empty.", - "ids": "7498" - }, - { - "examine": "Farming stock is kept here.", - "ids": "7499,7500,7501,7502,7503" - }, - { - "examine": "I wonder what's inside?", - "ids": "75" - }, - { - "examine": "For sitting.", - "ids": "7504,7505" - }, - { - "examine": "They're empty.", - "ids": "7506" - }, - { - "examine": "Farming stock is kept here.", - "ids": "7507,7508,7509,7510,7511" - }, - { - "examine": "A pair of sacks.", - "ids": "7512" - }, - { - "examine": "For storage.", - "ids": "7513,7514,7515" - }, - { - "examine": "A farmer's spade and rake.", - "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526" - }, - { - "examine": "I can climb over the fence with this.", - "ids": "7527" - }, - { - "examine": "For fermenting beer.", - "ids": "7528,7529,7530" - }, - { - "examine": "An ale barrel.", - "ids": "7531" - }, - { - "examine": "This controls the flow of ale to the barrel.", - "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556" - }, - { - "examine": "You can grow Deadly Nightshade in this Farming patch.", - "ids": "7557,7558,7559,7560" - }, - { - "examine": "Deadly Nightshade has been sown in this farming patch.", - "ids": "7561" - }, - { - "examine": "Deadly Nightshade is growing in this farming patch.", - "ids": "7562,7563,7564" - }, - { - "examine": "I wouldn't pick this with my bare hands.", - "ids": "7565" - }, - { - "examine": "This Deadly Nightshade has become diseased.", - "ids": "7566,7567,7568" - }, - { - "examine": "This Deadly Nightshade has died.", - "ids": "7569,7570,7571,7572" - }, - { - "examine": "You can grow bushes in this Farming patch.", - "ids": "7573,7574,7575,7576,7577,7578,7579,7580" - }, - { - "examine": "A cadavaberry bush is growing in this Farming patch.", - "ids": "7581,7582,7583,7584,7585,7586" - }, - { - "examine": "A fully grown cadavaberry bush.", - "ids": "7587,7588,7589,7590,7591,7592" - }, - { - "examine": "This diseased cadavaberry bush needs pruning.", - "ids": "7593,7594,7595,7596,7597,7598" - }, - { - "examine": "This cadavaberry bush has died.", - "ids": "7599,7600,7601,7602,7603,7604" - }, - { - "examine": "It's open.", - "ids": "76" - }, - { - "examine": "A dwellberry bush is growing in this Farming patch.", - "ids": "7605,7606,7607,7608,7609,7610,7611" - }, - { - "examine": "A fully grown dwellberry bush.", - "ids": "7612,7613,7614,7615,7616,7617" - }, - { - "examine": "This diseased dwellberry bush needs pruning.", - "ids": "7618,7619,7620,7621,7622,7623,7624" - }, - { - "examine": "This dwellberry bush has died.", - "ids": "7625,7626,7627,7628,7629,7630,7631" - }, - { - "examine": "A jangerberry bush is growing in this Farming patch.", - "ids": "7632,7633,7634,7635,7636,7637,7638,7639" - }, - { - "examine": "A fully grown jangerberry bush.", - "ids": "7640,7641,7642,7643,7644,7645" - }, - { - "examine": "This diseased jangerberry bush needs pruning.", - "ids": "7646,7647,7648,7649,7650,7651,7652,7653" - }, - { - "examine": "This jangerberry bush has died.", - "ids": "7654,7655,7656,7657,7658,7659,7660,7661" - }, - { - "examine": "A Poison Ivy bush is growing in this Farming patch.", - "ids": "7662,7663,7664,7665,7666,7667,7668,7669" - }, - { - "examine": "A fully grown Poison Ivy bush.", - "ids": "7670,7671,7672,7673,7674,7675" - }, - { - "examine": "This diseased Poison Ivy bush needs pruning.", - "ids": "7676,7677,7678,7679,7680,7681,7682,7683" - }, - { - "examine": "This Poison Ivy bush has died.", - "ids": "7684,7685,7686,7687,7688,7689,7690,7691" - }, - { - "examine": "A redberry bush is growing in this Farming patch.", - "ids": "7692,7693,7694,7695,7696" - }, - { - "examine": "A fully grown redberry bush.", - "ids": "7697,7698,7699,7700,7701,7702" - }, - { - "examine": "Securely fastened shut.", - "ids": "77,78" - }, - { - "examine": "This diseased redberry bush needs pruning.", - "ids": "7703,7704,7705,7706,7707" - }, - { - "examine": "This redberry bush has died.", - "ids": "7708,7709,7710,7711,7712" - }, - { - "examine": "A map icon..", - "ids": "771" - }, - { - "examine": "A whiteberry bush is growing in this Farming patch.", - "ids": "7713,7714,7715,7716,7717,7718,7719,7720" - }, - { - "examine": "A fully grown whiteberry bush.", - "ids": "7721,7722,7723,7724,7725,7726" - }, - { - "examine": "This diseased whiteberry bush needs pruning.", - "ids": "7727,7728,7729,7730,7731,7732,7733,7734" - }, - { - "examine": "This whiteberry bush has died.", - "ids": "7735,7736,7737,7738,7739,7740,7741,7742" - }, - { - "examine": "You can grow a Cactus in this Farming patch.", - "ids": "7743,7744,7745,7746" - }, - { - "examine": "Cactus seeds have been planted in this patch.", - "ids": "7747" - }, - { - "examine": "A cactus is growing in this patch.", - "ids": "7748,7749,7750,7751,7752,7753" - }, - { - "examine": "A fully-grown cactus.", - "ids": "7754,7755,7756,7757,7758" - }, - { - "examine": "This cactus has become diseased.", - "ids": "7759,7760,7761,7762,7763,7764" - }, - { - "examine": "This cactus has died.", - "ids": "7765,7766,7767,7768,7769,7770,7771" - }, - { - "examine": "You can grow a Calquat Tree in this Farming patch.", - "ids": "7772,7773,7774,7775" - }, - { - "examine": "A Calquat tree is growing in this Farming patch.", - "ids": "7776,7777,7778,7779,7780,7781,7782,7783" - }, - { - "examine": "A fully grown Calquat tree stands in this Farming patch.", - "ids": "7784,7785,7786,7787,7788,7789,7790,7791" - }, - { - "examine": "It's a door made from bamboo.", - "ids": "779" - }, - { - "examine": "This diseased Calquat tree needs pruning.", - "ids": "7792,7793,7794,7795,7796,7797,7798" - }, - { - "examine": "This Calquat tree has died.", - "ids": "7799,7800,7801,7802,7803,7804,7805" - }, - { - "examine": "A Calquat tree stump.", - "ids": "7806,7807" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7808" - }, - { - "examine": "This compost bin contains compostable items.", - "ids": "7809" - }, - { - "examine": "This compost bin is full of compostable items.", - "ids": "7810" - }, - { - "examine": "This compost bin contains supercompostable items.", - "ids": "7811" - }, - { - "examine": "This compost bin is full of supercompostable items.", - "ids": "7812" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7813" - }, - { - "examine": "This compost bin contains compost.", - "ids": "7814" - }, - { - "examine": "This compost bin is full of compost.", - "ids": "7815" - }, - { - "examine": "This compost bin contains super compost.", - "ids": "7816" - }, - { - "examine": "This compost bin is full of super compost.", - "ids": "7817" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7818" - }, - { - "examine": "This compost bin contains compostable items.", - "ids": "7819" - }, - { - "examine": "This compost bin is full of compostable items.", - "ids": "7820" - }, - { - "examine": "This compost bin contains supercompostable items.", - "ids": "7821" - }, - { - "examine": "This compost bin is full of supercompostable items.", - "ids": "7822" - }, - { - "examine": "Turns vegetation into compost.", - "ids": "7823" - }, - { - "examine": "This compost bin contains compost.", - "ids": "7824" - }, - { - "examine": "This compost bin is full of compost.", - "ids": "7825" - }, - { - "examine": "This compost bin contains super compost.", - "ids": "7826" - }, - { - "examine": "This compost bin is full of super compost.", - "ids": "7827" - }, - { - "examine": "This compost bin contains tomatoes.", - "ids": "7828" - }, - { - "examine": "This compost bin is full of tomatoes.", - "ids": "7829" - }, - { - "examine": "This compost bin contains rotten tomatoes.", - "ids": "7830" - }, - { - "examine": "This compost bin is full of rotten tomatoes.", - "ids": "7831" - }, - { - "examine": "This compost bin contains tomatoes.", - "ids": "7832" - }, - { - "examine": "This compost bin is full of tomatoes.", - "ids": "7833" - }, - { - "examine": "This compost bin contains rotten tomatoes.", - "ids": "7834" - }, - { - "examine": "This compost bin is full of rotten tomatoes.", - "ids": "7835,7836,7837,7838,7839" - }, - { - "examine": "You can grow flowers in this Farming patch.", - "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850" - }, - { - "examine": "A limpwurt plant is growing in this patch.", - "ids": "7851,7852,7853,7854" - }, - { - "examine": "A fully grown limpwurt plant.", - "ids": "7855" - }, - { - "examine": "A limpwurt plant is growing in this patch.", - "ids": "7856,7857,7858,7859" - }, - { - "examine": "This limpwurt plant has become diseased.", - "ids": "7860,7861,7862" - }, - { - "examine": "This limpwurt plant has died while growing.", - "ids": "7863,7864,7865" - }, - { - "examine": "This limpwurt plant has died.", - "ids": "7866" - }, - { - "examine": "A marigold is growing in this patch.", - "ids": "7867,7868,7869,7870" - }, - { - "examine": "A loom.", - "ids": "787" - }, - { - "examine": "A fully grown marigold.", - "ids": "7871" - }, - { - "examine": "A marigold is growing in this patch.", - "ids": "7872,7873,7874,7875" - }, - { - "examine": "This marigold has become diseased.", - "ids": "7876,7877,7878" - }, - { - "examine": "This marigold has died while growing.", - "ids": "7879,7880,7881" - }, - { - "examine": "You'd need a big siege engine to force that.", - "ids": "788,789" - }, - { - "examine": "This marigold has died.", - "ids": "7882" - }, - { - "examine": "A nasturtium is growing in this patch.", - "ids": "7883,7884,7885,7886" - }, - { - "examine": "A fully grown nasturtium.", - "ids": "7887" - }, - { - "examine": "A nasturtium is growing in this patch.", - "ids": "7888,7889,7890,7891" - }, - { - "examine": "This nasturtium has become diseased.", - "ids": "7892,7893,7894" - }, - { - "examine": "This nasturtium has died while growing.", - "ids": "7895,7896,7897" - }, - { - "examine": "This nasturtium has died.", - "ids": "7898" - }, - { - "examine": "A rosemary is growing in this patch.", - "ids": "7899,7900,7901,7902" - }, - { - "examine": "Looks secure.", - "ids": "79,80" - }, - { - "examine": "A fully grown rosemary.", - "ids": "7903" - }, - { - "examine": "A rosemary is growing in this patch.", - "ids": "7904,7905,7906,7907" - }, - { - "examine": "This rosemary has become diseased.", - "ids": "7908,7909,7910" - }, - { - "examine": "This rosemary has died while growing.", - "ids": "7911,7912,7913" - }, - { - "examine": "This rosemary has died.", - "ids": "7914" - }, - { - "examine": "Should scare off the birds...", - "ids": "7915,7916,7917,7918" - }, - { - "examine": "A woad plant is growing in this patch.", - "ids": "7919,7920,7921,7922" - }, - { - "examine": "A fully grown woad plant.", - "ids": "7923" - }, - { - "examine": "A woad plant is growing in this patch.", - "ids": "7924,7925,7926,7927" - }, - { - "examine": "This woad plant has become diseased.", - "ids": "7928,7929,7930" - }, - { - "examine": "This woad plant has died while growing.", - "ids": "7931,7932,7933" - }, - { - "examine": "This woad plant has died.", - "ids": "7934" - }, - { - "examine": "An apple tree sapling has been planted in this fruit tree patch.", - "ids": "7935" - }, - { - "examine": "An apple tree is growing in this fruit tree patch.", - "ids": "7936,7937,7938,7939,7940" - }, - { - "examine": "A fully grown apple tree.", - "ids": "7941" - }, - { - "examine": "There is a single apple on this apple tree.", - "ids": "7942" - }, - { - "examine": "There are two apples on this apple tree.", - "ids": "7943" - }, - { - "examine": "There are three apples on this apple tree.", - "ids": "7944" - }, - { - "examine": "There are four apples on this apple tree.", - "ids": "7945" - }, - { - "examine": "There are five apples on this apple tree.", - "ids": "7946" - }, - { - "examine": "There are six apples on this apple tree.", - "ids": "7947" - }, - { - "examine": "A fully grown apple tree.", - "ids": "7948" - }, - { - "examine": "This diseased tree looks like it needs pruning with secateurs.", - "ids": "7949,7950,7951,7952,7953,7954" - }, - { - "examine": "This apple tree has become diseased and died.", - "ids": "7955,7956,7957,7958,7959,7960" - }, - { - "examine": "This apple tree has been cut down.", - "ids": "7961,7962,7963,7964,7965" - }, - { - "examine": "A pineapple plant has been planted in this fruit tree patch.", - "ids": "7966" - }, - { - "examine": "A pineapple plant is growing in this fruit tree patch.", - "ids": "7967,7968,7969,7970,7971" - }, - { - "examine": "A fully grown pineapple plant.", - "ids": "7972" - }, - { - "examine": "There is a single pineapple on this pineapple plant.", - "ids": "7973" - }, - { - "examine": "There are two pineapples on this pineapple plant.", - "ids": "7974" - }, - { - "examine": "There are three pineapples on this pineapple plant.", - "ids": "7975" - }, - { - "examine": "There are four pineapples on this pineapple plant.", - "ids": "7976" - }, - { - "examine": "There are five pineapples on this pineapple plant.", - "ids": "7977" - }, - { - "examine": "There are six pineapples on this pineapple plant.", - "ids": "7978" - }, - { - "examine": "A fully grown pineapple plant.", - "ids": "7979" - }, - { - "examine": "This pineapple plant looks like it could do with pruning with secateurs.", - "ids": "7980,7981,7982,7983,7984,7985" - }, - { - "examine": "This pineapple plant has become diseased and died.", - "ids": "7986,7987,7988,7989,7990,7991" - }, - { - "examine": "This pineapple plant has been cut down.", - "ids": "7992" - }, - { - "examine": "A banana tree sapling has been planted in this fruit tree patch.", - "ids": "7993" - }, - { - "examine": "A banana tree is growing in this fruit tree patch.", - "ids": "7994,7995,7996,7997,7998" - }, - { - "examine": "A fully grown banana tree.", - "ids": "7999,8000" - }, - { - "examine": "The mounting for the multicannon.", - "ids": "8" - }, - { - "examine": "There is a single banana on this banana tree.", - "ids": "8001" - }, - { - "examine": "There are two bananas on this banana tree.", - "ids": "8002" - }, - { - "examine": "There are three bananas on this banana tree.", - "ids": "8003" - }, - { - "examine": "There are four bananas on this banana tree.", - "ids": "8004" - }, - { - "examine": "There are five bananas on this banana tree.", - "ids": "8005" - }, - { - "examine": "There are six bananas on this banana tree.", - "ids": "8006" - }, - { - "examine": "This banana looks like it could do with pruning with secateurs.", - "ids": "8007,8008,8009,8010,8011,8012" - }, - { - "examine": "This banana tree has become diseased and died.", - "ids": "8013,8014,8015,8016,8017,8018" - }, - { - "examine": "This banana tree has been cut down.", - "ids": "8019" - }, - { - "examine": "A curry tree sapling has been planted in this fruit tree patch.", - "ids": "8020" - }, - { - "examine": "A curry tree is growing in this fruit tree patch.", - "ids": "8021,8022,8023,8024,8025" - }, - { - "examine": "A fully grown curry tree.", - "ids": "8026" - }, - { - "examine": "There is a single curry leaf on this curry tree.", - "ids": "8027" - }, - { - "examine": "There are two curry leaves on this curry tree.", - "ids": "8028" - }, - { - "examine": "There are three curry leaves on this curry tree.", - "ids": "8029" - }, - { - "examine": "There are four curry leaves on this curry tree.", - "ids": "8030" - }, - { - "examine": "There are five curry leaves on this curry tree.", - "ids": "8031" - }, - { - "examine": "There are six curry leaves on this curry tree.", - "ids": "8032" - }, - { - "examine": "A fully grown curry tree.", - "ids": "8033" - }, - { - "examine": "This curry tree looks like it could do with pruning with secateurs.", - "ids": "8034,8035,8036,8037,8038,8039" - }, - { - "examine": "This curry tree has become diseased and died.", - "ids": "8040,8041,8042,8043,8044,8045" - }, - { - "examine": "This curry tree has been cut down.", - "ids": "8046" - }, - { - "examine": "You can grow Fruit Trees in this Farming patch.", - "ids": "8047,8048,8049,8050" - }, - { - "examine": "An orange tree sapling has been planted in this fruit tree patch.", - "ids": "8051" - }, - { - "examine": "An orange tree is growing in this fruit tree patch.", - "ids": "8052,8053,8054,8055,8056" - }, - { - "examine": "A fully grown orange tree.", - "ids": "8057" - }, - { - "examine": "There is a single orange on this orange tree.", - "ids": "8058" - }, - { - "examine": "There are two oranges on this orange tree.", - "ids": "8059" - }, - { - "examine": "There are three oranges on this orange tree.", - "ids": "8060" - }, - { - "examine": "There are four oranges on this orange tree.", - "ids": "8061" - }, - { - "examine": "There are five oranges on this orange tree.", - "ids": "8062" - }, - { - "examine": "There are six oranges on this orange tree.", - "ids": "8063" - }, - { - "examine": "A fully grown orange tree.", - "ids": "8064" - }, - { - "examine": "This orange tree looks like it could do with pruning with secateurs.", - "ids": "8065,8066,8067,8068,8069,8070" - }, - { - "examine": "This orange tree has become diseased and died.", - "ids": "8071,8072,8073,8074,8075,8076" - }, - { - "examine": "This orange tree has been cut down.", - "ids": "8077" - }, - { - "examine": "A palm tree sapling has been planted in this fruit tree patch.", - "ids": "8078" - }, - { - "examine": "A palm tree is growing in this fruit tree patch.", - "ids": "8079,8080,8081,8082,8083" - }, - { - "examine": "A fully grown palm tree.", - "ids": "8084" - }, - { - "examine": "There is a single coconut on this palm tree.", - "ids": "8085" - }, - { - "examine": "There are two coconuts on this palm tree.", - "ids": "8086" - }, - { - "examine": "There are three coconuts on this palm tree.", - "ids": "8087" - }, - { - "examine": "There are four coconuts on this palm tree.", - "ids": "8088" - }, - { - "examine": "There are five coconuts on this palm tree.", - "ids": "8089" - }, - { - "examine": "There are six coconuts on this palm tree.", - "ids": "8090" - }, - { - "examine": "A fully grown palm tree.", - "ids": "8091" - }, - { - "examine": "This palm tree looks like it could do with pruning with secateurs.", - "ids": "8092,8093,8094,8095,8096,8097" - }, - { - "examine": "This palm tree has become diseased and died.", - "ids": "8098,8099,8100,8101,8102,8103" - }, - { - "examine": "The door is closed.", - "ids": "81,82" - }, - { - "examine": "This palm tree has been cut down.", - "ids": "8104" - }, - { - "examine": "A papaya tree sapling has been planted in this fruit tree patch.", - "ids": "8105" - }, - { - "examine": "A papaya tree is growing in this fruit tree patch.", - "ids": "8106,8107,8108,8109,8110" - }, - { - "examine": "A fully grown papaya tree", - "ids": "8111" - }, - { - "examine": "There is a single papaya fruit on this tree.", - "ids": "8112" - }, - { - "examine": "There are two papaya fruits on this tree.", - "ids": "8113" - }, - { - "examine": "There are three papaya fruits on this tree.", - "ids": "8114" - }, - { - "examine": "There are four papaya fruits on this tree.", - "ids": "8115" - }, - { - "examine": "There are five papaya fruits on this tree.", - "ids": "8116" - }, - { - "examine": "There are six papaya fruits on this tree.", - "ids": "8117" - }, - { - "examine": "A fully grown papaya tree.", - "ids": "8118" - }, - { - "examine": "This papaya tree looks like it could do with pruning with secateurs.", - "ids": "8119,8120,8121,8122,8123,8124" - }, - { - "examine": "This papaya tree has become diseased and died.", - "ids": "8125,8126,8127,8128,8129,8130" - }, - { - "examine": "This papaya tree has been cut down.", - "ids": "8131" - }, - { - "examine": "You can grow herbs in this Farming patch.", - "ids": "8132,8133,8134,8135,8136,8137,8138" - }, - { - "examine": "Some herb seeds have been sown in this patch.", - "ids": "8139" - }, - { - "examine": "A herb is growing in this patch.", - "ids": "8140,8141,8142" - }, - { - "examine": "A fully grown herb.", - "ids": "8143" - }, - { - "examine": "These herbs have become diseased.", - "ids": "8144,8145,8146" - }, - { - "examine": "These herbs have become diseased and died.", - "ids": "8147,8148,8149,8150,8151,8152,8153" - }, - { - "examine": "Asgarnian hop seeds have been sown in this farming patch.", - "ids": "8154" - }, - { - "examine": "Asgarnian hops are growing in this farming patch.", - "ids": "8155,8156,8157,8158" - }, - { - "examine": "These are fully grown Asgarnian Hops.", - "ids": "8159" - }, - { - "examine": "Asgarnian hop seeds have been sown in this farming patch.", - "ids": "8160" - }, - { - "examine": "Asgarnian hops are growing in this farming patch.", - "ids": "8161,8162,8163,8164" - }, - { - "examine": "These Asgarnian Hop plants are diseased.", - "ids": "8165,8166,8167,8168" - }, - { - "examine": "These Asgarnian Hop plants have died from disease.", - "ids": "8169,8170,8171,8172,8173,8174,8175,8176" - }, - { - "examine": "I always wonder if someone's hiding inside when I see these.", - "ids": "817" - }, - { - "examine": "Hammerstone Hop seeds have been sown in this farming patch.", - "ids": "8177" - }, - { - "examine": "Hammerstone Hops are growing in this farming patch.", - "ids": "8178,8179,8180" - }, - { - "examine": "Looks kind of like a man made of metal.", - "ids": "818,819,820" - }, - { - "examine": "These are fully grown Hammerstone Hops.", - "ids": "8181" - }, - { - "examine": "Hammerstone Hop seeds have been sown in this farming patch.", - "ids": "8182" - }, - { - "examine": "Hammerstone Hops are growing in this farming patch.", - "ids": "8183,8184,8185" - }, - { - "examine": "These Hammerstone Hops are diseased.", - "ids": "8186,8187,8188" - }, - { - "examine": "These Hammerstone Hops have died from disease.", - "ids": "8189,8190,8191" - }, - { - "examine": "Barley seeds have been sown in this farming patch.", - "ids": "8192" - }, - { - "examine": "Barley is growing in this farming patch.", - "ids": "8193,8194,8195" - }, - { - "examine": "This patch is full of Barley.", - "ids": "8196" - }, - { - "examine": "Barley seeds have been sown in this farming patch.", - "ids": "8197" - }, - { - "examine": "Barley is growing in this farming patch.", - "ids": "8198,8199,8200" - }, - { - "examine": "This Barley is diseased.", - "ids": "8201,8202,8203" - }, - { - "examine": "This Barley has died from disease.", - "ids": "8204,8205,8206" - }, - { - "examine": "You can grow hops in this Farming patch.", - "ids": "8207,8208,8209,8210" - }, - { - "examine": "Not suitable for children. Aim away from face.", - "ids": "821,36780" - }, - { - "examine": "Krandorian Hop seeds have been planted in this farming patch.", - "ids": "8211" - }, - { - "examine": "Krandorian Hops are growing in this farming patch.", - "ids": "8212,8213,8214,8215,8216,8217" - }, - { - "examine": "These are fully grown Krandorian Hops.", - "ids": "8218" - }, - { - "examine": "Krandorian Hop seeds have been planted in this farming patch.", - "ids": "8219" - }, - { - "examine": "Big heavy metal balls.", - "ids": "822,36790" - }, - { - "examine": "Krandorian Hops are growing in this farming patch.", - "ids": "8220,8221,8222,8223,8224,8225" - }, - { - "examine": "These Krandorian Hops are diseased.", - "ids": "8226,8227,8228,8229,8230,8231" - }, - { - "examine": "The easiest opponent I'll ever fight.", - "ids": "823" - }, - { - "examine": "These Krandorian Hops have died from disease.", - "ids": "8232,8233,8234,8235,8236,8237" - }, - { - "examine": "Jute seeds have been sown in this farming patch.", - "ids": "8238" - }, - { - "examine": "Jute plants are growing in this farming patch.", - "ids": "8239,8240,8241,8242" - }, - { - "examine": "A wooden defensive structure.", - "ids": "824,825,826,827,828,36928" - }, - { - "examine": "These are fully grown Jute plants.", - "ids": "8243" - }, - { - "examine": "Jute seeds have been sown in this farming patch.", - "ids": "8244" - }, - { - "examine": "Jute plants are growing in this farming patch.", - "ids": "8245,8246,8247,8248" - }, - { - "examine": "These Jute plants are diseased.", - "ids": "8249,8250,8251,8252" - }, - { - "examine": "These Jute plants have died from disease.", - "ids": "8253,8254,8255,8256" - }, - { - "examine": "Wildblood hop seeds have been planted in this farming patch.", - "ids": "8257" - }, - { - "examine": "Wildblood Hops are growing in this farming patch.", - "ids": "8258,8259,8260,8261,8262,8263,8264" - }, - { - "examine": "These are fully grown Wildblood Hops.", - "ids": "8265" - }, - { - "examine": "Wildblood hop seeds have been planted in this farming patch.", - "ids": "8266" - }, - { - "examine": "Wildblood Hops are growing in this farming patch.", - "ids": "8267,8268,8269,8270,8271,8272,8273" - }, - { - "examine": "These Wildblood hops are diseased.", - "ids": "8274,8275,8276,8277,8278,8279,8280" - }, - { - "examine": "These Wildblood Hops have died from disease.", - "ids": "8281,8282,8283,8284,8285,8286,8287" - }, - { - "examine": "Yanillian Hop seeds have been sown in this farming patch.", - "ids": "8288" - }, - { - "examine": "Yanillian Hops are growing in this farming patch.", - "ids": "8289,8290,8291,8292,8293" - }, - { - "examine": "For private use only!", - "ids": "829,830,831,832,833" - }, - { - "examine": "These are fully grown Yanillian Hops.", - "ids": "8294" - }, - { - "examine": "Yanillian Hop seeds have been sown in this farming patch.", - "ids": "8295" - }, - { - "examine": "Yanillian Hops are growing in this farming patch.", - "ids": "8296,8297,8298,8299,8300" - }, - { - "examine": "These Yanillian Hops are diseased.", - "ids": "8301,8302,8303,8304,8305" - }, - { - "examine": "These Yanillian Hops have died from disease.", - "ids": "8306,8307,8308,8309,8310" - }, - { - "examine": "You can grow Bittercap mushrooms in this Farming patch.", - "ids": "8311,8312,8313,8314" - }, - { - "examine": "Bittercap mushroom spores have been sown in this farming patch.", - "ids": "8315" - }, - { - "examine": "Bittercap mushrooms are growing in this farming patch.", - "ids": "8316,8317,8318,8319,8320" - }, - { - "examine": "A patch of Bittercap Mushrooms.", - "ids": "8321,8322,8323,8324,8325,8326" - }, - { - "examine": "These Bittercap mushrooms have become diseased.", - "ids": "8327,8328,8329,8330,8331" - }, - { - "examine": "These Bittercap mushrooms have become diseased and died.", - "ids": "8332,8333,8334,8335,8336,8337,8338" - }, - { - "examine": "You can grow a Spirit Tree in this Farming patch.", - "ids": "8339,8340,8341,8342" - }, - { - "examine": "Break glass in case of emergency.", - "ids": "834,835" - }, - { - "examine": "A Spirit Tree.", - "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356" - }, - { - "examine": "A Spirit Tree stump.", - "ids": "8357" - }, - { - "examine": "Needs pruning before it dies.", - "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369" - }, - { - "examine": "An attractively laid out collection of ranging weapons.", - "ids": "836" - }, - { - "examine": "Break glass in case of emergency.", - "ids": "837,838" - }, - { - "examine": "Oh dear, your spirit tree has died.", - "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391" - }, - { - "examine": "An attractively laid out collection of ranging weapons.", - "ids": "839" - }, - { - "examine": "You can grow trees in this Farming patch.", - "ids": "8392,8393,8394,8395" - }, - { - "examine": "A Magic Tree sapling has been planted in this tree patch.", - "ids": "8396" - }, - { - "examine": "A Magic Tree is growing in this tree patch.", - "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407" - }, - { - "examine": "A fully grown Magic Tree.", - "ids": "8408,8409" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8410" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422" - }, - { - "examine": "This Magic Tree has become diseased and died.", - "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434" - }, - { - "examine": "A Maple tree sapling has been planted in this tree patch.", - "ids": "8435" - }, - { - "examine": "A Maple tree is growing in this tree patch.", - "ids": "8436,8437,8438,8439,8440,8441,8442" - }, - { - "examine": "A fully grown Maple tree.", - "ids": "8443,8444" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8445" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8446,8447,8448,8449,8450,8451,8452,8453" - }, - { - "examine": "This Maple tree has become diseased and died.", - "ids": "8454,8455,8456,8457,8458,8459,8460,8461" - }, - { - "examine": "An Oak sapling has been planted in this tree patch.", - "ids": "8462" - }, - { - "examine": "An Oak tree is growing in this tree patch.", - "ids": "8463,8464,8465" - }, - { - "examine": "A fully grown Oak tree.", - "ids": "8466,8467" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8468,8469,8470,8471,8472" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8473,8474,8475,8476" - }, - { - "examine": "This Oak tree has become diseased and died.", - "ids": "8477,8478,8479,8480" - }, - { - "examine": "A row of sharp pointy spears.", - "ids": "848" - }, - { - "examine": "A Willow sapling has been planted in this tree patch.", - "ids": "8481" - }, - { - "examine": "A Willow tree is growing in this tree patch.", - "ids": "8482,8483,8484,8485,8486" - }, - { - "examine": "A fully grown Willow tree.", - "ids": "8487,8488" - }, - { - "examine": "You can uproot this stump with a spade.", - "ids": "8489" - }, - { - "examine": "Rows of sharp pointy spears.", - "ids": "849,850" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8490,8491,8492,8493,8494,8495" - }, - { - "examine": "This Willow tree has become diseased and died.", - "ids": "8496,8497,8498,8499,8500,8501" - }, - { - "examine": "A Yew sapling has been planted in this tree patch.", - "ids": "8502" - }, - { - "examine": "A Yew tree is growing in this tree patch.", - "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511" - }, - { - "examine": "A tatty old standard.", - "ids": "851,852" - }, - { - "examine": "A fully grown Yew tree.", - "ids": "8512,8513" - }, - { - "examine": "You can uproot this tree stump with a spade.", - "ids": "8514" - }, - { - "examine": "To remove all signs of disease, prune the tree with secateurs.", - "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524" - }, - { - "examine": "This Yew tree has become diseased and died.", - "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534" - }, - { - "examine": "A standard.", - "ids": "853" - }, - { - "examine": "Cabbage seeds have been sown in this allotment.", - "ids": "8535" - }, - { - "examine": "Cabbages are growing in this allotment.", - "ids": "8536,8537,8538" - }, - { - "examine": "These cabbages could do with harvesting.", - "ids": "8539" - }, - { - "examine": "A blue standard.", - "ids": "854,855,856" - }, - { - "examine": "Cabbages are growing in this allotment.", - "ids": "8540,8541,8542,8543" - }, - { - "examine": "These cabbages have become diseased and need tending.", - "ids": "8544,8545,8546" - }, - { - "examine": "These cabbages have become diseased and died.", - "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557" - }, - { - "examine": "Potato seeds have been planted in this allotment.", - "ids": "8558" - }, - { - "examine": "Potato plants are growing in this allotment.", - "ids": "8559,8560,8561" - }, - { - "examine": "These potato plants are fully grown.", - "ids": "8562" - }, - { - "examine": "Potato seeds have been planted in this allotment.", - "ids": "8563" - }, - { - "examine": "Potato plants are growing in this allotment.", - "ids": "8564,8565,8566" - }, - { - "examine": "These potato plants are diseased.", - "ids": "8567,8568,8569" - }, - { - "examine": "A standard of the gnome race.", - "ids": "857,858" - }, - { - "examine": "These potato plants are dead.", - "ids": "8570,8571,8572" - }, - { - "examine": "You can grow fruit and vegetables here.", - "ids": "8573,8574,8575,8576,8577,8578,8579" - }, - { - "examine": "Some onion seeds have sown in this allotment.", - "ids": "8580" - }, - { - "examine": "Some onion plants are growing in this allotment.", - "ids": "8581,8582,8583" - }, - { - "examine": "There are some fully grown onions in this allotment.", - "ids": "8584" - }, - { - "examine": "Some onion seeds have sown in this allotment.", - "ids": "8585" - }, - { - "examine": "Some onion plants are growing in this allotment.", - "ids": "8586,8587,8588" - }, - { - "examine": "These onions have become diseased.", - "ids": "8589,8590,8591" - }, - { - "examine": "The standard of the ogre race.", - "ids": "859" - }, - { - "examine": "These onions have become diseased and died.", - "ids": "8592,8593,8594" - }, - { - "examine": "Strawberry seeds have been sown in this allotment.", - "ids": "8595" - }, - { - "examine": "Strawberry plants are growing in this allotment.", - "ids": "8596,8597,8598,8599,8600" - }, - { - "examine": "Seems very old...", - "ids": "86" - }, - { - "examine": "The flag of Asgarnia.", - "ids": "860" - }, - { - "examine": "These strawberry plants are fully grown.", - "ids": "8601" - }, - { - "examine": "Strawberry seeds have been sown in this allotment.", - "ids": "8602" - }, - { - "examine": "Strawberry plants are growing in this allotment.", - "ids": "8603,8604,8605,8606,8607" - }, - { - "examine": "These strawberry plants have become diseased.", - "ids": "8608,8609,8610,8611,8612" - }, - { - "examine": "The flag of Kandarin.", - "ids": "861" - }, - { - "examine": "These strawberry plants have become diseased and died.", - "ids": "8613,8614,8615,8616,8617" - }, - { - "examine": "Some sweetcorn seeds have been sown in this allotment.", - "ids": "8618" - }, - { - "examine": "Some sweetcorn plants are growing in this allotment.", - "ids": "8619,8620,8621,8622,8623" - }, - { - "examine": "The flag of Ardougne.", - "ids": "862" - }, - { - "examine": "These sweetcorn plants are fully grown.", - "ids": "8624" - }, - { - "examine": "Some sweetcorn seeds have been sown in this allotment.", - "ids": "8625" - }, - { - "examine": "Some sweetcorn plants are growing in this allotment.", - "ids": "8626,8627,8628,8629,8630" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "863" - }, - { - "examine": "These sweetcorn plants have been attacked by crows.", - "ids": "8631,8632,8633,8634,8635" - }, - { - "examine": "These sweetcorn plants have become diseased and died.", - "ids": "8636,8637,8638,8639,8640" - }, - { - "examine": "A standard of Kandarin.", - "ids": "864" - }, - { - "examine": "Tomato seeds have been sown in this allotment.", - "ids": "8641" - }, - { - "examine": "Tomato plants are growing in this allotment.", - "ids": "8642,8643,8644" - }, - { - "examine": "These tomato plants are fully grown.", - "ids": "8645" - }, - { - "examine": "Tomato seeds have been sown in this allotment.", - "ids": "8646" - }, - { - "examine": "Tomato plants are growing in this allotment.", - "ids": "8647,8648,8649" - }, - { - "examine": "A standard of Asgarnia.", - "ids": "865" - }, - { - "examine": "These tomato plants have become diseased.", - "ids": "8650,8651,8652" - }, - { - "examine": "These tomato plants have become diseased and died.", - "ids": "8653,8654,8655" - }, - { - "examine": "Watermelon seeds have been sown in this allotment.", - "ids": "8656" - }, - { - "examine": "Watermelons are growing in this allotment.", - "ids": "8657,8658,8659,8660,8661,8662,8663" - }, - { - "examine": "A standard of Kandarin.", - "ids": "866" - }, - { - "examine": "These watermelons could do with harvesting.", - "ids": "8664" - }, - { - "examine": "Watermelon seeds have been sown in this allotment.", - "ids": "8665" - }, - { - "examine": "Watermelons are growing in this allotment.", - "ids": "8666,8667,8668,8669,8670,8671,8672" - }, - { - "examine": "A standard of Misthalin.", - "ids": "867" - }, - { - "examine": "These watermelons have become diseased and need tending.", - "ids": "8673,8674,8675,8676,8677,8678,8679" - }, - { - "examine": "A standard of Varrock.", - "ids": "868" - }, - { - "examine": "These watermelon plants have become diseased and died.", - "ids": "8680" - }, - { - "examine": "These watermelons have become diseased and died.", - "ids": "8681,8682,8683,8684,8685,8686,8687" - }, - { - "examine": "The perfect accompaniment to a bedroom.", - "ids": "8688" - }, - { - "examine": "Fit for milking.", - "ids": "8689" - }, - { - "examine": "A flag flies here.", - "ids": "869" - }, - { - "examine": "Each full of milk no doubt.", - "ids": "8690,8691,8692,8693,8694" - }, - { - "examine": "The door is closed.", - "ids": "8695" - }, - { - "examine": "The door is open.", - "ids": "8696,8697,8698" - }, - { - "examine": "After working with livestock, why not wash your hands?", - "ids": "8699" - }, - { - "examine": "I guess you pull it...", - "ids": "87" - }, - { - "examine": "A sculpted trunk of wood.", - "ids": "870" - }, - { - "examine": "For putting things on.", - "ids": "8700" - }, - { - "examine": "Someone's been preparing meat.", - "ids": "8701" - }, - { - "examine": "A barrel for collecting rain water.", - "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711" - }, - { - "examine": "Takes my dirty bath water away.", - "ids": "871" - }, - { - "examine": "A grand old fireplace.", - "ids": "8712" - }, - { - "examine": "I bet there's a needle in it somewhere.", - "ids": "8713,8714,8715,8716" - }, - { - "examine": "A loom.", - "ids": "8717,8718,8719,8720,8721,8722,8723,8724" - }, - { - "examine": "It smells horrible in there.", - "ids": "872" - }, - { - "examine": "A little rock.", - "ids": "8725" - }, - { - "examine": "A small chunk of rock.", - "ids": "8726" - }, - { - "examine": "They're not floating, even though it may look like they are!", - "ids": "8727" - }, - { - "examine": "A deposit of rocks.", - "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736" - }, - { - "examine": "Ideal for washing things in.", - "ids": "873,874,4063,36971" - }, - { - "examine": "This tap runs from the apple crushing barrel.", - "ids": "8737" - }, - { - "examine": "You can walk through these doors.", - "ids": "8738,8739,8740,8741" - }, - { - "examine": "An odd looking tree.", - "ids": "8742,8743" - }, - { - "examine": "I can climb this.", - "ids": "8744,8745" - }, - { - "examine": "I can climb down this.", - "ids": "8746" - }, - { - "examine": "A local water source.", - "ids": "8747" - }, - { - "examine": "Used for spinning thread.", - "ids": "8748" - }, - { - "examine": "A Shrine to the glory of Seren.", - "ids": "8749" - }, - { - "examine": "Wash here.", - "ids": "875,876,877" - }, - { - "examine": "I can cook here.", - "ids": "8750" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "8751" - }, - { - "examine": "A good source of books!", - "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766" - }, - { - "examine": "The lamp has a glowing crystal at its core.", - "ids": "8767" - }, - { - "examine": "A table.", - "ids": "8768,8769" - }, - { - "examine": "A chair.", - "ids": "8770" - }, - { - "examine": "A painting of an elf standing in some woodland.", - "ids": "8771" - }, - { - "examine": "Sit back and relax...", - "ids": "8772" - }, - { - "examine": "A useful ranging device.", - "ids": "8773,8774" - }, - { - "examine": "Use these with bows.", - "ids": "8775" - }, - { - "examine": "Tailor-made for needlework supplies.", - "ids": "8776,8777" - }, - { - "examine": "I'm guessing it's for making elven clothes.", - "ids": "8778" - }, - { - "examine": "Helps make elf clothing.", - "ids": "8779,8780,8781,8782" - }, - { - "examine": "No this is not a mirage!", - "ids": "878" - }, - { - "examine": "I wonder what's under it?", - "ids": "8783,8784" - }, - { - "examine": "I can climb this.", - "ids": "8785" - }, - { - "examine": "The door is closed.", - "ids": "8786,8787,8788,8789" - }, - { - "examine": "Everyone needs a water feature.", - "ids": "879,28682" - }, - { - "examine": "The door is open.", - "ids": "8790,8791,8792,8793,8794" - }, - { - "examine": "Makes gnomes taller.", - "ids": "8795" - }, - { - "examine": "Makes creatures taller.", - "ids": "8796" - }, - { - "examine": "I wonder what's inside.", - "ids": "8797" - }, - { - "examine": "Perhaps I should search it.", - "ids": "8798" - }, - { - "examine": "The desk of the head mourner.", - "ids": "8799" - }, - { - "examine": "A beautiful water feature.", - "ids": "880" - }, - { - "examine": "I wonder what's inside.", - "ids": "8800" - }, - { - "examine": "A sack full of grain.", - "ids": "8801,8802,8803" - }, - { - "examine": "These have grain in them.", - "ids": "8804,8805,8806" - }, - { - "examine": "An empty barrel.", - "ids": "8807" - }, - { - "examine": "A barrel full of mushed apples.", - "ids": "8808" - }, - { - "examine": "A pile of rotten apples!", - "ids": "8809" - }, - { - "examine": "There's a cover over this manhole.", - "ids": "881" - }, - { - "examine": "A wooden gate.", - "ids": "8810,8811,8812,8813" - }, - { - "examine": "A well slept in bed.", - "ids": "8814,8815,8816,8817" - }, - { - "examine": "The door is closed.", - "ids": "8818" - }, - { - "examine": "The door is open.", - "ids": "8819" - }, - { - "examine": "How dangerous, someone has left this manhole open.", - "ids": "882" - }, - { - "examine": "Solid iron bars.", - "ids": "8820,8821,8822,8823,8824,8825,8826,8827" - }, - { - "examine": "Heavy.", - "ids": "8828,8829,8830" - }, - { - "examine": "This is supposed to stop people falling down the manhole.", - "ids": "883" - }, - { - "examine": "You can 'cart' things around on this.", - "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839" - }, - { - "examine": "Best used with a bucket.", - "ids": "884" - }, - { - "examine": "I feel the need to throw a rotten cabbage!", - "ids": "8840,8841" - }, - { - "examine": "Nothing growing on this tree at the moment...", - "ids": "8842" - }, - { - "examine": "Mmmmm, nice juicy apples!", - "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860" - }, - { - "examine": "If only I had one of those at home...", - "ids": "885,886" - }, - { - "examine": "This is a special hops patch.", - "ids": "8861,8862,8863,8864" - }, - { - "examine": "Kelda Hop seeds have been sown in this farming patch.", - "ids": "8865" - }, - { - "examine": "Kelda Hops are growing in this farming patch.", - "ids": "8866,8867,8868" - }, - { - "examine": "These are fully grown Kelda Hops.", - "ids": "8869" - }, - { - "examine": "A painting of the King looking royal.", - "ids": "887" - }, - { - "examine": "A barrel of Kelda Stout.", - "ids": "8870" - }, - { - "examine": "This vat contains Kelda hops.", - "ids": "8871" - }, - { - "examine": "Kelda Stout is fermenting in this vat.", - "ids": "8872,8873" - }, - { - "examine": "This vat contains Kelda Stout.", - "ids": "8874,8875,8876,8877" - }, - { - "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.", - "ids": "8878" - }, - { - "examine": "A strange box of some kind.", - "ids": "8879" - }, - { - "examine": "A beautiful landscape.", - "ids": "888" - }, - { - "examine": "A strange box of some kind. It's open.", - "ids": "8880" - }, - { - "examine": "A small cave entrance.", - "ids": "8881,8882,8883,8884,8885" - }, - { - "examine": "Keeps mine carts from rolling away.", - "ids": "8886" - }, - { - "examine": "Cart tracks.", - "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898" - }, - { - "examine": "A mysterious figure stands alone in this haunting image.", - "ids": "889" - }, - { - "examine": "A support for the tracks.", - "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909" - }, - { - "examine": "A wrought iron gate.", - "ids": "89,90" - }, - { - "examine": "Hail to the King!", - "ids": "890" - }, - { - "examine": "I don't know much about art, but I like this.", - "ids": "891" - }, - { - "examine": "These books contain all sorts of data on the Red Axe.", - "ids": "8910" - }, - { - "examine": "Big mysterious crates. You wonder what could be inside.", - "ids": "8911" - }, - { - "examine": "Wooden crates with metal edges, contents unknown.", - "ids": "8912" - }, - { - "examine": "Big mysterious crates. There are some papers on top.", - "ids": "8913,8914,8915,8916,8917" - }, - { - "examine": "A symbol of the Red Axe.", - "ids": "8918,8919,8920,8921,8922,8923" - }, - { - "examine": "A painting of some guy standing around somewhere.", - "ids": "892" - }, - { - "examine": "A steam powered cart.", - "ids": "8924,8925" - }, - { - "examine": "A short long boat!", - "ids": "8926" - }, - { - "examine": "Best used with a bucket.", - "ids": "8927,8928" - }, - { - "examine": "A deep and terrifying cave.", - "ids": "8929" - }, - { - "examine": "A really bad portrait of the King.", - "ids": "893" - }, - { - "examine": "It looks cold in there.", - "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949" - }, - { - "examine": "Fine brushwork adds to the realism of this serene landscape.", - "ids": "894" - }, - { - "examine": "Pretty good painting.", - "ids": "895" - }, - { - "examine": "A big slimy lump of rock.", - "ids": "8950" - }, - { - "examine": "A slimy lump of rock.", - "ids": "8951" - }, - { - "examine": "A slippery looking rock.", - "ids": "8952,8953" - }, - { - "examine": "A tall flag blowing in the wind.", - "ids": "8954,8955" - }, - { - "examine": "I could climb this if I wanted.", - "ids": "8956,8957" - }, - { - "examine": "There must be some trick to opening this...", - "ids": "8958,8959,8960" - }, - { - "examine": "I can see the stars on this.", - "ids": "896" - }, - { - "examine": "It's opening...", - "ids": "8961" - }, - { - "examine": "Apparently there was some trick to opening it!", - "ids": "8962" - }, - { - "examine": "Not as difficult to walk through as it was a minute ago.", - "ids": "8963,8964,8965" - }, - { - "examine": "A sturdy looking door, propped shut with a support.", - "ids": "8967,8968,8969,8970,8971" - }, - { - "examine": "A picture of the stars with funny diagrams and things on.", - "ids": "897" - }, - { - "examine": "A portal back to the real world...", - "ids": "8972" - }, - { - "examine": "One of the most common trees in 2009Scape.", - "ids": "8973" - }, - { - "examine": "A commonly found tree.", - "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984" - }, - { - "examine": "Cross shaped.", - "ids": "898" - }, - { - "examine": "Steam seems to be condensing into the pot. Neat trick!", - "ids": "8985" - }, - { - "examine": "I can see fish swimming in the water. Well, they sort of look like fish...", - "ids": "8986" - }, - { - "examine": "A portal that leads... somewhere?", - "ids": "8987" - }, - { - "examine": "I wonder what's inside...", - "ids": "8988" - }, - { - "examine": "Someone's looking through the chest.", - "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997" - }, - { - "examine": "Mmmm decorative!", - "ids": "899" - }, - { - "examine": "An appendage for activating something.", - "ids": "8998,8999,9000,9001,9002,9003,9004,9005" - }, - { - "examine": "The barrels of the multicannon.", - "ids": "9" - }, - { - "examine": "Brightens up the room a bit.", - "ids": "900" - }, - { - "examine": "A place to cremate the dead. Needs a body.", - "ids": "9006,9007" - }, - { - "examine": "A place to cremate the dead. Needs a light.", - "ids": "9008,9009" - }, - { - "examine": "I don't know art, but I like it!", - "ids": "901" - }, - { - "examine": "This has broad leaves.", - "ids": "9010,9011,9012,9013" - }, - { - "examine": "This has been chopped away.", - "ids": "9014" - }, - { - "examine": "This has broad leaves.", - "ids": "9015,9016,9017,9018" - }, - { - "examine": "This has been chopped away.", - "ids": "9019" - }, - { - "examine": "Not bad at all.", - "ids": "902" - }, - { - "examine": "This has broad leaves.", - "ids": "9020,9021,9022,9023" - }, - { - "examine": "This has been chopped away.", - "ids": "9024" - }, - { - "examine": "A damaged wooden fence.", - "ids": "9025,9026,9027,9028" - }, - { - "examine": "A wooden fence.", - "ids": "9029" - }, - { - "examine": "Alas poor unicorn, I knew him well.", - "ids": "903" - }, - { - "examine": "Gems encrusted in stone.", - "ids": "9030,9031,9032" - }, - { - "examine": "Many rare plants such as this usually have exotic tubers.", - "ids": "9033" - }, - { - "examine": "A beautiful old mahogany tree.", - "ids": "9034" - }, - { - "examine": "This once was a beautiful tree.", - "ids": "9035" - }, - { - "examine": "A beautiful old teak tree.", - "ids": "9036" - }, - { - "examine": "This tree has been cut down.", - "ids": "9037" - }, - { - "examine": "A set of large, sturdy wooden doors.", - "ids": "9038,9039,9040,9041,9042,9043" - }, - { - "examine": "The scary-looking head of a scary-looking dragon.", - "ids": "904" - }, - { - "examine": "Some goutweed is growing in this patch.", - "ids": "9044,9045,9046,9047" - }, - { - "examine": "Some fully grown goutweed.", - "ids": "9048" - }, - { - "examine": "This goutweed has become diseased.", - "ids": "9049,9050,9051" - }, - { - "examine": "Not what I would pick as wall decoration.", - "ids": "905" - }, - { - "examine": "This goutweed has become diseased and died.", - "ids": "9052,9053,9054,9055,9056,9057" - }, - { - "examine": "He's not stocking much.", - "ids": "9058" - }, - { - "examine": "He's stocking rune caskets.", - "ids": "9059" - }, - { - "examine": "Looks like the bull lost.", - "ids": "906" - }, - { - "examine": "He's stocking blackjacks.", - "ids": "9060" - }, - { - "examine": "He's stocking fez hats.", - "ids": "9061" - }, - { - "examine": "He's stocking rune caskets.", - "ids": "9062" - }, - { - "examine": "He's stocking colourful clothes.", - "ids": "9063" - }, - { - "examine": "A wooden crate.", - "ids": "9064,9065" - }, - { - "examine": "A wooden crate containing caskets.", - "ids": "9066,9067" - }, - { - "examine": "A wooden crate containing Blackjacks.", - "ids": "9068,9069" - }, - { - "examine": "Trinkets and stuff.", - "ids": "907" - }, - { - "examine": "A wooden crate containing fez hats.", - "ids": "9070" - }, - { - "examine": "A wooden crate containing clothes.", - "ids": "9071" - }, - { - "examine": "Boxy.", - "ids": "9072,9073" - }, - { - "examine": "boxy", - "ids": "9074,9075" - }, - { - "examine": "This cloth has been dyed.", - "ids": "9076" - }, - { - "examine": "Mmmm pretty!", - "ids": "9077,9078" - }, - { - "examine": "These dyed fabrics are drying off.", - "ids": "9079,9080,9081" - }, - { - "examine": "Not everyone's idea of a nice wall decoration.", - "ids": "908" - }, - { - "examine": "Items for making clothes are kept on here.", - "ids": "9082" - }, - { - "examine": "Pots full of dye.", - "ids": "9083" - }, - { - "examine": "A way down.", - "ids": "9084" - }, - { - "examine": "There's not much coke in the stove.", - "ids": "9085" - }, - { - "examine": "There's a fair amount of coke in the stove.", - "ids": "9086" - }, - { - "examine": "There's lots of coke in the stove.", - "ids": "9087" - }, - { - "examine": "A big pile of refined coal.", - "ids": "9088" - }, - { - "examine": "You can read the furnace temperature here.", - "ids": "9089" - }, - { - "examine": "Something is written on it. I can't read what.", - "ids": "909" - }, - { - "examine": "Used to pump hot air through the furnace.", - "ids": "9090" - }, - { - "examine": "Bars come out of the blast furnace here.", - "ids": "9091,9092" - }, - { - "examine": "Your bars will come out here.", - "ids": "9093,9094" - }, - { - "examine": "The bars are glowing hot!", - "ids": "9095" - }, - { - "examine": "Your bars are ready to take.", - "ids": "9096" - }, - { - "examine": "They power the conveyor belt.", - "ids": "9097" - }, - { - "examine": "The foreman refers to it as 'Bertha'.", - "ids": "9098" - }, - { - "examine": "It shows that the furnace is working.", - "ids": "9099" - }, - { - "examine": "I don't like the look of this!", - "ids": "91" - }, - { - "examine": "Looks like an eye with huge lashes.", - "ids": "910" - }, - { - "examine": "Ore rides this into the blast furnace.", - "ids": "9100,9101" - }, - { - "examine": "It keeps the conveyor belt running.", - "ids": "9102" - }, - { - "examine": "Fix it, quick!", - "ids": "9103" - }, - { - "examine": "They keep the conveyor belt running.", - "ids": "9104" - }, - { - "examine": "Fix them, quick!", - "ids": "9105" - }, - { - "examine": "It keeps the conveyor belt turning.", - "ids": "9106,9107" - }, - { - "examine": "They keep the conveyor belt turning.", - "ids": "9108,9109,9110,9111,9112,9113,9114" - }, - { - "examine": "A tablet covered in weird looking little squiggles and pictures.", - "ids": "911" - }, - { - "examine": "It shows that the furnace is working.", - "ids": "9115" - }, - { - "examine": "Hot air circulates through these.", - "ids": "9116" - }, - { - "examine": "Quick, fix them!", - "ids": "9117,9118,9119" - }, - { - "examine": "Hot air circulates through these.", - "ids": "9120" - }, - { - "examine": "Quick, fix them!", - "ids": "9121,9122" - }, - { - "examine": "It shows the furnace is working.", - "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137" - }, - { - "examine": "A way upwards.", - "ids": "9138,9139" - }, - { - "examine": "The gate is closed.", - "ids": "9140,9141" - }, - { - "examine": "The gate is open.", - "ids": "9142" - }, - { - "examine": "Used for getting water.", - "ids": "9143" - }, - { - "examine": "Some kind of jewellery is dangling from this ornament.", - "ids": "9144" - }, - { - "examine": "Someone's showing off their wealth!", - "ids": "9145" - }, - { - "examine": "Filled to the brim with knowledge.", - "ids": "9146,9147" - }, - { - "examine": "A nicely carved wooden chair.", - "ids": "9148" - }, - { - "examine": "An expensive privacy aid!", - "ids": "9149" - }, - { - "examine": "A posh water bowl.", - "ids": "915" - }, - { - "examine": "An old wall.", - "ids": "9150" - }, - { - "examine": "Security breach!", - "ids": "9151" - }, - { - "examine": "A patched up hole.", - "ids": "9152,9153,9154" - }, - { - "examine": "'You are here.'", - "ids": "9155" - }, - { - "examine": "An elegant desk with a curious ornament on it.", - "ids": "9156" - }, - { - "examine": "Someone's gold-trimmed this Saradomin armour!", - "ids": "9157,9158" - }, - { - "examine": "Lit to remember the souls of the departed.", - "ids": "9159,9160,9161,9162,9163,9164,9165" - }, - { - "examine": "You can grow delphiniums in this Farming patch.", - "ids": "9166,9167,9168,9169" - }, - { - "examine": "Delphinium seeds have been sown in this farming patch.", - "ids": "9170" - }, - { - "examine": "Beautiful.", - "ids": "9171,9172" - }, - { - "examine": "These delphiniums are fully grown.", - "ids": "9173,9174,9175,9176" - }, - { - "examine": "You can grow a pink rose bush in this patch.", - "ids": "9177,9178,9179,9180" - }, - { - "examine": "You can grow a white rose bush in this patch.", - "ids": "9181,9182,9183,9184" - }, - { - "examine": "You can grow a red rose bush in this patch.", - "ids": "9185,9186,9187,9188" - }, - { - "examine": "A rose bush.", - "ids": "9189,9190,9191" - }, - { - "examine": "This white rosebush is fully grown.", - "ids": "9192" - }, - { - "examine": "A rose bush.", - "ids": "9193" - }, - { - "examine": "This red rosebush is fully grown.", - "ids": "9194" - }, - { - "examine": "A pink rosebush.", - "ids": "9195" - }, - { - "examine": "This pink rosebush is fully grown.", - "ids": "9196,9197,9198" - }, - { - "examine": "A plantpot of pink orchids.", - "ids": "9199,9200,9201" - }, - { - "examine": "The door is closed.", - "ids": "92,93" - }, - { - "examine": "These pink orchids are fully grown.", - "ids": "9202" - }, - { - "examine": "An empty plantpot.", - "ids": "9203" - }, - { - "examine": "A plantpot filled with soil.", - "ids": "9204" - }, - { - "examine": "A plantpot of yellow orchids.", - "ids": "9205,9206,9207" - }, - { - "examine": "These yellow orchids are fully grown.", - "ids": "9208,9209" - }, - { - "examine": "You can grow a White Tree in this patch.", - "ids": "9210,9211,9212,9213" - }, - { - "examine": "A White Tree sapling has been planted in this patch.", - "ids": "9214" - }, - { - "examine": "A White Tree is growing in this patch.", - "ids": "9215,9216,9217" - }, - { - "examine": "This White Tree is fully grown.", - "ids": "9218" - }, - { - "examine": "This White Tree bears a single fruit.", - "ids": "9219" - }, - { - "examine": "This White Tree bears two fruits.", - "ids": "9220" - }, - { - "examine": "This White Tree bears three fruits.", - "ids": "9221" - }, - { - "examine": "This White Tree bears four fruits.", - "ids": "9222,9223" - }, - { - "examine": "You can grow snowdrops in this Farming patch.", - "ids": "9224,9225,9226,9227" - }, - { - "examine": "A patch of snowdrops.", - "ids": "9228,9229,9230" - }, - { - "examine": "These snowdrops are fully grown.", - "ids": "9231,9232" - }, - { - "examine": "You can grow Burthorpe Vine in this patch.", - "ids": "9233" - }, - { - "examine": "You can grow Burthorpe Vines in this patch.", - "ids": "9234,9235,9236" - }, - { - "examine": "Burthorpe vines are growing in this patch.", - "ids": "9237,9238,9239" - }, - { - "examine": "These Burthorpe vines are fully grown.", - "ids": "9240" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9241,9242" - }, - { - "examine": "What a good likeness!", - "ids": "9243" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9244" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "9245" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9246" - }, - { - "examine": "What a good likeness!", - "ids": "9247" - }, - { - "examine": "An empty plinth for a statue.", - "ids": "9248" - }, - { - "examine": "An expertly carved statue of a former King of Misthalin.", - "ids": "9249,9250,9251,9252,9253,9254" - }, - { - "examine": "These grapevines look much healthier now.", - "ids": "9255" - }, - { - "examine": "These grapevines are suffering from some strange disease.", - "ids": "9256" - }, - { - "examine": "Some wild-looking grass.", - "ids": "9257,9258,9259" - }, - { - "examine": "Some red roses.", - "ids": "9260" - }, - { - "examine": "Some pink roses.", - "ids": "9261" - }, - { - "examine": "Some white roses.", - "ids": "9262" - }, - { - "examine": "A White Tree.", - "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "9291" - }, - { - "examine": "An expertly carved statue of a former Queen of Misthalin.", - "ids": "9292" - }, - { - "examine": "Funny looking holes that don't look too inviting.", - "ids": "9294" - }, - { - "examine": "A rocky outcrop.", - "ids": "9296,9297,9298" - }, - { - "examine": "Ornate railing.", - "ids": "9299" - }, - { - "examine": "Wooden fencing.", - "ids": "9300" - }, - { - "examine": "A well constructed castle wall.", - "ids": "9301" - }, - { - "examine": "A rather strategically placed hole, which appears to be in the ground.", - "ids": "9302" - }, - { - "examine": "A rocky outcrop.", - "ids": "9303,9304,9305,9306" - }, - { - "examine": "A well weathered wall.", - "ids": "9307,9308" - }, - { - "examine": "A tunnel leading under the wall.", - "ids": "9309,9310" - }, - { - "examine": "An underwall tunnel.", - "ids": "9311,9312" - }, - { - "examine": "Looks suspicious.", - "ids": "9313" - }, - { - "examine": "A wall jutting out into the path.", - "ids": "9314" - }, - { - "examine": "I can jump from this stepping stone.", - "ids": "9315" - }, - { - "examine": "A rocky outcrop.", - "ids": "9316,9317,9318" - }, - { - "examine": "A chain rope", - "ids": "9319,9320" - }, - { - "examine": "A few rocks short of a wall", - "ids": "9321" - }, - { - "examine": "The foam from the river makes this log very slippy.", - "ids": "9322,9323,9324" - }, - { - "examine": "Just another crack in the wall.", - "ids": "9325" - }, - { - "examine": "Funny looking holes that don't look too inviting.", - "ids": "9326" - }, - { - "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.", - "ids": "9327" - }, - { - "examine": "A slippery well worn log.", - "ids": "9328,9329,9330" - }, - { - "examine": "A rocky outcrop.", - "ids": "9331,9332,9333" - }, - { - "examine": "Used to be ornate, now it's a little bit vandalised.", - "ids": "9334" - }, - { - "examine": "A rocky outcrop.", - "ids": "9335,9336" - }, - { - "examine": "Used to be ornate, now it's a little bit vandalised.", - "ids": "9337" - }, - { - "examine": "Should scare off the birds...", - "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353" - }, - { - "examine": "This looks like the way out.", - "ids": "9354" - }, - { - "examine": "A cave deep into the volcano.", - "ids": "9355" - }, - { - "examine": "A cave deeper into the volcano.", - "ids": "9356,9357" - }, - { - "examine": "A cave deep into the volcano.", - "ids": "9358" - }, - { - "examine": "This looks like the way out.", - "ids": "9359,9360,9361,9362,9363,9364,9365" - }, - { - "examine": "The barrier of heat is down.", - "ids": "9366" - }, - { - "examine": "A barrier of heat.", - "ids": "9367,9368,9369,9370,9371,9372,9373" - }, - { - "examine": "Hot enough to cook your breakfast on.", - "ids": "9374,9375,9376" - }, - { - "examine": "An egg incubated in the lava.", - "ids": "9377,9378,9379" - }, - { - "examine": "Who's the man?", - "ids": "9380" - }, - { - "examine": "A wooden crate.", - "ids": "9381" - }, - { - "examine": "Some wooden crates.", - "ids": "9382,9383,9384,9385,9386,9387,9388,9389" - }, - { - "examine": "A natural forge using volcanic heat.", - "ids": "9390" - }, - { - "examine": "I spy with my little eye...", - "ids": "9391,9392,9393,9394,9395,9396,9397" - }, - { - "examine": "Lets you put items into your bank.", - "ids": "9398,9399,26969,36788" - }, - { - "examine": "A wrought iron gate.", - "ids": "94,95" - }, - { - "examine": "Sparse weeds.", - "ids": "9400" - }, - { - "examine": "Weeds.", - "ids": "9401" - }, - { - "examine": "Thick weeds.", - "ids": "9402" - }, - { - "examine": "This is Unferth's patch for growing potatos.", - "ids": "9403" - }, - { - "examine": "You say Potato, I say Poh-tar-to.", - "ids": "9404,9405,9406,9407" - }, - { - "examine": "Looks like these potatoes have fully grown.", - "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429" - }, - { - "examine": "A nice sturdy bare table.", - "ids": "9430" - }, - { - "examine": "A nice sturdy table.", - "ids": "9431" - }, - { - "examine": "A table with milk.", - "ids": "9432" - }, - { - "examine": "A table with cake.", - "ids": "9433" - }, - { - "examine": "A hearty meal for Unferth.", - "ids": "9434,9435" - }, - { - "examine": "Great for sleeping in.", - "ids": "9436" - }, - { - "examine": "Not so great for sleeping in, it's not made.", - "ids": "9437,9438" - }, - { - "examine": "A fire burns brightly here.", - "ids": "9439" - }, - { - "examine": "An empty fire place.", - "ids": "9440" - }, - { - "examine": "An unlit fire place.", - "ids": "9441,9442" - }, - { - "examine": "A good source of books!", - "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469" - }, - { - "examine": "I can climb these stairs.", - "ids": "9470" - }, - { - "examine": "They go down.", - "ids": "9471" - }, - { - "examine": "What could be down here?", - "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497" - }, - { - "examine": "A small plant, suitable for sandy soil.", - "ids": "9498" - }, - { - "examine": "A decorative plant.", - "ids": "9499" - }, - { - "examine": "A fairly small plant.", - "ids": "9500" - }, - { - "examine": "Another plant.", - "ids": "9501,9502,9503,9504,9505,9506,9507" - }, - { - "examine": "Perfect for snoozing in the sun.", - "ids": "9508" - }, - { - "examine": "Lovely comfy-looking big bed.", - "ids": "9509" - }, - { - "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.", - "ids": "9510,9511,9512,9513" - }, - { - "examine": "Betty's chair.", - "ids": "9514" - }, - { - "examine": "I wonder what she's making?", - "ids": "9515" - }, - { - "examine": "Betty's counter.", - "ids": "9516,9517,9518" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "9519" - }, - { - "examine": "A wooden barrel containing lots of fish.", - "ids": "9520" - }, - { - "examine": "A wooden barrel for storage.", - "ids": "9521" - }, - { - "examine": "How much does this weigh?", - "ids": "9522" - }, - { - "examine": "A case. With books.", - "ids": "9523" - }, - { - "examine": "A mooring chain.", - "ids": "9524" - }, - { - "examine": "One horsepower; wooden suspension: a beauty.", - "ids": "9525" - }, - { - "examine": "Betty keeps some rune objects here.", - "ids": "9526,9527,9528,9529" - }, - { - "examine": "A sinister fungus.", - "ids": "9530" - }, - { - "examine": "Sit back and relax...", - "ids": "9531" - }, - { - "examine": "Sit back and enjoy the view.", - "ids": "9532" - }, - { - "examine": "A wooden crate.", - "ids": "9533,9534" - }, - { - "examine": "Some wooden crates.", - "ids": "9535" - }, - { - "examine": "Some wooden boxes.", - "ids": "9536" - }, - { - "examine": "It's used for loading and unloading fishing boats.", - "ids": "9537" - }, - { - "examine": "I hope it doesn't sink.", - "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547" - }, - { - "examine": "For wiping muddy feet on.", - "ids": "954" - }, - { - "examine": "A bucket full of red hot coals.", - "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557" - }, - { - "examine": "Disturbingly its eyes look everywhere in the room except at you.", - "ids": "955,956,957,958" - }, - { - "examine": "It leads up.", - "ids": "9558" - }, - { - "examine": "I can climb down this.", - "ids": "9559,9560" - }, - { - "examine": "I guess I could sleep in it if I were really tired.", - "ids": "9561" - }, - { - "examine": "A prison cell door.", - "ids": "9562" - }, - { - "examine": "A locked prison cell door.", - "ids": "9563" - }, - { - "examine": "A prison cell door.", - "ids": "9564" - }, - { - "examine": "Stops people getting out.", - "ids": "9565,9566" - }, - { - "examine": "Ewww!", - "ids": "9567" - }, - { - "examine": "En-suite facilities in every cell!", - "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581" - }, - { - "examine": "I can climb up these stairs.", - "ids": "9582,9583" - }, - { - "examine": "I can climb down these stairs.", - "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603" - }, - { - "examine": "What has a face and hands but is not a man?", - "ids": "959" - }, - { - "examine": "A dark flight of stairs.", - "ids": "96,98" - }, - { - "examine": "It's a time machine....sort of!", - "ids": "960" - }, - { - "examine": "A leafy plant.", - "ids": "9604" - }, - { - "examine": "A leafy fern.", - "ids": "9605" - }, - { - "examine": "A leafy shrub.", - "ids": "9606" - }, - { - "examine": "A case. With books.", - "ids": "9607,9608,9609" - }, - { - "examine": "'Ask about our low, low interest rates!'", - "ids": "961" - }, - { - "examine": "An artist's easel.", - "ids": "9610" - }, - { - "examine": "A good source of books!", - "ids": "9611" - }, - { - "examine": "The Make-over Mage's bed.", - "ids": "9612" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "9613" - }, - { - "examine": "Generally used for putting things on.", - "ids": "9614" - }, - { - "examine": "A small wooden table.", - "ids": "9615" - }, - { - "examine": "Items are for sale here.", - "ids": "9616" - }, - { - "examine": "All-purpose storage.", - "ids": "9617,9618,9619,9620" - }, - { - "examine": "Some helpful people have placed notes on here, how nice.", - "ids": "962" - }, - { - "examine": "For sitting.", - "ids": "9621" - }, - { - "examine": "Fancy.", - "ids": "9622,9623" - }, - { - "examine": "It's like a land rudder.", - "ids": "9624" - }, - { - "examine": "A wooden wheelbarrow.", - "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660" - }, - { - "examine": "Essentials for a seamstress.", - "ids": "963" - }, - { - "examine": "It really was this big!", - "ids": "964,965" - }, - { - "examine": "He doesn't look too jolly to me!", - "ids": "966" - }, - { - "examine": "This tree has been cut down.", - "ids": "9661" - }, - { - "examine": "Popular with farmers and treasure hunters.", - "ids": "9662" - }, - { - "examine": "This tree has fallen to the ground.", - "ids": "9663" - }, - { - "examine": "A gnarly old tree root.", - "ids": "9664" - }, - { - "examine": "The roots of a tree are exposed.", - "ids": "9665" - }, - { - "examine": "I hope I don't trip over any of these.", - "ids": "9666" - }, - { - "examine": "Disturbingly man-like.", - "ids": "9667" - }, - { - "examine": "Its eyes stare off into the distance...", - "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681" - }, - { - "examine": "Looks like this ship was way off course!", - "ids": "967" - }, - { - "examine": "X marks the spot.", - "ids": "968" - }, - { - "examine": "Expels smoke from the range.", - "ids": "9683" - }, - { - "examine": "Wash your hands!", - "ids": "9684" - }, - { - "examine": "Generally used for putting things on.", - "ids": "9685" - }, - { - "examine": "Some fabric ready for clothing.", - "ids": "9686" - }, - { - "examine": "I'm guessing it's for making women's clothes.", - "ids": "9687,9688" - }, - { - "examine": "Looks like it's for making men's clothes.", - "ids": "9689" - }, - { - "examine": "Complete with authentic seaweed!", - "ids": "969" - }, - { - "examine": "I think this one's for making men's clothes.", - "ids": "9690,9691,9692,9693" - }, - { - "examine": "Some helpful people have placed notes on here, how nice.", - "ids": "9694" - }, - { - "examine": "This notice board is full of scrolls and charts.", - "ids": "9695" - }, - { - "examine": "I wonder what's inside ?", - "ids": "9696" - }, - { - "examine": "A nice sturdy looking table.", - "ids": "9697,9698,9699,9700,9701" - }, - { - "examine": "This mentions the monk trapped here...", - "ids": "970" - }, - { - "examine": "This clearly isn't used for dining very often.", - "ids": "9702" - }, - { - "examine": "Not as nice as some.", - "ids": "9703" - }, - { - "examine": "This needs dusting before I'll sit on it.", - "ids": "9704,9705" - }, - { - "examine": "This must let me in to the arena somehow...", - "ids": "9706" - }, - { - "examine": "This must let me out of the arena somehow...", - "ids": "9707" - }, - { - "examine": "A rocky outcrop.", - "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737" - }, - { - "examine": "A useful ranging device.", - "ids": "971" - }, - { - "examine": "Use these with bows.", - "ids": "972" - }, - { - "examine": "A powerful throwing weapon.", - "ids": "973" - }, - { - "examine": "An old crumbled pillar.", - "ids": "9738,9739,9740" - }, - { - "examine": "Improved Leather armour for archers.", - "ids": "974" - }, - { - "examine": "Smells like fish.", - "ids": "9741,9742,9743" - }, - { - "examine": "I can climb up here.", - "ids": "9744" - }, - { - "examine": "I can go below decks with this ladder.", - "ids": "9745,9746,9747" - }, - { - "examine": "A collection point.", - "ids": "9748" - }, - { - "examine": "A Lever.", - "ids": "9749,9750" - }, - { - "examine": "Leather made from the skin of a Dragon.", - "ids": "975" - }, - { - "examine": "A crystal that was broken a long time ago.", - "ids": "9751" - }, - { - "examine": "A repowered crystal.", - "ids": "9752" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9753" - }, - { - "examine": "I wonder what's inside.", - "ids": "9754" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9755" - }, - { - "examine": "I wonder what's inside.", - "ids": "9756" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9757" - }, - { - "examine": "I wonder what's inside.", - "ids": "9758" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9759" - }, - { - "examine": "I wonder what's inside.", - "ids": "9760" - }, - { - "examine": "Perhaps I should search it.", - "ids": "9761" - }, - { - "examine": "I wonder what's inside.", - "ids": "9762" - }, - { - "examine": "A recently killed guard.", - "ids": "9763,9764,9765" - }, - { - "examine": "A recently killed slave.", - "ids": "9766,9767" - }, - { - "examine": "A door of pure light!", - "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897" - }, - { - "examine": "There are holes passing through this pillar.", - "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974" - }, - { - "examine": "The door is closed.", - "ids": "99" - }, - { - "examine": "I can climb over the fence with this..", - "ids": "993" - }, - { - "examine": "I can climb down these.", - "ids": "9975" - }, - { - "examine": "A cave wall.", - "ids": "9976" - }, - { - "examine": "I wonder where this goes?", - "ids": "9977" - }, - { - "examine": "A ladder carved into the wall.", - "ids": "9978,9979" - }, - { - "examine": "A good place for light to merge.", - "ids": "9980" - }, - { - "examine": "A good place for a light crystal.", - "ids": "9981,9982,9983,9984,9985,9986,9987" - }, - { - "examine": "A broken pillar.", - "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001" + "examine": "Rough but adequate.", + "ids": "14918" } ] \ No newline at end of file diff --git a/Server/data/configs/ranged_weapon_configs.json b/Server/data/configs/ranged_weapon_configs.json index dc6fbe429..335c9f031 100644 --- a/Server/data/configs/ranged_weapon_configs.json +++ b/Server/data/configs/ranged_weapon_configs.json @@ -1546,41 +1546,5 @@ "animation": "426", "drop_ammo": "true", "ammunition": "14202,14203,14204,14205,14206" - }, - { - "itemId": "10149", - "name": "Swamp lizard", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10142" - }, - { - "itemId": "10146", - "name": "Orange salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10143" - }, - { - "itemId": "10147", - "name": "Red salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10144" - }, - { - "itemId": "10148", - "name": "Black salamander", - "ammo_slot": "13", - "weapon_type": "0", - "animation": "5247", - "drop_ammo": "false", - "ammunition": "10145" } ] diff --git a/Server/pom.xml b/Server/pom.xml index 5c93c44d2..f3cc5f0ac 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -6,7 +6,6 @@ 1.0.0 core.Server - UTF-8 true 1.8.20 11 @@ -91,11 +90,6 @@ 2.9.0 compile - - org.java-websocket - Java-WebSocket - 1.5.7 - diff --git a/Server/src/main/content/data/BossKillCounter.java b/Server/src/main/content/data/BossKillCounter.java new file mode 100644 index 000000000..e6d865600 --- /dev/null +++ b/Server/src/main/content/data/BossKillCounter.java @@ -0,0 +1,172 @@ +package content.data; + +import core.game.node.entity.player.Player; + +/** + * The BossKillcounter keeps track of the amount of bosses the player has slain. + * addtoKillcount(player, npcId) should be added in the finalizeDeath() method of the combat handler for the boss. + * @author Splinter + */ +public enum BossKillCounter { + + + /* ORDINAL BOUND */ + KING_BLACK_DRAGON(new int[] { 50 }, "King Black Dragon", 14649), + BORK(new int[] { 7133, 7134 }, "Bork", -1), + DAGANNOTH_SUPREME(new int[] { 2881 }, "Dagannoth Supreme", 14639), + DAGANNOTH_PRIME(new int[] { 2882 }, "Dagannoth Prime", 14640), + DAGANNOTH_REX(new int[] { 2883 }, "Dagannoth Rex", 14641), + CHAOS_ELEMENTAL(new int[] { 3200 }, "Chaos Elemental", 14638), + GIANT_MOLE(new int[] { 3340 }, "Giant Mole", 14642), + SARADOMIN(new int[] { 6247 }, "Commander Zilyana", 14647), + ZAMORAK(new int[] { 6203 }, "K'ril Tsutsaroth", 14648), + BANDOS(new int[] { 6260 }, "General Graardor", 14646), + ARMADYL(new int[] { 6222 }, "Kree'arra", 14645), + JAD(new int[] { 2745 }, "Tz-Tok Jad", 14828), + KALPHITE_QUEEN(new int[] { 1160 }, "Kalphite Queen", 14650), + CORPOREAL_BEAST(new int[] { 8133 }, "Corporeal Beast", 14653), + TORMENTED_DEMONS(new int[] { + 8349, 8350, 8351, 8352, 8353, 8354, + 8355, 8356, 8357, 8358, 8359, 8360, + 8361, 8362, 8363, 8364, 8365, 8366, + }, "Tormented demon", -1), + + + ; + + /** + * The npcs that can increase the killcounter + */ + private final int[] npc; + + /** + * The name of the NPC, to be displayed as a sendMessage + */ + private final String name; + + /** + * The item ID of the pet relating to the boss. + */ + private final int petId; + + /** + * Constructs a new {@code BossKillCounter} {@code Object}. + * @param npc the npc. + * @param name the npc's string name + */ + BossKillCounter(final int[] npc, final String name, final int petId) { + this.npc = npc; + this.name = name; + this.petId = petId; + } + + /** + * Gets the npc. + * @return The npc. + */ + public int[] getNpc() { + return npc; + } + + /** + * Gets the NPC's name + * @return their name + */ + public String getName() { + return name; + } + + /** + * Gets the petId + * @return The petId + */ + public int getPetId() { + return petId; + } + + /** + * Gets the type for the npc. + * @param npc the npc. + * @return the BossKillcounter + */ + public static BossKillCounter forNPC(final int npc) { + for (BossKillCounter kc : BossKillCounter.values()) { + for (int i : kc.getNpc()) { + if (npc == i) { + return kc; + } + } + } + return null; + } + + /** + * Adds to the player's killcount for that particular boss. + * @param killer The player who killed the npc + * @param npcid the ID of the npc that just died + */ + public static void addtoKillcount(Player killer, int npcid) { + if (killer == null) { + return; + } + BossKillCounter boss = BossKillCounter.forNPC(npcid); + if (boss == null) { + return; + } + killer.getSavedData().getGlobalData().getBossCounters()[boss.ordinal()]++; + killer.getPacketDispatch().sendMessage("Your " + boss.getName() + " killcount is now: " + killer.getSavedData().getGlobalData().getBossCounters()[boss.ordinal()] + "."); +// addBossPet(killer, npcid, boss); + } + +// /** +// * Gives the player the pet if they killed a certain boss. +// * The chance by default is 1/5000. This rate lowers to 1/2200 if the for Boss Pets is active. +// * Note: Not all bosses have pet versions of themselves. +// */ +// private static void addBossPet(Player killer, int npcid, BossKillCounter boss){ +// if(boss.getPetId() == -1){ //The boss does not have a pet version. +// return; +// } +// int number = 5000; +// if (npcid == 2745) { +// number = 200; +// if (killer.getSlayer().getTask() == Tasks.JAD) { +// number = 100; +// } +// } else if (npcid == 3200) { +// number = 300; +// } +// int rand = number; +// if(rand == 10){ +// for (int i = 0; i < killer.getFamiliarManager().getInsuredPets().size(); i++) { +// if (killer.getFamiliarManager().getInsuredPets().get(i).getBabyItemId() == boss.getPetId()) { +// return; +// } +// } +// if(killer.getFamiliarManager().hasFamiliar() && killer.getInventory().freeSlots() < 1){ +// return; +// } +// if(!killer.getFamiliarManager().hasFamiliar()){ +// killer.getFamiliarManager().summon(new Item(boss.getPetId()), true); +// killer.sendNotificationMessage("You have a funny feeling like you're being followed."); +// } else if (killer.getInventory().freeSlots() > 0){ +// killer.getInventory().add(new Item(boss.getPetId(), 1)); +// killer.sendNotificationMessage("You feel something weird sneaking into your backpack."); +// } +// Repository.sendNews(killer.getUsername()+" now commands a miniature "+(boss.equals(CORPOREAL_BEAST) ? "Dark core" : boss.getName())+"!"); +// } +// } + + /** + * Increments the player's Barrows chest counter. + * @param player the player + */ + public static void addtoBarrowsCount(Player player) { + if (player == null) { + return; + } + player.getSavedData().getGlobalData().setBarrowsLoots(player.getSavedData().getGlobalData().getBarrowsLoots() + 1); + player.getPacketDispatch().sendMessage("Your Barrows chest count is: " + player.getSavedData().getGlobalData().getBarrowsLoots() + "."); + } + +} diff --git a/Server/src/main/content/data/BossKillCounter.kt b/Server/src/main/content/data/BossKillCounter.kt deleted file mode 100644 index cea7c687d..000000000 --- a/Server/src/main/content/data/BossKillCounter.kt +++ /dev/null @@ -1,72 +0,0 @@ -package content.data - -import core.api.sendMessage -import core.game.node.entity.player.Player -import org.rs09.consts.NPCs - -/** - * Enumerates the bosses that have their kill counts tracked in a player's statistics (::stats). - * addToBossKillCount(player, npcId) should be added in the finalizeDeath() method of the combat handler for the boss. - * ORDINAL BOUND - * @author Bishop - */ - -enum class BossKillCounter(val bossId: IntArray, val bossName: String) { - - KING_BLACK_DRAGON(intArrayOf(NPCs.KING_BLACK_DRAGON_50), "King Black Dragon"), - BORK(intArrayOf(NPCs.BORK_7133, NPCs.BORK_7134), "Bork"), - DAGANNOTH_SUPREME(intArrayOf(NPCs.DAGANNOTH_SUPREME_2881), "Dagannoth Supreme"), - DAGANNOTH_PRIME(intArrayOf(NPCs.DAGANNOTH_PRIME_2882), "Dagannoth Prime"), - DAGANNOTH_REX(intArrayOf(NPCs.DAGANNOTH_REX_2883), "Dagannoth Rex"), - CHAOS_ELEMENTAL(intArrayOf(NPCs.CHAOS_ELEMENTAL_3200), "Chaos Elemental"), - GIANT_MOLE(intArrayOf(NPCs.GIANT_MOLE_3340), "Giant Mole"), - SARADOMIN(intArrayOf(NPCs.COMMANDER_ZILYANA_6247), "Commander Zilyana"), - ZAMORAK(intArrayOf(NPCs.KRIL_TSUTSAROTH_6203), "K'ril Tsutsaroth"), - BANDOS(intArrayOf(NPCs.GENERAL_GRAARDOR_6260), "General Graardor"), - ARMADYL(intArrayOf(NPCs.KREEARRA_6222), "Kree'arra"), - JAD(intArrayOf(NPCs.TZTOK_JAD_2745), "Tz-Tok Jad"), - KALPHITE_QUEEN(intArrayOf(NPCs.KALPHITE_QUEEN_1160), "Kalphite Queen"), - CORPOREAL_BEAST(intArrayOf(NPCs.CORPOREAL_BEAST_8133), "Corporeal Beast"), - TORMENTED_DEMONS( - intArrayOf( - NPCs.TORMENTED_DEMON_8349, NPCs.TORMENTED_DEMON_8350, NPCs.TORMENTED_DEMON_8351, - NPCs.TORMENTED_DEMON_8352, NPCs.TORMENTED_DEMON_8353, NPCs.TORMENTED_DEMON_8354, - NPCs.TORMENTED_DEMON_8355, NPCs.TORMENTED_DEMON_8356, NPCs.TORMENTED_DEMON_8357, - NPCs.TORMENTED_DEMON_8358, NPCs.TORMENTED_DEMON_8359, NPCs.TORMENTED_DEMON_8360, - NPCs.TORMENTED_DEMON_8361, NPCs.TORMENTED_DEMON_8362, NPCs.TORMENTED_DEMON_8363, - NPCs.TORMENTED_DEMON_8364, NPCs.TORMENTED_DEMON_8365, NPCs.TORMENTED_DEMON_8366), - "Tormented demon" - ), - PENANCE_QUEEN(intArrayOf(NPCs.PENANCE_QUEEN_5247), "Penance Queen"); - - companion object { - private fun forBossId(npc: Int): BossKillCounter? { - for (kc in values()) { - for (i in kc.bossId) { - if (npc == i) { - return kc - } - } - } - return null - } - - @JvmStatic - fun addToBossKillCount(killer: Player?, bossId: Int) { - if (killer == null) { - return - } - val boss: BossKillCounter = forBossId(bossId) ?: return - killer.getSavedData().globalData.bossCounters[boss.ordinal]++ - sendMessage(killer, "Your ${boss.bossName} killcount is now: ${killer.getSavedData().globalData.bossCounters[boss.ordinal]}.") - } - - fun addToBarrowsChestCount(player: Player?) { - if (player == null) { - return - } - player.getSavedData().globalData.barrowsLoots++ - sendMessage(player, "Your Barrows chest count is: ${player.getSavedData().globalData.barrowsLoots}.") - } - } -} diff --git a/Server/src/main/content/data/EnchantedJewellery.kt b/Server/src/main/content/data/EnchantedJewellery.kt index 251bfa6c1..a0c53ad00 100644 --- a/Server/src/main/content/data/EnchantedJewellery.kt +++ b/Server/src/main/content/data/EnchantedJewellery.kt @@ -9,14 +9,15 @@ import core.game.event.TeleportEvent import core.game.interaction.QueueStrength import core.game.node.entity.player.Player import core.game.node.entity.player.link.TeleportManager -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item +import core.game.system.task.Pulse import core.game.world.GameWorld import core.game.world.map.Location import core.game.world.update.flag.context.Animation import core.game.world.update.flag.context.Graphics -import core.tools.Log import org.rs09.consts.Items +import core.game.world.GameWorld.Pulser +import core.tools.Log import org.rs09.consts.Sounds import java.util.* @@ -193,7 +194,7 @@ enum class EnchantedJewellery( ), RING_OF_LIFE(arrayOf(), arrayOf( - Location.create(ServerConstants.HOME_LOCATION!!) + Location.create(ServerConstants.HOME_LOCATION) ), true, Items.RING_OF_LIFE_2570 @@ -246,13 +247,7 @@ enum class EnchantedJewellery( when (stage) { 0 -> { lock(player, 4) - // This is an intentional teleport animation & graphics difference as these two jewellery - // animations are authentic to 2009 while others are currently unknown. - if (this == RING_OF_DUELING || this == GAMES_NECKLACE) { - visualize(player, JEWELLERY_ANIMATION, JEWELLERY_GRAPHICS) - } else { - visualize(player, ANIMATION, GRAPHICS) - } + visualize(player, ANIMATION, GRAPHICS) playGlobalAudio(player.location, Sounds.TELEPORT_ALL_200) player.impactHandler.disabledTicks = 4 closeInterface(player) @@ -261,16 +256,8 @@ enum class EnchantedJewellery( 1 -> { teleport(player, location) resetAnimator(player) - if (this == RING_OF_DUELING || this == GAMES_NECKLACE) { - player.graphics(JEWELLERY_GRAPHICS) - } unlock(player) player.dispatch(TeleportEvent(TeleportManager.TeleportType.NORMAL, TeleportMethod.JEWELRY, item, location)) - - if (DIGSITE_PENDANT.ids.contains(item.id)) { - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 1, 10) - } - if (!replace) { return@queueScript stopExecuting(player) } @@ -379,8 +366,6 @@ enum class EnchantedJewellery( companion object { private val ANIMATION = Animation(714) private val GRAPHICS = Graphics(308, 100, 50) - private val JEWELLERY_ANIMATION = Animation(9603) - private val JEWELLERY_GRAPHICS = Graphics(1684) val idMap = HashMap() init { diff --git a/Server/src/main/content/data/consumables/Consumables.java b/Server/src/main/content/data/consumables/Consumables.java index 67791684b..2d3744679 100644 --- a/Server/src/main/content/data/consumables/Consumables.java +++ b/Server/src/main/content/data/consumables/Consumables.java @@ -118,8 +118,6 @@ public enum Consumables { EGG_AND_TOMATO(new Food(new int[] {7064, 1923}, new HealingEffect(8))), SWEET_CORN(new Food(new int[] {5988}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(10)))), SWEETCORN_BOWL(new Food(new int[] {7088, 1923}, new MultiEffect(new HealingEffect(1), new PercentageHealthEffect(10)))), - CHOPPED_TUNA(new Food(new int[] {7086, 1923}, new HealingEffect(10))), - CHOPPED_ONION(new Food(new int[] {1871, 1923}, new HealingEffect(1))), POTATO_WITH_BUTTER(new Food(new int[] {6703}, new HealingEffect(7))), CHILLI_POTATO(new Food(new int[] {7054}, new HealingEffect(14))), FRIED_ONIONS(new Food(new int[] {7084, 1923}, new HealingEffect(5))), @@ -319,7 +317,6 @@ public enum Consumables { TCHIKI_MONKEY_PASTE(new Food(new int[] {7575}, new HealingEffect(5), "You eat the Tchiki monkey nut paste. It sticks to the roof of your mouth.")), OOMLIE_WRAP(new Food(new int[] {Items.COOKED_OOMLIE_WRAP_2343}, new MultiEffect(new HealingEffect(14), new AchievementEffect(DiaryType.KARAMJA, 2, 2)))), ROE(new Food(new int[]{11324}, new HealingEffect(3))), - CAVIAR(new Food(new int[]{11326}, new HealingEffect(5))), EQUA_LEAVES(new Food(new int[]{2128}, new HealingEffect(1))), CHOC_ICE(new Food(new int[]{6794}, new HealingEffect(7))), EDIBLE_SEAWEED(new Food(new int[] {403}, new HealingEffect(4))), @@ -346,14 +343,14 @@ public enum Consumables { AGILITY(new Potion(new int[] {3032, 3034, 3036, 3038}, new SkillEffect(Skills.AGILITY, 3, 0))), HUNTER(new Potion(new int[] {9998, 10000, 10002, 10004}, new SkillEffect(Skills.HUNTER, 3, 0))), RESTORE(new Potion(new int[] {2430, 127, 129, 131}, new RestoreEffect(10, 0.3))), - SARA_BREW(new Potion(new int[] {6685, 6687, 6689, 6691}, new MultiEffect(new PercentHeal(2, .15), new SkillEffect(Skills.ATTACK, 0, -0.10), new SkillEffect(Skills.STRENGTH, 0, -0.10), new SkillEffect(Skills.MAGIC, 0, -0.10), new SkillEffect(Skills.RANGE, 0, -0.10), new SkillEffect(Skills.DEFENCE, 2, 0.2)))), + SARA_BREW(new Potion(new int[] {6685, 6687, 6689, 6691}, new MultiEffect(new PercentHeal(0, .15), new SkillEffect(Skills.ATTACK, 0, -0.10), new SkillEffect(Skills.STRENGTH, 0, -0.10), new SkillEffect(Skills.MAGIC, 0, -0.10), new SkillEffect(Skills.RANGE, 0, -0.10), new SkillEffect(Skills.DEFENCE, 0, 0.25)))), SUMMONING(new Potion(new int[] {12140, 12142, 12144, 12146}, new MultiEffect(new RestoreSummoningSpecial(), new SummoningEffect(7, 0.25)))), COMBAT(new Potion(new int[] {9739, 9741, 9743, 9745}, new MultiEffect(new SkillEffect(Skills.STRENGTH, 3, .1), new SkillEffect(Skills.ATTACK, 3, .1)))), ENERGY(new Potion(new int[] {3008, 3010, 3012, 3014}, new EnergyEffect(10))), FISHING(new Potion(new int[] {2438, 151, 153, 155}, new SkillEffect(Skills.FISHING, 3, 0))), PRAYER(new Potion(new int[] {2434, 139, 141, 143}, new PrayerEffect(7, 0.25))), SUPER_RESTO(new Potion(new int[] {3024, 3026, 3028, 3030}, new RestoreEffect(8, 0.25, true))), - ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(10, true, 2), new SkillEffect(Skills.ATTACK, 2, 0.20), new SkillEffect(Skills.STRENGTH, 2, 0.12), new SkillEffect(Skills.DEFENCE, -2, -0.10), new PrayerEffect(0.0, 0.10, true)))), + ZAMMY_BREW(new Potion(new int[] {2450, 189, 191, 193}, new MultiEffect(new DamageEffect(10, true), new SkillEffect(Skills.ATTACK, 0, 0.25), new SkillEffect(Skills.STRENGTH, 0, 0.15), new SkillEffect(Skills.DEFENCE, 0, -0.1)))), ANTIFIRE(new Potion(new int[] {2452, 2454, 2456, 2458}, new AddTimerEffect("dragonfire:immunity", 600, true))), GUTH_REST(new Potion(new int[] {4417, 4419, 4421, 4423}, new MultiEffect(new RemoveTimerEffect("poison"), new EnergyEffect(5), new HealingEffect(5)))), MAGIC_ESS(new Potion(new int[] {9021, 9022, 9023, 9024}, new SkillEffect(Skills.MAGIC,3,0))), @@ -363,7 +360,7 @@ public enum Consumables { /** Barbarian Mixes */ PRAYERMIX(new BarbarianMix(new int[] {11465, 11467}, new MultiEffect(new PrayerEffect(7, 0.25), new HealingEffect(6)))), - ZAMMY_MIX(new BarbarianMix(new int[]{11521, 11523}, new MultiEffect(new ZamorakMixEffect(), new SkillEffect(Skills.ATTACK, 2, 0.20), new SkillEffect(Skills.STRENGTH, 2, 0.12), new SkillEffect(Skills.DEFENCE, -2, -0.10)))), + ZAMMY_MIX(new BarbarianMix(new int[] {11521, 11523}, new MultiEffect(new DamageEffect(10, true), new SkillEffect(Skills.ATTACK, 0, 0.15), new SkillEffect(Skills.STRENGTH, 0, 0.25), new SkillEffect(Skills.DEFENCE, 0, -0.1)))), ATT_MIX(new BarbarianMix(new int[] {11429, 11431}, new MultiEffect(new SkillEffect(Skills.ATTACK, 3, 0.1), new HealingEffect(3)))), ANTIP_MIX(new BarbarianMix(new int[] {11433, 11435}, new MultiEffect(new AddTimerEffect("poison:immunity", secondsToTicks(90)), new HealingEffect(3)))), RELIC_MIX(new BarbarianMix(new int[] {11437, 11439}, new MultiEffect(new CureDiseaseEffect(), new HealingEffect(3)))), diff --git a/Server/src/main/content/data/consumables/effects/DamageEffect.java b/Server/src/main/content/data/consumables/effects/DamageEffect.java index 1b5e4778c..c4573306b 100644 --- a/Server/src/main/content/data/consumables/effects/DamageEffect.java +++ b/Server/src/main/content/data/consumables/effects/DamageEffect.java @@ -7,21 +7,15 @@ import core.game.node.entity.player.Player; public class DamageEffect extends ConsumableEffect { final double amt; final boolean isPercent; - final int baseAmount; - public DamageEffect(double amt, boolean isPercent) { - this(amt, isPercent, 0); - } - - public DamageEffect(double amt, boolean isPercent, int baseAmount) { + public DamageEffect(double amt,boolean isPercent){ this.amt = amt; this.isPercent = isPercent; - this.baseAmount = baseAmount; } @Override public void activate(Player p) { - p.getImpactHandler().manualHit(p, -getHealthEffectValue(p), ImpactHandler.HitsplatType.NORMAL); + p.getImpactHandler().manualHit(p,-getHealthEffectValue(p), ImpactHandler.HitsplatType.NORMAL); } @Override @@ -29,8 +23,8 @@ public class DamageEffect extends ConsumableEffect { double amount = amt; if (isPercent) { amount /= 100; - return (int) -(amount * player.getSkills().getLifepoints() + baseAmount); + return (int) -(amount * player.getSkills().getLifepoints()); } - return (int) -(amt + baseAmount); + return (int) -amt; } } diff --git a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt b/Server/src/main/content/data/consumables/effects/PrayerEffect.kt index 5edaff7dc..9f636bc27 100644 --- a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt +++ b/Server/src/main/content/data/consumables/effects/PrayerEffect.kt @@ -5,18 +5,16 @@ import core.game.consumable.ConsumableEffect import core.game.node.entity.player.Player import core.game.node.entity.skill.Skills import org.rs09.consts.Items -import kotlin.math.ceil import kotlin.math.floor -class PrayerEffect @JvmOverloads constructor(var base: Double, var bonus: Double, private val roundUp: Boolean = false) : ConsumableEffect() { +class PrayerEffect(var base: Double, var bonus: Double) : ConsumableEffect() { override fun activate(player: Player?) { if(player == null) return val level = getStatLevel(player, Skills.PRAYER) var b = bonus if(inInventory(player, Items.HOLY_WRENCH_6714)) b += 0.02 // Leaving this in for futureproofing. Current update is for properly rounding down. - val rawAmount = base + (level * b) - val amount = if (roundUp) ceil(rawAmount) else floor(rawAmount) + val amount = floor(base + (level * b)) modPrayerPoints(player, amount) } } \ No newline at end of file diff --git a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java b/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java deleted file mode 100644 index 688da0961..000000000 --- a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java +++ /dev/null @@ -1,25 +0,0 @@ -package content.data.consumables.effects; - -import core.game.consumable.ConsumableEffect; -import core.game.node.entity.combat.ImpactHandler; -import core.game.node.entity.player.Player; - -/** - * The Zamorak mix shows the regular Zamorak brew hitsplat (10% of pre-drink lifepoints + 2, rounded down) - * but also heals 6 lifepoints. The heal must be applied before the hit so the net change can never kill - * the player, while the hitsplat still reflects the pre-heal lifepoints. - */ -public class ZamorakMixEffect extends ConsumableEffect { - - @Override - public void activate(Player p) { - int damage = (int) (p.getSkills().getLifepoints() * 0.10 + 2); - p.getSkills().heal(6); - p.getImpactHandler().manualHit(p, damage, ImpactHandler.HitsplatType.NORMAL); - } - - @Override - public int getHealthEffectValue(Player player) { - return 6 - (int) (player.getSkills().getLifepoints() * 0.10 + 2); - } -} diff --git a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt index e41fd5d72..e62f73bf2 100644 --- a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt +++ b/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt @@ -1,6 +1,8 @@ package content.global.activity.cchallange.npc import core.api.* +import core.game.container.impl.EquipmentContainer +import core.game.global.action.EquipHandler import core.game.node.entity.Entity import core.game.node.entity.combat.BattleState import core.game.node.entity.npc.AbstractNPC @@ -60,11 +62,12 @@ class LesserDemonChampionNPC(id: Int = 0, location: Location? = null) : Abstract super.checkImpact(state) val player = state.attacker if (player is Player) { - if (player.equipment.isEmpty) { + if (!player.equipment[3].hasItemPlugin()) { state.neutralizeHits() state.estimatedHit = state.maximumHit } else { - sendMessage(player, "You cannot wear any equipment in this challenge.") + EquipHandler.unequip(player, EquipmentContainer.SLOT_WEAPON, id) + sendMessage(player, "You cannot use weapons in this challenge.") if (state.estimatedHit > -1) { state.estimatedHit = 0 return diff --git a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt index bab84b5b5..0be9eeb3d 100644 --- a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt +++ b/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt @@ -63,8 +63,8 @@ class ZombieChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(i val player = state.attacker if (player is Player) { if (state.style == CombatStyle.MELEE || state.style == CombatStyle.RANGE) { - state.neutralizeHits() state.estimatedHit = state.maximumHit + state.neutralizeHits() } if (state.style == CombatStyle.MAGIC) { sendMessage(player, "You cannot use spells in this challenge.") diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt b/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt index 48cdc7dec..c284214a7 100644 --- a/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt +++ b/Server/src/main/content/global/activity/penguinhns/PenguinManager.kt @@ -30,7 +30,7 @@ class PenguinManager{ return tagMapping[Penguin.forLocation(location)?.ordinal]?.contains(player.username.toLowerCase()) ?: false } - fun updateStoreFile(){ + private fun updateStoreFile(){ val jsonTags = JSONArray() tagMapping.filter { it.value.isNotEmpty() }.forEach { (ordinal,taggers) -> log(this::class.java, Log.FINE, "$ordinal - ${taggers.first()}") diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt b/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt index 2d6abe7bb..d19b9a82a 100644 --- a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt +++ b/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt @@ -44,65 +44,18 @@ enum class Penguin(val id: Int, val hint: String, val location: Location){ BUSH_8(NPCs.BUSH_8105,"located in the kingdom of Asgarnia.",Location.create(2951, 3511, 0)), BUSH_9(NPCs.BUSH_8105,"located in the northern desert.",Location.create(3350, 3311, 0)), BUSH_10(NPCs.BUSH_8105,"located somewhere in the kingdom of Kandarin.",Location.create(2633, 3501, 0)), - BUSH_11(NPCs.BUSH_8105,"located where wizards study.",Location.create(3112, 3149, 0)), + BUSH_11(NPCs.BUSH_8105,"located south of Ardougne.",Location.create(2440, 3206, 0)), + BUSH_12(NPCs.BUSH_8105,"located where wizards study.",Location.create(3112, 3149, 0)), ROCK_1(NPCs.ROCK_8109,"located where the Imperial Guard train.",Location.create(2852, 3578, 0)), ROCK_2(NPCs.ROCK_8109,"located in the kingdom of Misthalin.",Location.create(3356, 3416, 0)), - ROCK_3(NPCs.ROCK_8109,"located near some ogres.",Location.create(2631, 2980, 0)), //potentially incorrect location + ROCK_3(NPCs.ROCK_8109,"located near some ogres.",Location.create(2631, 2980, 0)), ROCK_4(NPCs.ROCK_8109,"located in the Kingdom of Asgarnia.",Location.create(3013, 3501, 0)), ROCK_5(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2532, 3630, 0)), CRATE_1(NPCs.CRATE_8108,"located in the kingdom of Misthalin.",Location.create(3112, 3332, 0)), CRATE_2(NPCs.CRATE_8108,"located in the Kingdom of Misthalin.",Location.create(3305, 3508, 0)), - CRATE_3(NPCs.CRATE_8108,"located south of Ardougne.",Location.create(2440, 3206, 0)), - BARREL_1(NPCs.BARREL_8104,"located where no weapons may go.",Location.create(2806, 3383, 0)), + BARREL_1(NPCs.CRATE_8108,"located where no weapons may go.",Location.create(2806, 3383, 0)), TOADSTOOL_1(NPCs.TOADSTOOL_8110,"located in the kingdom of Misthalin.",Location.create(3156, 3178, 0)), - TOADSTOOL_2(NPCs.TOADSTOOL_8110,"located in the fairy realm.",Location.create(2409, 4462, 0)), //potentially a spawn from 2010 - - BUSH_12(NPCs.BUSH_8105,"located on an island.",Location.create(2534, 3871, 0)), - BARREL_2(NPCs.BARREL_8104,"located near the ghost town.",Location.create(3654, 3491, 0)), - BUSH_13(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3600, 3487, 0)), - BUSH_14(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2355, 3848, 0)), - ROCK_6(NPCs.ROCK_8109,"located on a large crescent island.",Location.create(2118, 3943, 0)), - ROCK_7(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2357, 3797, 0)), - ROCK_8(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3169, 3650, 0)), - BARREL_3(NPCs.BARREL_8104,"located where pirates feel mostly harmless.",Location.create(3738, 3001, 0)), - CACTUS_3(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3276, 2797, 0)), - TOADSTOOL_3(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2314, 3174, 0)), - BUSH_15(NPCs.BUSH_8105,"located deep in the jungle.",Location.create(2938, 2978, 0)), - TOADSTOOL_4(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2219, 3227, 0)), - BARREL_4(NPCs.BARREL_8104,"located south of Ardougne.",Location.create(2662, 3152, 0)), - //BARREL_5(NPCs.BARREL_8104,"located where monkeys rule.",Location.create(2751, 2700, 0)), - //currently not well accessible, will need to add when Ape Atoll is sorted. - //BUSH_16(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2353, 3834, 0)), - //currently not well accessible, will need to add when Neitiznot bridges are fixed. - ROCK_9(NPCs.ROCK_8109,"located near a mountain of wolves.",Location.create(2852, 3504, 0)), - ROCK_10(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2413, 3846, 0)), - - BUSH_17(NPCs.BUSH_8105,"located near some ogres.",Location.create(2578, 2909, 0)), - CRATE_4(NPCs.CRATE_8108,"located where banana smugglers dwell.",Location.create(2869, 3157, 0)), - //CRATE_5(NPCs.CRATE_8108,"located near the island of Dragontooth.",Location.create(3824, 3562, 0)), - //current not accessible, will need to add when Dragontooth island is sorted. - ROCK_11(NPCs.ROCK_8109,"located where bloodsuckers rule.",Location.create(3550, 3439, 0)), - TOADSTOOL_5(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2181, 3172, 0)), - BUSH_18(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3472, 3392, 0)), - BUSH_19(NPCs.BUSH_8105,"located near Port Sarim.",Location.create(2989, 3121, 0)), - CRATE_6(NPCs.CRATE_8108,"located where fishers colonise.",Location.create(2322, 3658, 0)), - ROCK_12(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2675, 3717, 0)), - ROCK_13(NPCs.ROCK_8109,"located near the pointy-eared ones.",Location.create(2296, 3270, 0)), - CRATE_7(NPCs.CRATE_8108,"located where bloodsuckers rule.",Location.create(3637, 3486, 0)), - TOADSTOOL_6(NPCs.TOADSTOOL_8110,"located where bloodsuckers rule.",Location.create(3416, 3437, 0)), - BUSH_20(NPCs.BUSH_8105,"located where monkeys rule.",Location.create(2802, 2806, 0)), - - ROCK_14(NPCs.ROCK_8109,"located near some ogres.",Location.create(2438, 3050, 0)), - CACTUS_4(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3252, 2963, 0)), - ROCK_15(NPCs.ROCK_8109,"located near some ogres.",Location.create(2340, 3064, 0)), - ROCK_16(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3108, 3837, 0)), - CACTUS_5(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3433, 3000, 0)), - CACTUS_6(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3274, 2813, 0)), - ROCK_17(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3019, 3866, 0)), - ROCK_18(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(2991, 3824, 0)), - BUSH_21(NPCs.BUSH_8105,"located north of Ardougne.",Location.create(2398, 3361, 0)), - ROCK_19(NPCs.ROCK_8109,"located near the coast.",Location.create(2733, 3283, 0)), - ROCK_20(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3236, 3927, 0)); + TOADSTOOL_2(NPCs.TOADSTOOL_8110,"located in the fairy realm.",Location.create(2409, 4462, 0)); companion object { private val locationMap = values().map { it.location.toString() to it }.toMap() diff --git a/Server/src/main/content/global/ame/RandomEventNPC.kt b/Server/src/main/content/global/ame/RandomEventNPC.kt index a4f3072f7..b4da55bb3 100644 --- a/Server/src/main/content/global/ame/RandomEventNPC.kt +++ b/Server/src/main/content/global/ame/RandomEventNPC.kt @@ -1,10 +1,8 @@ package content.global.ame import content.global.ame.events.surpriseexam.MysteriousOldManNPC -import core.api.getAttribute import core.api.playGlobalAudio import core.api.poofClear -import core.api.removeAttribute import core.api.sendMessage import core.api.setAttribute import core.api.utils.WeightBasedTable @@ -27,6 +25,8 @@ import core.tools.secondsToTicks import core.tools.ticksToCycles import org.rs09.consts.NPCs import org.rs09.consts.Sounds +import kotlin.math.ceil +import kotlin.math.min import kotlin.random.Random import kotlin.reflect.full.createInstance @@ -37,8 +37,8 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { val SMOKE_GRAPHICS = Graphics(86) var initialized = false var finalized = false + var timerPaused = false var ticksLeft = secondsToTicks(180) - private val combatBracket = intArrayOf(10, 20, 40, 60, 90) open fun create(player: Player, loot: WeightBasedTable? = null, type: String = ""): RandomEventNPC { val event = this::class.createInstance() @@ -56,7 +56,6 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { poofClear(this) playGlobalAudio(this.location, Sounds.SMOKEPUFF_1930, ticksToCycles(1)) } - removeAttribute(player, "random:pause") finalized = true } @@ -93,6 +92,7 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { override fun init() { initialized = true finalized = false + timerPaused = false spawnLocation ?: terminate() location = spawnLocation player.setAttribute("re-npc", this) @@ -144,13 +144,12 @@ abstract class RandomEventNPC(id: Int) : NPC(id) { } fun idForCombatLevel(ids: List, player: Player): Int { - val index = combatBracket.indexOfFirst { player.properties.currentCombatLevel <= it }.takeIf { it != -1 }?: ids.lastIndex + val index = min(ids.size, ceil(player.properties.currentCombatLevel / 20.0).toInt()) - 1 return ids[index] } fun sayLine(npc: NPC, phrases: Array, hasOpeningPhrase: Boolean, hasOverTimePhrase: Boolean) { - val inInteraction = getAttribute(player, "random:pause", false) //used by Certer - if ((ticksLeft % 20 == 0 || ticksLeft <= 2) && !inInteraction) { //speak every 20 ticks, or in the 2nd-to-last tick before attack/note-&-teleport + if (!timerPaused && (ticksLeft % 20 == 0 || ticksLeft <= 2)) { //unless the Certer interface is up, speak every 20 ticks, or in the 2nd-to-last tick before attack/note-&-teleport var playDwarfWhistle = true if (ticksLeft == secondsToTicks(180) && hasOpeningPhrase) { sendChat(phrases[0]) diff --git a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt b/Server/src/main/content/global/ame/events/certer/CerterNPC.kt index dee88ed3a..20b172404 100644 --- a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt +++ b/Server/src/main/content/global/ame/events/certer/CerterNPC.kt @@ -6,7 +6,6 @@ import org.rs09.consts.NPCs import content.global.ame.RandomEventNPC import core.api.animate import core.api.lock -import core.api.setAttribute import core.api.utils.WeightBasedTable class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.GILES_2538) { @@ -34,7 +33,8 @@ class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NP "It's really rude to ignore someone, ${player.username}!", "No-one ignores me!" ) - setAttribute(player, "certer:reward", false) + player.setAttribute("random:pause", false) + player.setAttribute("certer:reward", false) animate(this, Emotes.BOW.animation, true) } @@ -42,4 +42,4 @@ class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NP noteAndTeleport() terminate() } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt b/Server/src/main/content/global/ame/events/maze/MazeInterface.kt index c3c1ab7f4..d42743118 100644 --- a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt +++ b/Server/src/main/content/global/ame/events/maze/MazeInterface.kt @@ -76,20 +76,6 @@ class MazeInterface : InteractionListener, EventHook, MapArea { WeightedItem(Items.DEFENCE_POTION2_135,1,1,1.0), ) - private val ONE_WAY_WALL = mapOf( - Location.create(2904, 4573, 0) to setOf( // Diagonal entries - Location.create(2904, 4573, 0), - Location.create(2904, 4572, 0), - Location.create(2904, 4574, 0), - ), - Location.create(2906, 4586, 0) to setOf( // Diagonal entries - Location.create(2906, 4586, 0), - Location.create(2907, 4586, 0), - ), - Location.create(2902, 4575, 0) to setOf(Location.create(2903, 4575, 0)), - Location.create(2924, 4583, 0) to setOf(Location.create(2923, 4583, 0)), - ) - fun initMaze(player: Player) { setAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 300) setVarp(player, MAZE_TIMER_VARP, (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) / 3),false) @@ -204,25 +190,10 @@ class MazeInterface : InteractionListener, EventHook, MapArea { return@on true } - on( - intArrayOf( - Scenery.WALL_3628, - Scenery.WALL_3629, - Scenery.WALL_3630, - Scenery.WALL_3631, - Scenery.WALL_3632, - ), - IntType.SCENERY, - "open" - ) { player, node -> - val scenery = node as core.game.node.scenery.Scenery - - if (ONE_WAY_WALL[scenery.location]?.contains(player.location) == true) { - sendDialogue(player, "I don't think that's the right way.") - } else { - DoorActionHandler.handleAutowalkDoor(player, scenery) - } - + on(Scenery.WALL_3628, IntType.SCENERY, "open") { player, node -> + // Door opening workaround + // Ignore 3629(WALL_3629) and 3630(WALL_3630) in handleAutowalkDoor ignoreSecondDoor + DoorActionHandler.handleAutowalkDoor(player, node as core.game.node.scenery.Scenery) return@on true } diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt index cccc4d0eb..444fc1f1b 100644 --- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt +++ b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt @@ -23,7 +23,7 @@ class QuizMasterNPC(var type: String = "", override var loot: WeightBasedTable? super.init() sendChat("Hey ${player.username}! It's your lucky day!") face(player) - kidnapPlayer(this, player, Location(1952, 4764, 1)) { player, _ -> + kidnapPlayer(this, player, Location(1952, 4764, 0)) { player, _ -> setAttribute(player, QuizMasterDialogueFile.QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0) sendMessage(player, "Answer four questions correctly in a row to be teleported back where you came from.") sendMessage(player, "You will need to relog in if you lose the quiz dialog.") // Inauthentic, but there to notify the player in case. diff --git a/Server/src/main/content/global/bots/ManThiever.kt b/Server/src/main/content/global/bots/ManThiever.kt index 75e0a6aac..25a2638c2 100644 --- a/Server/src/main/content/global/bots/ManThiever.kt +++ b/Server/src/main/content/global/bots/ManThiever.kt @@ -5,7 +5,6 @@ import core.game.bots.SkillingBotAssembler import core.game.bots.Script import core.game.interaction.IntType import core.game.interaction.InteractionListeners -import core.game.node.entity.skill.Skills import java.util.* class ManThiever : Script() { @@ -23,6 +22,6 @@ class ManThiever : Script() { } init { - skills[Skills.THIEVING] = 20 + equipment.addAll(Arrays.asList(Item(1103), Item(1139), Item(1265))) } } \ No newline at end of file diff --git a/Server/src/main/content/global/dialogue/TownCrierDialogue.java b/Server/src/main/content/global/dialogue/TownCrierDialogue.java index f330bda86..e740fbfa2 100644 --- a/Server/src/main/content/global/dialogue/TownCrierDialogue.java +++ b/Server/src/main/content/global/dialogue/TownCrierDialogue.java @@ -2,7 +2,6 @@ package content.global.dialogue; import content.global.handlers.item.book.GeneralRuleBook; import core.game.dialogue.DialoguePlugin; -import core.game.diary.DiaryLevel; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; @@ -11,10 +10,6 @@ import core.game.world.GameWorld; import core.game.world.update.flag.context.Animation; import core.plugin.Initializable; import core.tools.RandomFunction; -import org.rs09.consts.NPCs; - -import static content.region.misthalin.lumbridge.diary.LumbridgeAchivementDiary.Companion.BeginnerTasks.DRAYNOR_TALK_TO_TOWNCRIER_ABOUT_RULES; -import static core.api.ContentAPIKt.finishTask; /** * Represents the town crier dialogue plugin. @@ -132,8 +127,9 @@ public final class TownCrierDialogue extends DialoguePlugin { return true; } }); - if (npc.getId() == NPCs.TOWN_CRIER_6136) { - finishTask(player, DiaryType.LUMBRIDGE, DiaryLevel.BEGINNER, DRAYNOR_TALK_TO_TOWNCRIER_ABOUT_RULES); + // Find out about the Rules of Conduct from the Draynor

Town Crier + if (npc.getId() == 6136) { + player.getAchievementDiaryManager().finishTask(player, DiaryType.LUMBRIDGE, 0, 10); } stage = 71; break; diff --git a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt index a335a5fbb..e9025bad9 100644 --- a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt +++ b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt @@ -6,7 +6,6 @@ import core.game.component.ComponentDefinition import core.game.component.ComponentPlugin import core.game.container.access.InterfaceContainer import core.game.node.entity.player.Player -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.item.Item import core.plugin.Initializable import core.plugin.Plugin @@ -166,10 +165,6 @@ class FurClothingInterface : ComponentPlugin(){ if (removeItem(player, requiredFur, Container.INVENTORY) && removeItem(player, coins, Container.INVENTORY)) { addItem(player, clothing.product.id, amount) - - if (clothing == FUR_CLOTHING.DASH_CAPE) { - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 2) - } } } diff --git a/Server/src/main/content/global/handlers/iface/GliderInterface.java b/Server/src/main/content/global/handlers/iface/GliderInterface.java new file mode 100644 index 000000000..08459cefe --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/GliderInterface.java @@ -0,0 +1,37 @@ +package content.global.handlers.iface; + +import static core.api.ContentAPIKt.*; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import content.global.travel.glider.GliderPulse; +import content.global.travel.glider.Gliders; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the glider interface component. + * @author Emperor + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class GliderInterface extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.put(138, this); + return this; + } + + @Override + public boolean handle(final Player player, Component component, int opcode, int button, int slot, int itemId) { + final Gliders glider = Gliders.forId(button); + if (glider == null) { + return true; + } + submitWorldPulse(new GliderPulse(1, player, glider)); + return true; + } +} diff --git a/Server/src/main/content/global/handlers/iface/GliderInterface.kt b/Server/src/main/content/global/handlers/iface/GliderInterface.kt deleted file mode 100644 index cc43ede4a..000000000 --- a/Server/src/main/content/global/handlers/iface/GliderInterface.kt +++ /dev/null @@ -1,17 +0,0 @@ -package content.global.handlers.iface - -import core.api.submitWorldPulse -import content.global.travel.glider.GliderPulse -import content.global.travel.glider.Gliders -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components - -class GliderInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.GLIDERMAP_138) { player, _, _, button, _, _ -> - val glider = Gliders.forId(button) ?: return@on true - submitWorldPulse(GliderPulse(1, player, glider)) - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/iface/TanningInterface.java b/Server/src/main/content/global/handlers/iface/TanningInterface.java new file mode 100644 index 000000000..aa15e4b11 --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/TanningInterface.java @@ -0,0 +1,90 @@ +package content.global.handlers.iface; + +import static core.api.ContentAPIKt.*; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import content.global.skill.crafting.TanningProduct; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; +import kotlin.Unit; + +/** + * @author Vexia + * @version 1.2 + */ +@Initializable +public class TanningInterface extends ComponentPlugin { + + /** + * Method used to create a new instance. + * @param arg + * @return + * @throws Throwable + */ + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.put(324, this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + TanningProduct def = null; + switch (button) { + case 1: + def = TanningProduct.SOFT_LEATHER; + break; + case 2: + def = TanningProduct.HARD_LEATHER; + break; + case 3: + def = TanningProduct.SNAKESKIN; + break; + case 4: + def = TanningProduct.SNAKESKIN2; + break; + case 5: + def = TanningProduct.GREEN_DHIDE; + break; + case 6: + def = TanningProduct.BLUEDHIDE; + break; + case 7: + def = TanningProduct.REDDHIDE; + break; + case 8: + def = TanningProduct.BLACKDHIDE; + break; + } + if (def == null) { + return true; + } + int amount = 0; + final TanningProduct deff = def; + switch (opcode){ + case 155: + amount = 1; + break; + case 196: + amount = 5; + break; + case 124: + amount = 10; + case 199: + sendInputDialogue(player, true, "Enter the amount:", (value) -> { + TanningProduct.tan(player, (int) value, deff); + return Unit.INSTANCE; + }); + break; + case 234: + amount = player.getInventory().getAmount(new Item(def.getItem(), 1)); + break; + } + TanningProduct.tan(player, amount, def); + return true; + } + +} diff --git a/Server/src/main/content/global/handlers/iface/TanningInterface.kt b/Server/src/main/content/global/handlers/iface/TanningInterface.kt deleted file mode 100644 index 278e991bf..000000000 --- a/Server/src/main/content/global/handlers/iface/TanningInterface.kt +++ /dev/null @@ -1,25 +0,0 @@ -package content.global.handlers.iface - -import content.global.skill.crafting.TanningProduct -import core.api.amountInInventory -import core.api.sendInputDialogue -import core.game.interaction.InterfaceListener - -class TanningInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(324) { player, _, opcode, buttonID, _, _ -> - val product = TanningProduct.forId(buttonID) - - when (opcode) { - 155 -> TanningProduct.tan(player, 1, product) - 196 -> TanningProduct.tan(player, 5, product) - 124 -> TanningProduct.tan(player, 10, product) - 199 -> sendInputDialogue(player, true, "Enter the amount:") { value -> - TanningProduct.tan(player, value as Int, product) - } - 234 -> TanningProduct.tan(player, amountInInventory(player, product.item), product) - } - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt b/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt index feb6cc5c0..4c98f7e0b 100644 --- a/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt +++ b/Server/src/main/content/global/handlers/iface/ThessaliaInterface.kt @@ -127,7 +127,7 @@ private const val F_FLARES = 72 private const val F_PLAIN_TROUSERS = 70 private const val F_SHORTS = 77 -private val femaleLegIDs = intArrayOf(F_FINE_SKIRT, F_FRILLED_SKIRT, F_LAYERED_SKIRT, F_LONG_NARROW_SKIRT, F_RAGGED_SKIRT, F_TATTERED_SKIRT, F_SHORT_SKIRT, F_SASHED_SKIRT, F_FITTED_SKIRT, F_TORN_TROUSERS, F_LONG_SKIRT, F_TURN_UPS, F_FLARES, F_PLAIN_TROUSERS, F_SHORTS) +private val femaleLegIDs = intArrayOf(F_FINE_SKIRT, F_FRILLED_SKIRT, F_LAYERED_SKIRT, F_LONG_NARROW_SKIRT, F_RAGGED_SKIRT, F_TATTERED_SKIRT, F_SHORT_SKIRT, F_SASHED_SKIRT, F_FITTED_SKIRT, F_TORN_TROUSERS, F_LONG_SKIRT, F_TURN_UPS, F_FLARES, F_FLARES, F_PLAIN_TROUSERS, F_SHORTS) private val COINS = Item(995,1000) diff --git a/Server/src/main/content/global/handlers/iface/WorldMapInterface.java b/Server/src/main/content/global/handlers/iface/WorldMapInterface.java new file mode 100644 index 000000000..113c28bfa --- /dev/null +++ b/Server/src/main/content/global/handlers/iface/WorldMapInterface.java @@ -0,0 +1,39 @@ +package content.global.handlers.iface; + +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Handles the world map interface. + * @author Emperor + * + */ +@Initializable +public final class WorldMapInterface extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.forId(755).setPlugin(this); + return this; + } + + //Thanks snicker! + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + switch (button) { + case 3: + player.getInterfaceManager().openWindowsPane(new Component(player.getInterfaceManager().isResizable() ? 746 : 548), 2); + player.getPacketDispatch().sendRunScript(1187, "ii", 0, 0); + player.updateSceneGraph(true); + return true; + default: + //log(this.getClass(), Log.ERR, "World map: buttonid: " + button + ", opcode: " + opcode + ", slot: " + slot); + return true; + } + } + +} diff --git a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt b/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt deleted file mode 100644 index cd1fc427b..000000000 --- a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt +++ /dev/null @@ -1,23 +0,0 @@ -package content.global.handlers.iface - -import core.game.component.Component -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components - -class WorldMapInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.WORLDMAP_755) { player, _, _, button, _, _ -> - if (button == 3) { - val paneId = if (player.interfaceManager.isResizable) { - Components.TOPLEVEL_FULLSCREEN_746 - } else { - Components.TOPLEVEL_548 - } - player.interfaceManager.openWindowsPane(Component(paneId), 2) - player.packetDispatch.sendRunScript(1187, "ii", 0, 0) - player.updateSceneGraph(true) - } - return@on true - } - } -} diff --git a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt b/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt index e376d2855..252dbe2ff 100644 --- a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt +++ b/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt @@ -2,6 +2,7 @@ package content.global.handlers.item import content.global.skill.slayer.SlayerUtils import core.api.* +import content.global.skill.slayer.Tasks import org.rs09.consts.Items import core.game.dialogue.DialogueFile import core.game.dialogue.IfTopic @@ -38,7 +39,12 @@ class EnchantedGemDialogue() : DialogueFile() { if(!hasSlayerTask(player!!)) { npcl(core.game.dialogue.FacialExpression.HALF_THINKING, "You need something new to hunt. Come and see me when you can and I'll give you a new task.").also { stage = 1 } } else { - npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill ${SlayerUtils.pluralise(getSlayerTaskName(player!!))}; only ${getSlayerTaskKillsRemaining(player!!)} more to go.") + if(getSlayerTask(player!!) == Tasks.JAD) { + npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill TzTok-Jad!") + } else { + npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill ${SlayerUtils.pluralise( + getSlayerTaskName(player!!))}; only ${getSlayerTaskKillsRemaining(player!!)} more to go.") + } setVarp(player!!, 2502, getSlayerTaskFlags(player!!) shr 4) stage = 1 } diff --git a/Server/src/main/content/global/handlers/item/MorphItemListener.kt b/Server/src/main/content/global/handlers/item/MorphItemListener.kt deleted file mode 100644 index b0b2e3857..000000000 --- a/Server/src/main/content/global/handlers/item/MorphItemListener.kt +++ /dev/null @@ -1,77 +0,0 @@ -package content.global.handlers.item - -import core.api.* -import core.game.interaction.InteractionListener -import core.game.interaction.InterfaceListener -import core.game.node.entity.player.Player -import org.rs09.consts.Items -import org.rs09.consts.NPCs -import org.rs09.consts.Sounds - -/** - * Handles morphing with the Ring of Stone and Easter Ring. - */ - -class MorphItemListener : InteractionListener, InterfaceListener { - - // the morphing items - private val morphItems = intArrayOf(Items.RING_OF_STONE_6583, Items.EASTER_RING_7927) - - // the NPCs to morph into - private val easterEggs = intArrayOf( - NPCs.EGG_3689, - NPCs.EGG_3690, - NPCs.EGG_3691, - NPCs.EGG_3692, - NPCs.EGG_3693, - NPCs.EGG_3694 - ) - private val stone = intArrayOf(NPCs.ROCKS_2626) - - // the "unmorph" interface - private val morphIface = 375 - - // equipping the morph items - override fun defineListeners() { - onEquip(morphItems) { player, item -> - morph(player, item.id) - return@onEquip false - } - } - - // the interface that appears when you morph - override fun defineInterfaceListeners() { - - // hitting the 'unmorph' button - on(morphIface){ player, _, _, buttonID, _, _ -> - when(buttonID) { - 3 -> closeAllInterfaces(player) - } - return@on true - } - - // after the interface closes - onClose(morphIface) { player, _ -> - unmorph(player) - return@onClose true - } - } - - // morphs the player - private fun morph(player: Player, item: Int) { - val morphId = when (item) { - Items.RING_OF_STONE_6583 -> stone.random() - else -> easterEggs.random() - } - playAudio(player, Sounds.EASTER06_HUMAN_INTO_EGG_1520) - stopWalk(player) - closeAllInterfaces(player) - player.appearance.transformNPC(morphId) - openInterface(player, morphIface) - } - - // unmorphs the player - private fun unmorph(player: Player) { - player.appearance.transformNPC(-1) - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/handlers/item/MorphItemPlugin.java b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java new file mode 100644 index 000000000..672de389f --- /dev/null +++ b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java @@ -0,0 +1,113 @@ +package content.global.handlers.item; + +import core.cache.def.impl.ItemDefinition; +import core.game.component.CloseEvent; +import core.game.component.Component; +import core.game.component.ComponentDefinition; +import core.game.component.ComponentPlugin; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.world.GameWorld; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.plugin.ClassScanner; +import core.tools.RandomFunction; +import org.rs09.consts.Sounds; + +import static core.api.ContentAPIKt.playAudio; + +/** + * Handles a morph item. + * @author Vexia + */ +@Initializable +public class MorphItemPlugin implements Plugin { + + /** + * The easter egg ids. + */ + protected static final int[] EASTER_EGG_IDS = new int[] { 3689, 3690, 3691, 3692, 3693, 3694 }; + + /** + * The morph component. + */ + private static final Component COMPONENT = new Component(375).setCloseEvent(new CloseEvent() { + + @Override + public boolean close(Player player, Component c) { + unmorph(player); + return true; + } + + }); + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ItemDefinition.forId(7927).getHandlers().put("equipment", this); + ItemDefinition.forId(6583).getHandlers().put("equipment", this); + ClassScanner.definePlugin(new MorphInterfacePlugin()); + return this; + } + + @Override + public Object fireEvent(String identifier, Object... args) { + final Player player = (Player) args[0]; + final Item item = (Item) args[1]; + switch (identifier) { + case "equip": + morph(player, item); + return false; + } + return true; + } + + /** + * Morphs the player. + * @param player the player. + * @param item the item. + */ + private void morph(Player player, Item item) { + int morphId = item.getId() == 6583 ? 2626 : EASTER_EGG_IDS[RandomFunction.random(EASTER_EGG_IDS.length)]; + playAudio(player, 1520); + player.getInterfaceManager().close(); + player.getAppearance().transformNPC(morphId); + player.getInterfaceManager().removeTabs(0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14); + player.getLocks().lockMovement(GameWorld.getTicks() + 900000000); + player.getLocks().lockInteractions(GameWorld.getTicks() + 90000000); + player.getLocks().lockTeleport(GameWorld.getTicks() + 900000000); + player.getInterfaceManager().openSingleTab(COMPONENT); + player.getAppearance().sync(); + player.getWalkingQueue().reset(); + } + + /** + * Unmorphs the player. + * @param player the player. + */ + private static void unmorph(Player player) { + player.getAppearance().transformNPC(-1); + player.unlock(); + player.getInterfaceManager().restoreTabs(); + } + + /** + * Handles the morph interface plugin. + * @author Vexia + */ + public class MorphInterfacePlugin extends ComponentPlugin { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + ComponentDefinition.forId(375).setPlugin(this); + return this; + } + + @Override + public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) { + player.getInterfaceManager().closeSingleTab(); + return true; + } + + } + +} diff --git a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt b/Server/src/main/content/global/handlers/npc/SheepBehavior.kt index c6ed46374..fbd283e77 100644 --- a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt +++ b/Server/src/main/content/global/handlers/npc/SheepBehavior.kt @@ -129,9 +129,9 @@ class SheepBehavior : NPCBehavior(*sheepIds), InteractionListener { val sheepDirection = Direction.getDirection(sheepLocation, playerLocation) // Get direction sheep is facing, from the player's location val sheepOppositeDirection = sheepDirection.getOpposite() // Switch to opposite direction - val xWalkLocation = sheepLocation.x + (sheepOppositeDirection.getStepX() * 3) // Gets x location, if set, 3 steps away from player - val yWalkLocation = sheepLocation.y + (sheepOppositeDirection.getStepY() * 3) // Gets y location, if set, 3 steps away from player - val sheepWalkToLocation = Location(xWalkLocation, yWalkLocation, sheepLocation.z); // New location for pathfinding + val xWalkLocation = sheepLocation.getX() + (sheepOppositeDirection.getStepX() * 3) // Gets x location, if set, 3 steps away from player + val yWalkLocation = sheepLocation.getY() + (sheepOppositeDirection.getStepY() * 3) // Gets y location, if set, 3 steps away from player + val sheepWalkToLocation = Location(xWalkLocation, yWalkLocation, sheepLocation.getZ()); // New location for pathfinding sendMessage(player, messagePlayer) diff --git a/Server/src/main/content/global/skill/agility/AgilityHandler.java b/Server/src/main/content/global/skill/agility/AgilityHandler.java index c12b7d4fc..722de4afe 100644 --- a/Server/src/main/content/global/skill/agility/AgilityHandler.java +++ b/Server/src/main/content/global/skill/agility/AgilityHandler.java @@ -139,13 +139,6 @@ public final class AgilityHandler { * @return The force movement instance, if force movement is used. */ public static ForceMovement forceWalk(final Player player, final int courseIndex, Location start, Location end, Animation animation, int speed, final double experience, final String message) { - return forceWalk(player, courseIndex, start, end, animation, speed, experience, message, null); - } - - /** - * Walks across an obstacle while using an explicit force-movement facing direction. - */ - public static ForceMovement forceWalk(final Player player, final int courseIndex, Location start, Location end, Animation animation, int speed, final double experience, final String message, Direction direction) { player.logoutListeners.put("forcewalk", p -> { p.setLocation(player.getLocation().transform(0,0,0)); return Unit.INSTANCE; @@ -165,9 +158,6 @@ public final class AgilityHandler { player.logoutListeners.remove("forcewalk"); } }; - if (direction != null) { - movement.setDirection(direction); - } movement.start(); GameWorld.getPulser().submit(movement); return movement; diff --git a/Server/src/main/content/global/skill/agility/WildernessCourse.kt b/Server/src/main/content/global/skill/agility/WildernessCourse.kt index d48d00a1a..00f08cf31 100644 --- a/Server/src/main/content/global/skill/agility/WildernessCourse.kt +++ b/Server/src/main/content/global/skill/agility/WildernessCourse.kt @@ -2,7 +2,6 @@ package content.global.skill.agility import core.api.* import core.cache.def.impl.SceneryDefinition -import core.game.interaction.QueueStrength import core.game.node.Node import core.game.node.scenery.Scenery import core.game.node.entity.player.Player @@ -169,27 +168,25 @@ class WildernessCourse private fun handleSteppingStones(player: Player, `object`: Scenery) { lock(player, 50) val fail = AgilityHandler.hasFailed(player, 1, 0.3) - queueScript(player, 0, QueueStrength.SOFT) { stage -> - val courseIndex = if (stage == 5) 2 else -1 - val start = player.location - val end = player.location.transform(-1, 0, 0) - val anim = Animation(741) - val xp = if (stage == 5) 20.0 else 0.0 - val message = if (stage == 0) "You carefully start crossing the stepping stones..." else null - AgilityHandler.forceWalk(player, courseIndex, start, end, anim, 10, xp, message) - if (stage == 2 && fail) { - val dest = Location(3001, 3963, 0) - val failanim = Animation(771) - val hit = (player.skills.lifepoints * 0.26).toInt() - AgilityHandler.fail(player, -1, dest, failanim, hit, "... You lose your footing and fall into the lava.") - return@queueScript stopExecuting(player) - } - if (stage == 5) { - unlock(player) - return@queueScript stopExecuting(player) - } - return@queueScript delayScript(player, 2) + val origLoc = player.location + registerLogoutListener(player, "steppingstone"){p -> + player.location = origLoc } + submitWorldPulse(object : Pulse(2, player){ + var counter = 0 + override fun pulse(): Boolean { + if (counter == 3 && fail) { + AgilityHandler.fail(player, -1, Location.create(3001, 3963, 0), Animation.create(771), (player.skills.lifepoints * 0.26).toInt(), "...You lose your footing and fall into the lava.") + return true + } + AgilityHandler.forceWalk(player, if (counter == 5) 2 else -1, player.location, player.location.transform(-1, 0, 0), Animation.create(741), 10, if (counter == 5) 20.0 else 0.0, if (counter != 0) null else "You carefully start crossing the stepping stones...") + if(++counter == 6){ + unlock(player) + clearLogoutListener(player, "steppingstone") + } + return counter == 6 + } + }) } /** diff --git a/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java b/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java index 5303bde7d..773cd9907 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/BladeTrap.java @@ -5,9 +5,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,10 +24,6 @@ public final class BladeTrap implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); - e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java index adb8f14fd..4fb8bdb52 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/BrimhavenCourse.java @@ -119,8 +119,6 @@ public final class BrimhavenCourse extends OptionHandler { final Direction dir = direction; final Direction faceDirection = Direction.get(object.getDirection().toInteger() - 1 & 3); final Location start = player.getLocation(); - player.setDirection(faceDirection); - player.faceLocation(start.transform(faceDirection)); player.getAppearance().setAnimations(Animation.create(1118 + m)); player.getAppearance().sync(); AgilityHandler.climb(player, -1, new Animation(1117 + m), start.transform(dir), 0.0, null); @@ -145,12 +143,12 @@ public final class BrimhavenCourse extends OptionHandler { } else if (count == 6) { player.getAppearance().setAnimations(); player.getAppearance().sync(); - AgilityHandler.forceWalk(player, -1, last, last.transform(dir), Animation.create(1120 + m), 5, getExp(player, 22.0), null, faceDirection); + AgilityHandler.forceWalk(player, -1, last, last.transform(dir), Animation.create(1120 + m), 5, getExp(player, 22.0), null).setDirection(faceDirection); player.logoutListeners.remove("brimcourse"); return true; } player.logoutListeners.remove("brimcourse"); - AgilityHandler.forceWalk(player, -1, last, last = last.transform(dir), Animation.create(1118 + m), 5, 0.0, null, faceDirection); + AgilityHandler.forceWalk(player, -1, last, last = last.transform(dir), Animation.create(1118 + m), 5, 0.0, null).setDirection(faceDirection); return false; } }); @@ -274,7 +272,7 @@ public final class BrimhavenCourse extends OptionHandler { public boolean pulse() { if (!finish) { setDelay(2); - AgilityHandler.fail(player, 1, player.getLocation().transform(0, 0, -3), Animation.create(768), getHitAmount(player), "You stepped on a broken piece of plank!"); + AgilityHandler.fail(player, 1, player.getLocation().transform(0, 0, -3), Animation.create(189), getHitAmount(player), "You stepped on a broken piece of plank!"); finish = true; return false; } @@ -284,7 +282,7 @@ public final class BrimhavenCourse extends OptionHandler { }); return; } - AgilityHandler.walk(player, -1, start, end, Animation.create(1426), getExp(player, 6.0), null); + AgilityHandler.walk(player, -1, start, end, ForceMovement.WALK_ANIMATION, getExp(player, 6.0), null); } /** @@ -391,7 +389,6 @@ public final class BrimhavenCourse extends OptionHandler { } break; case 3551: - case 3583: return n.getLocation(); } return null; diff --git a/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java b/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java index 3ac7da4a3..086a59522 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/DartTrap.java @@ -7,8 +7,6 @@ import core.game.node.entity.impl.Projectile; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -31,9 +29,6 @@ public final class DartTrap implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(6); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java b/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java index 2885a7f6a..69111c6bf 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/FloorSpikes.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,9 +24,6 @@ public final class FloorSpikes implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java b/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java index d27a76bcf..a2bc07cb2 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/PressurePad.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,10 +24,6 @@ public final class PressurePad implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = dest.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); - e.lock(5); if(e.isPlayer()) { diff --git a/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java b/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java index 3d2a9c1e2..a13815767 100644 --- a/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java +++ b/Server/src/main/content/global/skill/agility/brimhaven/SpinningBlades.java @@ -6,9 +6,6 @@ import core.game.node.entity.Entity; import core.game.node.entity.player.Player; import core.game.system.task.MovementHook; import core.game.system.task.Pulse; -import core.net.packet.PacketRepository; -import core.net.packet.context.PlayerContext; -import core.net.packet.out.ClearMinimapFlag; import kotlin.Unit; import core.game.world.GameWorld; import core.game.world.map.Direction; @@ -27,9 +24,6 @@ public final class SpinningBlades implements MovementHook { final Direction dir = e.getDirection(); final Player player = (Player) e; final Location start = l.transform(-dir.getStepX(), -dir.getStepY(), 0); - player.getPulseManager().clear(); - player.getWalkingQueue().reset(); - PacketRepository.send(ClearMinimapFlag.class, new PlayerContext(player)); e.lock(5); if(e.isPlayer()) { @@ -76,4 +70,4 @@ public final class SpinningBlades implements MovementHook { } player.getPacketDispatch().sendSceneryAnimation(RegionManager.getObject(l), Animation.create(1107)); } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/construction/HouseZone.java b/Server/src/main/content/global/skill/construction/HouseZone.java index 31a57f6f8..4a6cb6464 100644 --- a/Server/src/main/content/global/skill/construction/HouseZone.java +++ b/Server/src/main/content/global/skill/construction/HouseZone.java @@ -96,12 +96,12 @@ public final class HouseZone extends MapZone { Player p = (Player) e; // if the player is moving between the dungeon and main house, don't trigger the leave sequence - if (house.getDungeonRegion() != null && !logout) { + if (!logout) { // current loc Location dest = p.getProperties().getTeleportLocation(); int currentRegionId = p.getLocation().getRegionId(); int houseId = house.getHouseRegion().getId(); - int dungeonId = house.getDungeonRegion().getId(); + int dungeonId = (house.getDungeonRegion() != null) ? house.getDungeonRegion().getId() : -1; // check if still in house boolean currentlyInHouse = (currentRegionId == houseId || currentRegionId == dungeonId); @@ -122,7 +122,7 @@ public final class HouseZone extends MapZone { house.expelGuests(p); int toRemove = previousRegion; int dungRemove = previousDungeon; - submitWorldPulse(new Pulse(1) { + submitWorldPulse(new Pulse(2) { public boolean pulse() { Region r = RegionManager.forId(toRemove); Region dr = dungRemove != -1 ? RegionManager.forId(dungRemove) : null; diff --git a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt b/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt deleted file mode 100644 index 54472597e..000000000 --- a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt +++ /dev/null @@ -1,68 +0,0 @@ -package content.global.skill.construction.decoration.skillhall - -import content.global.skill.construction.HouseManager -import core.api.openDialogue -import core.game.dialogue.DialogueFile -import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.world.repository.Repository -import core.tools.END_DIALOGUE -import org.rs09.consts.NPCs -import org.rs09.consts.Scenery as Sceneries - -class MountedCockatriceHead : InteractionListener { - override fun defineListeners() { - on(Sceneries.COCKATRICE_HEAD_13482, IntType.SCENERY, "talk-to") { player, _ -> - val house = player.getAttribute("poh_entry", player.houseManager) - if (house == player.houseManager) { - openDialogue(player, MountedCockatriceHeadOwnerDialogue()) - } else { - val ownerName = Repository.players.first { it.houseManager == house }.username.capitalize() - openDialogue(player, MountedCockatriceHeadGuestDialogue(ownerName)) - } - return@on true - } - } -} - -class MountedCockatriceHeadOwnerDialogue : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - 0 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "You deaded me!").also { stage++ } - 1 -> playerl(FacialExpression.NEUTRAL, "Well, yes.").also { stage++ } - 2 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "What did you do that for?").also { stage++ } - 3 -> options("A Slayer Master told me to.", "So I could mount your head on my wall.", "I just wanted to.").also { stage++ } - 4 -> when (buttonID) { - 1 -> playerl(FacialExpression.NEUTRAL, "A Slayer Master told me to.").also { stage = 10 } - 2 -> playerl(FacialExpression.NEUTRAL, "So I could mount your head on my wall.").also { stage = 20 } - 3 -> playerl(FacialExpression.NEUTRAL, "I just wanted to.").also { stage = 30 } - } - 10 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Why do the Slayer Masters all pick on poor cockatrice?").also { stage++ } - 11 -> playerl(FacialExpression.NEUTRAL, "They pick on lots of other creatures too.").also { stage++ } - 12 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Then mount one of them on your wall and let poor cockatrice rest in peace!").also { stage = END_DIALOGUE } - 20 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Another cockatrice falls victim to the dreaded mirror shield!").also { stage++ } - 21 -> playerl(FacialExpression.NEUTRAL, "Don't take it personally. You look good on my wall.").also { stage++ } - 22 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "I don't care! I think I looked better with a body!").also { stage = END_DIALOGUE } - 30 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "You dirty rotten swine, you!").also { stage++ } - 31 -> playerl(FacialExpression.AMAZED, "Steady on.").also { stage++ } - 32 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "I will kill you with my paralyzing-type magic eyes look!").also { stage++ } - 33 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Dots appear in air between eyes and victim. Dot! Dot! Dotty!").also { stage++ } - 34 -> playerl(FacialExpression.NEUTRAL, "Er, nothing's happening...").also { stage++ } - 35 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Concentrates mental power. Eyes narrow beak clenches veins on head stand out.").also { stage++ } - 36 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Strain!").also { stage++ } - 37 -> playerl(FacialExpression.ASKING, "You're dead, cockatrice. Your eyes are glass beads. It won't work.").also { stage++ } - 38 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "STRA-A-AIN!").also { stage++ } - 39 -> playerl(FacialExpression.ASKING, "I think I'll leave you to it.").also { stage = END_DIALOGUE } - } - } -} - -class MountedCockatriceHeadGuestDialogue(private val ownerName: String) : DialogueFile() { - override fun handle(componentID: Int, buttonID: Int) { - when (stage) { - 0 -> playerl(FacialExpression.HAPPY, "Hey, a cockatrice!").also { stage++ } - 1 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "$ownerName deaded me! That wasn't very nice!").also { stage = END_DIALOGUE } - } - } -} diff --git a/Server/src/main/content/global/skill/cooking/CakeListener.kt b/Server/src/main/content/global/skill/cooking/CakeListener.kt deleted file mode 100644 index dc8eb948f..000000000 --- a/Server/src/main/content/global/skill/cooking/CakeListener.kt +++ /dev/null @@ -1,39 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import org.rs09.consts.Items - -class CakeListener : InteractionListener { - private val cakeArr = intArrayOf( - Items.EGG_1944, - Items.BUCKET_OF_MILK_1927, - Items.POT_OF_FLOUR_1933 - ) - - override fun defineListeners() { - onUseWith(IntType.ITEM, cakeArr, Items.CAKE_TIN_1887) { player, _, _ -> - if (getDynLevel(player, Skills.COOKING) < 40) { - sendMessage(player, "You need a Cooking level of at least 40 in order to do this.") - return@onUseWith true - } - - if(inInventory(player, Items.EGG_1944) && inInventory(player, Items.BUCKET_OF_MILK_1927) && inInventory(player, Items.POT_OF_FLOUR_1933) && inInventory(player, Items.CAKE_TIN_1887)) { - if(removeItem(player, Items.EGG_1944) && removeItem(player, Items.BUCKET_OF_MILK_1927) && removeItem(player, Items.POT_OF_FLOUR_1933) && removeItem(player, Items.CAKE_TIN_1887)){ - addItem(player, Items.EMPTY_POT_1931) - addItem(player, Items.UNCOOKED_CAKE_1889) - addItem(player, Items.BUCKET_1925) - sendMessage(player, "You mix the milk, flour and egg together to make a raw cake mix.") - - } - } - else{ - // Not sure about the authentic message - sendMessage(player, "You don't have enough ingredients to make that.") - } - return@onUseWith true - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java b/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java new file mode 100644 index 000000000..084abf4c4 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CakeMakingPlugin.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to make a cake. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class CakeMakingPlugin extends UseWithHandler { + + /** + * Represents the bucket of milk item. + */ + private static final Item BUCKET_OF_MILK = new Item(1927); + + /** + * Represents the egg item. + */ + private static final Item EGG = new Item(1944); + + /** + * Represents the cake tin item. + */ + private static final Item CAKE_TIN = new Item(1887); + + /** + * Represents the pot of flour item. + */ + private static final Item POT_OF_FLOUR = new Item(1933); + + /** + * Represents the uncooked cake item. + */ + private static final Item UNCOOKED_CAKE = new Item(1889); + + /** + * Constructs a new {@code CakeMakingPlugin} {@code Object}. + */ + public CakeMakingPlugin() { + super(1933); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(1887, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + if (event.getUsedItem().getId() == 1887 && ((Item) event.getUsedWith()).getId() == 1933 || event.getUsedWith().getName().equalsIgnoreCase("cake tin") && ((Item) event.getUsedItem()).getName().equalsIgnoreCase("pot of flour")) { + if (event.getPlayer().getInventory().contains(1933, 1) && event.getPlayer().getInventory().contains(1927, 1) && event.getPlayer().getInventory().contains(1944, 1)) { + if (event.getPlayer().getInventory().remove(BUCKET_OF_MILK, EGG, CAKE_TIN, POT_OF_FLOUR)) { + event.getPlayer().getInventory().add(UNCOOKED_CAKE); + event.getPlayer().getPacketDispatch().sendMessage("You mix the milk, flour and egg together to make a raw cake mix."); + return true; + } + } + } + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/CoconutListener.kt b/Server/src/main/content/global/skill/cooking/CoconutListener.kt deleted file mode 100644 index 5f7da66d4..000000000 --- a/Server/src/main/content/global/skill/cooking/CoconutListener.kt +++ /dev/null @@ -1,31 +0,0 @@ -package content.global.skill.cooking - -import core.api.addItem -import core.api.removeItem -import core.api.sendMessage -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class CoconutListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.COCONUT_5974, Items.HAMMER_2347) { player, used, _ -> - if(removeItem(player, used.id)) { - addItem(player, Items.COCONUT_5976) - sendMessage(player, "You crush the coconut with a hammer.") - return@onUseWith true - } - return@onUseWith false - } - onUseWith(IntType.ITEM, Items.COCONUT_5976, Items.VIAL_229) { player, used, with -> - if(removeItem(player, used.id) && removeItem(player, with.id)) { - addItem(player, Items.COCONUT_SHELL_5978) - addItem(player, Items.COCONUT_MILK_5935) - sendMessage(player, "You overturn the coconut into a vial.") - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java b/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java new file mode 100644 index 000000000..7520ff115 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CoconutMakePlugin.java @@ -0,0 +1,56 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to make a coconut. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class CoconutMakePlugin extends UseWithHandler { + + /** + * Represents the items related to coconut making plugin. + */ + private static final Item[] ITEMS = new Item[] { new Item(5974, 1), new Item(5976, 1), new Item(229), new Item(5935, 1), new Item(5978) }; + + /** + * Constructs a new {@code CoconutMakePlugin} {@code Object}. + */ + public CoconutMakePlugin() { + super(5974, 5976); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(2347, ITEM_TYPE, this); + addHandler(229, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + final Item usedWith = (Item) event.getUsedWith(); + if (usedWith.getId() == 5974 && event.getUsedItem().getId() == 2347 || usedWith.getId() == 2347 && event.getUsedItem().getId() == 5974) { + player.getInventory().remove(ITEMS[0]); + player.getInventory().add(ITEMS[1]); + player.getPacketDispatch().sendMessage("You crush the coconut with a hammer."); + } + if (usedWith.getId() == 5976 && event.getUsedItem().getId() == 229 || usedWith.getId() == 229 && event.getUsedItem().getId() == 5976) { + player.getInventory().remove(ITEMS[1]); + player.getInventory().remove(ITEMS[2]); + player.getInventory().add(ITEMS[3]); + player.getInventory().add(ITEMS[4]); + player.getPacketDispatch().sendMessage("You overturn the coconut into a vial."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java b/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java new file mode 100644 index 000000000..067217358 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/CookingRecipePlugin.java @@ -0,0 +1,134 @@ +package content.global.skill.cooking; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.system.task.Pulse; +import core.plugin.Initializable; +import core.plugin.Plugin; +import core.game.dialogue.SkillDialogueHandler.SkillDialogue; +import core.game.dialogue.SkillDialogueHandler; + +import java.util.ArrayList; +import java.util.List; + +/** + * Represents a cooking recipe plugin. This is used to handle the multiple + * recipes used in cooking these recipes can range from making a pizza or making + * a pie. + * @author 'Vexia + * @version 1.9 + */ +@Initializable +public final class CookingRecipePlugin extends UseWithHandler { + + /** + * Constructs a new {@code CookingRecipePlugin} {@code Object}. + */ + public CookingRecipePlugin() { + super(getAllowedNodes()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (Recipe recipe : Recipe.RECIPES) { + for (Item ingredient : recipe.getIngredients()) { + addHandler(ingredient.getId(), ITEM_TYPE, this); + } + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + Recipe recipe = null; + Item part = null; + // TODO: Transitioning to a Listener would save an O(n) pass through the recipes list on every use-with + recipeloop: + for (Recipe temp : Recipe.RECIPES) { + if (temp.isSingular()) { + if (temp.getBase().getId() == event.getUsedItem().getId() || temp.getBase().getId() == event.getBaseItem().getId()) { + for (Item ingredient : temp.getIngredients()) { + if (ingredient.getId() == event.getBaseItem().getId() || ingredient.getId() == event.getUsedItem().getId()) { + recipe = temp; + break recipeloop; + } + } + } + } else { + for (int k = 0; k < temp.getParts().length; k++) { + for (int i = 0; i < temp.getIngredients().length; i++) { + Item tempPart = temp.getParts()[k]; + Item ingredient = temp.getIngredients()[i]; + if (tempPart.getId() == event.getUsedItem().getId() && ingredient.getId() == event.getBaseItem().getId() || tempPart.getId() == event.getBaseItem().getId() && ingredient.getId() == event.getUsedItem().getId()) { + if (k == i) {// represents that this ingredient can + // mix with the other. + recipe = temp; + part = tempPart; + break recipeloop; + } + } + } + } + } + } + if (recipe != null) { + final Player player = event.getPlayer(); + final Recipe recipe_ = recipe; + final Item part_ = part; + SkillDialogueHandler handler = new SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, recipe.getProduct()) { + @Override + public void create(final int amount, int index) { + player.getPulseManager().run(new Pulse(2) { + int count = 0; + @Override + public boolean pulse() { + recipe_.mix(player, event); + return ++count >= amount; + } + }); + } + + @Override + public int getAll(int index) { + return player.getInventory().getAmount(part_ != null ? part_ : recipe_.getBase()); + } + }; + if (player.getInventory().getAmount(recipe.getBase()) == 1) { + recipe_.mix(player, event); + } else { + handler.open(); + } + return true; + } + return false; + } + + /** + * Method used to get the allowed nodes for this plugin. + * @return the allowed nodes. + */ + private final static int[] getAllowedNodes() { + List bases = new ArrayList<>(10); + for (Recipe recipe : Recipe.RECIPES) { + for (Item base : recipe.getParts()) { + if (bases.contains(base.getId())) { + continue; + } + bases.add(base.getId()); + } + if (bases.contains(recipe.getBase().getId())) { + continue; + } + bases.add(recipe.getBase().getId()); + } + int[] baseArray = new int[bases.size()]; + for (int i = 0; i < bases.size(); i++) { + baseArray[i] = bases.get(i); + } + return baseArray; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java b/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java index 3e974f313..051f5a14c 100644 --- a/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java +++ b/Server/src/main/content/global/skill/cooking/IntentionalBurnPulse.java @@ -43,6 +43,7 @@ public class IntentionalBurnPulse extends StandardCookingPulse { @Override public boolean cook(Player player, Scenery object, boolean burned, int initial, int product) { + super.animate(); Item initialItem = new Item(initial); Item productItem = new Item(product); @@ -50,7 +51,6 @@ public class IntentionalBurnPulse extends StandardCookingPulse { player.getInventory().add(productItem); player.getPacketDispatch().sendMessage(getMessage(initialItem, productItem, burned)); playAudio(player, Sounds.FRY_2577); - super.animate(); return true; } return false; diff --git a/Server/src/main/content/global/skill/cooking/PieShellPlugin.java b/Server/src/main/content/global/skill/cooking/PieShellPlugin.java new file mode 100644 index 000000000..4278836e8 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/PieShellPlugin.java @@ -0,0 +1,56 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the pie shell making plugin. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class PieShellPlugin extends UseWithHandler { + + /** + * Represents the pie sell item. + */ + private static final Item PIE_SHELL = new Item(2315, 1); + + /** + * Represents the pie dish item. + */ + private static final Item PIE_DISH = new Item(2313, 1); + + /** + * Represents the pastry dough item. + */ + private static final Item PASTRY_DOUGH = new Item(1953, 1); + + /** + * Constructs a new {@code PieMakingPlugin} {@code Object}. + */ + public PieShellPlugin() { + super(1953); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(2313, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getInventory().remove(PASTRY_DOUGH, PIE_DISH)) { + player.getInventory().add(PIE_SHELL); + player.getPacketDispatch().sendMessage("You put the pastry dough into the pie dish to make a pie shell."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt b/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt deleted file mode 100644 index 8465d2b88..000000000 --- a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt +++ /dev/null @@ -1,38 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import org.rs09.consts.Items - -class SkeweredFoodListener : InteractionListener { - val skewerMap = hashMapOf( - Items.RAW_CHOMPY_2876 to Items.SKEWERED_CHOMPY_7230, - Items.RAW_RABBIT_3226 to Items.SKEWERED_RABBIT_7224, - Items.RAW_BIRD_MEAT_9978 to Items.SKEWERED_BIRD_MEAT_9984, - Items.RAW_BEAST_MEAT_9986 to Items.SKEWERED_BEAST_9992 - ) - - override fun defineListeners() { - onUseWith(IntType.ITEM, skewerMap.keys.toIntArray(), Items.IRON_SPIT_7225) { player, used, with -> - val level = when (used.id) { - Items.RAW_BIRD_MEAT_9978 -> 11 - Items.RAW_RABBIT_3226 -> 16 - Items.RAW_BEAST_MEAT_9986 -> 21 - Items.RAW_CHOMPY_2876 -> 30 - else -> 0 - } - - if (getDynLevel(player, Skills.COOKING) < level) { - sendMessage(player, "You need a Cooking level of at least $level in order to do this.") - return@onUseWith true - } - if (removeItem(player, used.id) && removeItem(player, with.id)) { - skewerMap[used.id]?.let { addItem(player, it) } - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java b/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java new file mode 100644 index 000000000..8f02bfcb9 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/SkeweredFoodPlugin.java @@ -0,0 +1,115 @@ +package content.global.skill.cooking; + +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; +import org.rs09.consts.Items; + +/** + * Represents the plugin used to make skwered items. + * @author 'Vexia + * @date 22/12/2013 + */ +@Initializable +public class SkeweredFoodPlugin extends UseWithHandler { + + /** + * Represents the level required. + */ + private final int LEVEL = 20; + + /** + * Constructs a new {@code SkeweredFoodPlugin} {@code Object}. + */ + public SkeweredFoodPlugin() { + super(7225); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + for (SkeweredSet set : SkeweredSet.values()) { + addHandler(set.getRaw().getId(), ITEM_TYPE, this); + } + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getSkills().getLevel(Skills.FIREMAKING) < LEVEL) { + player.getPacketDispatch().sendMessage("You meed a Firemaking level of at least " + LEVEL + " in order to do this."); + return true; + } + final SkeweredSet set = SkeweredSet.forItem(event.getBaseItem().getId() == 7225 ? event.getUsedItem() : event.getBaseItem()); + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(set.getProduct()); + } + return true; + } + + /** + * Represents a set of skwered items. + * @author 'Vexia + * @date 22/12/2013 + */ + public enum SkeweredSet { + CHOMPY(new Item(Items.RAW_CHOMPY_2876), new Item(Items.SKEWERED_CHOMPY_7230)), + RABBIT(new Item(Items.RAW_RABBIT_3226), new Item(Items.SKEWERED_RABBIT_7224)), + BIRD(new Item(Items.RAW_BIRD_MEAT_9978), new Item(Items.SKEWERED_BIRD_MEAT_9984)), + BEAST(new Item(Items.RAW_BEAST_MEAT_9986), new Item(Items.SKEWERED_BEAST_9992)); + + /** + * Represents the raw item. + */ + private final Item raw; + + /** + * Represents the product item. + */ + private final Item product; + + /** + * Constructs a new {@code SkeweredFoodPlugin} {@code Object}. + * @param raw the raw item. + * @param product the product. + */ + private SkeweredSet(Item raw, Item product) { + this.raw = raw; + this.product = product; + } + + /** + * Gets the raw. + * @return The raw. + */ + public Item getRaw() { + return raw; + } + + /** + * Gets the product. + * @return The product. + */ + public Item getProduct() { + return product; + } + + /** + * Gets the skwered set. + * @param item the item. + * @return the set. + */ + public static SkeweredSet forItem(final Item item) { + for (SkeweredSet set : values()) { + if (set.getRaw().getId() == item.getId()) { + return set; + } + } + return null; + } + } +} diff --git a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java b/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java index 34dc67319..17699fc2c 100644 --- a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java +++ b/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java @@ -149,6 +149,7 @@ public class StandardCookingPulse extends Pulse { public boolean cook(final Player player, final Scenery object, final boolean burned, final int initial, final int product) { Item initialItem = new Item(initial); Item productItem = new Item(product); + animate(); //handle special cooking results (spits, cake, etc) that don't justify separate plugin switch (initial) { @@ -187,7 +188,6 @@ public class StandardCookingPulse extends Pulse { } player.getPacketDispatch().sendMessage(getMessage(initialItem, productItem, burned)); playAudio(player, Sounds.FRY_2577); - animate(); return true; } return false; diff --git a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt b/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt deleted file mode 100644 index 12f1ee22d..000000000 --- a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt +++ /dev/null @@ -1,20 +0,0 @@ -package content.global.skill.cooking - -import core.api.* -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class WatermelonSliceListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.WATERMELON_5982, Items.KNIFE_946) { player, used, _ -> - if(removeItem(player, used.asItem())) { - addItemOrDrop(player, Items.WATERMELON_SLICE_5984, 3) - sendMessage(player, "You slice the watermelon into three slices.") - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java b/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java new file mode 100644 index 000000000..d8273968f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/WatermelonSlicePlugin.java @@ -0,0 +1,59 @@ +package content.global.skill.cooking; + +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.item.GroundItemManager; +import core.game.node.item.Item; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the plugin used to slice a watermelon. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class WatermelonSlicePlugin extends UseWithHandler { + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + /** + * Represents the watermelon item. + */ + private static final Item WATERMELON = new Item(5982); + + /** + * Represents the watermelon slice item. + */ + private static final Item WATERMELON_SLICE = new Item(5984); + + /** + * Constructs a new {@code WatermelonSlicePlugin.java} {@code Object}. + */ + public WatermelonSlicePlugin() { + super(KNIFE.getId()); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(5982, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + if (event.getPlayer().getInventory().remove(WATERMELON)) { + for (int i = 0; i < 3; i++) { + if (!event.getPlayer().getInventory().add(WATERMELON_SLICE)) { + GroundItemManager.create(WATERMELON_SLICE, event.getPlayer()); + } + } + event.getPlayer().getPacketDispatch().sendMessage("You slice the watermelon into three slices."); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt b/Server/src/main/content/global/skill/cooking/WineFermentListener.kt deleted file mode 100644 index 1c4c67b9d..000000000 --- a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt +++ /dev/null @@ -1,30 +0,0 @@ -package content.global.skill.cooking - -import content.global.skill.cooking.fermenting.WineFermentingPulse -import core.api.addItem -import core.api.getDynLevel -import core.api.removeItem -import core.api.sendMessage -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.entity.skill.Skills -import core.game.world.GameWorld.Pulser -import org.rs09.consts.Items - -class WineFermentListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.GRAPES_1987, Items.JUG_OF_WATER_1937) { player, used, with -> - if (getDynLevel(player, Skills.COOKING) < 35) { - sendMessage(player, "You need a cooking level of 35 to do this.") - return@onUseWith true - } - if (removeItem(player, used.id) && removeItem(player, with.id)) { - addItem(player, Items.UNFERMENTED_WINE_1995) - Pulser.submit(WineFermentingPulse(1, player)) - return@onUseWith true - } - return@onUseWith false - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java b/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java new file mode 100644 index 000000000..b2e96678d --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/WineFermentPlugin.java @@ -0,0 +1,63 @@ +package content.global.skill.cooking; + +import core.plugin.Initializable; +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.fermenting.WineFermentingPulse; +import core.game.interaction.NodeUsageEvent; +import core.game.interaction.UseWithHandler; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; +import core.game.world.GameWorld; +import core.plugin.Plugin; + +/** + * Represents the plugin used to ferment wine. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class WineFermentPlugin extends UseWithHandler { + + /** + * Represents the grapes item. + */ + private static final Item GRAPES = new Item(1987, 1); + + /** + * Represents the jug of water item. + */ + private static final Item JUG_OF_WATER = new Item(1937, 1); + + /** + * Represents the unfermented wine item. + */ + private static final Item UNFERMENTED_WINE = new Item(1995, 1); + + /** + * Constructs a new {@code WineFermentPlugin} {@code Object}. + */ + public WineFermentPlugin() { + super(1937); + } + + @Override + public Plugin newInstance(Object arg) throws Throwable { + addHandler(1987, ITEM_TYPE, this); + return this; + } + + @Override + public boolean handle(NodeUsageEvent event) { + final Player player = event.getPlayer(); + if (player.getSkills().getLevel(Skills.COOKING) < 35) { + player.getPacketDispatch().sendMessage("You need a cooking level of 35 to do this."); + return true; + } + if (player.getInventory().remove(GRAPES, JUG_OF_WATER)) { + player.getInventory().add(UNFERMENTED_WINE); + GameWorld.getPulser().submit(new WineFermentingPulse(1, player)); + } + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt deleted file mode 100644 index 0661c9417..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt +++ /dev/null @@ -1,31 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class ChocolateCakeListener : InteractionListener { - - val chocolate = intArrayOf(Items.CHOCOLATE_BAR_1973, Items.CHOCOLATE_DUST_1975) - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.CAKE_1891, *chocolate) { player, used, with -> - val product = Items.CHOCOLATE_CAKE_1897 - val level = 50 - val experience = 30.0 - val message = "" - val failMessage = "You need a Cooking level of $level in order to do that." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt b/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt deleted file mode 100644 index b6be43bb4..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt +++ /dev/null @@ -1,37 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import core.game.node.item.Item -import org.rs09.consts.Items - -class CurryListener : InteractionListener { - - val added = intArrayOf(Items.CURRY_LEAF_5970, Items.SPICE_2007) - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.UNCOOKED_STEW_2001, *added) { player, used, with -> - val product = Items.UNCOOKED_CURRY_2009 - val amountAdded = when (with.id) { - Items.CURRY_LEAF_5970 -> 3 - Items.SPICE_2007 -> 1 - else -> 0 - } - val level = 60 - val experience = 0.0 - val message = "You mix the spice with the stew." - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - Item(with.id, amountAdded), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt b/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt deleted file mode 100644 index aa3b8bc59..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt +++ /dev/null @@ -1,72 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.* -import core.game.dialogue.SkillDialogueHandler -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import kotlin.math.min - -fun standardMix(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): Boolean { - // Avoids sending dialogue if not enough ingredients to create (relevant only for curry leaves) - if (amountInInventory(player, used.id) < used.amount || amountInInventory(player, with.id) < with.amount) { - // Not sure about the authentic message - sendMessage(player, "You don't have enough ingredients to make that.") - return true - } - - // Avoids sending dialogue if only one can be created - if (amountInInventory(player, used.id) == used.amount || amountInInventory(player, with.id) == with.amount) { - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return true - } - - if (removeItem(player, used) && removeItem(player, with)) { - sendMessage(player, message) - rewardXP(player, Skills.COOKING, experience) - addItem(player, product) - containerIngredient(player, used.id) - containerIngredient(player, with.id) - } - return true - } - - mixHandler( - player, - used, - with, - product, - level, - experience, - message, - failMessage - ).open() - return true -} - -private fun mixHandler(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): SkillDialogueHandler { - val handler: SkillDialogueHandler = - object : SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, product.asItem()) { - override fun create(amount: Int, index: Int) { - if (!playerMeetsInitialRequirements()) return - MixScript(player, used, with, product, amount, level, experience, message, failMessage).invoke() - } - - private fun playerMeetsInitialRequirements(): Boolean { - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return false - } - return true - } - - override fun getAll(index: Int): Int { - return min( - amountInInventory(player, used.id)/used.amount, - amountInInventory(player, with.id)/with.amount - ) - } - } - return handler -} diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt b/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt deleted file mode 100644 index 245c078af..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt +++ /dev/null @@ -1,57 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import org.rs09.consts.Items - -class MixScript( - private val player: Player, - private val used: Item, - private val with: Item, - private val product: Int, - private val sets: Int, - private val level: Int, - private val experience: Double, - private val message: String, - private val failMessage: String -) { - - private val delay = 2 - - fun invoke() { - queueScript(player, delay) { stage -> Int - if (getDynLevel(player, Skills.COOKING) < level) { - sendDialogue(player, failMessage) - return@queueScript stopExecuting(player) - } - - if (inInventory(player, used.id, used.amount) && inInventory(player, with.id, with.amount)) { - if(removeItem(player, used) && removeItem(player, with)) { - sendMessage(player, message) - rewardXP(player, Skills.COOKING, experience) - addItem(player, product) - containerIngredient(player, used.id) - containerIngredient(player, with.id) - } - } else { - return@queueScript stopExecuting(player) - } - - if (stage >= sets - 1) { - return@queueScript stopExecuting(player) - } - - return@queueScript delayScript(player, delay) - } - } -} - -fun containerIngredient(player: Player, ingredient: Int): Boolean{ - return when (ingredient) { - Items.BUCKET_OF_WATER_1929, Items.COMPOST_6032 -> addItem(player, Items.BUCKET_1925) - Items.FRIED_MUSHROOMS_7082 -> addItem(player, Items.BOWL_1923) - else -> false - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java new file mode 100644 index 000000000..d5e8ee5f7 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrap.java @@ -0,0 +1,57 @@ +package content.global.skill.cooking.recipe; + +import org.rs09.consts.Items; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * @author afaroutdude + */ +public class OomlieWrap extends Recipe { + + private static final Item OOMLIE_WRAP = new Item(Items.WRAPPED_OOMLIE_2341); + private static final Item RAW_OOMLIE = new Item(Items.RAW_OOMLIE_2337); + private static final Item PALM_LEAF = new Item(Items.PALM_LEAF_2339); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 50) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of 50 in order to do that."); + return; + } + super.mix(player, event); + } + + @Override + public Item getBase() { + return RAW_OOMLIE; + } + + @Override + public Item getProduct() { + return OOMLIE_WRAP; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PALM_LEAF }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You wrap the raw oomlie in the palm leaf."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt deleted file mode 100644 index 79024be71..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt +++ /dev/null @@ -1,29 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class OomlieWrapListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.RAW_OOMLIE_2337, Items.PALM_LEAF_2339) { player, used, with -> - val product = Items.WRAPPED_OOMLIE_2341 - val level = 50 - val experience = 0.0 - val message = "You wrap the raw oomlie in the palm leaf." - val failMessage = "You need a Cooking level of at least $level in order to do that." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt deleted file mode 100644 index 8f6b1a841..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt +++ /dev/null @@ -1,79 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PieListener : InteractionListener { - - val base = PieProduct.values().map { it.base }.toIntArray() - val added = PieProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val pie = PieProduct.productMap[used.id] ?: return@onUseWith true - - if (pie.added != with.id) { - return@onUseWith false - } - - val product = pie.product - val level = pie.minimumLevel - val experience = 0.0 - val message = "You fill the pie with ${pie.ingredientMessage}." - val failMessage = "You need a Cooking level of ${pie.minimumLevel} to make this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PieProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val ingredientMessage: String, - ) { - REDBERRY_PIE(Items.REDBERRIES_1951, Items.PIE_SHELL_2315, Items.UNCOOKED_BERRY_PIE_2321, 10, "redberries"), - MEAT_PIE(Items.COOKED_MEAT_2142, Items.PIE_SHELL_2315, Items.UNCOOKED_MEAT_PIE_2319, 20, "meat"), - MUD_PIE_1(Items.COMPOST_6032, Items.PIE_SHELL_2315, Items.PART_MUD_PIE_7164, 29, "compost"), - MUD_PIE_2(Items.PART_MUD_PIE_7164, Items.BUCKET_OF_WATER_1929, Items.PART_MUD_PIE_7166, 29, "water"), - MUD_PIE_3(Items.PART_MUD_PIE_7166, Items.CLAY_434, Items.RAW_MUD_PIE_7168, 29, "clay"), - APPLE_PIE(Items.COOKING_APPLE_1955, Items.PIE_SHELL_2315, Items.UNCOOKED_APPLE_PIE_2317, 30, "cooking apple"), - GARDEN_PIE_1(Items.TOMATO_1982, Items.PIE_SHELL_2315, Items.PART_GARDEN_PIE_7172, 34, "tomato"), - GARDEN_PIE_2(Items.PART_GARDEN_PIE_7172, Items.ONION_1957, Items.PART_GARDEN_PIE_7174, 34, "onion"), - GARDEN_PIE_3(Items.PART_GARDEN_PIE_7174, Items.CABBAGE_1965, Items.RAW_GARDEN_PIE_7176, 34, "cabbage"), - FISH_PIE_1(Items.TROUT_333, Items.PIE_SHELL_2315, Items.PART_FISH_PIE_7182, 47, "trout"), - FISH_PIE_2(Items.PART_FISH_PIE_7182, Items.COD_339, Items.PART_FISH_PIE_7184, 47, "cod"), - FISH_PIE_3(Items.PART_FISH_PIE_7184, Items.POTATO_1942, Items.RAW_FISH_PIE_7186, 47, "potato"), - ADMIRAL_PIE_1(Items.SALMON_329, Items.PIE_SHELL_2315, Items.PART_ADMIRAL_PIE_7192, 70, "salmon"), - ADMIRAL_PIE_2(Items.PART_ADMIRAL_PIE_7192, Items.TUNA_361, Items.PART_ADMIRAL_PIE_7194, 70, "tuna"), - ADMIRAL_PIE_3(Items.PART_ADMIRAL_PIE_7194, Items.POTATO_1942, Items.RAW_ADMIRAL_PIE_7196, 70, "potato"), - WILD_PIE_1(Items.RAW_BEAR_MEAT_2136, Items.PIE_SHELL_2315, Items.PART_WILD_PIE_7202, 85, "raw bear meat"), - WILD_PIE_2(Items.PART_WILD_PIE_7202, Items.RAW_CHOMPY_2876, Items.PART_WILD_PIE_7204, 85, "raw chompy"), - WILD_PIE_3(Items.PART_WILD_PIE_7204, Items.RAW_RABBIT_3226, Items.RAW_WILD_PIE_7206, 85, "raw rabbit"), - SUMMER_PIE_1(Items.STRAWBERRY_5504, Items.PIE_SHELL_2315, Items.PART_SUMMER_PIE_7212, 95, "strawberry"), - SUMMER_PIE_2(Items.PART_SUMMER_PIE_7212, Items.WATERMELON_5982, Items.PART_SUMMER_PIE_7214, 95, "watermelon"), - SUMMER_PIE_3(Items.PART_SUMMER_PIE_7214, Items.COOKING_APPLE_1955, Items.RAW_SUMMER_PIE_7216, 95, "apple"), - ; - - companion object { - val productMap = HashMap() - - init { - for (pie in PieProduct.values()) { - productMap[pie.base] = pie - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt deleted file mode 100644 index b0e075575..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt +++ /dev/null @@ -1,29 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PieShellListener : InteractionListener { - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.PIE_DISH_2313, Items.PASTRY_DOUGH_1953) { player, used, with -> - val product = Items.PIE_SHELL_2315 - val level = 1 - val experience = 0.0 - val message = "You put the pastry dough into the pie dish to make a pie shell." - val failMessage = "" - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt deleted file mode 100644 index f70c32f35..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt +++ /dev/null @@ -1,66 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PizzaListener : InteractionListener { - - val base = PizzaProduct.values().map { it.base }.toIntArray() - val added = PizzaProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val pizza = PizzaProduct.productMap[used.id] ?: return@onUseWith true - - if (pizza.added != with.id) { - return@onUseWith false - } - - val product = pizza.product - val level = pizza.minimumLevel - val experience = pizza.experience - val message = "You add the ${pizza.message} to the pizza." - val failMessage = "You need a Cooking level of at least ${pizza.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PizzaProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String, - ) { - PIZZA_1(Items.TOMATO_1982, Items.PIZZA_BASE_2283, Items.INCOMPLETE_PIZZA_2285, 35, 0.0,"tomato"), - PIZZA_2(Items.CHEESE_1985, Items.INCOMPLETE_PIZZA_2285, Items.UNCOOKED_PIZZA_2287, 35, 0.0, "cheese"), - MEAT_PIZZA_1(Items.COOKED_MEAT_2142, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "meat"), - MEAT_PIZZA_2(Items.COOKED_CHICKEN_2140, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "cooked chicken"), - ANCHOVY_PIZZA(Items.ANCHOVIES_319, Items.PLAIN_PIZZA_2289, Items.ANCHOVY_PIZZA_2297, 55, 39.0, "anchovies"), - PINEAPPLE_PIZZA_1(Items.PINEAPPLE_CHUNKS_2116, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"), - PINEAPPLE_PIZZA_2(Items.PINEAPPLE_RING_2118, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"), - ; - - companion object { - val productMap = HashMap() - - init { - for (pizza in PizzaProduct.values()) { - productMap[pizza.base] = pizza - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt deleted file mode 100644 index 6e2cd5b5c..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt +++ /dev/null @@ -1,77 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class PotatoListener : InteractionListener { - - val added = PotatoProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, Items.BAKED_POTATO_6701, Items.PAT_OF_BUTTER_6697) { player, used, with -> - val product = Items.POTATO_WITH_BUTTER_6703 - val level = 39 - val experience = 40.5 - val message = "You add a pat of butter to the potato." - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - - onUseWith(IntType.ITEM, added, Items.POTATO_WITH_BUTTER_6703) { player, used, with -> - val topping = PotatoProduct.productMap[used.id] ?: return@onUseWith true - - val product = topping.product - val level = topping.minimumLevel - val experience = topping.experience - val message = "" - val failMessage = "You need a Cooking level of at least $level in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class PotatoProduct( - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String - ) { - CHEESE_POTATO(Items.CHEESE_1985, Items.POTATO_WITH_CHEESE_6705, 47, 10.0, ""), - CHILLI_POTATO(Items.CHILLI_CON_CARNE_7062, Items.CHILLI_POTATO_7054, 41, 15.0, ""), - EGG_POTATO(Items.EGG_AND_TOMATO_7064, Items.EGG_POTATO_7056, 51, 50.0, ""), - TUNA_POTATO(Items.TUNA_AND_CORN_7068, Items.TUNA_POTATO_7060, 68, 10.0, ""), - MUSHROOM_POTATO(Items.MUSHROOM_AND_ONION_7066, Items.MUSHROOM_POTATO_7058, 64, 55.0, ""), - ; - - companion object { - val productMap = HashMap() - - init { - for (topping in PotatoProduct.values()) { - productMap[topping.added] = topping - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/Recipe.java b/Server/src/main/content/global/skill/cooking/recipe/Recipe.java new file mode 100644 index 000000000..3e2eff513 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/Recipe.java @@ -0,0 +1,134 @@ +package content.global.skill.cooking.recipe; + +import content.global.skill.cooking.recipe.pie.impl.*; +import content.global.skill.cooking.recipe.pizza.impl.AnchovyPizza; +import content.global.skill.cooking.recipe.pizza.impl.MeatPizza; +import content.global.skill.cooking.recipe.pizza.impl.PineapplePizza; +import content.global.skill.cooking.recipe.pizza.impl.PlainPizza; +import content.global.skill.cooking.recipe.potato.impl.*; +import content.global.skill.cooking.recipe.stew.CurryRecipe; +import content.global.skill.cooking.recipe.stew.StewRecipe; +import content.global.skill.cooking.recipe.topping.impl.*; +import content.global.skill.cooking.recipe.cake.ChocolateCake; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a cooking recipe, this is dynamic that can range from a pie to a + * pizza. + * @author 'Vexia + * @date 21/12/2013 + */ +public abstract class Recipe { + + /** + * Represents the array of active recipes in 2009Scape. + */ + // TODO: + // - Making this an enum would drastically save on file/line count, since the recipes seem to mostly be plain-old-data classes + // - Making pie shells a recipe would make make-x for them just work + // - Making pineapple cutting a recipe would probably fix their make-x making all with any option + public static final Recipe[] RECIPES = new Recipe[] { + new RedberryPie(), new MeatPie(), new ApplePie(), new MudPie(), new GardenPie(), new FishPie(), new AdmiralPie(), new WildPie(), new SummerPie(), + new StewRecipe(), new CurryRecipe(), + new PlainPizza(), new MeatPizza(), new AnchovyPizza(), new PineapplePizza(), + new ChocolateCake(), + new ButterPotato(), new ChilliPotato(), new CheesePotato(), new EggPotato(), new MushroomPotato(), new TunaPotato(), + new SpicySauce(), new ChilliConCarne(), new UncookedEgg(), new EggAndTomato(), new MushroomAndOnion(), new ChoppedOnion(), new SlicedMushroom(), new ChoppedTuna(), new TunaAndCorn(), new OomlieWrap() + }; + + /** + * Method used to get the base item. + * @return the item. + */ + public abstract Item getBase(); + + /** + * Method used to get the product item. + * @return the product item. + */ + public abstract Item getProduct(); + + /** + * Method used to get the ingredients in this recipe. + * @return the ingredients. + */ + public abstract Item[] getIngredients(); + + /** + * Method used to get the part items made from ingredients. + * @return the part items. + */ + public abstract Item[] getParts(); + + /** + * Method used to get the mixing message. + * @param event the node usage event. + * @return the message used to mix. + */ + public abstract String getMixMessage(final NodeUsageEvent event); + + /** + * Method used to check if this is a singular one step recipe. + * @return True if so. + */ + public abstract boolean isSingular(); + + /** + * Method used to mix this recipes ingredients. + * @param player the player. + * @param event the event. + */ + public void mix(final Player player, final NodeUsageEvent event) { + if (getIngredients().length == 1) { + singleMix(player, event); + } else { + multipleMix(player, event); + } + } + + /** + * Method used to handle a single mixing. + * @param player the player. + * @param event the event. + */ + public void singleMix(final Player player, final NodeUsageEvent event) { + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getProduct()); + String message = getMixMessage(event); + if (message != null) { + player.getPacketDispatch().sendMessage(message); + } + } + } + + /** + * Method used to handle mixing multiple item recipes. + * @param player the player. + * @param event the event. + */ + public void multipleMix(final Player player, final NodeUsageEvent event) { + Item item = null; + int index = -1; + for (int counter = 0; counter < getIngredients().length; counter++) { + item = getIngredients()[counter]; + if (item.getId() == event.getUsedItem().getId() || item.getId() == event.getBaseItem().getId()) { + index = counter; + break; + } + } + if (index != -1) { + if (!player.getInventory().containItems(event.getBaseItem().getId(), event.getUsedItem().getId())) { + return; + } + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getParts()[index + 1]); + String message = getMixMessage(event); + if (message != null) { + player.getPacketDispatch().sendMessage(message); + } + } + } + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt b/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt deleted file mode 100644 index 312aedcf0..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt +++ /dev/null @@ -1,62 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class StewListener : InteractionListener { - - val base = StewProduct.values().map { it.base }.toIntArray() - val added = StewProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val stew = StewProduct.productMap[used.id] ?: return@onUseWith true - - if (stew.added != with.id) { - return@onUseWith false - } - - val product = stew.product - val level = stew.minimumLevel - val experience = 0.0 - val message = "You cut up the ${stew.message} and put it into the stew." - val failMessage = "You need a Cooking level of at least ${stew.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class StewProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val message: String, - ) { - STEW_1(Items.POTATO_1942, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1997, 25, "potato"), - STEW_2(Items.INCOMPLETE_STEW_1997, Items.COOKED_MEAT_2142, Items.UNCOOKED_STEW_2001, 25, "meat"), - STEW_3(Items.COOKED_MEAT_2142, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1999, 25, "meat"), - STEW_4(Items.INCOMPLETE_STEW_1999, Items.POTATO_1942, Items.UNCOOKED_STEW_2001, 25, "potato"), - ; - - companion object { - val productMap = HashMap() - - init { - for (stew in StewProduct.values()) { - productMap[stew.base] = stew - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt deleted file mode 100644 index 68e5c55bb..000000000 --- a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt +++ /dev/null @@ -1,84 +0,0 @@ -package content.global.skill.cooking.recipe - -import core.api.inInventory -import core.api.sendDialogue -import core.game.interaction.IntType -import core.game.interaction.InteractionListener -import org.rs09.consts.Items - -class ToppingListener : InteractionListener { - - val base = ToppingProduct.values().map { it.base }.toIntArray() - val added = ToppingProduct.values().map { it.added }.toIntArray() - - override fun defineListeners() { - onUseWith(IntType.ITEM, base, *added) { player, used, with -> - val topping = ToppingProduct.productMap[used.id] ?: return@onUseWith true - val verb = if (with.id == Items.COOKED_MEAT_2142) "cut" else "slice" - - if (topping.added != with.id) { - return@onUseWith false - } - - if (topping.cut_name != "" && !inInventory(player, Items.KNIFE_946)) { - sendDialogue(player, "You need a knife in order to $verb up the ${topping.cut_name}.") - return@onUseWith true - } - - val product = topping.product - val level = topping.minimumLevel - val experience = topping.experience - val message = topping.message - val failMessage = "You need a Cooking level of at least ${topping.minimumLevel} in order to do this." - - return@onUseWith standardMix( - player, - used.asItem(), - with.asItem(), - product, - level, - experience, - message, - failMessage - ) - } - } - - enum class ToppingProduct( - val base: Int, - val added: Int, - val product: Int, - val minimumLevel: Int, - val experience: Double, - val message: String, - val cut_name: String - ) { - //Tuna and Corn: https://www.youtube.com/watch?v=wAavERc9p2c - //Uncooked Egg: https://www.youtube.com/watch?v=LiLq6PhCc2M - //Bowl of sweetcorn (OSRS source is only I could find) https://www.youtube.com/watch?v=pz8epXjkKYE - - UNCOOKED_EGG(Items.EGG_1944, Items.BOWL_1923, Items.UNCOOKED_EGG_7076, 1, 0.0, "You carefully break the egg into the bowl.", ""), - BOWL_OF_SWEETCORN(Items.COOKED_SWEETCORN_5988, Items.BOWL_1923, Items.SWEETCORN_7088, 1, 0.0, "You put the cooked sweetcorn into the bowl.", ""), - SLICED_MUSHROOM(Items.MUSHROOM_6004, Items.BOWL_1923, Items.SLICED_MUSHROOMS_7080, 1, 0.0, "You chop the mushrooms into the bowl.", "mushrooms"), - CHOPPED_TUNA(Items.TUNA_361, Items.BOWL_1923, Items.CHOPPED_TUNA_7086, 1, 0.0, "You chop the tuna into the bowl.", "tuna"), - CHOPPED_ONION(Items.ONION_1957, Items.BOWL_1923, Items.CHOPPED_ONION_1871, 1, 0.0, "You chop the onion into the bowl.", "onion"), - CHOPPED_GARLIC(Items.GARLIC_1550, Items.BOWL_1923, Items.CHOPPED_GARLIC_7074, 1, 0.0, "You chop the garlic into the bowl.", "garlic"), - SPICY_SAUCE(Items.CHOPPED_GARLIC_7074, Items.GNOME_SPICE_2169, Items.SPICY_SAUCE_7072, 9, 25.0, "You mix the ingredients to make the topping.", ""), //inauthentic, used generic mixing message - CHILLI_CON_CARNE(Items.SPICY_SAUCE_7072, Items.COOKED_MEAT_2142, Items.CHILLI_CON_CARNE_7062, 9, 0.0, "You mix the ingredients to make the topping.", "meat"), //inauthentic, used generic mixing message - EGG_AND_TOMATO(Items.TOMATO_1982, Items.SCRAMBLED_EGG_7078, Items.EGG_AND_TOMATO_7064, 23, 50.0, "You mix the ingredients to make the topping.", ""), - MUSHROOM_AND_ONION(Items.FRIED_MUSHROOMS_7082, Items.FRIED_ONIONS_7084, Items.MUSHROOM_AND_ONION_7066, 57, 120.0, "You mix the ingredients to make the topping.", ""), - TUNA_AND_CORN_1(Items.CHOPPED_TUNA_7086, Items.COOKED_SWEETCORN_5988, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", ""), - TUNA_AND_CORN_2(Items.SWEETCORN_7088, Items.TUNA_361, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", "tuna"), - ; - - companion object { - val productMap = HashMap() - - init { - for (topping in ToppingProduct.values()) { - productMap[topping.base] = topping - } - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java b/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java new file mode 100644 index 000000000..97ef11d88 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/cake/ChocolateCake.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.cake; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chocolate cake recipe. This recipe consists of adding a + * chocolate bar to a cake. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChocolateCake extends Recipe { + + /** + * Represents the cake item. + */ + private static final Item CAKE = new Item(1891); + + /** + * Represents the chocolate cake item. + */ + private static final Item CHOCOLATE_CAKE = new Item(1897); + + /** + * Represents the chocolate bar item. + */ + private static final Item CHOCOLATE_BAR = new Item(1973); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 50) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of 50 in order to do that."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 30, true); + } + + @Override + public Item getBase() { + return CAKE; + } + + @Override + public Item getProduct() { + return CHOCOLATE_CAKE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHOCOLATE_BAR }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add chocolate to the cake."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java new file mode 100644 index 000000000..878a3333f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/PieRecipe.java @@ -0,0 +1,38 @@ +package content.global.skill.cooking.recipe.pie; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.item.Item; + +/** + * Represents the generic recipe for a pie. + * @author 'Vexia + * @date 21/12/2013 + */ +public abstract class PieRecipe extends Recipe { + + /** + * Represents the pie shell item. + */ + protected static final Item PIE_SHELL = new Item(2315); + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public Item getBase() { + return PIE_SHELL; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You fill the pie with " + (event.getBaseItem().getId() == 2315 ? event.getUsedItem().getName().toLowerCase() : event.getBaseItem().getName().toLowerCase()) + "."; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java new file mode 100644 index 000000000..9cc6a98eb --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/AdmiralPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the admiral pie recipe. This recipe conists of pixing a salmon, + * tuna and potato together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class AdmiralPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7196); + + /** + * Represents the salmon ingredient item. + */ + private static final Item SALMON = new Item(329); + + /** + * Represents the tuna ingredient item. + */ + private static final Item TUNA = new Item(361); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7192); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7194); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { SALMON, TUNA, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java new file mode 100644 index 000000000..e44917445 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/ApplePie.java @@ -0,0 +1,34 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the apple pie recipe. This recipe consists of cooking apples and a + * pie shell. + * @author 'Vexia + * @date 21/12/2013 + */ +public class ApplePie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2317); + + /** + * Represents the cooking apple item. + */ + private static final Item COOKING_APPLE = new Item(1955); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKING_APPLE }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java new file mode 100644 index 000000000..7a1dad02f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/FishPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the garden pie recipe. This pie consists of mixing, tomato, onion, + * and cabbage together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class FishPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7186); + + /** + * Represents the trout item ingredient. + */ + private static final Item TROUT = new Item(333); + + /** + * Represents the cod item ingredient. + */ + private static final Item COD = new Item(339); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7182); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7184); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TROUT, COD, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java new file mode 100644 index 000000000..90fbe7e23 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/GardenPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the garden pie recipe. This pie consists of mixing, tomato, onion, + * and cabbage together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class GardenPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7176); + + /** + * Represents the tomato ingredient item. + */ + private static final Item TOMATO = new Item(1982); + + /** + * Represents the onion ingredient item. + */ + private static final Item ONION = new Item(1957); + + /** + * Represents the cabbage ingredient item. + */ + private static final Item CABBAGE = new Item(1965); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7172); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7174); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO, ONION, CABBAGE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java new file mode 100644 index 000000000..1edb223fd --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MeatPie.java @@ -0,0 +1,58 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the meat pie recipe. + * @author 'Vexia + * @date 21/12/2013 + */ +public class MeatPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2319); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the cooked chicken item. + */ + private static final Item COOKED_CHICKEN = new Item(2140); + + /** + * Represents the cooked rabbit. + */ + private static final Item COOKED_RABBIT = new Item(3228); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getInventory().remove(event.getUsedItem()) && player.getInventory().remove(event.getBaseItem())) { + player.getInventory().add(getProduct()); + player.getPacketDispatch().sendMessage(getMixMessage(event)); + return; + } + } + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT, COOKED_CHICKEN, COOKED_RABBIT }; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You fill the pie with meat."; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java new file mode 100644 index 000000000..64a542f46 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/MudPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the mud pie recipe. A mud pie consists of mixing compost, water + * and clay together. + * @author 'Vexia + * @date 21/12/2013 + */ +public class MudPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7168); + + /** + * Represents the compost item. + */ + private static final Item COMPOST = new Item(6032); + + /** + * Represents the bucket of water item. + */ + private static final Item BUCKET_OF_WATER = new Item(1929); + + /** + * Represents the clay item. + */ + private static final Item CLAY = new Item(434); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7164); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7166); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COMPOST, BUCKET_OF_WATER, CLAY }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java new file mode 100644 index 000000000..6ebbd04f6 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/RedberryPie.java @@ -0,0 +1,33 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents a redberry pie recipe. + * @author 'Vexia + * @date 21/12/2013 + */ +public class RedberryPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(2321); + + /** + * Represents the redberries pie. + */ + private static final Item REDBERRIES = new Item(1951); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { REDBERRIES }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java new file mode 100644 index 000000000..14996852a --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/SummerPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the summer pie recipe. This recipe consists of mixing stawberry, + * watermelon, and an apple. + * @author 'Vexia + * @date 21/12/2013 + */ +public class SummerPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7216); + + /** + * Represents the strawberry item. + */ + private static final Item STRAWBERRY = new Item(5504); + + /** + * Represents the watermelon item. + */ + private static final Item WATERMELON = new Item(5982); + + /** + * Represents the cooking apple item. + */ + private static final Item COOKING_APPLE = new Item(1955); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7212); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7214); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { STRAWBERRY, WATERMELON, COOKING_APPLE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java new file mode 100644 index 000000000..3b4decaa2 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pie/impl/WildPie.java @@ -0,0 +1,64 @@ +package content.global.skill.cooking.recipe.pie.impl; + +import content.global.skill.cooking.recipe.pie.PieRecipe; +import core.game.node.item.Item; + +/** + * Represents the wild pie recipe. This recipe consists of mixing raw beat meat, + * raw chomp, and raw rabbit into a pie shell. + * @author 'Vexia + * @date 21/12/2013 + */ +public class WildPie extends PieRecipe { + + /** + * Represents the uncooked redberry pie. + */ + private static final Item UNCOOKED_PIE = new Item(7206); + + /** + * Represents the raw bear meat item. + */ + private static final Item BEAR_MEAT = new Item(2136); + + /** + * Represents the raw chompy meat item. + */ + private static final Item CHOMPY_MEAT = new Item(2876); + + /** + * Represents the raw rabbit meat item. + */ + private static final Item RABBIT_MEAT = new Item(3226); + + /** + * Represents the part one pie item. + */ + private static final Item PART_ONE = new Item(7202); + + /** + * Represents the part two pie item. + */ + private static final Item PART_TWO = new Item(7204); + + @Override + public Item getProduct() { + return UNCOOKED_PIE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { BEAR_MEAT, CHOMPY_MEAT, RABBIT_MEAT }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIE_SHELL, PART_ONE, PART_TWO, UNCOOKED_PIE }; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java new file mode 100644 index 000000000..5a1385a35 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/PizzaRecipe.java @@ -0,0 +1,63 @@ +package content.global.skill.cooking.recipe.pizza; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the generic recipe for a pizza. + * @author ceikry + */ +public abstract class PizzaRecipe extends Recipe { + + /** + * Represents the plain pizza. + */ + protected static final Item PLAIN_PIZZA = new Item(2289); + + /** + * Method used to get the experience gained from adding the final + * ingredient. + * @return the experience. + */ + public abstract double getExperience(); + + /** + * Method used to get the level required. + * @return the level required. + */ + public abstract int getLevel(); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.singleMix(player, event); + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public Item getBase() { + return PLAIN_PIZZA; + } + + @Override + public String getMixMessage(final NodeUsageEvent event) { + return "You add " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java new file mode 100644 index 000000000..4a70625ff --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/AnchovyPizza.java @@ -0,0 +1,44 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.node.item.Item; + +/** + * Represents the anchovy pizza. This recipe consists of adding anchovies to a + * plain pizza. + * @author 'Vexia + * @date 22/12/2013 + */ +public class AnchovyPizza extends PizzaRecipe { + + /** + * Represents the anchovy pizza item. + */ + private static final Item ANCHOVY_PIZZA = new Item(2297); + + /** + * Represents the anchovies item. + */ + private static final Item ANCHOVIES = new Item(319); + + @Override + public double getExperience() { + return 39; + } + + @Override + public Item getProduct() { + return ANCHOVY_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { ANCHOVIES }; + } + + @Override + public int getLevel() { + return 55; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java new file mode 100644 index 000000000..b79096137 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/MeatPizza.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.node.item.Item; + +/** + * Represents the meat pizza recipe. This recipe consists of adding cooked meat + * to a plain pizza. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MeatPizza extends PizzaRecipe { + + /** + * Represents the meat pizza item. + */ + private static final Item MEAT_PIZZA = new Item(2293); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the cooked chicken item. + */ + private static final Item COOKED_CHICKEN = new Item(2140); + + @Override + public double getExperience() { + return 26; + } + + @Override + public int getLevel() { + return 45; + } + + @Override + public Item getProduct() { + return MEAT_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT, COOKED_CHICKEN }; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java new file mode 100644 index 000000000..7e4746e2f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PineapplePizza.java @@ -0,0 +1,55 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import content.global.skill.cooking.recipe.pizza.PizzaRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.item.Item; + +/** + * Represents the pineapple pizza recipe. This recipe consists of mixing either + * pineapple chunks or pineapple rings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class PineapplePizza extends PizzaRecipe { + + /** + * Represents the pineapple pizza item. + */ + private static final Item PINEAPPLE_PIZZA = new Item(2301); + + /** + * Represents the pineapple ring item. + */ + private static final Item PINEAPPLE_RING = new Item(2118); + + /** + * Represents the pineapple chunk item. + */ + private static final Item PINEAPPLE_CHUNKS = new Item(2116); + + @Override + public double getExperience() { + return 52; + } + + @Override + public int getLevel() { + return 65; + } + + @Override + public Item getProduct() { + return PINEAPPLE_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PINEAPPLE_CHUNKS, PINEAPPLE_RING }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add the " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java new file mode 100644 index 000000000..8d624dca3 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/pizza/impl/PlainPizza.java @@ -0,0 +1,81 @@ +package content.global.skill.cooking.recipe.pizza.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the plain pizza recipe. This recipe consists of mixing tomato, and + * cheese to a pizza base. + * @author 'Vexia + * @date 22/12/2013 + */ +public class PlainPizza extends Recipe { + + /** + * Represents the pizza base. + */ + private static final Item PIZZA_BASE = new Item(2283); + + /** + * Represents the uncooked pizza. + */ + private static final Item UNCOOKED_PIZZA = new Item(2287); + + /** + * Represents the incomplete pizza. + */ + private static final Item INCOMPLETE_PIZZA = new Item(2285); + + /** + * Represents the tomato ingredient item. + */ + private static final Item TOMATO = new Item(1982); + + /** + * Represents the cheese item. + */ + private static final Item CHEESE = new Item(1985); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 35) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 35 + " in order to do this."); + return; + } + super.mix(player, event); + } + + @Override + public Item getBase() { + return PIZZA_BASE; + } + + @Override + public Item getProduct() { + return UNCOOKED_PIZZA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO, CHEESE }; + } + + @Override + public Item[] getParts() { + return new Item[] { PIZZA_BASE, INCOMPLETE_PIZZA, UNCOOKED_PIZZA }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add the " + event.getBaseItem().getName().toLowerCase() + " to the pizza."; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java new file mode 100644 index 000000000..c2640a8bc --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/PotatoRecipe.java @@ -0,0 +1,76 @@ +package content.global.skill.cooking.recipe.potato; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a generic potato topping recipe. + * @author 'Vexia + * @date 22/12/2013 + */ +public abstract class PotatoRecipe extends Recipe { + + /** + * Represents the potato with butter. + */ + private static final Item POTATO_WITH_BUTTER = new Item(6703); + + /** + * Represents the bowl item. + */ + protected static final Item BOWL = new Item(1923); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.singleMix(player, event); + if (isTopping()) { + player.getInventory().add(BOWL); + } + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item getBase() { + return POTATO_WITH_BUTTER; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + + /** + * Method used to check if it is a topping recipe. + * @return True if it is a topping. + */ + public abstract boolean isTopping(); + + /** + * Method used to get the level required. + * @return the level. + */ + public abstract int getLevel(); + + /** + * Method used to get the experience gained. + * @return the experience. + */ + public abstract double getExperience(); +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java new file mode 100644 index 000000000..b382a5029 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ButterPotato.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the butter potato recipe. This recipe consists of adding a pat of + * butter to a potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ButterPotato extends Recipe { + + /** + * Represents the baked potato. + */ + private static final Item BAKED_POTATO = new Item(6701); + + /** + * Represents the potato with butter. + */ + private static final Item POTATO_WITH_BUTTER = new Item(6703); + + /** + * Represents the pat of butter. + */ + private static final Item PAT_OF_BUTTER = new Item(6697); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 39) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 39 + " in order to do this."); + return; + } + super.singleMix(player, event); + player.getSkills().addExperience(Skills.COOKING, 40.5, true); + } + + @Override + public Item getBase() { + return BAKED_POTATO; + } + + @Override + public Item getProduct() { + return POTATO_WITH_BUTTER; + } + + @Override + public Item[] getIngredients() { + return new Item[] { PAT_OF_BUTTER }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You add a pat of butter to the potato."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java new file mode 100644 index 000000000..f111ed950 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/CheesePotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the cheese potato. This recipe consists of mixing cheese witha + * baked potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class CheesePotato extends PotatoRecipe { + + /** + * Represents the cheese potato. + */ + private static final Item CHEESE_POTATO = new Item(6705); + + /** + * Represents the cheese item. + */ + private static final Item CHEESE = new Item(1985); + + @Override + public Item getProduct() { + return CHEESE_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHEESE }; + } + + @Override + public boolean isTopping() { + return false; + } + + @Override + public int getLevel() { + return 47; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java new file mode 100644 index 000000000..88c5ed146 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/ChilliPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the chilli potato recipe. This recipe consists of adding chilli + * con carne to a baked butter potato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChilliPotato extends PotatoRecipe { + + /** + * Represents the chilli potato item. + */ + private static final Item CHILLI_POTATO = new Item(7054); + + /** + * Represents the chilli con carne item/ + */ + private static final Item CHILLI_CON_CARNE = new Item(7062); + + @Override + public Item getProduct() { + return CHILLI_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { CHILLI_CON_CARNE }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 41; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java new file mode 100644 index 000000000..c616591fd --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/EggPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the egg potato recipe. This recipe consists of mixing a egg and a + * tomato. + * @author 'Vexia + * @date 22/12/2013 + */ +public class EggPotato extends PotatoRecipe { + + /** + * Represents the egg potato. + */ + private static final Item EGG_POTATO = new Item(7056); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7064); + + @Override + public Item getProduct() { + return EGG_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 51; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java new file mode 100644 index 000000000..d7bfa1c2c --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/MushroomPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the mushrrom potato. This recipe consists of mixing a baked potato + * with mushroom and onion toppings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MushroomPotato extends PotatoRecipe { + + /** + * Represents the egg potato. + */ + private static final Item MUSHROOM_POTATO = new Item(7058); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7066); + + @Override + public Item getProduct() { + return MUSHROOM_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 64; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java new file mode 100644 index 000000000..645d5ed2e --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/potato/impl/TunaPotato.java @@ -0,0 +1,49 @@ +package content.global.skill.cooking.recipe.potato.impl; + +import content.global.skill.cooking.recipe.potato.PotatoRecipe; +import core.game.node.item.Item; + +/** + * Represents the tuna potato recipe. This recipe consists of mixing tuna and + * corn toppings. + * @author 'Vexia + * @date 22/12/2013 + */ +public class TunaPotato extends PotatoRecipe { + + /** + * Represents the tuna potato. + */ + private static final Item TUNA_POTATO = new Item(7060); + + /** + * Represents the topping item. + */ + private static final Item TOPPING = new Item(7068); + + @Override + public Item getProduct() { + return TUNA_POTATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOPPING }; + } + + @Override + public boolean isTopping() { + return true; + } + + @Override + public int getLevel() { + return 68; + } + + @Override + public double getExperience() { + return 10; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java new file mode 100644 index 000000000..4ea78825d --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/stew/CurryRecipe.java @@ -0,0 +1,89 @@ +package content.global.skill.cooking.recipe.stew; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the curry recipe. This recipe consists of mixing 3 curry leaves or + * a spice into a stew. + * @author 'Vexia + * @date 22/12/2013 + */ +public class CurryRecipe extends Recipe { + + /** + * Represents the uncooked curry item. + */ + private static final Item UNCOOKED_CURRY = new Item(2009); + + /** + * Represents the uncooked stew item. + */ + private static final Item UNCOOKED_STEW = new Item(2001); + + /** + * Represents the spice item. + */ + private static final Item SPICE = new Item(2007); + + /** + * Represents the curry leaf. + */ + private static final Item CURRY_LEAF = new Item(5970); + + @Override + public void mix(Player player, NodeUsageEvent event) { + if (event.getBaseItem().getId() == CURRY_LEAF.getId() || event.getUsedItem().getId() == CURRY_LEAF.getId()) { + Item stew = event.getBaseItem().getId() == UNCOOKED_STEW.getId() ? event.getBaseItem() : event.getUsedItem(); + if (stew.getCharge() == 1000) { + stew.setCharge(1); + } + int charge = stew.getCharge(); + if (charge < 3) { + player.getInventory().remove(CURRY_LEAF); + stew.setCharge(charge + 1); + } else { + if (player.getInventory().remove(stew) && player.getInventory().remove(CURRY_LEAF)) { + player.getInventory().add(UNCOOKED_CURRY); + } + } + return; + } + if (player.getInventory().remove(event.getBaseItem()) && player.getInventory().remove(event.getUsedItem())) { + player.getInventory().add(getProduct()); + } + } + + @Override + public Item getBase() { + return UNCOOKED_STEW; + } + + @Override + public Item getProduct() { + return UNCOOKED_CURRY; + } + + @Override + public Item[] getIngredients() { + return new Item[] { SPICE, CURRY_LEAF }; + } + + @Override + public Item[] getParts() { + return new Item[] { UNCOOKED_STEW }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You mix the spice with the stew."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java new file mode 100644 index 000000000..4073bcc0e --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/stew/StewRecipe.java @@ -0,0 +1,92 @@ +package content.global.skill.cooking.recipe.stew; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the stew recipe. This recipe consists of mixing meat and a raw + * potato in a bowl of water. + * @author 'Vexia + * @date 22/12/2013 + */ +public class StewRecipe extends Recipe { + + /** + * Represents the uncooked stew item. + */ + private static final Item UNCOOKED_STEW = new Item(2001); + + /** + * Represents the bowl of water item. + */ + private static final Item BOWL_OF_WATER = new Item(1921); + + /** + * Represents the meat item. + */ + private static final Item MEAT = new Item(2142); + + /** + * Represents the potato item. + */ + private static final Item POTATO = new Item(1942); + + /** + * Represents the incomplete stew. + */ + private static final Item INCOMPLETE_STEW = new Item(1997); + + /** + * Represents the second incomplete stew. + */ + private static final Item INCOMPLETE_STEW2 = new Item(1999); + + @Override + public void mix(Player player, NodeUsageEvent event) { + Item first = event.getUsedItem(); + Item second = event.getBaseItem(); + if(first != null && second != null) { + if (player.getInventory().remove(first) && player.getInventory().remove(second)) { + if (first.getId() == BOWL_OF_WATER.getId() || second.getId() == BOWL_OF_WATER.getId()) { + player.getInventory().add(first.getId() == POTATO.getId() ? INCOMPLETE_STEW : first.getId() == MEAT.getId() ? INCOMPLETE_STEW2 : second.getId() == POTATO.getId() ? INCOMPLETE_STEW : second.getId() == MEAT.getId() ? INCOMPLETE_STEW2 : null); + } else { + player.getInventory().add(UNCOOKED_STEW); + } + player.getPacketDispatch().sendMessage(getMixMessage(event)); + } + } + } + + @Override + public Item getBase() { + return BOWL_OF_WATER; + } + + @Override + public Item getProduct() { + return UNCOOKED_STEW; + } + + @Override + public Item[] getIngredients() { + return new Item[] { MEAT, POTATO, MEAT, POTATO }; + } + + @Override + public Item[] getParts() { + return new Item[] { BOWL_OF_WATER, BOWL_OF_WATER, INCOMPLETE_STEW, INCOMPLETE_STEW2 }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You cut up the " + (event.getUsedItem().getName().toLowerCase().contains("incomplete") ? event.getBaseItem().getName().toLowerCase() : event.getUsedItem().getName().toLowerCase().replace("cooked", "").trim()) + " and put it into the stew."; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java b/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java new file mode 100644 index 000000000..5c2cacb15 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/ToppingRecipe.java @@ -0,0 +1,58 @@ +package content.global.skill.cooking.recipe.topping; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents a generic topping recipe. + * @author 'Vexia + * @date 22/12/2013 + */ +public abstract class ToppingRecipe extends Recipe { + + /** + * Represents the bowl item. + */ + protected static final Item BOWL = new Item(1923); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < getLevel()) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + getLevel() + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, getExperience(), true); + } + + @Override + public Item getBase() { + return BOWL; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + + /** + * Method used to get the level required. + * @return the level. + */ + public abstract int getLevel(); + + /** + * Method used to get the experience gained. + * @return the experience. + */ + public abstract double getExperience(); + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java new file mode 100644 index 000000000..4085d149b --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChilliConCarne.java @@ -0,0 +1,81 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chilli con carne recipe. This recipe consists of using spicy + * sauce with cooked meat. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChilliConCarne extends Recipe { + + /** + * Represents the bowl item. + */ + private static final Item SPICY_SAUCE = new Item(7072); + + /** + * Represents the chilli con carne item. + */ + private static final Item CHILLI_CON_CARNE = new Item(7062); + + /** + * Represents the cooked meat item. + */ + private static final Item COOKED_MEAT = new Item(2142); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 9) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 9 + " in order to do this."); + return; + } + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to cut up the meat."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 25, true); + } + + @Override + public Item getBase() { + return SPICY_SAUCE; + } + + @Override + public Item getProduct() { + return CHILLI_CON_CARNE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_MEAT }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return "You put the cut up meat into the bowl."; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java new file mode 100644 index 000000000..5a30107c1 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedOnion.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chopped onion recipe. This recipe consists of using an onion + * on a bowl with a knife. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChoppedOnion extends ToppingRecipe { + + /** + * Represents the chopped onion product item. + */ + private static final Item CHOPPED_ONION = new Item(1871); + + /** + * Represents the knife used to cut the onion. + */ + private static final Item KNIFE = new Item(946); + + /** + * Represents the onion item. + */ + private static final Item ONION = new Item(1957); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the onion."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 0; + } + + @Override + public Item getProduct() { + return CHOPPED_ONION; + } + + @Override + public Item[] getIngredients() { + return new Item[] { ONION }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java new file mode 100644 index 000000000..4723c61ff --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/ChoppedTuna.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the chopped tuna recipe. This recipe consists of adding tuna to a + * bowl with a knife. + * @author 'Vexia + * @date 22/12/2013 + */ +public class ChoppedTuna extends ToppingRecipe { + + /** + * Represents the chopped tuna item. + */ + private static final Item CHOPPED_TUNA = new Item(7086); + + /** + * Represents the tuna item. + */ + private static final Item TUNA = new Item(361); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the tuna."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 1; + } + + @Override + public Item getProduct() { + return CHOPPED_TUNA; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TUNA }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java new file mode 100644 index 000000000..dabf2db2b --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/EggAndTomato.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.Recipe; +import core.game.node.entity.skill.Skills; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the egg and tomato recipe. This recipe consists of mixing a tomato + * with a scrambled egg. + * @author 'Vexia + * @date 22/12/2013 + */ +public class EggAndTomato extends Recipe { + + /** + * Represents the egg and tomato. + */ + private static final Item EGG_AND_TOMATO = new Item(7064); + + /** + * Represents the scrambled egg item. + */ + private static final Item SCRAMBLED_EGG = new Item(7078); + + /** + * epresents the tomato item. + */ + private static final Item TOMATO = new Item(1982); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 23) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 23 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 50, true); + } + + @Override + public Item getBase() { + return SCRAMBLED_EGG; + } + + @Override + public Item getProduct() { + return EGG_AND_TOMATO; + } + + @Override + public Item[] getIngredients() { + return new Item[] { TOMATO }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java new file mode 100644 index 000000000..3b99200f7 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/MushroomAndOnion.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the mushroom and onion recipe. This recipe consists of using a + * fried mushroom with a friend onion. + * @author 'Vexia + * @date 22/12/2013 + */ +public class MushroomAndOnion extends Recipe { + + /** + * Represents the mushroom and onion item. + */ + private static final Item MUSHROOM_AND_ONION = new Item(7066); + + /** + * Represents the fried onions item. + */ + private static final Item FRIED_ONIONS = new Item(7084); + + /** + * Represents the fried mushrooms item. + */ + private static final Item FRIED_MUSHROOMS = new Item(7082); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 57) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 57 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 120, true); + } + + @Override + public Item getBase() { + return FRIED_MUSHROOMS; + } + + @Override + public Item getProduct() { + return MUSHROOM_AND_ONION; + } + + @Override + public Item[] getIngredients() { + return new Item[] { FRIED_ONIONS }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java new file mode 100644 index 000000000..46f9d09f8 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SlicedMushroom.java @@ -0,0 +1,69 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the fried mushroom recipe. This recipe consists of using a + * mushroom on a bowl. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class SlicedMushroom extends ToppingRecipe { + + /** + * Represents the sliced mushrooms item. + */ + private static final Item SLICED_MUSHROOMS = new Item(7080); + + /** + * Represents the mushroom item. + */ + private static final Item MUSHROOM = new Item(6004); + + /** + * Represents the knife item. + */ + private static final Item KNIFE = new Item(946); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (!player.getInventory().containsItem(KNIFE)) { + player.getDialogueInterpreter().sendDialogue("You need a knife in order to slice up the mushrooms."); + return; + } + super.mix(player, event); + } + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 0; + } + + @Override + public Item getProduct() { + return SLICED_MUSHROOMS; + } + + @Override + public Item[] getIngredients() { + return new Item[] { MUSHROOM }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public boolean isSingular() { + return true; + } +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java new file mode 100644 index 000000000..2b0a7e103 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/SpicySauce.java @@ -0,0 +1,84 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the spicy sauce recipe. This recipe consists of mixing gnome spice + * and garlic together. + * @author 'Vexia + * @date 22/12/2013 + */ +public class SpicySauce extends Recipe { + + /** + * Represents the spicy sauce item. + */ + private static final Item SPICY_SAUCE = new Item(7072); + + /** + * Represents the bowl item. + */ + private static final Item BOWL = new Item(1923); + + /** + * Represents the garlic item. + */ + private static final Item GARLIC = new Item(1550); + + /** + * Represents the chopped garlic item. + */ + private static final Item CHOPPED_GARLIC = new Item(7074); + + /** + * Represents the gnome spice item. + */ + private static final Item GNOME_SPICE = new Item(2169); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 9) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 9 + " in order to do this."); + return; + } + super.mix(player, event); + if (event.getBaseItem().getId() == GNOME_SPICE.getId() || event.getUsedItem().getId() == GNOME_SPICE.getId()) { + player.getSkills().addExperience(Skills.COOKING, 25, true); + } + } + + @Override + public Item getBase() { + return BOWL; + } + + @Override + public Item getProduct() { + return SPICY_SAUCE; + } + + @Override + public Item[] getIngredients() { + return new Item[] { GARLIC, GNOME_SPICE }; + } + + @Override + public Item[] getParts() { + return new Item[] { BOWL, CHOPPED_GARLIC, SPICY_SAUCE }; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return false; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java new file mode 100644 index 000000000..1e2c92a6f --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/TunaAndCorn.java @@ -0,0 +1,72 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import core.game.node.entity.skill.Skills; +import content.global.skill.cooking.recipe.Recipe; +import core.game.interaction.NodeUsageEvent; +import core.game.node.entity.player.Player; +import core.game.node.item.Item; + +/** + * Represents the tuna and corn recipe. This recipe consists of adding cooked + * sweetcorn to a bowl of chopped tuna. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class TunaAndCorn extends Recipe { + + /** + * Represents the chopped tuna item. + */ + private static final Item CHOPPED_TUNA = new Item(7086); + + /** + * Represents the cooked corn item. + */ + private static final Item COOKED_CORN = new Item(5988); + + /** + * Represents the tuna and corn item. + */ + private static final Item TUNA_AND_CORN = new Item(7068); + + @Override + public void mix(final Player player, final NodeUsageEvent event) { + if (player.getSkills().getLevel(Skills.COOKING) < 67) { + player.getDialogueInterpreter().sendDialogue("You need a Cooking level of at least " + 57 + " in order to do this."); + return; + } + super.mix(player, event); + player.getSkills().addExperience(Skills.COOKING, 204, true); + } + + @Override + public Item getBase() { + return CHOPPED_TUNA; + } + + @Override + public Item getProduct() { + return TUNA_AND_CORN; + } + + @Override + public Item[] getIngredients() { + return new Item[] { COOKED_CORN }; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + + @Override + public String getMixMessage(NodeUsageEvent event) { + return null; + } + + @Override + public boolean isSingular() { + return true; + } + +} diff --git a/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java new file mode 100644 index 000000000..61ce50394 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/recipe/topping/impl/UncookedEgg.java @@ -0,0 +1,54 @@ +package content.global.skill.cooking.recipe.topping.impl; + +import content.global.skill.cooking.recipe.topping.ToppingRecipe; +import core.game.node.item.Item; + +/** + * Represents the uncooked egg recipe. This recipe consists of adding an + * uncooked egg into a bowl. + * @author 'Vexia + * @date 22/12/2013 + */ +public final class UncookedEgg extends ToppingRecipe { + + /** + * Represents the egg item. + */ + private static final Item EGG = new Item(1944); + + /** + * Represents the uncooked egg product. + */ + private static final Item UNCOOKED_EGG = new Item(7076); + + @Override + public int getLevel() { + return 1; + } + + @Override + public double getExperience() { + return 1; + } + + @Override + public Item getProduct() { + return UNCOOKED_EGG; + } + + @Override + public Item[] getIngredients() { + return new Item[] { EGG }; + } + + @Override + public boolean isSingular() { + return true; + } + + @Override + public Item[] getParts() { + return new Item[] {}; + } + +} diff --git a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java b/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java index 30c382180..72d19ef46 100644 --- a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java +++ b/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java @@ -5,7 +5,6 @@ import content.global.skill.crafting.jewellery.JewelleryCrafting; import core.game.interaction.NodeUsageEvent; import core.game.interaction.UseWithHandler; import core.plugin.Plugin; -import org.rs09.consts.Scenery; /** * Represents the plugin used to craft jewellery. @@ -18,12 +17,7 @@ public final class JewelleryCraftPlugin extends UseWithHandler { /** * Represents the ids to use for this plugin. */ - private static final int[] IDS = new int[]{ - Scenery.FURNACE_4304, Scenery.FURNACE_6189, Scenery.FURNACE_11010, Scenery.FURNACE_11666, - Scenery.FURNACE_12100, Scenery.FURNACE_12809, Scenery.FURNACE_18497, Scenery.CLAY_FORGE_21303, - Scenery.FURNACE_26814, Scenery.FURNACE_30021, Scenery.FURNACE_30510, Scenery.FURNACE_36956, - Scenery.FURNACE_37651 - }; + private static final int[] IDS = new int[] { 4304, 6189, 11010, 11666, 12100, 12809, 18497, 26814, 30021, 30510, 36956, 37651 }; /** * Constructs a new {@code JewelleryCraftPlugin} {@code Object}. diff --git a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt index b558ec38f..d636ee588 100644 --- a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt +++ b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt @@ -79,7 +79,7 @@ class LightSourceLighter : UseWithHandler(590,36,38){ // For Temple of Ikov - if you are in the dark basement and light a light source, switch to the light basement. // For the listener that covers the firemaking cape perk, see content.global.skill.skillcapeperks.SkillcapePerks.kt if(event.player.location.isInRegion(10648) && event.player.location.withinDistance(Location(2639,9738,0), 8)) { - teleport(event.player, Location.create(event.player.getLocation().x, event.player.getLocation().y + 23, event.player.getLocation().z)) + teleport(event.player, Location.create(event.player.getLocation().getX(), event.player.getLocation().getY() + 23, event.player.getLocation().getZ())) closeDialogue(event.player) // Dark basement is region 10648, min 2639 9738 0, max 2643 9744 0. Add 23 to the Y loc to tele to light basement } diff --git a/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt b/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt index 6ab0e7a45..346b61b3e 100644 --- a/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt +++ b/Server/src/main/content/global/skill/crafting/silver/SilverCraftingListener.kt @@ -31,7 +31,7 @@ class SilverCraftingListener : InterfaceListener, InteractionListener { Scenery.FURNACE_12100, Scenery.FURNACE_12809, Scenery.FURNACE_18497, Scenery.FURNACE_18525, Scenery.FURNACE_18526, Scenery.FURNACE_21879, Scenery.FURNACE_22721, Scenery.FURNACE_26814, Scenery.FURNACE_28433, Scenery.FURNACE_28434, Scenery.FURNACE_30021, Scenery.FURNACE_30510, - Scenery.FURNACE_36956, Scenery.FURNACE_37651, Scenery.CLAY_FORGE_21303 + Scenery.FURNACE_36956, Scenery.FURNACE_37651 ) private const val ATTRIBUTE_FURNACE_ID = "crafting:silver:furnace_id" diff --git a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt index 5a4a137b8..28cfc2c86 100644 --- a/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt +++ b/Server/src/main/content/global/skill/gather/woodcutting/WoodcuttingListener.kt @@ -270,7 +270,7 @@ class WoodcuttingListener : InteractionListener { var amount = amount var experience: Double = resource.getExperience() val reward = resource.reward - if (player.getLocation().regionId == 10300) { + if (player.getLocation().getRegionId() == 10300) { return 1.0 } diff --git a/Server/src/main/content/global/skill/hunter/NetTrapNode.kt b/Server/src/main/content/global/skill/hunter/NetTrapNode.kt deleted file mode 100644 index 43b9fdad5..000000000 --- a/Server/src/main/content/global/skill/hunter/NetTrapNode.kt +++ /dev/null @@ -1,25 +0,0 @@ -package content.global.skill.hunter - -import core.api.getStatLevel -import core.game.node.entity.npc.NPC -import core.game.node.entity.skill.Skills -import core.game.node.item.Item - -/** - * Handles the net trap node. - */ -class NetTrapNode( - npcIds: IntArray, - level: Int, - experience: Double, - rewards: Array, - private val summoningLevel: Int -) : TrapNode(npcIds, level, experience, intArrayOf(), rewards) { - - override fun canCatch(wrapper: TrapWrapper, npc: NPC): Boolean { - if (getStatLevel(wrapper.player, Skills.SUMMONING) < summoningLevel) { - return false - } - return super.canCatch(wrapper, npc) - } -} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/hunter/Traps.java b/Server/src/main/content/global/skill/hunter/Traps.java index f0cec6d54..f2151d660 100644 --- a/Server/src/main/content/global/skill/hunter/Traps.java +++ b/Server/src/main/content/global/skill/hunter/Traps.java @@ -9,8 +9,6 @@ import core.tools.Log; import core.tools.SystemLogger; import core.game.world.map.Location; import core.game.world.update.flag.context.Animation; -import org.rs09.consts.Items; -import org.rs09.consts.NPCs; import java.util.ArrayList; import java.util.List; @@ -35,30 +33,16 @@ public enum Traps { } }), BOX_TRAP(new TrapSetting(10008, new int[] { 19187 }, new int[] { 1963, 12579, 1869, 9996, 5972, 12535 }, "lay", 19192, Animation.create(5208), new Animation(9726), 27), - new BoxTrapNode(new int[] { 5081 }, 27, 100, new Item[] { new Item(10092) }, 1), // Ferret - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_6917 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12488) }, 10), // Gecko Orange - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7285 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12738) }, 10), // Gecko Speckled - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7286 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12739) }, 10), // Gecko Green - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7287 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12740) }, 10), // Gecko Blue - new BoxTrapNode(new int[] {NPCs.BABY_GECKO_7288 }, 27, 100, new Item[] { new Item(Items.BABY_GECKO_12741) }, 10), // Gecko Red - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_6997 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12486) }, 80), // Raccoon Gray - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_7275 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12734) }, 80), // Raccoon Tan - new BoxTrapNode(new int[] {NPCs.BABY_RACCOON_7276 }, 27, 100, new Item[] { new Item(Items.BABY_RACCOON_12736) }, 80), // Raccoon Red - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_6944 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12496) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7228 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12682) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7229 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12684) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7230 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12686) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7231 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12688) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7232 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12690) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7233 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12692) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7234 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12694) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7235 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12696) }, 95), // Monkey - new BoxTrapNode(new int[] { NPCs.BABY_MONKEY_7236 }, 27, 100, new Item[] { new Item(Items.BABY_MONKEY_12698) }, 95), // Monkey - new BoxTrapNode(new int[] { 7021, 7022, 7023 }, 48, 150, new Item[] { new Item(12551, 1) }, 1), // Platypus - new BoxTrapNode(new int[] { 5079 }, 53, 198, new Item[] { new Item(10033, 1) }, 1), // Chinchompa - new BoxTrapNode(new int[] { 5080 }, 63, 265, new Item[] { new Item(10034, 1) }, 1), // Red Chinchompa - new BoxTrapNode(new int[] { 7012, 7014 }, 66, 400, new Item[] { new Item(12535) }, 1), // Pawya - new BoxTrapNode(new int[] { 7010, 7011 }, 77, 0, new Item[] { new Item(12539, 1) }, 1) { // Grenwall + new BoxTrapNode(new int[] { 5081 }, 27, 100, new Item[] { new Item(10092) }, 1), + new BoxTrapNode(new int[] { 6918, 7289, 7290, 7291, 7292 }, 27, 100, new Item[] { new Item(12184) }, 10), + new BoxTrapNode(new int[] { 1487 }, 27, 100, new Item[] { new Item(4033, 1) }, 95), + new BoxTrapNode(new int[] { 7021, 7022, 7023 }, 48, 150, new Item[] { new Item(12551, 1) }, 1), + new BoxTrapNode(new int[] { 5079 }, 53, 198, new Item[] { new Item(10033, 1) }, 1), + new BoxTrapNode(new int[] { 5428, 5430, 5449, 5450, 5451 }, 56, 150, new Item[] { new Item(12188) }, 1), + new BoxTrapNode(new int[] { 5080 }, 63, 265, new Item[] { new Item(10034, 1) }, 1), + new BoxTrapNode(new int[] { 7012, 7014 }, 66, 400, new Item[] { new Item(12535) }, 1), + new BoxTrapNode(new int[] { 8654 }, 73, 315, new Item[] { new Item(14861) }, 1), + new BoxTrapNode(new int[] { 7010, 7011 }, 77, 0, new Item[] { new Item(12539, 1) }, 1) { @Override public boolean canCatch(TrapWrapper wrapper, final NPC npc) { //old xp: 726 @@ -75,16 +59,11 @@ public enum Traps { new TrapNode(new int[] { 5086 }, 37, 204, new int[] { 19208, 19208, 19217 }, new Item[] { new Item(10105), new Item(526) }), new TrapNode(new int[] { 7039 }, 44, 200, new int[] { 28939, 28940, 28941 }, new Item[] { new Item(12567), new Item(526) }), new TrapNode(new int[] { 5087 }, 51, 200, new int[] { 19209, 19210, 19216 }, new Item[] { new Item(10109), new Item(526) })), - NET_TRAP(new NetTrapSetting(), - new NetTrapNode(new int[] { 5117 }, 29, 152, new Item[] { new Item(10149) }, 1), // Swamp Lizard - new NetTrapNode(new int[] { 5114 }, 47, 224, new Item[] { new Item(10146) }, 1), // Orange Salamander - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_6921 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12490) }, 60), // Squirrel Gray - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7309 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12754) }, 60), // Squirrel Tan - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7310 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12756) }, 60), // Squirrel White - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7311 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12758) }, 60), // Squirrel Grayish/Brown w/e - new NetTrapNode(new int[] { NPCs.BABY_SQUIRREL_7312 }, 29, 152, new Item[] { new Item(Items.BABY_SQUIRREL_12760) }, 60), // Squirrel Brown - new NetTrapNode(new int[] { 5115 }, 59, 272, new Item[] { new Item(10147) }, 1), // Red Salamander - new NetTrapNode(new int[] { 5116 }, 67, 304, new Item[] { new Item(10148) }, 1)); // Black Salamander + NET_TRAP(new NetTrapSetting(), new TrapNode(new int[] { 5117 }, 29, 152, new int[] {}, new Item[] { new Item(10149) }), + new TrapNode(new int[] { 5114 }, 47, 224, new int[] {}, new Item[] { new Item(10146) }), + new TrapNode(new int[] { 6921 }, 29, 152, new int[] {}, new Item[] { new Item(12130) }), + new TrapNode(new int[] { 5115 }, 59, 272, new int[] {}, new Item[] { new Item(10147) }), + new TrapNode(new int[] { 5116 }, 67, 304, new int[] {}, new Item[] { new Item(10148) })); /** * The location hooks for this node. diff --git a/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt b/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt index b7085b62c..1b67a38e9 100644 --- a/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt +++ b/Server/src/main/content/global/skill/magic/HomeTeleportHelper.kt @@ -24,8 +24,6 @@ fun getAudio(count: Int): Int { } fun homeTeleport(player: Player, dest: Location) { - player.walkingQueue.reset() - player.pulseManager.clear() if (player.timers.getTimer("teleblock") != null) { sendMessage(player, "A magical force prevents you from teleporting.") return @@ -45,4 +43,4 @@ fun homeTeleport(player: Player, dest: Location) { player.packetDispatch.sendAnimation(HOME_ANIMATIONS[stage]) return@queueScript delayScript(player, 1) } -} +} \ No newline at end of file diff --git a/Server/src/main/content/global/skill/magic/SpellListener.kt b/Server/src/main/content/global/skill/magic/SpellListener.kt index e938f3ef0..64383b0a7 100644 --- a/Server/src/main/content/global/skill/magic/SpellListener.kt +++ b/Server/src/main/content/global/skill/magic/SpellListener.kt @@ -47,10 +47,11 @@ abstract class SpellListener(val bookName: String) : Listener { player.sendMessage("You need a magic level of $magicLevel to cast this spell.") throw IllegalStateException() } - val missing = SpellUtils.hasRunes(player, runes) - if (missing != null) { - player.sendMessage("You don't have enough ${missing.definition.name.lowercase()}s to cast this spell.") - throw IllegalStateException() + for(rune in runes){ + if(!SpellUtils.hasRune(player,rune)){ + player.sendMessage("You don't have enough ${rune.definition.name.lowercase()}s to cast this spell.") + throw IllegalStateException() + } } for(item in specialEquipment){ if(!player.equipment.contains(item,1)){ diff --git a/Server/src/main/content/global/skill/magic/SpellUtils.kt b/Server/src/main/content/global/skill/magic/SpellUtils.kt index 57e8b4c6d..beafbf64d 100644 --- a/Server/src/main/content/global/skill/magic/SpellUtils.kt +++ b/Server/src/main/content/global/skill/magic/SpellUtils.kt @@ -3,9 +3,9 @@ package content.global.skill.magic import core.game.node.entity.combat.spell.CombinationRune import core.game.node.entity.combat.spell.MagicStaff import core.game.node.entity.combat.spell.Runes +import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.item.Item -import kotlin.math.min object SpellUtils { /** @@ -32,57 +32,70 @@ object SpellUtils { return false } - /** - * Validates if the player has the necessary runes to cast a spell. - * - * If the player is able to cast the spell, the "spell:runes" attribute will be set to the list of items that should - * be removed from the player's inventory after successfully casting the spell. This accounts for staves and - * combination runes. - * - * @param p The player casting the spell - * @param runes The runes and other items required to cast the spell - * @return null if the player can cast the spell or an Item representing at least one of the runes the player is missing - */ - @JvmStatic - fun hasRunes(p: Player, runes: Array): Item? { - val cost = HashMap() - // `runes` are mostly actual runes but occasionally other items like staves or unpowered orbs - for (rune in runes) { - if (usingStaff(p, rune.id)) continue - cost[rune.id] = cost.getOrDefault(rune.id, 0) + rune.amount + fun hasRune(p:Player,rune:Item):Boolean{ + val removeItems = p.getAttribute("spell:runes",ArrayList()) + if(usingStaff(p,rune.id)) return true + if(p.inventory.containsItem(rune)){ + removeItems.add(rune) + p.setAttribute("spell:runes",removeItems) } - val toRemove = ArrayList() - - // Combination runes are used before elemental runes. - // https://runescape.wiki/w/Runecrafting?oldid=2618332#Function_and_Usage_of_Combination_Runes: - for (combo in CombinationRune.values()) { - val available = p.inventory.getAmount(combo.id) - val maxUsage = combo.types.mapNotNull { cost[it.id] }.maxOrNull() ?: 0 - if (maxUsage > 0 && available >= 0) { - val usage = min(maxUsage, available) - - toRemove.add(Item(combo.id, usage)) - // Even if a spell uses both parts of a combo rune, it should only consume a single rune. For example, - // a spell that requires an air rune and an earth rune should only consume a single dust rune. - // https://youtu.be/9gAiqEmF-Hc?t=67 - combo.types.forEach { cost[it.id] = cost.getOrDefault(it.id, 0) - usage } + val baseAmt = p.inventory.getAmount(rune.id) + var amtRemaining = rune.amount - baseAmt + val possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(rune.id)) + for (r in possibleComboRunes) { + if (p.inventory.containsItem(Item(r.id)) && amtRemaining > 0) { + val amt = p.inventory.getAmount(r.id) + if (amtRemaining <= amt) { + removeItems.add(Item(r.id,amtRemaining)) + amtRemaining = 0 + break + } + removeItems.add(Item(r.id,p.inventory.getAmount(r.id))) + amtRemaining -= p.inventory.getAmount(r.id) } } + p.setAttribute("spell:runes",removeItems) + return amtRemaining <= 0 + } - for ((runeId, amount) in cost) { - if (amount <= 0) continue - - val available = p.inventory.getAmount(runeId) - if (available < amount) { - return Item(runeId, amount) + fun hasRune(p: Player, item: Item, toRemove: MutableList, message: Boolean): Boolean { + if (!usingStaff(p, item.id)) { + val hasBaseRune = p.inventory.contains(item.id, item.amount) + if (!hasBaseRune) { + val baseAmt = p.inventory.getAmount(item.id) + if (baseAmt > 0) { + toRemove.add(Item(item.id, p.inventory.getAmount(item.id))) + } + var amtRemaining = item.amount - baseAmt + val possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(item.id)) + for (r in possibleComboRunes) { + if (p.inventory.containsItem(Item(r.id)) && amtRemaining > 0) { + val amt = p.inventory.getAmount(r.id) + if (amtRemaining < amt) { + toRemove.add(Item(r.id, amtRemaining)) + amtRemaining = 0 + continue + } + amtRemaining -= p.inventory.getAmount(r.id) + toRemove.add(Item(r.id, p.inventory.getAmount(r.id))) + } + } + return if (amtRemaining <= 0) { + true + } else { + p.packetDispatch.sendMessage("You don't have enough " + item.name + "s to cast this spell.") + false + } } - - toRemove.add(Item(runeId, amount)) + toRemove.add(item) + return true } + return true + } - p.setAttribute("spell:runes", toRemove) - return null + fun attackableNPC(npc: NPC): Boolean{ + return npc.definition.hasAction("attack") } @JvmStatic diff --git a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt index fd8dc5ccd..8d70f99cb 100644 --- a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt +++ b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt @@ -37,10 +37,6 @@ import org.rs09.consts.Items import org.rs09.consts.Sounds import kotlin.math.floor -private const val DREAM_HEAL_INTERVAL_TICKS = 50 -private const val DREAM_HARD_RESET_INTERVAL_TICKS = 90 -private const val DREAM_HARD_RESET_DELAY_TICKS = 0 - class LunarListeners : SpellListener("lunar"), Commands { override fun defineListeners() { @@ -596,46 +592,32 @@ class LunarListeners : SpellListener("lunar"), Commands { // Level 79 private fun dream(player: Player) { - if (player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { + if(player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { sendMessage(player, "You have no need to cast this spell since your hitpoints are already full.") throw IllegalStateException() } + // https://runescape.wiki/w/Dream?oldid=880976 claims Dream makes you heal 1 hp every 20 seconds // https://oldschool.runescape.wiki/w/Dream claims that Dream has its own timer, so the Dream heals don't need // to align with the natural heals val timer = getOrStartTimer(player) - val dreamStartAnimationTicks = animationDuration(Animation(Animations.LUNAR_SPELLBOOK_DREAM_START_6295)) - var nextHealTick = getWorldTicks() + dreamStartAnimationTicks + DREAM_HEAL_INTERVAL_TICKS - var nextHardResetTick = -1 - var waitingForHardReset = false animate(player, Animations.LUNAR_SPELLBOOK_DREAM_START_6295) removeRunes(player, true) addXP(player, 82.0) - delayEntity(player, dreamStartAnimationTicks) - queueScript(player, dreamStartAnimationTicks, QueueStrength.WEAK) { stage: Int -> + delayEntity(player, 4) + queueScript(player, 4, QueueStrength.WEAK) { stage: Int -> if (stage == 0) { sendGraphics(Graphics.LUNAR_SPELLBOOK_DREAM_1056, player.location) playAudio(player, Sounds.LUNAR_SLEEP_3619) return@queueScript delayScript(player, 5) } - if (waitingForHardReset) { - waitingForHardReset = false - nextHardResetTick = getWorldTicks() + DREAM_HARD_RESET_INTERVAL_TICKS - } else if (nextHardResetTick != -1 && getWorldTicks() >= nextHardResetTick) { - // The 530 client eventually drops Dream back to idle if it only sees repeated 6296 updates - // Sending an explicit reset makes the next 6296 a full restart instead of a same-sequence refresh - resetAnimator(player) - waitingForHardReset = true - return@queueScript delayScript(player, DREAM_HARD_RESET_DELAY_TICKS) - } else if (nextHardResetTick == -1) { - nextHardResetTick = getWorldTicks() + DREAM_HARD_RESET_INTERVAL_TICKS - } animate(player, Animations.LUNAR_SPELLBOOK_DREAM_MID_6296) sendGraphics(Graphics.LUNAR_SPELLBOOK_DREAM_1056, player.location) - if (getWorldTicks() >= nextHealTick) { + // This heals 2 HP every min. Naturally you heal 1 for a total of 3 + // The script steps every 5 ticks and we want 50 ticks before a heal + if (stage.mod(10) == 0) { val amt = timer.getHealAmount(player) //accounts for regen brace heal(player, amt) - nextHealTick += DREAM_HEAL_INTERVAL_TICKS if (player.skills.lifepoints >= getStatLevel(player, Skills.HITPOINTS)) { animate(player, Animations.LUNAR_SPELLBOOK_DREAM_END_6297) return@queueScript stopExecuting(player) @@ -892,3 +874,4 @@ class LunarListeners : SpellListener("lunar"), Commands { } + diff --git a/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt b/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt index 777beee18..914b06646 100644 --- a/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt +++ b/Server/src/main/content/global/skill/magic/modern/ModernListeners.kt @@ -2,7 +2,7 @@ package content.global.skill.magic.modern import content.data.Quests import content.global.skill.magic.SpellListener -import content.global.skill.magic.SpellUtils.hasRunes +import content.global.skill.magic.SpellUtils.hasRune import content.global.skill.magic.TeleportMethod import content.global.skill.magic.homeTeleport import content.global.skill.magic.spellconsts.Modern @@ -323,10 +323,11 @@ class ModernListeners : SpellListener("modern"){ sendMessage(player, "You need a magic level of ${spell.level} to cast this spell.") return@queueScript stopExecuting(player) } - val missing = hasRunes(player, spell.requiredRunes) - if (missing != null) { - sendMessage(player, "You don't have enough ${missing.name.lowercase()}s to cast this spell.") - return@queueScript stopExecuting(player) + for (rune in spell.requiredRunes) { + if(!hasRune(player,rune)){ + sendMessage(player, "You don't have enough ${rune.name.lowercase()}s to cast this spell.") + return@queueScript stopExecuting(player) + } } visualizeSpell(player, CHARGE_ORB_ANIM, spell.graphics, spell.sound) removeRunes(player) diff --git a/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt b/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt index 148696543..7bb35b190 100644 --- a/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt +++ b/Server/src/main/content/global/skill/skillcapeperks/SkillcapePerks.kt @@ -142,7 +142,7 @@ enum class SkillcapePerks(val attribute: String, val effect: ((Player) -> Unit)? // For Temple of Ikov - if you are in the dark basement and put on the firemaking cape with its 2009Scape light source perk, switch to the light basement. // For the listener that teleports if you light a normal light source, see content.global.skill.crafting.lightsources.LightSourceLighter.kt if(player.location.isInRegion(10648) && player.location.withinDistance(Location(2639,9738,0), 8)) { - teleport(player, Location.create(player.getLocation().x, player.getLocation().y + 23, player.getLocation().z)) + teleport(player, Location.create(player.getLocation().getX(), player.getLocation().getY() + 23, player.getLocation().getZ())) closeDialogue(player) } } diff --git a/Server/src/main/content/global/skill/slayer/Tasks.java b/Server/src/main/content/global/skill/slayer/Tasks.java index 15b905dba..81a195f5a 100644 --- a/Server/src/main/content/global/skill/slayer/Tasks.java +++ b/Server/src/main/content/global/skill/slayer/Tasks.java @@ -21,6 +21,7 @@ public enum Tasks { ABERRANT_SPECTRES(65, new int[] { 1604, 1605, 1606, 1607, 7801, 7802, 7803, 7804 }, new String[] { "Aberrant Spectres are fetid, vile ghosts. The very", "smell of them will paralyse and harm you. A nose peg", "will help ignore their stink." }, 60, true, false), ABYSSAL_DEMONS(85, new int[] { 1615 }, new String[] { "Abyssal Demons are nasty creatures to fight. They", "aren't really part of this realm, and are able to", "move very quickly to trap their prey."}, 85, false, false), ANKOU(40, new int[] { 4381, 4382, 4383 }, new String[] { "Ankou are undead skeletal ghosts. They'll fight you", "up close but make sure to take advantage out of their", "limited defence." }, 1, true, false), + AVIANSIES(60, new int[] { 6245, 6243, 6235, 6232, 6244, 6246, 6233, 6241, 6238, 6237, 6240, 6242, 6239, 6234 }, new String[] { "Aviansies are bird-like creatures found in the icy", "dungeons of the north. Melee weapons can't reach them,", "so use Magic or Ranged attacks." }, 1, false, false), BANSHEE(20, new int[] { 1612 }, new String[] { "Banshees use a piercing scream to shock their enemies.", "You'll need some earmuffs to protect yourself from them." }, 15, true, false), BASILISKS(40, new int[] { 1616, 1617 }, new String[] { "Basilisks, like Cockatrice, have a gaze which will", "paralyse and harm their prey. You'll need a Mirror", "Shield to protect you." }, 40, false, false), BATS(5, new int[] { 412, 78, 3711 }, new String[] { "Bats are rarely found on the ground, so you'll have", "to fight them while they're airborne, which won't be", "easy for melee." }, 1, false, false), @@ -106,10 +107,12 @@ public enum Tasks { SPIRTUAL_WARRIORS(60, new int[] { 6219, 6229, 6255, 6277, }, new String[] { "Spiritual warriors can be found in the icy caverns near", "Trollheim, supporting the cause of their chosen god." }, 68, Quests.DEATH_PLATEAU), STEEL_DRAGONS( 85,new int[] { 1592, 3590 }, new String[] { "Steel dragons are dangerous and metallic, with steel", "scales that are far thicker than normal steel armour. As", "you are an accomplished slayer, I am sure you'll be", "able to deal with them easily."}, 1, false, true), SUQAHS (65, new int[] { 4527, 4528, 4529, 4530, 4531, 4532, 4533 }, new String[] { "Suqahs can only be found on the mystical Lunar Isle.", "They are capable of melee and magic attacks and often", "drop hide, teeth and herbs!" }, 1, Quests.LUNAR_DIPLOMACY), + // No access to Lair of Tarn Razorlor but this should be added as a task when there is access TERROR_DOGS(1, new int[] { 5417, 5418 }, new String[] { "Terror dogs are the personal pets of Tarn Razorlor.", "Wherever you find him, you will find them. They are", "bad-tempered and generally unfriendly." }, 40, Quests.HAUNTED_MINE), TROLLS(60, new int[] { 72, 3584, 1098, 1096, 1097, 1095, 1101, 1105, 1102, 1103, 1104, 1130, 1131, 1132, 1133, 1134, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1138, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 3840, 3841, 3842, 3843, 3845, 1933, 1934, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 391, 392, 393, 394, 395, 396}, new String[] { "Trolls regenerate damage quickly but are still", "vulnerable to poisons, they usually use crushing", "weapons." }, 1, false, false), TUROTHS(60, new int[] { 1622, 1611, 1623, 1626, 1627, 1628, 1629, 1630, 7800}, new String[] { "Turoth are large vicious creatures with thick hides.", "You'll need a Leaf-Tipped Spear Sword or Battle-axe,", "Broad Arrows, or a Magic Dart to harm them." }, 55, false, false), VAMPIRES(35, new int[] { 1220, 1223, 1225, 6214 }, new String[] { "Vampires are extremely powerful beings. They feed on", "the blood of the living so watch out you don't", "get bitten." }, 1, false, false), + // Waiting for the wall beast movement bug to be fixed before adding this as a task WALL_BEASTS(1, new int[] { 7823 }, new String[] { "Wall Beasts are really much larger creatures but", "you'll only see their arms. You'll want something", "sharp on your head to stop them grabbing you." }, 35, false, false ), // No way to get to Poison Swamp Cave // If a grapple is implemented from W Castle Wars to E Posion Swamps @@ -121,6 +124,15 @@ public enum Tasks { WEREWOLVES(60, new int[] { 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6212, 6213, 6607, 6609, 6614, 6617, 6625, 6632, 6644, 6663, 6675, 6686, 6701, 6712, 6724, 6728, }, new String[] { "Werewolves are feral creatures, they are strong and", "tough with sharp claws and teeth." }, 1, false, false), WOLVES(20, new int[] { 95, 96, 97, 141, 142, 143, 839, 1198, 1330, 1558, 1559, 1951, 1952, 1953, 1954, 1955, 1956, 4413, 4414, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6829, 6830, 7005 }, new String[] { "Wolves are pack animals, so you'll always find them", "in groups. Watch out for their bite, it can be nasty." }, 1, false, false), ZOMBIES(10, new int[] { 73, 74, 75, 76, 2060, 2714, 2863, 2866, 2869, 2878, 3622, 4392, 4393, 4394, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5375, 5376, 5377, 5378, 5379, 5380, 5393, 5394, 5395, 5396, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 6099, 6100, 6131, 8149, 8150, 8151, 8152, 8153, 8159, 8160, 8161, 8162, 8163, 8164, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 7641, 1465, 1466, 1467, 2837, 2838, 2839, 2840, 2841, 2842, 5629, 5630, 5631, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 2843, 2844, 2845, 2846, 2847, 2848}, new String[] { "Zombies are undead so magic is your best bet against", "them, there is even a spell specially for", "fighting the undead." }, 1, true, false), + // Bosses need to be handled differently/have a source. They should probably be removed from here + JAD(90, new int[] { }, new String[] { "You must complete the entire fight cave, including", "TzTok-Jad. Beware, only those skilled in combat should", "attempt this and death will reset your task." }, 1, false, false), + CHAOS_ELEMENTAL(90, new int[] { 3200 }, new String[] { "The Chaos Elemental roams the deepest Wilderness. It", "can teleport you and make you unequip items randomly." }, 1, false, false), + GIANT_MOLE(75, new int[] { 3340 }, new String[] { "Dig on the mole-hills in Falador Park to enter the", "mole cave, and bring a lantern he can't extinguish." }, 1, false, false), + KING_BLACK_DRAGON(75, new int[] { 50 }, new String[] { "The King Black Dragon's cave is reached by pulling a", "lever in the Wilderness. An anti-fire shield is", "strongly recommended." }, 1, false, true), + COMMANDER_ZILYANA(90, new int[] { 6247 }, new String[] { "Commander Zilyana is in the God Wars Dungeon.", "She frequently uses magic attacks." }, 1, false, false), + GENERAL_GRARDOOR(90, new int[] { 6260 }, new String[] { "General Graardor is in the God Wars Dungeon.", "He uses melee and ranged attacks." }, 1, false, false), + KRIL_TSUTSAROTH(90, new int[] { 6203 }, new String[] { "K'ril Tsutsaroth is in the God Wars Dungeon.", "He's poisonous and he can hit through prayers." }, 1, false, false), + KREE_ARRA(90, new int[] { 6222 }, new String[] { "Kree'arra roosts in the God Wars Dungeon.", "Melee attacks don't work on flying creatures,", "and you'll need a grappling hook to get in." }, 1, false, false), ; static final HashMap taskMap = new HashMap<>(); diff --git a/Server/src/main/content/global/skill/smithing/SmithingType.java b/Server/src/main/content/global/skill/smithing/SmithingType.java index 94465077e..fd38a6209 100644 --- a/Server/src/main/content/global/skill/smithing/SmithingType.java +++ b/Server/src/main/content/global/skill/smithing/SmithingType.java @@ -106,7 +106,7 @@ public enum SmithingType { /** * Grapple Tips */ - TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 176, 175, 174, 173 }, 1), + TYPE_GRAPPLE_TIP(1, 170, 171, new int[] { 175, 176, 175, 174, 173 }, 1), /** * The studs type. diff --git a/Server/src/main/content/global/skill/summoning/familiar/Familiar.java b/Server/src/main/content/global/skill/summoning/familiar/Familiar.java index 089db9352..b561a5b30 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/Familiar.java +++ b/Server/src/main/content/global/skill/summoning/familiar/Familiar.java @@ -82,8 +82,6 @@ public abstract class Familiar extends NPC implements Plugin { * The amount of special points left. */ protected int specialPoints = 60; - - public static final String INFINITE_SPECIAL_MOVE_ATTRIBUTE = "infinite-special-move"; /** * The pouch id. @@ -496,9 +494,7 @@ public abstract class Familiar extends NPC implements Plugin { owner.getInventory().remove(new Item(scroll.getItemId())); playAudio(owner, Sounds.SPELL_4161); visualizeSpecialMove(); - if (!owner.getAttribute(INFINITE_SPECIAL_MOVE_ATTRIBUTE, false)) { - updateSpecialPoints(specialCost); - } + updateSpecialPoints(specialCost); owner.getSkills().addExperience(Skills.SUMMONING, scroll.getExperience(), true); } return true; diff --git a/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java b/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java index e65c36cf1..3e8e3b7e8 100644 --- a/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java +++ b/Server/src/main/content/global/skill/summoning/familiar/FamiliarManager.java @@ -1,6 +1,5 @@ package content.global.skill.summoning.familiar; -import content.data.Quests; import content.global.skill.summoning.pet.Pet; import content.global.skill.summoning.pet.Pets; import core.cache.def.impl.ItemDefinition; @@ -32,15 +31,6 @@ import static core.api.ContentAPIKt.*; */ public final class FamiliarManager { - /** - * These varbits are packed into varp 1160. Legacy code added 243269632 directly to the raw varp, - * which toggled the Summoning orb visibility on every login. - * They are now written as individual varbits, but two of them remain unknown. - */ - private static final int VARBIT_SUMMONING_ORB_VISIBILITY = 4280; - private static final int VARBIT_SUMMONING_UNKNOWN1 = 4281; - private static final int VARBIT_SUMMONING_UNKNOWN2 = 4282; - /** * The familiars mapping. */ @@ -168,11 +158,7 @@ public final class FamiliarManager { if (hasFamiliar()) { familiar.init(); } - boolean unlocked = player.getQuestRepository().isComplete(Quests.WOLF_WHISTLE); - - setVarbit(player, VARBIT_SUMMONING_ORB_VISIBILITY, unlocked ? 1 : 0); - setVarbit(player, VARBIT_SUMMONING_UNKNOWN1, 0); - setVarbit(player, VARBIT_SUMMONING_UNKNOWN2, 7); + player.getFamiliarManager().setConfig(243269632); } /** @@ -470,6 +456,16 @@ public final class FamiliarManager { return true; } + /** + * Sets a config value. + * @param value the value. + */ + public void setConfig(int value) { + int current = getVarp(player, 1160); + int newVal = current + value; + setVarp(player, 1160, newVal); + } + /** * Gets the familiar. * @return The familiar. diff --git a/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java b/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java index 48b95f68f..fa8df174c 100644 --- a/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java +++ b/Server/src/main/content/minigame/barrows/BarrowsActivityPlugin.java @@ -151,6 +151,7 @@ public final class BarrowsActivityPlugin extends ActivityPlugin { Player player = (Player) e; PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2)); player.getInterfaceManager().openOverlay(OVERLAY); + setVarp(player, 0, 1); if (getVarp(player, 452) == 0) { shuffleCatacombs(player); } diff --git a/Server/src/main/content/minigame/barrows/RewardChest.kt b/Server/src/main/content/minigame/barrows/RewardChest.kt index ccb57c985..d12f48a1e 100644 --- a/Server/src/main/content/minigame/barrows/RewardChest.kt +++ b/Server/src/main/content/minigame/barrows/RewardChest.kt @@ -78,7 +78,7 @@ object RewardChest { InterfaceContainer.generateItems(player, rewards.toTypedArray(), arrayOf("Examine"), 364, 4, 3, 4) player.interfaceManager.open(Component(Components.TRAIL_REWARD_364)) - BossKillCounter.addToBarrowsChestCount(player) + BossKillCounter.addtoBarrowsCount(player) for (item in rewards) { announceIfRare(player, item) if (!player.inventory.add(item)) { diff --git a/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt b/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt index 04fe7686a..9fe119605 100644 --- a/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt +++ b/Server/src/main/content/minigame/vinesweeper/Vinesweeper.kt @@ -523,7 +523,8 @@ class Vinesweeper : InteractionListener, InterfaceListener, MapArea { sendNPCDialogue(player, npc.id, "I can't do that, you're teleblocked!", core.game.dialogue.FacialExpression.OLD_ANGRY1) return } - // https://youtu.be/61jVjmXf8tU?t=45 + npc.animate(Animation(437)) + npc.faceTemporary(player, 1) npc.graphics(Graphics(108)) player.lock() playAudio(player, Sounds.CURSE_ALL_125, 0, 1) diff --git a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt index fd59d4697..01a253ad4 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt +++ b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/DeathPlateauInteractionListener.kt @@ -1,13 +1,11 @@ package content.region.asgarnia.burthorpe.quest.deathplateau import content.data.Quests -import content.global.handlers.iface.ScrollInterface import core.api.* import core.game.global.action.DoorActionHandler import core.game.interaction.IntType import core.game.interaction.InteractionListener import core.game.node.item.GroundItemManager -import org.rs09.consts.Components import org.rs09.consts.Items import org.rs09.consts.Scenery @@ -25,11 +23,6 @@ class DeathPlateauInteractionListener : InteractionListener { Scenery.STONE_MECHANISM_3676, // 4 Outer stone plates Scenery.STONE_MECHANISM_3677 // 2 Inner stone plates ) - val combinationScroll = arrayOf( - "Red is North of Blue. Yellow is South of Purple.", - "Green is North of Purple. Blue is West of", - "Yellow. Purple is East of Red." - ) } override fun defineListeners() { on(Scenery.DOOR_3747, SCENERY, "open") { player, node -> @@ -55,10 +48,10 @@ class DeathPlateauInteractionListener : InteractionListener { } on(Items.COMBINATION_3102, ITEM, "read") { player, _ -> - // https://youtu.be/C8n8Yi-J8wU?t=466 - openInterface(player, 222) - setInterfaceText(player, combinationScroll.joinToString("
"), 222, 5) - + openInterface(player, 220) + setInterfaceText(player, "Red is North of Blue. Yellow is South of Purple.", 220, 7) + setInterfaceText(player, "Green is North of Purple. Blue is West of", 220, 8) + setInterfaceText(player, "Yellow. Purple is East of Red.", 220, 9) return@on true } diff --git a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt index 29978f609..4a4531422 100644 --- a/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt +++ b/Server/src/main/content/region/asgarnia/burthorpe/quest/deathplateau/IOUNoteDialogueFile.kt @@ -4,9 +4,6 @@ import content.data.Quests import core.api.* import core.game.dialogue.DialogueFile import core.game.dialogue.FacialExpression -import core.game.interaction.IntType -import core.game.interaction.InteractionListeners -import core.game.node.item.Item import core.tools.END_DIALOGUE import org.rs09.consts.Items @@ -29,7 +26,10 @@ class IOUNoteDialogueFile : DialogueFile() { 4 -> { end() stage = END_DIALOGUE - InteractionListeners.run(Items.COMBINATION_3102, IntType.ITEM, "read", player!!, Item(Items.COMBINATION_3102)) + openInterface(player!!, 220) + setInterfaceText(player!!, "Red is North of Blue. Yellow is South of Purple.", 220, 7) + setInterfaceText(player!!, "Green is North of Purple. Blue is West of", 220, 8) + setInterfaceText(player!!, "Yellow. Purple is East of Red.", 220, 9) } } } diff --git a/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java b/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java index b11f3845c..af9e253f3 100644 --- a/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java +++ b/Server/src/main/content/region/asgarnia/dialogue/ThuroDialogue.java @@ -155,7 +155,7 @@ public final class ThuroDialogue extends DialoguePlugin { stage = 14; return true; } - player.getInventory().add(player.getSkills().getMasteredSkills() > 1 ? ITEMS[1] : ITEMS[0]); + player.getInventory().add(player.getSkills().getMasteredSkills() >= 1 ? ITEMS[1] : ITEMS[0]); player.getInventory().add(ITEMS[2]); interpreter.sendDialogues(npc, FacialExpression.OLD_NORMAL, "There you go! You're truley a master of Smithing."); stage = 16; @@ -488,7 +488,7 @@ public final class ThuroDialogue extends DialoguePlugin { stage = 14; return true; } - player.getInventory().add(player.getSkills().getMasteredSkills() > 1 ? ITEMS[1] : ITEMS[0]); + player.getInventory().add(player.getSkills().getMasteredSkills() >= 1 ? ITEMS[1] : ITEMS[0]); player.getInventory().add(ITEMS[2]); interpreter.sendDialogues(npc, FacialExpression.OLD_NORMAL, "There you go! You're truley a master of Smithing."); stage = 16; diff --git a/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt b/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt index aac922c9a..4831afd9c 100644 --- a/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt +++ b/Server/src/main/content/region/asgarnia/falador/diary/FaladorAchievementDiary.kt @@ -33,7 +33,7 @@ class FaladorAchievementDiary : DiaryEventHookBase(DiaryType.FALADOR) { private val WAYNES_CHAINS_AREA = ZoneBorders(2969, 3310, 2975, 3314) private val SARAHS_FARMING_SHOP_AREA = ZoneBorders(3021, 3285, 3040, 3296) private val FALADOR_GENERAL_AREA = ZoneBorders(2934, 3399, 3399, 3307) - private val CHEMIST_AREA = ZoneBorders(2925, 3213, 2939, 3207) + private val CHEMIST_AREA = ZoneBorders(2929, 3213, 2936, 3207) private val PORT_SARIM_FLOWER_PATCH = ZoneBorders(3053, 3306, 3056, 3309) diff --git a/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java b/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java index 20edbb3ac..6564c96dd 100644 --- a/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java +++ b/Server/src/main/content/region/asgarnia/falador/handlers/GiantMoleNPC.java @@ -299,7 +299,7 @@ public final class GiantMoleNPC extends AbstractNPC { super.finalizeDeath(killer); if (killer instanceof Player) { Player player = killer.asPlayer(); - BossKillCounter.addToBossKillCount(player, this.getId()); + BossKillCounter.addtoKillcount(player, this.getId()); } } diff --git a/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt b/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt index 6d31ea26b..eed56b4bf 100644 --- a/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt +++ b/Server/src/main/content/region/asgarnia/mudskipperpoint/MudSkipperPointListeners.kt @@ -14,7 +14,6 @@ import core.game.world.update.flag.context.Animation import core.game.world.update.flag.context.Graphics import core.plugin.Initializable import core.tools.RandomFunction -import core.tools.colorize import org.rs09.consts.Items import org.rs09.consts.NPCs import org.rs09.consts.Scenery @@ -120,8 +119,9 @@ class MudSkipperPointListeners : InteractionListener { } on(Scenery.SIGNPOST_10090, IntType.SCENERY, "read") { player, _ -> - // https://runescape.wiki/w/Mudskipper_Point?oldid=969991 - sendDialogue(player, colorize("%RBEWARE OF THE MUDSKIPPERS!")) + setInterfaceText(player, "Mudskipper Point.", 220, 2) + setInterfaceText(player, "WARNING! BEWARE OF THE MUDSKIPPERS!", 220, 4) + openInterface(player, 220) return@on true } diff --git a/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java b/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java index 399daecc7..f953d2783 100644 --- a/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java +++ b/Server/src/main/content/region/asgarnia/taverley/dialogue/PikkupstixDialogue.java @@ -148,11 +148,7 @@ public final class PikkupstixDialogue extends DialoguePlugin { } break; case 100: - if (player.getSkills().getStaticLevel(Skills.SUMMONING) == 99) { - npc(FacialExpression.AMAZED, "Why, I've never seen such raw Summoning power", "before! If anyone has the right to own a Skillcape of", "Summoning, then it is you!"); - } else { - npc("Welcome to my humble abode. How can I help", "you?"); - } + npc("Welcome to my humble abode. How can I help", "you?"); break; } return true; @@ -635,7 +631,7 @@ public final class PikkupstixDialogue extends DialoguePlugin { switch (stage) { case 0: if (player.getSkills().getStaticLevel(Skills.SUMMONING) == 99) { - options("Yes, please sell me a Skillcape of Summoning.", "So, what's Summoning all about then?", "Can I buy some Summoning supplies?", "Please tell me about skillcapes."); + options("So, what's Summoning all about, then?", "Can I buy some Summoning supplies?", "Can I buy a Summoning skillcape?"); stage = 600; } else { options("So, what's Summoning all about, then?", "Can I buy some Summoning supplies?", "Please tell me about skillcapes."); @@ -760,40 +756,35 @@ public final class PikkupstixDialogue extends DialoguePlugin { case 600: switch (buttonId) { case 1: - player(FacialExpression.ASKING, "May I buy a Skillcape of Summoning, please?"); - stage = 599; - break; - case 2: player("So, what's summoning all about, then?"); stage = 10; break; - case 3: + case 2: player("Can I buy some summoning supplies, please?"); stage = 34; break; - case 4: - player("Please tell me about skillcapes."); - stage = 400; + case 3: + player("Can I buy a Skillcape of Summoning?"); + stage = 599; break; } break; case 599: - npc(FacialExpression.NEUTRAL, "That is a pretty tall order, even for someone with your", "skills, " + player.getUsername() + ". You'll have to pay a fee of 99000 coins", "to get the cape."); + npc("Why yes you can! I must warn you that they cost", "a total of 99000 coins. Do you wish to still", "buy a skillcape of Summoning?"); stage = 601; break; case 601: - options("99000 coins? I think not!", "I'll take one!"); + options("Yes.", "No."); stage = 602; break; case 602: switch (buttonId) { case 1: - player(FacialExpression.AMAZED, "99000 coins? I think not!"); - stage = 605; + player("Yes, please."); + stage = 603; break; case 2: - player(FacialExpression.HAPPY, "I'll take one!"); - stage = 603; + end(); break; } break; @@ -813,17 +804,13 @@ public final class PikkupstixDialogue extends DialoguePlugin { return true; } if (player.getInventory().add(ITEMS[player.getSkills().getMasteredSkills() > 1 ? 1 : 0], ITEMS[2])) { - npc(FacialExpression.HAPPY, "Excellent! Wear that cape with pride my friend."); + player("There you go, enjoy!"); stage = 604; } break; case 604: end(); break; - case 605: - npc(FacialExpression.NEUTRAL, "Well, keep that in mind the next time you ask. These", "things are not cheap to make you know!"); - stage = 604; - break; } break; } diff --git a/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java b/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java index 29160561d..ec4661ccf 100644 --- a/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java +++ b/Server/src/main/content/region/asgarnia/taverley/quest/WolfWhistle.java @@ -23,11 +23,6 @@ public class WolfWhistle extends Quest { */ public static final Item WOLF_BONES = new Item(2859, 2); - /** - * Gates the visibility of the Summoning orb next to the minimap behind quest completion. - */ - private static final int VARBIT_SUMMONING_ORB_VISIBILITY = 4280; - /** * Constructs a new {@code WolfWhistle} {@code Object}. */ @@ -169,7 +164,6 @@ public class WolfWhistle extends Quest { player.getSkills().addExperience(Skills.SUMMONING, 276); player.getInventory().add(new Item(12158, 275), player); player.removeAttribute("searched-body"); - setVarbit(player, VARBIT_SUMMONING_ORB_VISIBILITY, 1); player.getQuestRepository().syncronizeTab(player); player.getInterfaceManager().openInfoBars(); } diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java index d6a2c1fc6..b62009775 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/TrollheimPlugin.java @@ -202,7 +202,7 @@ public final class TrollheimPlugin extends OptionHandler { switch (id) { case 32738: if (loc.equals(new Location(2892, 10072, 0))) { - player.getProperties().setTeleportLocation(LOCATIONS[9]); + player.getProperties().setTeleportLocation(LOCATIONS[0]); return true; } player.teleport(LOCATIONS[1]); diff --git a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java index ad04fa730..4d62e0f41 100644 --- a/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java +++ b/Server/src/main/content/region/asgarnia/trollheim/handlers/gwd/GodwarsBossNPC.java @@ -231,7 +231,7 @@ public final class GodwarsBossNPC extends AbstractNPC { public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); if (getId() == 6222 || getId() == 6260 || getId() == 6247 || getId() == 6203) { - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } if (minions == null) { return; diff --git a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java index 1c37aebab..049e805f6 100644 --- a/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java +++ b/Server/src/main/content/region/desert/alkharid/quest/princealirescue/PrinceAliRescue.java @@ -64,16 +64,16 @@ public class PrinceAliRescue extends Quest { break; case 10: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, BLUE + "I should go and speak to " + RED + "Osman " + BLUE + "for details on the quest.", 6+ 7); break; case 20: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, RED + "Prince Ali " + BLUE + "has been " + RED + "kidnapped " + BLUE + "but luckily the spy " + RED + "Leela " + BLUE + "has", 7+ 7); - line(player, BLUE + "found he is being held near " + RED + "draynor village. " + BLUE + "I will need to", 8+ 7); //authentic typo on the 'draynor village' capitialization - line(player, RED + "disguise " + BLUE + "the " + RED + "Prince " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); + line(player, BLUE + "found he is being held near " + RED + "Draynor village. " + BLUE + "I will need to", 8+ 7); + line(player, RED + "disguise " + BLUE + "the " + RED + "Price " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); line(player, BLUE + "their " + RED + "clutches.", 10+ 7); line(player, BLUE + "To do this I should:-", 11+ 7); line(player, BLUE + "Talk to " + RED + "Leela " + BLUE + "near " + RED + "Draynor Village " + BLUE + "for advice.", 12+ 7); @@ -85,10 +85,10 @@ public class PrinceAliRescue extends Quest { break; case 30: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, RED + "Prince Ali " + BLUE + "has been " + RED + "kidnapped " + BLUE + "but luckily the spy " + RED + "Leela " + BLUE + "has", 7+ 7); - line(player, BLUE + "found he is being held near " + RED + "Draynor Village. " + BLUE + "I will need to", 8+ 7); + line(player, BLUE + "found he is being held near " + RED + "Draynor village. " + BLUE + "I will need to", 8+ 7); line(player, RED + "disguise " + BLUE + "the " + RED + "Prince " + BLUE + "and " + RED + "tie " + BLUE + "up his " + RED + "captor " + BLUE + "to " + RED + "free " + BLUE + "him from", 9+ 7); line(player, BLUE + "their " + RED + "clutches.", 10+ 7); line(player, BLUE + "To do this I should:-", 11+ 7); @@ -97,15 +97,15 @@ public class PrinceAliRescue extends Quest { line(player, hasItem(player, ROPE) ? "I have some rope with me." : BLUE + "Get some " + RED + "rope " + BLUE + "to tie up the Princes' " + RED + "kidnapper.", 14+ 7); line(player, hasItem(player, PASTE) ? "I have some skin paste suitable for disguise with me." : BLUE + "Get something to " + RED + "colour " + BLUE + "the " + RED + "Princes' skin " + BLUE + "as a " + RED + "disguise.", 15+ 7); line(player, hasItem(player, SKIRT) ? "I have a skirt suitable for a disguise with me." : BLUE + "Get a " + RED + "skirt " + BLUE + "similar to his " + RED + "kidnapper " + BLUE + "as " + RED + "disguise.", 16+ 7); - line(player, hasItem(player, YELLOW_WIG) ? "I have a wig suitable for disguise with me." : BLUE + "Get a " + RED + "Wig " + BLUE + "to " + RED + "help disguise " + BLUE + "the " + RED + "prince.", 17+ 7); + line(player, hasItem(player, YELLOW_WIG) ? "I have a wig suitable for disguise with me." : BLUE + "Get a " + RED + "Wig " + BLUE + "to " + RED + "help disguise" + BLUE + "the " + RED + "prince.", 17+ 7); break; case 40: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); if (player.getAttribute("guard-drunk", false)) { line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -116,32 +116,32 @@ public class PrinceAliRescue extends Quest { } else { line(player, BLUE + "Do something to prevent " + RED + "Joe the Guard " + BLUE + "seeing the", 7+ 7); line(player, BLUE + "escape.", 8+ 7); - line(player, BLUE + "Use the " + RED + "Skin Potion" + BLUE + ", " + RED + "Pink Skirt" + BLUE + ", " + RED + "Rope" + BLUE + ", " + RED + "Blonde Wig " + BLUE + "and " + RED + "Cell", 9+ 7); + line(player, BLUE + "Use the " + RED + "Skin potion" + BLUE + ", " + RED + "Pink Skirt" + BLUE + "," + RED + "Rope" + BLUE + "," + RED + "Blonde Wig " + BLUE + "and " + RED + "Cell", 9+ 7); line(player, RED + "Key" + BLUE + " to free " + RED + "Prince Ali " + BLUE + "from his cell somehow.", 10+ 7); } break; case 50: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); line(player, "to, by getting him drunk.", 11+ 7); line(player, "With the guard disposed of, I used my rope to tie up Lady", 11+ 7); line(player, "Keli in a cupboard, so I could disguise the Prince.", 12+ 7); - line(player, BLUE + "I need to " + RED + "unlock the cell door " + BLUE + "and then give the Prince the", 13+ 7); - line(player, RED + "Pink Skirt" + BLUE + ", the " + RED + "Skin Paste " + BLUE + "and the " + RED + "Blonde Wig " + BLUE + "so that they", 14+ 7); + line(player, BLUE + "I need to " + RED + "Unlock the cell door " + BLUE + "and then give the Prince the", 13+ 7); + line(player, RED + "Pink Skirt" + BLUE + ", the " + RED + "Skin paste " + BLUE + "and the " + RED + "Blonde Swig " + BLUE + "so that the", 14+ 7); line(player, BLUE + "can safely " + RED + "escape " + BLUE + "disguised as " + RED + "Lady Keli.", 15+ 7); break; case 60: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -155,10 +155,10 @@ public class PrinceAliRescue extends Quest { break; case 100: line(player, "I started this quest by speaking to Hassan in Al-Kharid", 4+ 7); - line(player, "Palace. He told me I should speak to Osman the spymaster.", 5+ 7); + line(player, "Palace. he told me I should speak to Osman the spymaster.", 5+ 7); line(player, "I should go and speak to Osman for details on the quest.", 6+ 7); line(player, "Prince Ali has been kidnapped but luckily the spy Leela has", 7+ 7); - line(player, "found he is being held near Draynor Village. I will need to", 8+ 7); + line(player, "found he is being held near Draynor village. I will need to", 8+ 7); line(player, "disguise the Prince and tie up his captor to free him from", 9+ 7); line(player, "their clutches.", 10+ 7); line(player, "I also had to prevent the Guard from seeing that I was up", 10+ 7); @@ -170,7 +170,7 @@ public class PrinceAliRescue extends Quest { line(player, "freedom with Leela after unlocking his cell door.", 15+ 7); line(player, "Hassan the chancellor rewarded me for all of my help.", 16+ 7); line(player, "I am now a friend of Al-Kharid and may pass through the", 17+ 7); - line(player, "gate leading between Lumbridge and Al-Kharid for free.", 18+ 7); + line(player, "gate leading between Lumbridge and Al-Kharid for free", 18+ 7); line(player, "QUEST COMPLETE!", 19+ 7); break; } diff --git a/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java b/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java index fcbf3077f..be8dde907 100644 --- a/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java +++ b/Server/src/main/content/region/desert/dialogue/ShantayDialogue.java @@ -47,11 +47,11 @@ public final class ShantayDialogue extends DialoguePlugin { } if (args.length == 2) { player.getPacketDispatch().sendMessage("Shantay saunters over to talk with you."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "If you want to be let out, you have to pay a fine of", "five gold. Do you want to pay now?"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "If you want to be let out, you have to pay a fine of", "five gold. Do you want to pay now?"); stage = 703; return true; } - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Hello effendi, I am Shantay."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "Hello effendi, I am Shantay."); stage = 0; return true; } @@ -60,11 +60,11 @@ public final class ShantayDialogue extends DialoguePlugin { public boolean handle(int interfaceId, int buttonId) { switch (stage) { case 0: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "I see you're new. Please read the billboard poster", "before going into the desert. It'll give yer details on the", "dangers you can face."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "I see you're new. Please read the billboard poster", "before going into the desert. It'll give yer details on the", "dangers you can face."); stage = 1; break; case 1: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "There is a heartbroken mother just past the gates and", "in the desert. Her name is Irena and she mourns her", "lost daughter. Such a shame."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "There is a heartbroken mother just past the gates and", "in the desert. Her name is Irena and she mourns her", "lost daughter. Such a shame."); stage = 2; break; case 2: @@ -74,19 +74,19 @@ public final class ShantayDialogue extends DialoguePlugin { case 3: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "What is this place?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What is this place?"); stage = 10; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Can I see what you have to sell please?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Can I see what you have to sell please?"); stage = 20; break; case 3: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I must be going."); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I must be going."); stage = 30; break; case 4: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I want to buy a Shantay pass for 5 gold coins."); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I want to buy a Shantay pass for 5 gold coins."); stage = 40; break; @@ -101,7 +101,7 @@ public final class ShantayDialogue extends DialoguePlugin { player.getInventory().add(new Item(1854)); interpreter.sendItemMessage(1854, "You purchase a Shantay Pass."); } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); } stage = 41; break; @@ -109,18 +109,18 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 30: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "So long..."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "So long..."); stage = 31; break; case 31: end(); break; case 10: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "This is the pass of Shantay. I guard this area with my", "men. I am responsible for keeping this pass open and", "repaired."); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "This is the pass of Shantay. I guard this area with my", "men. I am responsible for keeping this pass open and", "repaired."); stage = 11; break; case 11: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "My men and I prevent outlaws from getting out of the", "desert. And we stop the inexeperienced from a dry death", "in the sands. Which would you say you were?"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "My men and I prevent outlaws from getting out of the", "desert. And we stop the inexeperienced from a dry death", "in the sands. Which would you say you were?"); stage = 12; break; case 12: @@ -130,21 +130,21 @@ public final class ShantayDialogue extends DialoguePlugin { case 13: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I am definitely an outlaw, prepare to die."); + interpreter.sendDialogues(player, null, "I am definitely an outlaw, prepare to die."); stage = 700; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "I am a little inexperienced."); + interpreter.sendDialogues(player, null, "I am a little inexperienced."); stage = 710; break; case 3: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Er, neither, I'm an adventurer."); + interpreter.sendDialogues(player, null, "Er, neither, I'm an adventurer."); stage = 720; break; } break; case 20: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Absolutely Effendi!"); + interpreter.sendDialogues(836, FacialExpression.HALF_GUILTY, "Absolutely Effendi!"); stage = 21; break; case 21: @@ -152,11 +152,11 @@ public final class ShantayDialogue extends DialoguePlugin { npc.openShop(player); break; case 700: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Ha, very funny....."); + interpreter.sendDialogues(836, null, "Ha, very funny....."); stage = 701; break; case 701: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Guards arrest him!"); + interpreter.sendDialogues(836, null, "Guards arrest him!"); stage = 702; break; case 702: @@ -168,7 +168,7 @@ public final class ShantayDialogue extends DialoguePlugin { public boolean pulse() { player.setAttribute("/save:shantay-jail", true); player.getProperties().setTeleportLocation(Location.create(3298, 3123, 0)); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You'll have to stay in there until you pay the fine of", "five gold pieces. Do you want to pay now?"); + interpreter.sendDialogues(836, null, "You'll have to stay in there until you pay the fine of", "five gold pieces. Do you want to pay now?"); stage = 703; return true; } @@ -181,11 +181,11 @@ public final class ShantayDialogue extends DialoguePlugin { case 704: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Yes, okay."); + interpreter.sendDialogues(player, null, "Yes, okay."); stage = 705; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "No thanks, you're not having my money."); + interpreter.sendDialogues(player, null, "No thanks, you're not having my money."); stage = 800; break; } @@ -194,20 +194,20 @@ public final class ShantayDialogue extends DialoguePlugin { if (player.getInventory().remove(new Item(995, 5))) { player.getPacketDispatch().sendMessage("You hand over the five gold pieces to Shantay."); player.getPacketDispatch().sendMessage("Shantay unlocks the door to the cell."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, Effendi, now please try to keep the peace."); + interpreter.sendDialogues(836, null, "Great, Effendi, now please try to keep the peace."); player.removeAttribute("shantay-jail"); stage = 822; } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); stage = 825; } break; case 800: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You have a choice. You can either pay five gold pieces", "or... You can be transported to a maximum security", "prison in Port Sarim"); + interpreter.sendDialogues(836, null, "You have a choice. You can either pay five gold pieces", "or... You can be transported to a maximum security", "prision in Port Sarim"); stage = 801; break; case 801: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Will you pay the five gold pieces?"); + interpreter.sendDialogues(836, null, "Will you pay the five gold pieces?"); stage = 802; break; case 802: @@ -217,17 +217,17 @@ public final class ShantayDialogue extends DialoguePlugin { case 803: switch (buttonId) { case 1: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Yes, okay."); + interpreter.sendDialogues(player, null, "Yes, okay."); stage = 820; break; case 2: - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "No, do your worst!"); + interpreter.sendDialogues(player, null, "No, do your worst!"); stage = 804; break; } break; case 804: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "You are to be transported to a maximum security", "prison in Port Sarim. I hope you've learnt an important", "lesson from this."); + interpreter.sendDialogues(836, null, "You are to be transported to a maximum security", "prision in Port Sarim. I hope you've learn an important", "lesson from this."); stage = 805; break; case 805: @@ -237,17 +237,17 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 820: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Good, I see that you have come to your senses."); + interpreter.sendDialogues(836, null, "Good, I see that you have come to your senses."); stage = 821; break; case 821: if (player.getInventory().remove(new Item(995, 5))) { player.getPacketDispatch().sendMessage("You hand over the five gold pieces to Shantay."); player.getPacketDispatch().sendMessage("Shantay unlocks the door to the cell."); - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, Effendi, now please try to keep the peace."); + interpreter.sendDialogues(836, null, "Great, Effendi, now please try to keep the peace."); stage = 822; } else { - interpreter.sendDialogues(player, FacialExpression.NEUTRAL, "Sorry, I don't seem to have enough money."); + interpreter.sendDialogues(player, null, "Sorry, I don't seem to have enough money."); stage = 825; } break; @@ -258,26 +258,26 @@ public final class ShantayDialogue extends DialoguePlugin { end(); break; case 710: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Can I recommend that you purchase a full waterskin", "and a knife! These items will no doubt save your life. A", "waterskin will keep water from evaporating in the desert."); + interpreter.sendDialogues(836, null, "Can I recommend that you purchase a full waterskin", "and a knife! These items will no doubt save your life. A", "waterskin will keep water from evaporating in the desert."); stage = 711; break; case 711: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "And a keen woodsman with a knife can extract juice", "from a cactus. Before you go into the desert, it's", "advisable to wear desert clothes. It's very hot in the", "desert and you'll surely cook if you wear amour."); + interpreter.sendDialogues(836, null, "And a keen woodsman with a knife can extract juice", "from a cactus. Before you go into the desert, it's", "advisable to wear desert clothes. It's very hot in the", "desert and you'll surely cook if you wear amour."); stage = 712; break; case 712: end(); break; case 720: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "Great, I have just the thing for you the desert adventurer.", "I sell desert clothes which will keep you cool in the heat", "of the desert. I also sell waterskins so that you won't", "die in the desert."); + interpreter.sendDialogues(836, null, "Great, I have just the thing for you the desert adventurer.", "I sell desert clothes which will keep you cool in the heat", "of the desert. I also sell waterskins so that you won't", "die in the desert."); stage = 721; break; case 721: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "A waterskin and a knife help you survive from the juice", "of a cactus. Use the chest to store your items, we'll take", "them to the bank. It's hot in the desert, you'll bake in", "all that armour."); + interpreter.sendDialogues(836, null, "A waterskin and a knife help you survive from the juice", "of a cactus. Use the chest to store your items, we'll take", "them to the bank. It's hot in the desert, you'll bake in", "all that armour."); stage = 722; break; case 722: - interpreter.sendDialogues(836, FacialExpression.NEUTRAL, "To keep the pass open we ask for 5 gold pieces. And", "we give you a Shantay Pass, just ask to see what I sell", "to buy one."); + interpreter.sendDialogues(836, null, "To keep the pass open we ask for 5 gold pieces. And", "we give you a Shantay Pass, just ask to see what I sell", "to buy one."); stage = 723; break; case 723: diff --git a/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java b/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java index 39dbc9399..be677c52d 100644 --- a/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java +++ b/Server/src/main/content/region/desert/handlers/KalphiteQueenNPC.java @@ -97,10 +97,10 @@ public final class KalphiteQueenNPC extends AbstractNPC { removeAttribute("disable:drop"); super.finalizeDeath(killer); reTransform(); - BossKillCounter.addToBossKillCount((Player) killer, 1160); + BossKillCounter.addtoKillcount((Player) killer, 1160); return; } - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); setAttribute("disable:drop", true); super.finalizeDeath(killer); super.setRespawnTick(-1); diff --git a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt index 6ac1468ad..83f8383ef 100644 --- a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt +++ b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostRennardDialogue.kt @@ -74,7 +74,7 @@ class MysteriousGhostRennardDialogueFile : DialogueLabeller() { player("Why don't you tell me what happened? I might be able to help...") npc("Well, I was making me merry way along, having just pulled off a glorious jewellery heist from a bunch of stinking dwarves...") player("Hey, that's no way to talk about dwarves! Some of my best friends are short!") - npc("Ah, yer misunderstand me @g[lad,lass], I wasn't generalising about the whole dwarf species, I had just stolen a bundle of jewels from a very specific group of dwarves who happened to have an odious stench about them!") + npc("Ah, yer misunderstand me [lad/lass], I wasn't generalising about the whole dwarf species, I had just stolen a bundle of jewels from a very specific group of dwarves who happened to have an odious stench about them!") player("Oh. Well I guess that's okay then. Please continue.") npc("Well, as I headed on me merry way, hoping the foul odours that lingered in me nostrils would soon pass, I see in front of me this explorer fella, all decked out in in his fine clothing, and carrying some long package") npc("bundled in rags.") diff --git a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt index dae618e1d..d5464ee19 100644 --- a/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt +++ b/Server/src/main/content/region/desert/quest/curseofzaros/MysteriousGhostViggoraDialogue.kt @@ -175,7 +175,7 @@ class MysteriousGhostViggoraDialogueFile : DialogueLabeller() { npc("Hello yourself.") player("I really liked your little story. Can you tell me another one?") player("Preferably something with a big fight and lots of explosions!") - npc("...You are a very strange young @g[man,woman].") + npc("...You are a very strange young @g[man/woman].") label("lostghostlything") player(ChatAnim.SAD, "Can I have that cloak back?") diff --git a/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt b/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt index 19af2735d..c1331e614 100644 --- a/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt +++ b/Server/src/main/content/region/desert/quest/thegolem/TheGolemDialogue.kt @@ -9,7 +9,6 @@ import org.rs09.consts.NPCs import core.game.dialogue.DialogueBuilder import core.game.dialogue.DialogueBuilderFile import content.data.Quests -import content.global.handlers.iface.ScrollLine @Initializable public final class ClayGolemDialoguePlugin(player: Player? = null) : DialoguePlugin(player) { @@ -108,18 +107,19 @@ class CuratorHaigHalenGolemDialogue : DialogueBuilderFile() { } } -// https://youtu.be/owPSLUB9E8k?t=261 val LETTER_LINES = arrayOf( - ScrollLine("Dearest Varmen,", 3), - ScrollLine("I hope this finds you well. Here are the books you asked for", 4), - ScrollLine("There has been an exciting development closer to home --", 5), - ScrollLine("another city from the same period has been discovered east", 6), - ScrollLine("of Varrock, and we are starting a huge excavation project", 7), - ScrollLine("here. I don't know if the museum will be able to finance your", 8), - ScrollLine("expedition as well as this one, so I fear your current trip will be", 9), - ScrollLine("the last.", 10), - ScrollLine("May Saradomin grant you a safe journey home", 11), - ScrollLine("Your loving Elissa.", 12) + "", + "", + "Dearest Varmen,", + "I hope this finds you well. Here are the books you asked for", + "There has been an exciting development closer to home --", + "another city from the same period has been discovered east", + "of Varrock, and we are starting a huge excavation project", + "here. I don't know if the museum will be able to finance your", + "expedition as well as this one, so I fear your current trip will be", + "the last.", + "May Saradomin grant you a safe journey home", + "Your loving Elissa.", ) val DISPLAY_CASE_TEXT = arrayOf("3rd age - yr 3000-4000", diff --git a/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt b/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt index 4d637b890..89d485f91 100644 --- a/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt +++ b/Server/src/main/content/region/desert/quest/thegolem/TheGolemQuest.kt @@ -20,8 +20,6 @@ import core.game.interaction.InteractionListener import core.game.interaction.InterfaceListener import core.game.world.GameWorld import content.data.Quests -import content.global.handlers.iface.ScrollInterface -import org.rs09.consts.Components @Initializable class TheGolemQuest : Quest(Quests.THE_GOLEM, 70, 69, 1, 437, 0, 1, 10) { @@ -114,6 +112,19 @@ class ClayGolemNPC : AbstractNPC { } } +class LetterListener : InterfaceListener { + override fun defineInterfaceListeners() { + onOpen(220) { player, component -> + val lines: Array = player.getAttribute("ifaces:220:lines", arrayOf()) + for(i in 0 until Math.min(lines.size, 15)) { + setInterfaceText(player, lines[i], 220, i+1) + //setInterfaceText(player, "${i}", 220, i+1) + } + return@onOpen true + } + } +} + class DisplayCaseListener : InterfaceListener { override fun defineInterfaceListeners() { onOpen(534) { player, component -> @@ -361,8 +372,9 @@ class TheGolemListeners : InteractionListener { on(34978, IntType.SCENERY, "climb-down") { player, node -> core.game.global.action.ClimbActionHandler.climb(player, core.game.global.action.ClimbActionHandler.CLIMB_DOWN, core.game.global.action.SpecialLadders.getDestination(node.location)); return@on true } on(6372, IntType.SCENERY, "climb-up") { player, node -> core.game.global.action.ClimbActionHandler.climb(player, core.game.global.action.ClimbActionHandler.CLIMB_UP, core.game.global.action.SpecialLadders.getDestination(node.location)); return@on true } on(4615, IntType.ITEM, "read") { player, node -> + player.setAttribute("ifaces:220:lines", LETTER_LINES) player.setAttribute("/save:the-golem:read-elissa-letter", true) - ScrollInterface.scrollSetup(player, Components.MESSAGESCROLL_220, LETTER_LINES) + openInterface(player, 220) return@on true } on(35226, IntType.SCENERY, "search") { player, node -> diff --git a/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java b/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java index 65f5d4e43..e928e6179 100644 --- a/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java +++ b/Server/src/main/content/region/fremennik/waterbirth/handlers/DagannothKingNPC.java @@ -97,7 +97,7 @@ public final class DagannothKingNPC extends AbstractNPC { public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); if (getId() == 2881 || getId() == 2882 || getId() == 2883) { - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } } diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt index c33424281..84474795a 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/hazeelcult/ClivetNPC.kt @@ -1,5 +1,6 @@ package content.region.kandarin.ardougne.quest.hazeelcult +import core.api.* import core.game.node.entity.npc.AbstractNPC import core.game.world.map.Location import core.plugin.Initializable @@ -15,18 +16,16 @@ class ClivetNPC(id: Int = 0, location: Location? = null, ) : AbstractNPC(id, loc override fun getIds(): IntArray = intArrayOf(NPCs.CLIVET_893) - private var invisTicks = 0 + private var invisibilityTimerRunning = false override fun tick() { - if (isInvisible && invisTicks <= 0) { - invisTicks = 20 - } - if (invisTicks > 0) { - invisTicks-- + if (isInvisible && !invisibilityTimerRunning) { + invisibilityTimerRunning = true - if (invisTicks == 0) { + runTask(this, 20) { isInvisible = false + invisibilityTimerRunning = false } } diff --git a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt index 9c5866a59..0c8ef60a0 100644 --- a/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt +++ b/Server/src/main/content/region/kandarin/ardougne/quest/plaguecity/PlagueCityListeners.kt @@ -406,17 +406,16 @@ class PlagueCityListeners : InteractionListener { } } - // https://youtu.be/AG81LH51WME?t=302 private fun scruffyNote(player: Player) { val scruffynotes = arrayOf( "Got a bncket of nnilk", - "Tlen qrind sorne lhoculate", + "Tlen grind sorne lhoculate", "vnith a pestal and rnortar", "ald the grourd dlocolate to tho milt", - "fnales add 5cme snape gras5", + "finales add 5cme snape gras5", ) - setInterfaceText(player, scruffynotes.joinToString("
"), 222, 4) + setInterfaceText(player, scruffynotes.joinToString("
"), 222, 5) } override fun defineDestinationOverrides() { diff --git a/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java b/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java index b926d7fde..dd3a27bd2 100644 --- a/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java +++ b/Server/src/main/content/region/kandarin/pisc/dialogue/MathiasFlaconryDialogue.java @@ -8,7 +8,6 @@ import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.plugin.Initializable; import core.game.node.item.Item; -import org.rs09.consts.Items; /** * Handles the MathiasFlaconryDialogue dialogue. @@ -50,8 +49,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { } break; case 323: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Well, you're welcome to come back if you change", "your mind."); - stage = 967; + end(); break; case 95: if (player.getBank().containsItem(FALCON) || player.getEquipment().containsItem(FALCON) || player.getInventory().containsItem(FALCON)) { @@ -60,7 +58,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { return true; } if (player.getEquipment().get(EquipmentContainer.SLOT_HANDS) != null || player.getEquipment().get(EquipmentContainer.SLOT_SHIELD) != null || player.getEquipment().get(EquipmentContainer.SLOT_WEAPON) != null) { - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, you really need both hands free for falconry. I'd", "suggest that you put away your weapons and gloves before", "we start."); + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, free your hands, weapon, and shield slot first."); stage = 99; break; } @@ -71,11 +69,11 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 97; } else { end(); - player.getPacketDispatch().sendMessage("You need 500 gold coins."); + player.getPacketDispatch().sendMessage("You need 500 gold goins."); } break; case 97: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Don't worry; I'll keep an eye on you to make sure", "you don't upset it too much."); + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Don't worry: I'll keep and eye on you to make sure", "you don't upset it roo much."); stage = 99; break; case 99: @@ -86,109 +84,22 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 501; break; case 501: - interpreter.sendOptions("Select an Option", "Do you have any quests I could do?", "What is this place?", "Could I have a go with your bird?"); + interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Could I have a go with your bird?"); stage = 502; break; case 502: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Do you have any quests I could do?"); - stage = 600; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.ASKING, "What is this place?"); - stage = 700; - break; - case 3: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Could I have a go with your bird?"); - stage = 800; - break; - } - break; - case 600: - interpreter.sendDialogues(5093, FacialExpression.ASKING, "A quest? What a strange notion. Do you normally go", "around asking complete strangers for quests?"); - stage = 601; - break; - case 601: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Er, yes, now you come to mention it."); - stage = 602; - break; - case 602: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Oh, ok then. Well, no, I don't; sorry."); - stage = 967; - break; - - case 700: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "A good question; straight and to the point. My name is ", "Matthias, I am a falconer, and this is where I train", "my birds."); - stage = 701; - break; - case 701: - interpreter.sendOptions("Select an Option", "Do you have any quests I could do?", "That sounds like fun; could I have a go?", "That doesn't sound like my sort of thing.", "What's this falconry thing all about then?"); - stage = 702; - break; - case 702: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Do you have any quests I could do?"); - stage = 600; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.ASKING, "That sounds like fun; could I have a go?"); - stage = 800; - break; - case 3: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "That doesn't sound like my sort of thing."); - stage = 720; - break; - case 4: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "What's this falconry thing all about then?"); - stage = 750; - break; - } - break; - case 720: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Fair enough; it does require a great deal of patience and", "skill, so I can understand if you might feel intimidated."); - stage = 967; - break; - case 750: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Well, some people see it as a sport, although such a term", "does not really convey the amount of patience and", "dedication required to be proficient at the task."); - stage = 751; - break; - case 751: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Putting it simply, it is the training and use of birds of", "prey in hunting quarry."); - stage = 752; - break; - case 752: - interpreter.sendDialogues(player, FacialExpression.ASKING, "So it's like keeping a pet then?"); - stage = 753; - break; - case 753: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Not exactly, no. Such a bird can never really be", "considered tame in the same way that a dog can."); - stage = 754; - break; - case 754: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "They can be trained to associate people or places with", "food though, and, as such, a good falconer can get a", "trained bird to do as he wishes."); - stage = 701; - break; - - case 800: if (player.getSkills().getLevel(Skills.HUNTER) < 43) { npc("Try coming back when you're more experienced", "I wouldn't want my birds being injured."); stage = 967; return true; } - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Training falcons is a lot of work and I doubt you're up", "to the task. However, I suppose I could let you try", "hunting with one."); - stage = 801; + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Training falcons is a lot of work and I", "doubt you're up to the task. However, I suppose", "I could let you try hunting with one."); + stage = 503; break; - case 801: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "I have some tamer birds that I occasionally lend to rich", "noblemen who consider it a sufficiently refined sport for", "their tastes, and you look like the kind who might", "appreciate a good hunt."); - stage = 802; - break; - case 802: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "I'd have to request a small fee, mind you; how does", "500 gold pieces sound?"); + case 503: + interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "I have some tamer birds that I occasionally lend to rich", "noblemen who consider it a sufficiently refined sport for", "their tastes. and you look like the kind who might", "appreciate a good hunt."); stage = 90; break; - case 900: interpreter.sendOptions("Select an Option", "Yes, please.", "No thank you."); stage = 901; @@ -214,48 +125,7 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { case 967: end(); break; - - case 1000: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Ah, you're back. How are you getting along with her then?"); - stage = 1001; - break; - case 1001: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "It's certainly harder than it looks."); - stage = 1002; - break; - case 1002: - interpreter.sendDialogues(5093, FacialExpression.HALF_GUILTY, "Sorry, but I was talking to the falcon, not you. But yes it", "is. Have you had enough yet?"); - stage = 1003; - break; - case 1003: - interpreter.sendOptions("Select an Option", "Actually, I'd like to keep trying a little longer.", "I think I'll leave it for now."); - stage = 1004; - break; - case 1004: - switch (buttonId) { - case 1: - interpreter.sendDialogues(player, FacialExpression.ASKING, "Actually, I'd like to keep trying a little longer."); - stage = 1010; - break; - case 2: - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "I think I'll leave it for now."); - stage = 1020; - break; - } - break; - case 1010: - interpreter.sendDialogues(5093, FacialExpression.NEUTRAL, "Ok then, just come talk to me when you're done."); - stage = 967; - break; - case 1020: - player.getInventory().remove(FALCON); - player.getEquipment().remove(FALCON, true); - - interpreter.sendDialogue("You give the falcon and glove back to Matthias."); - stage = 967; - break; } - return true; } @@ -275,11 +145,6 @@ public class MathiasFlaconryDialogue extends DialoguePlugin { stage = 900; return true; } - if (player.getEquipment().contains(10024, 1) || player.getInventory().contains(10024, 1)) { - interpreter.sendDialogues(player, FacialExpression.HALF_GUILTY, "Hello again."); - stage = 1000; - return true; - } if (args.length == 2) quick = true; if (quick) { diff --git a/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java b/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java index 876f9cfda..309895c76 100644 --- a/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java +++ b/Server/src/main/content/region/kandarin/quest/dwarfcannon/DwarfCannonPlugin.java @@ -44,7 +44,6 @@ public class DwarfCannonPlugin extends OptionHandler { SceneryDefinition.forId(3).getHandlers().put("option:open", this); SceneryDefinition.forId(5).getHandlers().put("option:inspect", this); SceneryDefinition.forId(2).getHandlers().put("option:enter", this); - SceneryDefinition.forId(11).getHandlers().put("option:climb-up", this); SceneryDefinition.forId(13).getHandlers().put("option:climb-over", this); SceneryDefinition.forId(15601).getHandlers().put("option:inspect", this); for (int i = 15; i < 21; i++) { @@ -111,13 +110,6 @@ public class DwarfCannonPlugin extends OptionHandler { player.animate(Animation.create(845)); player.teleport(new Location(2619, 9797, 0), 2); break; - case 11: - if (node.getLocation().equals(new Location(2570, 3443, 1)) - && quest.getStage(player) == 20 - && !player.hasItem(DwarfCannon.DWARF_REMAINS)) { - setVarp(player, 0, 3, true); - } - return ClimbActionHandler.climbLadder(player, node.asScenery(), option); case 13: ClimbActionHandler.climb(player, new Animation(828), new Location(2623, 3391, 0)); break; diff --git a/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt b/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt index 9923b7426..9d9aea830 100644 --- a/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt +++ b/Server/src/main/content/region/kandarin/quest/dwarfcannon/NulodionsNotes.kt @@ -4,6 +4,7 @@ import content.global.handlers.iface.BookInterface import content.global.handlers.iface.BookLine import content.global.handlers.iface.Page import content.global.handlers.iface.PageSet +import core.api.setAttribute import core.game.interaction.IntType import core.game.interaction.InteractionListener import core.game.node.entity.player.Player diff --git a/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt b/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt index a0dd8b258..8548efe96 100644 --- a/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt +++ b/Server/src/main/content/region/kandarin/quest/grandtree/GrandTreeListeners.kt @@ -15,9 +15,6 @@ import org.rs09.consts.Items import org.rs09.consts.NPCs import org.rs09.consts.Sounds import content.data.Quests -import content.global.handlers.iface.ScrollInterface -import content.global.handlers.iface.ScrollLine -import org.rs09.consts.Components class GrandTreeListeners: InteractionListener { @@ -29,11 +26,12 @@ class GrandTreeListeners: InteractionListener { Location(2473,9897,0), ) - // https://youtu.be/-jfueZpRhzU?t=184 - val hazelmereScrollText = arrayOf( - ScrollLine("Es lemanto meso pro eis prit ta Cinqo mond.", 6), - ScrollLine("Mi lovos ta lemanto Daconia arpos", 7), - ScrollLine("et Daconia arpos eto meriz ta priw!", 8) + val hazelmerescroll = Items.HAZELMERES_SCROLL_786 + + val hazelmerescrollText = arrayOf( + "Es lemanto meso pro eis prit ta Cinqo mond.", + "Mi lovos ta lemanto Daconia arpos", + "et Daconia arpos eto meriz ta priw!", ) fun unlockTUZODoor(player: Player) { @@ -86,8 +84,8 @@ class GrandTreeListeners: InteractionListener { openDialogue(player, AnitaDialogue(), npc) return@on true } - on(Items.HAZELMERES_SCROLL_786, IntType.ITEM, "read") { player, node -> - ScrollInterface.scrollSetup(player, Components.MESSAGESCROLL_220, hazelmereScrollText) + on(hazelmerescroll, IntType.ITEM, "read") { player, node -> + hazelmereScroll(player, node.asItem()) return@on true } @@ -211,5 +209,14 @@ class GrandTreeListeners: InteractionListener { return@on true } } + + private fun hazelmereScroll(player: Player, item: Item) { + val id = item.id + openInterface(player, 222).also { + when (id) { + hazelmerescroll -> setInterfaceText(player, hazelmerescrollText.joinToString("
"), 222, 6) + } + } + } } diff --git a/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt b/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt index 97a16f7d9..0fdbf616f 100644 --- a/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt +++ b/Server/src/main/content/region/karamja/quest/tribaltotem/TribalTotemListeners.kt @@ -34,7 +34,7 @@ class TribalTotemListeners : InteractionListener { on(realCrate, IntType.SCENERY, "Investigate"){ player, node -> if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && !player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){ - sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion, Ardougne.You carefully peel it off and take it.") + sendDialogue(player,"There is a label on this crate. It says; To Lord Handelmort, Handelmort Mansion Ardogune.You carefully peel it off and take it.") addItemOrDrop(player,Items.ADDRESS_LABEL_1858,1) } else if(player.questRepository.getStage(Quests.TRIBAL_TOTEM) in 1..19 && player.inventory.containsAtLeastOneItem(Items.ADDRESS_LABEL_1858)){ diff --git a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java index 5a4cdfd11..7559b9362 100644 --- a/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java +++ b/Server/src/main/content/region/karamja/tzhaar/handlers/TzhaarFightCavesPlugin.java @@ -1,5 +1,6 @@ package content.region.karamja.tzhaar.handlers; +import content.global.skill.slayer.SlayerManager; import core.game.event.NPCKillEvent; import core.game.activity.ActivityPlugin; import content.data.BossKillCounter; @@ -9,6 +10,8 @@ import core.game.node.entity.Entity; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; +import core.game.node.entity.skill.Skills; +import content.global.skill.slayer.Tasks; import core.game.node.item.GroundItemManager; import core.game.node.item.Item; import core.game.node.scenery.Scenery; @@ -20,7 +23,6 @@ import core.plugin.Initializable; import core.tools.RandomFunction; import core.game.world.GameWorld; import core.game.world.repository.Repository; -import org.rs09.consts.NPCs; import java.util.ArrayList; import java.util.List; @@ -145,6 +147,11 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin { public void leave(Player player, int wave) { activeNPCs.clear(); player.getProperties().setTeleportLocation(getSpawnLocation()); + player.getSkills().restore(); + player.timers.removeTimer("poison"); + player.timers.removeTimer("disease"); + player.timers.removeTimer("teleblock"); + player.getSettings().updateRunEnergy(-100); boolean practice = player.getAttribute("fc_practice_jad", false); if (wave == 63) { if (!practice) { @@ -160,7 +167,12 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin { } player.getPacketDispatch().sendMessage("You were victorious!"); if (!practice) { - BossKillCounter.addToBossKillCount(player, NPCs.TZTOK_JAD_2745); + BossKillCounter.addtoKillcount(player, 2745); + if (SlayerManager.getInstance(player).getTask() == Tasks.JAD) { + player.getSkills().addExperience(Skills.SLAYER, 25000); + SlayerManager.getInstance(player).clear(); + player.sendMessage("You receive 25,000 slayer experience for defeating TzTok-Jad."); + } player.getDialogueInterpreter().sendDialogues(2617, null, "You even defeated TzTok-Jad, I am most impressed!", "Please accept this gift as a reward."); Repository.sendNews(player.getUsername() + " has been victorious in defeating TzTok-Jad for a firecape!"); } else { diff --git a/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java b/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java index c20c65f72..a40f65f84 100644 --- a/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java +++ b/Server/src/main/content/region/misc/tutisland/handlers/iface/CharacterDesign.java @@ -178,8 +178,8 @@ public final class CharacterDesign { case 40: player.getSettings().toggleMouseButton(); break; - case 92://hair style left arrow - case 93://hair style right arrow + case 92://hair style + case 93: changeLook(player, 0, buttonId == 93); break; case 97: @@ -348,23 +348,18 @@ public final class CharacterDesign { private static int getValue(Player player, String key, int index, int currentIndex, boolean increment) { int[] array = player.getAttribute("male", player.getAppearance().isMale()) ? MALE_LOOK_IDS[index] : FEMALE_LOOK_IDS[index]; int val = 0; - if (player.isArtificial() && index <= 1) { - currentIndex = RandomFunction.random(array.length -1); - val = array[currentIndex]; + if (increment && currentIndex + 1 > array.length -1) { + val = (int) array[0]; + currentIndex = 0; + } else if (!increment && currentIndex -1 < 0) { + val = (int) array[array.length -1]; + currentIndex = array.length -1; + } else if (increment) { + val = (int) array[currentIndex + 1]; + currentIndex++; } else { - if (increment && currentIndex + 1 > array.length -1) { - val = (int) array[0]; - currentIndex = 0; - } else if (!increment && currentIndex -1 < 0) { - val = (int) array[array.length -1]; - currentIndex = array.length -1; - } else if (increment) { - val = (int) array[currentIndex + 1]; - currentIndex++; - } else { - val = (int) array[currentIndex - 1]; - currentIndex--; - } + val = (int) array[currentIndex - 1]; + currentIndex--; } player.setAttribute(key + ":" + index, currentIndex); return val; diff --git a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt index 68fd59034..8c6a1ca73 100644 --- a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt +++ b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt @@ -31,7 +31,7 @@ package content.region.misthalin.barbvillage.stronghold.playersafety SceneryConst.JAIL_DOOR_29601 to 698, ) - private val creviceClimbedAttribute = "/save:player_strong:crevice_climbed" + private val creviceClimbedAttribute = "player_strong:crevice_climbed" } override fun defineListeners() { diff --git a/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt b/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt index 4d6feec03..6813ad0b9 100644 --- a/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt +++ b/Server/src/main/content/region/misthalin/dorgeshuun/quest/thelosttribe/CaveGoblinMinerNPC.kt @@ -29,7 +29,7 @@ class CaveGoblinMinerNPC(id: Int = 0, location: Location? = null) : AbstractNPC( mining = (id > 2074) if(properties.combatPulse.isAttacking && mining){ - transformWithHpCarryover(id - 6) + transform(id - 6) this.isWalks = true this.walkRadius = 4 this.isNeverWalks = false diff --git a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt index 529b497a6..9478c6656 100644 --- a/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt +++ b/Server/src/main/content/region/misthalin/draynor/handlers/DraynorManorHouseZone.kt @@ -31,10 +31,10 @@ class DraynorManorHouseZone : MapZone("Draynor Manor House", true), Plugin if (n.shouldPreventStacking(e)) { val s1 = e.size() val s2 = n.size() - val x = destination.x - val y = destination.y + val x = destination.getX() + val y = destination.getY() val l = n.getLocation() - if (Pathfinder.isStandingIn(x, y, s1, s1, l.x, l.y, s2, s2)) { + if (Pathfinder.isStandingIn(x, y, s1, s1, l.getX(), l.getY(), s2, s2)) { return false } } diff --git a/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt b/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt index 965dcb157..5a8ca76db 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt +++ b/Server/src/main/content/region/misthalin/lumbridge/diary/LumbridgeAchivementDiary.kt @@ -20,7 +20,6 @@ import core.game.diary.DiaryEventHookBase import core.game.diary.DiaryLevel import core.game.event.* import content.data.Quests -import core.game.node.entity.player.link.SpellBookManager class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { @@ -402,12 +401,14 @@ class LumbridgeAchivementDiary : DiaryEventHookBase(DiaryType.LUMBRIDGE) { } override fun onSpellCast(player: Player, event: SpellCastEvent) { - if (event.spellBook == SpellBookManager.SpellBook.MODERN && event.spellId == Modern.LUMBRIDGE_TELEPORT) { - finishTask( - player, - DiaryLevel.MEDIUM, - MediumTasks.CAST_LUMBRIDGE_TELEPORT - ) + when (event.spellId) { + Modern.LUMBRIDGE_TELEPORT -> { + finishTask( + player, + DiaryLevel.MEDIUM, + MediumTasks.CAST_LUMBRIDGE_TELEPORT + ) + } } } diff --git a/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java b/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java index 17942de67..87f5de168 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java +++ b/Server/src/main/content/region/misthalin/lumbridge/handlers/TormentedDemonNPC.java @@ -184,7 +184,7 @@ public class TormentedDemonNPC extends AbstractNPC { super.finalizeDeath(killer); reTransform(); fireShield = true; - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } @Override diff --git a/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java b/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java index 219c0c562..1097d1d5e 100644 --- a/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java +++ b/Server/src/main/content/region/misthalin/lumbridge/quest/therestlessghost/FatherUhrneyDialogue.java @@ -1,7 +1,6 @@ package content.region.misthalin.lumbridge.quest.therestlessghost; import content.data.Quests; -import core.game.dialogue.FacialExpression; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.diary.DiaryType; @@ -42,7 +41,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { @Override public boolean open(Object... args) { npc = (NPC) args[0]; - npc(FacialExpression.ANGRY, "Go away! I'm meditating!"); + npc("Go away! I'm meditating!"); stage = 0; return true; } @@ -52,13 +51,13 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { switch (stage) { case 0: if (player.getQuestRepository().getQuest(Quests.THE_RESTLESS_GHOST).getStage(player) == 0) { - options("Well, that's friendly.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house."); stage = 1; } else if (player.getQuestRepository().getQuest(Quests.THE_RESTLESS_GHOST).getStage(player) == 10) { - options("Well, that's friendly.", "Father Aereck sent me to talk to you.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house.", "Father Aereck sent me to talk to you."); stage = 500; } else if (player.getGameAttributes().getAttributes().containsKey("restless-ghost:urhney") || player.getQuestRepository().isComplete(Quests.THE_RESTLESS_GHOST)) { - options("Well, that's friendly.", "I've lost the Amulet of Ghostspeak.", "I've come to repossess your house."); + options("Well, that's friendly.", "I've come to respossess your house.", "I've lost the Amulet of Ghostspeak."); stage = 514; } break; @@ -69,17 +68,17 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 10; break; case 2: - player("Father Aereck sent me to talk to you."); - stage = 501; - break; - case 3: player("I've come to repossess your house."); stage = 20; break; + case 3: + player("Father Aereck sent me to talk to you."); + stage = 501; + break; } break; case 501: - npc(FacialExpression.ANGRY, "I suppose I'd better talk to you then. What problems", "has he got himself into this time?"); + npc("I suppose I'd better talk to you then. What problems", "has he got himself into this time?"); stage = 502; break; case 502: @@ -87,23 +86,23 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 503; break; case 503: - npc(FacialExpression.ANGRY, "Oh, the silly fool."); + npc("Oh, the silly fool."); stage = 504; break; case 504: - npc(FacialExpression.ANGRY, "I leave town for just five months, and ALREADY he", "can't manage."); + npc("I leave town for just five months, and ALREADY he", "can't manage."); stage = 505; break; case 505: - npc(FacialExpression.SAD, "(sigh)"); + npc("(sigh)"); stage = 506; break; case 506: - npc(FacialExpression.ANGRY, "Well, I can't go back and exorcise it. I vowed not to", "leave this place. Until I had done a full two years of", "prayer and meditation."); + npc("Well, I can't go back and exorcise it. I vowed not to", "leave this place. Until I had done a full two years of", "prayer and meditation."); stage = 507; break; case 507: - npc(FacialExpression.NEUTRAL, "Tell you what I can do though; take this amulet."); + npc("Tell you what I can do though; take this amulet."); stage = 508; break; case 508: @@ -119,15 +118,15 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 509; break; case 509: - npc(FacialExpression.NEUTRAL, "It is an Amulet of Ghostspeak."); + npc("It is an Amulet of Ghostspeak."); stage = 510; break; case 510: - npc(FacialExpression.NEUTRAL, "So called, because when you wear it you can speak to", "ghosts. A lot of ghosts are doomed to be ghosts because", "they have left some important task uncompleted."); + npc("So called, because when you wear it you can speak to", "ghosts. A lot of ghosts are doomed to be ghosts because", "they have left some important task uncompleted."); stage = 511; break; case 511: - npc(FacialExpression.NEUTRAL, "Maybe if you know what this task is, you can get rid of", "the ghost. I'm not making any guarantees mind you,", "but it is the best I can do right now."); + npc("Maybe if you know what this task is, you can get rid of", "the ghost. I'm not making any gurantees mind you,", "but it is the best I can do right now."); stage = 512; break; case 512: @@ -144,13 +143,13 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 10; break; case 2: - player(FacialExpression.NEUTRAL, "I've lost the Amulet of Ghostspeak."); - stage = 515; - break; - case 3: player("I've come to repossess your house."); stage = 20; break; + case 3: + player("I've lost the Amulet of Ghostpeak."); + stage = 515; + break; } break; case 515: @@ -172,14 +171,14 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 518; break; case 517: - npc(FacialExpression.ANGRY, "You come here wasting my time... Has it even", "occurred to you to look in your bank? Now GO", "AWAY!"); + npc("What are you talking about? I can see you've got it", "in your bank!"); stage = 518; break; case 518: end(); break; case 519: - npc(FacialExpression.ANGRY, "How careless can you get? Those things aren't easy to", "come by you know! It's a good job I've got a spare."); + npc("How careless can you get? Those things aren't easy to", "come by you know! It's a good job I've got a spare."); stage = 520; break; case 520: @@ -189,7 +188,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 521; break; case 521: - npc(FacialExpression.ANGRY, "Be more careful this time."); + npc("Be more careful this time."); stage = 522; break; case 522: @@ -253,7 +252,7 @@ public final class FatherUhrneyDialogue extends DialoguePlugin { stage = 102; break; case 102: - player("Sorry. I must have got the wrong address. All the", "houses look the same around here."); + player("Sorry. I mus thave got the wrong address. All the", "houses look the same around here."); stage = 103; break; case 103: diff --git a/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt b/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt index b19d00484..256c7e17d 100644 --- a/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt +++ b/Server/src/main/content/region/misthalin/quest/asoulsbane/ASoulsBaneListeners.kt @@ -5,7 +5,6 @@ import core.game.interaction.InteractionListener import core.game.world.map.Location import org.rs09.consts.Scenery import content.data.Quests -import core.game.node.entity.player.link.diary.DiaryType // Temporary access since the monsters in there drop nothing. class ASoulsBaneListener : InteractionListener { @@ -17,7 +16,6 @@ class ASoulsBaneListener : InteractionListener { on(RIFT_IDS, SCENERY, "enter") { player, _ -> if (hasRequirement(player, Quests.A_SOULS_BANE)) { teleport(player, Location(3297, 9824, 0)) - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 1, 9) } return@on true } diff --git a/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java b/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java index 26eac9af2..ed93e45e1 100644 --- a/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java +++ b/Server/src/main/content/region/misthalin/varrock/dialogue/RomilyWeaklaxDialogue.java @@ -247,7 +247,7 @@ public class RomilyWeaklaxDialogue extends DialoguePlugin { @Override public boolean handle(NodeUsageEvent event) { if (!event.getPlayer().getAchievementDiaryManager().getDiary(DiaryType.VARROCK).isComplete(2,5)) { - event.getPlayer().getDialogueInterpreter().open(3205, event.getUsedWith().asNpc(), event.getUsedItem()); + event.getPlayer().getDialogueInterpreter().open(3205, event.getUsedItem()); } return true; } diff --git a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt index fc857c7e6..e5e2f9ba0 100644 --- a/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt +++ b/Server/src/main/content/region/misthalin/varrock/quest/familycrest/DimintheisDialogue.kt @@ -7,7 +7,6 @@ import core.game.node.entity.player.Player import core.plugin.Initializable import org.rs09.consts.Items import content.data.Quests -import core.game.node.entity.player.link.diary.DiaryType @Initializable @@ -174,7 +173,6 @@ class DimintheisDialogue(player: Player? = null): core.game.dialogue.DialoguePlu 6000 -> npc("Not to worry, here they are").also { stage = 1000 addItem(player, getAttribute(player, "family-crest:gauntlets", Items.FAMILY_GAUNTLETS_778)) - player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 9) } 1000 -> end() diff --git a/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt b/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt index 369aa550f..51a82b834 100644 --- a/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt +++ b/Server/src/main/content/region/morytania/canifis/handlers/CanafisWerewolfNPC.kt @@ -3,7 +3,6 @@ package content.region.morytania.canifis.handlers import core.api.* import core.game.interaction.QueueStrength import core.game.node.entity.Entity -import core.game.node.entity.skill.Skills import core.game.node.entity.combat.BattleState import core.game.node.entity.combat.DeathTask import core.game.node.entity.npc.NPC @@ -39,9 +38,7 @@ class WerewolfBehavior : NPCBehavior(*HUMAN_NPCS) { return@queueScript delayScript(self, WEREWOLF_IN_ANIMATION.duration) } 1 -> { - val humanMaxLp = self.getSkills().getMaximumLifepoints() - transformNpcWithHpCarryover(self, WEREWOLF_NPCS[self.id - 6026], 200) - self.getSkills().heal(self.getSkills().getMaximumLifepoints() - humanMaxLp) + transformNpc(self, WEREWOLF_NPCS[self.id - 6026], 200) return@queueScript delayScript(self, 1) } 2 -> { diff --git a/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt b/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt index 254bbd4a0..0cd82feda 100644 --- a/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt +++ b/Server/src/main/content/region/morytania/handlers/MorytaniaListeners.kt @@ -14,8 +14,6 @@ import core.game.interaction.InteractionListener import core.game.interaction.IntType import kotlin.random.Random import content.data.Quests -import core.game.interaction.InterfaceListener -import org.rs09.consts.Components /** * File to be used for anything Morytania related. @@ -42,15 +40,12 @@ class MorytaniaListeners : InteractionListener { on(SWAMP_GATES, IntType.SCENERY, "open"){ player, node -> if(player.location.y == 3457){ core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) - sendMessage(player, "You skip gladly out of murky Mort Myre.") - removeTimer(player) GlobalScope.launch { findLocalNPC(player, NPCs.ULIZIUS_1054)?.sendChat("Oh my! You're still alive!", 2) } } else { if (player.questRepository.hasStarted(Quests.NATURE_SPIRIT)) { - setAttribute(player, "swampgate", node) - openInterface(player, Components.CWS_WARNING_20_580) + core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, node.asScenery()) } else { sendNPCDialogue( player, @@ -102,24 +97,4 @@ class MorytaniaListeners : InteractionListener { return@on true } } -} - -class warningInterface : InterfaceListener { - override fun defineInterfaceListeners() { - on(Components.CWS_WARNING_20_580) { player, _, _, buttonID, _, _ -> - when(buttonID) { - 17 -> { - val gate = getAttribute(player, "swampgate", null) as? core.game.node.scenery.Scenery - if (gate != null) { - core.game.global.action.DoorActionHandler.handleAutowalkDoor(player, gate) - sendMessage(player, "You walk into the gloomy atmosphere of Mort Myre.") - } - closeInterface(player) - } - 18 -> closeInterface(player) - } - removeAttribute(player, "swampgate") - return@on true - } - } } \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java b/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java new file mode 100644 index 000000000..69e663f47 --- /dev/null +++ b/Server/src/main/content/region/morytania/handlers/MoyrtniaSwampPlugin.java @@ -0,0 +1,30 @@ +package content.region.morytania.handlers; + +import core.cache.def.impl.SceneryDefinition; +import core.game.interaction.OptionHandler; +import core.game.node.Node; +import core.game.node.entity.player.Player; +import core.plugin.Initializable; +import core.plugin.Plugin; + +/** + * Represents the mortynia swamp plugin. + * @author 'Vexia + * @version 1.0 + */ +@Initializable +public final class MoyrtniaSwampPlugin extends OptionHandler { + + @Override + public Plugin newInstance(Object arg) throws Throwable { + SceneryDefinition.forId(3506).getHandlers().put("option:open", this); + return this; + } + + @Override + public boolean handle(Player player, Node node, String option) { + player.getDialogueInterpreter().sendDialogue("There's a message attached to this gate, it reads:~", "~ Mort Myre is a dangerous Ghast infested swamp. ~", "~ Do not enter if you value your life. ~", "~ All persons wishing to enter must see Drezel. ~"); + return true; + } + +} diff --git a/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt b/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt deleted file mode 100644 index 995294730..000000000 --- a/Server/src/main/content/region/morytania/handlers/SwampDecayHandler.kt +++ /dev/null @@ -1,148 +0,0 @@ -package content.region.morytania.handlers - -import core.api.* -import core.game.node.entity.Entity -import core.game.node.entity.player.Player -import core.game.system.timer.PersistTimer -import core.game.system.timer.RSTimer -import core.game.system.timer.TimerFlag -import core.game.world.map.zone.ZoneBorders -import org.rs09.consts.Items -import kotlin.random.Random - - -/** - * The area for swamp decay - */ -class SwampDecayArea : MapArea { - override fun defineAreaBorders(): Array { - return arrayOf( - ZoneBorders(3392, 3328, 3519, 3455) - ) - } - - /** - * Sources: - * General mechanic: https://runescape.wiki/w/Swamp_decay - * Historic damage: https://runescape.wiki/w/Mort_Myre_Swamp?oldid=1961846 - * Precise area: https://oldschool.runescape.wiki/w/Swamp_decay - * Video: https://www.youtube.com/watch?v=gkw959x8Q6s - * Video: https://www.youtube.com/watch?v=N86RywmEyEU - */ - - override fun areaEnter(entity: Entity) { - if (entity is Player) { - getOrStartTimer(entity) - } - super.areaEnter(entity) - } - -} - -/** - * The timer for swamp decay - */ -class SwampDecayTimer : PersistTimer (200, "swampdecay", isSoft = true, flags = arrayOf(TimerFlag.ClearOnDeath)) { - companion object { - // Silver sickle, Rod of Ivandis, or Ivandis Flail in equip or inv will protect the player. - private val PROTECTIVE_ITEMS = intArrayOf( - Items.SILVER_SICKLEB_2963, - Items.ROD_OF_IVANDIS10_7639, - Items.ROD_OF_IVANDIS9_7640, - Items.ROD_OF_IVANDIS8_7641, - Items.ROD_OF_IVANDIS7_7642, - Items.ROD_OF_IVANDIS6_7643, - Items.ROD_OF_IVANDIS5_7644, - Items.ROD_OF_IVANDIS4_7645, - Items.ROD_OF_IVANDIS3_7646, - Items.ROD_OF_IVANDIS2_7647, - Items.ROD_OF_IVANDIS1_7648, - Items.IVANDIS_FLAIL_30_13117, - Items.IVANDIS_FLAIL_29_13118, - Items.IVANDIS_FLAIL28_13119, - Items.IVANDIS_FLAIL_27_13120, - Items.IVANDIS_FLAIL_26_13121, - Items.IVANDIS_FLAIL_25_13122, - Items.IVANDIS_FLAIL_24_13123, - Items.IVANDIS_FLAIL_23_13124, - Items.IVANDIS_FLAIL_22_13125, - Items.IVANDIS_FLAIL_21_13126, - Items.IVANDIS_FLAIL_20_13127, - Items.IVANDIS_FLAIL_19_13128, - Items.IVANDIS_FLAIL_18_13129, - Items.IVANDIS_FLAIL_17_13130, - Items.IVANDIS_FLAIL_16_13131, - Items.IVANDIS_FLAIL_15_13132, - Items.IVANDIS_FLAIL_14_13133, - Items.IVANDIS_FLAIL_13_13134, - Items.IVANDIS_FLAIL_12_13135, - Items.IVANDIS_FLAIL_11_13136, - Items.IVANDIS_FLAIL_10_13137, - Items.IVANDIS_FLAIL_9_13138, - Items.IVANDIS_FLAIL_8_13139, - Items.IVANDIS_FLAIL_7_13140, - Items.IVANDIS_FLAIL_6_13141, - Items.IVANDIS_FLAIL_5_13142, - Items.IVANDIS_FLAIL_4_13143, - Items.IVANDIS_FLAIL_3_13144, - Items.IVANDIS_FLAIL_2_13145, - Items.IVANDIS_FLAIL_1_13146 - ) - } - - // returning false stops the timer. returning true keeps it running. - override fun run(entity: Entity): Boolean { - if (entity !is Player) return false - - // player is outside the zone - if (entity.location.x !in 3392..3519 || entity.location.y !in 3328..3455) { - sendMessage(entity, "The swamp decay effect is now over.") - return false - } - - // the nature spirit camp zone is safe - if (entity.location.x in 3435..3445 && entity.location.y in 3331..3442) { - sendMessage(entity, "The aura of Filliman's camp protects you from the swamp.") - return true - } - - // protected - if (hasProtection(entity)) { - return true - } - - // decayed (2-4 random damage) - sendMessage(entity, "The swamp decays you!") - impact(entity, Random.nextInt(2, 5)) - visualize(entity, -1, 255) - return true - } - - override fun onRegister(entity: Entity) { - if (entity !is Player) return - } - - override fun getTimer(vararg args: Any): RSTimer { - val t = SwampDecayTimer() - t.runInterval = args.getOrNull(0) as? Int ?: 200 - return t - } - - // always remember your protection - private fun hasProtection(player: Player): Boolean { - for (itemId in PROTECTIVE_ITEMS) { - if (inEquipmentOrInventory(player, itemId)) { - val prot = when(itemId) { - 2963 -> "blessed silver sickle" - in 7639..7648 -> "rod of Ivandis" - in 13117..13146 -> "Ivandis flail" - else -> "item" // fallback - } - sendMessage(player, "The power of the $prot prevents the swamp decay.") - visualize(player, -1, 259) - return true - } - } - return false - } -} \ No newline at end of file diff --git a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt index 6c7bd9830..70387d2c8 100644 --- a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt +++ b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/GardenerGhostDialogue.kt @@ -18,7 +18,7 @@ class GardenerGhostDialogue (player: Player? = null) : DialoguePlugin(player) { if (gardenerGhost.location.withinDistance(gardenerGhost.graveLocation, 5)) { sendChat(gardenerGhost, "Here is the place where I met me' maker.") } else { - sendChat(gardenerGhost, "Go " + gardenerGhost.location.deriveDirection(gardenerGhost.graveLocation)!!.name.lowercase(Locale.getDefault()).replace('_', '-') + ", mate") + sendChat(gardenerGhost, "Go " + gardenerGhost.location.deriveDirection(gardenerGhost.graveLocation).name.lowercase(Locale.getDefault()).replace('_', '-') + ", mate") gardenerGhost.continueFollowing(player) } } else { diff --git a/Server/src/main/content/region/wilderness/handlers/BorkNPC.java b/Server/src/main/content/region/wilderness/handlers/BorkNPC.java index 53bd862e5..c0a28f080 100644 --- a/Server/src/main/content/region/wilderness/handlers/BorkNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/BorkNPC.java @@ -118,7 +118,7 @@ public class BorkNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer){ super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } @Override diff --git a/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java b/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java index 9e4f6f758..4da67fe93 100644 --- a/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/ChaosElementalNPC.java @@ -82,7 +82,7 @@ public class ChaosElementalNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } /** diff --git a/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java b/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java index 0b71e76e6..67ad9c876 100644 --- a/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/CorporealBeastNPC.java @@ -91,7 +91,7 @@ public final class CorporealBeastNPC extends NPCBehavior { @Override public void onDeathFinished(NPC self, Entity killer) { - BossKillCounter.addToBossKillCount((Player) killer, NPCs.CORPOREAL_BEAST_8133); + BossKillCounter.addtoKillcount((Player) killer, NPCs.CORPOREAL_BEAST_8133); if (darkEnergyCore != null) { darkEnergyCore.clear(); darkEnergyCore = null; diff --git a/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java b/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java index 75f8a94de..ab5559616 100644 --- a/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java +++ b/Server/src/main/content/region/wilderness/handlers/KingBlackDragonNPC.java @@ -14,7 +14,6 @@ import core.game.node.entity.impl.Animator.Priority; import core.game.node.entity.npc.AbstractNPC; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.world.GameWorld; import core.game.world.map.Location; import core.game.world.update.flag.context.Animation; import core.plugin.Initializable; @@ -49,7 +48,7 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void finalizeDeath(Entity killer) { super.finalizeDeath(killer); - BossKillCounter.addToBossKillCount((Player) killer, this.getId()); + BossKillCounter.addtoKillcount((Player) killer, this.getId()); } /** @@ -128,6 +127,7 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void adjustBattleState(Entity entity, Entity victim, BattleState state) { if (style == CombatStyle.RANGE) { + fireType.getTask().exec(victim, entity); state.setStyle(null); DRAGONFIRE.adjustBattleState(entity, victim, state); state.setStyle(CombatStyle.RANGE); @@ -184,9 +184,6 @@ public final class KingBlackDragonNPC extends AbstractNPC { @Override public void impact(Entity entity, Entity victim, BattleState state) { - if (style != CombatStyle.MELEE && victim.getImpactHandler().getDisabledTicks() <= GameWorld.getTicks()) { - fireType.getTask().exec(victim, entity); - } style.getSwingHandler().impact(entity, victim, state); } diff --git a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt index fed2f91ec..91a5831ba 100644 --- a/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt +++ b/Server/src/main/content/region/wilderness/handlers/revenants/RevenantController.kt @@ -9,7 +9,7 @@ import core.game.world.update.flag.context.Graphics import core.tools.RandomFunction import core.ServerConstants import core.api.* -import core.game.node.entity.combat.InteractionType +import core.tools.SystemLogger import core.game.system.command.Privilege import core.game.world.GameWorld import core.game.world.map.path.Pathfinder @@ -28,21 +28,10 @@ class RevenantController : TickListener, Commands { private var expectedRevAmount: Int = ServerConstants.REVENANT_POPULATION private var groupPatrolQueue = ArrayList() - // Movement tracking for stuck detection - private val movementStartTick = HashMap() - private val lastKnownLocation = HashMap() - private val failedAttempts = HashMap() - // Stuck detector config - private const val STUCK_CHECK_INTERVAL = 10 // ticks - private const val MAX_FAILED_ATTEMPTS = 5 - @JvmStatic fun registerRevenant(revenantNPC: RevenantNPC) { trackedRevenants.add(revenantNPC) taskTimeRemaining[revenantNPC] = 0 currentTask[revenantNPC] = RevenantTask.NONE - movementStartTick[revenantNPC] = GameWorld.ticks - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 Repository.RENDERABLE_NPCS.add(revenantNPC) } @@ -50,188 +39,19 @@ class RevenantController : TickListener, Commands { trackedRevenants.remove(revenantNPC) taskTimeRemaining.remove(revenantNPC) currentTask.remove(revenantNPC) - movementStartTick.remove(revenantNPC) - lastKnownLocation.remove(revenantNPC) - failedAttempts.remove(revenantNPC) - groupPatrolQueue.remove(revenantNPC) if (removeRender) Repository.RENDERABLE_NPCS.remove(revenantNPC) } - private fun route(vararg coords: Pair): Array = - Array(coords.size) { Location.create(coords[it].first, coords[it].second) } - - // All routes that revs attempt to path through val routes = listOf( - route( - 3070 to 3651, 3083 to 3640, 3106 to 3645, 3133 to 3647, 3149 to 3642, - 3160 to 3654, 3171 to 3665, 3189 to 3663, 3202 to 3675, 3217 to 3660, - 3235 to 3661, 3235 to 3661, 3279 to 3650, 3269 to 3636, 3253 to 3632, - 3236 to 3638, 3220 to 3637, 3203 to 3634, 3187 to 3631, 3166 to 3633, - 3160 to 3616, 3148 to 3604, 3134 to 3596, 3118 to 3590, 3104 to 3597, - ), - route( - 3077 to 3565, 3093 to 3559, 3110 to 3566, 3127 to 3574, 3146 to 3571, - 3164 to 3575, 3183 to 3573, 3197 to 3587, 3215 to 3584, 3233 to 3576, - 3251 to 3573, 3269 to 3577, 3287 to 3569, 3305 to 3568, 3321 to 3576, - 3338 to 3584, 3352 to 3573, 3354 to 3554, 3342 to 3541, 3324 to 3536, - 3306 to 3543, 3290 to 3544, 3272 to 3545, 3255 to 3546, 3239 to 3539, - 3222 to 3543, 3206 to 3548, 3189 to 3549, 3173 to 3552, 3157 to 3549, - 3140 to 3548, 3122 to 3548, 3110 to 3555, - ), - route( - 3318 to 3691, 3307 to 3700, 3290 to 3696, 3277 to 3706, 3260 to 3706, - 3250 to 3707, 3245 to 3723, 3254 to 3735, 3251 to 3754, 3243 to 3768, - 3253 to 3780, 3238 to 3783, 3224 to 3793, 3206 to 3786, 3192 to 3780, - 3170 to 3787, 3156 to 3800, 3148 to 3814, 3148 to 3814, 3127 to 3840, - 3124 to 3856, 3124 to 3872, 3116 to 3892, - ), - route( - 2949 to 3890, 2965 to 3899, 2984 to 3900, 2998 to 3895, 3016 to 3898, - 3032 to 3893, 3048 to 3897, 3068 to 3894, 3084 to 3898, 3101 to 3895, - 3118 to 3897, 3136 to 3893, 3154 to 3900, 3172 to 3895, 3189 to 3892, - 3206 to 3897, 3222 to 3890, 3240 to 3897, 3259 to 3892, 3278 to 3895, - 3296 to 3892, 3313 to 3899, 3331 to 3888, 3345 to 3880, - ), - route( - 3308 to 3941, 3301 to 3925, 3287 to 3915, 3276 to 3922, 3266 to 3938, - 3267 to 3952, 3250 to 3949, 3235 to 3944, 3219 to 3944, 3206 to 3938, - 3194 to 3929, 3182 to 3921, 3174 to 3936, 3180 to 3952, 3167 to 3960, - 3155 to 3959, 3141 to 3953, 3126 to 3954, 3110 to 3961, 3093 to 3962, - 3078 to 3953, 3066 to 3942, 3059 to 3929, 3049 to 3916, 3033 to 3924, - 3020 to 3921, 3010 to 3913, 2993 to 3906, 2977 to 3911, 2970 to 3928, - ), - route( - 3308 to 3941, 3301 to 3925, 3297 to 3914, 3286 to 3910, 3259 to 3912, - 3267 to 3952, 3251 to 3921, 3236 to 3918, 3222 to 3922, 3209 to 3920, - 3190 to 3933, 3177 to 3939, 3175 to 3951, 3167 to 3960, 3155 to 3959, - 3135 to 3951, 3134 to 3921, 3126 to 3914, 3108 to 3907, 3087 to 3910, - 3077 to 3925, 3076 to 3937, 3066 to 3942, 3059 to 3929, 3049 to 3916, - 3033 to 3924, 3020 to 3921, 3010 to 3913, 2993 to 3906, 2977 to 3911, - 2970 to 3928, - ), + arrayOf(Location.create(3070, 3651), Location.create(3083, 3640), Location.create(3106, 3645), Location.create(3133, 3647), Location.create(3149, 3642), Location.create(3160, 3654), Location.create(3171, 3665, 0), Location.create(3189, 3663, 0), Location.create(3202, 3675, 0), Location.create(3217, 3660, 0), Location.create(3235, 3661, 0), Location.create(3235, 3661, 0), Location.create(3279, 3650, 0), Location.create(3269, 3636, 0), Location.create(3253, 3632, 0), Location.create(3236, 3638, 0), Location.create(3220, 3637, 0), Location.create(3203, 3634, 0), Location.create(3187, 3631, 0), Location.create(3166, 3633, 0), Location.create(3160, 3616, 0), Location.create(3148, 3604, 0), Location.create(3134, 3596, 0), Location.create(3118, 3590, 0), Location.create(3104, 3597, 0)), + arrayOf(Location.create(3077, 3565, 0), Location.create(3093, 3559, 0), Location.create(3110, 3566, 0), Location.create(3127, 3574, 0), Location.create(3146, 3571, 0), Location.create(3164, 3575, 0), Location.create(3183, 3573, 0), Location.create(3197, 3587, 0), Location.create(3215, 3584, 0), Location.create(3233, 3576, 0), Location.create(3251, 3573, 0), Location.create(3269, 3577, 0), Location.create(3287, 3569, 0), Location.create(3305, 3568, 0), Location.create(3321, 3576, 0), Location.create(3338, 3584, 0), Location.create(3352, 3573, 0), Location.create(3354, 3554, 0), Location.create(3342, 3541, 0), Location.create(3324, 3536, 0), Location.create(3306, 3543, 0), Location.create(3290, 3544, 0), Location.create(3272, 3545, 0), Location.create(3255, 3546, 0), Location.create(3239, 3539, 0), Location.create(3222, 3543, 0), Location.create(3206, 3548, 0), Location.create(3189, 3549, 0), Location.create(3173, 3552, 0), Location.create(3157, 3549, 0), Location.create(3140, 3548, 0), Location.create(3122, 3548, 0), Location.create(3110, 3555, 0)), + arrayOf(Location.create(3318, 3691, 0), Location.create(3307, 3700, 0), Location.create(3290, 3696, 0), Location.create(3277, 3706, 0), Location.create(3260, 3706, 0), Location.create(3250, 3707, 0), Location.create(3245, 3723, 0), Location.create(3254, 3735, 0), Location.create(3251, 3754, 0), Location.create(3243, 3768, 0), Location.create(3253, 3780, 0), Location.create(3238, 3783, 0), Location.create(3224, 3793, 0), Location.create(3206, 3786, 0), Location.create(3192, 3780, 0), Location.create(3170, 3787, 0), Location.create(3156, 3800, 0), Location.create(3148, 3814, 0), Location.create(3148, 3814, 0), Location.create(3127, 3840, 0), Location.create(3124, 3856, 0), Location.create(3124, 3872, 0), Location.create(3116, 3892, 0)), + arrayOf(Location.create(2949, 3890, 0), Location.create(2965, 3899, 0), Location.create(2984, 3900, 0), Location.create(2998, 3895, 0), Location.create(3016, 3898, 0), Location.create(3032, 3893, 0), Location.create(3048, 3897, 0), Location.create(3068, 3894, 0), Location.create(3084, 3898, 0), Location.create(3101, 3895, 0), Location.create(3118, 3897, 0), Location.create(3136, 3893, 0), Location.create(3154, 3900, 0), Location.create(3172, 3895, 0), Location.create(3189, 3892, 0), Location.create(3206, 3897, 0), Location.create(3222, 3890, 0), Location.create(3240, 3897, 0), Location.create(3259, 3892, 0), Location.create(3278, 3895, 0), Location.create(3296, 3892, 0), Location.create(3313, 3899, 0), Location.create(3331, 3888, 0), Location.create(3345, 3880, 0)), + arrayOf(Location.create(3308, 3941, 0), Location.create(3301, 3925, 0), Location.create(3287, 3915, 0), Location.create(3276, 3922, 0), Location.create(3266, 3938, 0), Location.create(3267, 3952, 0), Location.create(3250, 3949, 0), Location.create(3235, 3944, 0), Location.create(3219, 3944, 0), Location.create(3206, 3938, 0), Location.create(3194, 3929, 0), Location.create(3182, 3921, 0), Location.create(3174, 3936, 0), Location.create(3180, 3952, 0), Location.create(3167, 3960, 0), Location.create(3155, 3959, 0), Location.create(3141, 3953, 0), Location.create(3126, 3954, 0), Location.create(3110, 3961, 0), Location.create(3093, 3962, 0), Location.create(3078, 3953, 0), Location.create(3066, 3942, 0), Location.create(3059, 3929, 0), Location.create(3049, 3916, 0), Location.create(3033, 3924, 0), Location.create(3020, 3921, 0), Location.create(3010, 3913, 0), Location.create(2993, 3906, 0), Location.create(2977, 3911, 0), Location.create(2970, 3928, 0)) ) - // Routes that Dark Beasts are too fat for - private val largeNpcIncompatibleRoutes = setOf(4) - - val spawnLocations = listOf( - 3075 to 3553, 3077 to 3563, 3077 to 3578, 3093 to 3581, 3103 to 3570, - 3101 to 3564, 3030 to 3596, 3015 to 3598, 3000 to 3593, 2986 to 3588, - 2969 to 3701, 2982 to 3689, 2967 to 3689, 2953 to 3713, 2966 to 3759, - 2989 to 3759, 2986 to 3741, 2961 to 3763, 2969 to 3808, 3004 to 3816, - ).map { (x, y) -> Location.create(x, y) } - - /** - * Revenant stuck detector - * Makes sure Revenants are either moving, intentionally waiting to act, or are in legitimate combat - * If they aren't, they're passed to the stuck handler - */ - private fun checkIfStuck(revenantNPC: RevenantNPC): Boolean { - val lastTick = movementStartTick[revenantNPC] ?: 0 - val lastLoc = lastKnownLocation[revenantNPC] ?: revenantNPC.location - - // Period between checks - configure above - if (lastTick == 0 || (GameWorld.ticks - lastTick) < STUCK_CHECK_INTERVAL) { - return false - } - - // Check if positioned exactly at a patrol route start location (likely intentionally inactive) - val routeStartLocations = routes.map { it[0] } - val isAtRouteStart = routeStartLocations.any { it.equals(revenantNPC.location) } - - // Check if in legitimate combat - val combatPulse = revenantNPC.properties.combatPulse - val victim = combatPulse.getVictim() - val isInLegitimateCombat = if (victim != null) { - val interactionType = combatPulse.canInteract() - interactionType == InteractionType.STILL_INTERACT // The merits of MOVE_INTERACT regarding establishing a legitimate combat state are covered by the distanceMoved check a few lines from now - } else { - false - } - - if (isAtRouteStart || isInLegitimateCombat) { //If the Revenant has a good reason to not be moving, skip the movement check - movementStartTick[revenantNPC] = GameWorld.ticks - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 - return false - } - - // Check if the revenant has moved - val distanceMoved = revenantNPC.location.getDistance(lastLoc) - val isStuck = distanceMoved <= 2 - - // Reset the timer to check if they are stuck, since we are checking now - movementStartTick[revenantNPC] = GameWorld.ticks - - // Clear the Revenant's demerits towards being timed out if it is not stuck - if (!isStuck) { - lastKnownLocation[revenantNPC] = revenantNPC.location - failedAttempts[revenantNPC] = 0 - } - - return isStuck - } - - /** - * Revenant stuck handler - * Tries to help the Revenant escape after giving it a demerit - * If the Revenant gets too many demerits, it will be timed out instead - * NOTE: times out Revenants in unloaded regions as they have no land to path to and thus cannot move - */ - private fun handleStuckRevenant(revenantNPC: RevenantNPC) { - val attempts = failedAttempts[revenantNPC] ?: 0 - failedAttempts[revenantNPC] = attempts + 1 - - if (attempts + 1 > MAX_FAILED_ATTEMPTS) { - poofClear(revenantNPC) - revenantNPC.setAttribute("done", true) - return - } - - // The stuck Revenant will attempt to unstick itself - val escapeLocation = getNextLocation(revenantNPC) - revenantNPC.pulseManager.run(object : MovementPulse(revenantNPC, escapeLocation, Pathfinder.SMART) { - override fun pulse(): Boolean { - return true - } - }) - } - - /** - * Finds a random location to try to move to that is within the Wilderness - */ - fun getNextLocation(revenantNPC: RevenantNPC): Location { - val rawNextX = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) - val nextX = maxOf(rawNextX, 2951) - val rawNextY = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) - val nextY = maxOf(rawNextY, 3523) - return revenantNPC.location.transform(nextX, nextY, 0) - } - - /** - * Determines how far Revenants can deviate from their path - */ - private fun getPathVariance(revenantNPC: RevenantNPC, isGroup: Boolean): Int { - return when { - isGroup -> 4 - revenantNPC.size() >= 3 -> 2 // Dark Beasts are fat, so keep them close to their safe routes - else -> 10 - } - } - - /** - * Gets a random route for patrols - * Will not assign Dark Beasts to routes they are too fat for - */ - private fun getSuitableRoute(revenantNPC: RevenantNPC): Array { - val availableRoutes = if (revenantNPC.size() >= 3) { - routes.filterIndexed { index, _ -> index !in largeNpcIncompatibleRoutes } - } else { - routes - } - return availableRoutes.random() - } + val spawnLocations = listOf(Location.create(3075, 3553, 0), Location.create(3077, 3563, 0), Location.create(3077, 3578, 0), Location.create(3093, 3581, 0), Location.create(3103, 3570, 0), Location.create(3101, 3564, 0), Location.create(3030, 3596, 0), Location.create(3015, 3598, 0), Location.create(3000, 3593, 0), Location.create(2986, 3588, 0), Location.create(2969, 3701, 0), Location.create(2982, 3689, 0), Location.create(2967, 3689, 0), Location.create(2953, 3711, 0), Location.create(2966, 3759, 0), Location.create(2989, 3759, 0), Location.create(2986, 3741, 0), Location.create(2961, 3763, 0), Location.create(2969, 3808, 0), Location.create(3004, 3816, 0)) } override fun tick() { @@ -293,13 +113,7 @@ class RevenantController : TickListener, Commands { private val MAX_ROAM_TICKS: Int = 250 override fun execute(revenantNPC: RevenantNPC) { - - if (checkIfStuck(revenantNPC)) { - handleStuckRevenant(revenantNPC) - return - } - - if (!canMoveBasic(revenantNPC)) return + if (!canMove(revenantNPC)) return val nextLoc = getNextLocation(revenantNPC) revenantNPC.pulseManager.run(object : MovementPulse(revenantNPC, nextLoc, Pathfinder.SMART) { @@ -309,15 +123,22 @@ class RevenantController : TickListener, Commands { } }) } - private fun canMoveBasic(revenantNPC: RevenantNPC): Boolean { - return !revenantNPC.walkingQueue.isMoving + + override fun assign(revenantNPC: RevenantNPC) { + taskTimeRemaining[revenantNPC] = RandomFunction.random(MAX_ROAM_TICKS) + } + + fun canMove(revenantNPC: RevenantNPC) : Boolean { + return !revenantNPC.walkingQueue.isMoving && !revenantNPC.pulseManager.hasPulseRunning() && !revenantNPC.properties.combatPulse.isAttacking && !revenantNPC.properties.combatPulse.isInCombat } - override fun assign(revenantNPC: RevenantNPC) { - taskTimeRemaining[revenantNPC] = RandomFunction.random(MAX_ROAM_TICKS) + fun getNextLocation(revenantNPC: RevenantNPC) : Location { + val nextX = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) + val nextY = RandomFunction.random(-revenantNPC.walkRadius, revenantNPC.walkRadius) + return revenantNPC.location.transform(nextX, nextY, 0) } }, PATROLLING_ROUTE { @@ -327,7 +148,7 @@ class RevenantController : TickListener, Commands { if (canGroup(revenantNPC)) { addToPatrolGroup(revenantNPC) } else { - revenantNPC.setAttribute("route", getSuitableRoute(revenantNPC)) + revenantNPC.setAttribute("route", routes.random()) revenantNPC.setAttribute("routeidx", -1) } } @@ -337,9 +158,7 @@ class RevenantController : TickListener, Commands { groupPatrolQueue.add(revenantNPC) if (groupPatrolQueue.size == 3) { - // Gets a route suitable for the largest NPC in the group - val largestNPC = groupPatrolQueue.maxByOrNull { it.size() } ?: revenantNPC - val groupRoute = getSuitableRoute(largestNPC) + val groupRoute = routes.random() for (rev in groupPatrolQueue) { rev.setAttribute("route", groupRoute) rev.setAttribute("routeidx", -1) @@ -356,12 +175,7 @@ class RevenantController : TickListener, Commands { val route = revenantNPC.getAttribute>("route", null) val routeIdx = revenantNPC.getAttribute("routeidx", -1) - if (checkIfStuck(revenantNPC)) { - handleStuckRevenant(revenantNPC) - return - } - - if (!canMoveAdvanced(revenantNPC)) return + if (!canMove(revenantNPC)) return if (isGroup && route == null) { //if this is a grouped rev and we are waiting on more revs still taskTimeRemaining[revenantNPC] = 50 //just to make sure it doesn't time out roaming... @@ -384,7 +198,7 @@ class RevenantController : TickListener, Commands { revenantNPC.setAttribute("done", true) return } - val pathVariance = getPathVariance(revenantNPC, isGroup) + val pathVariance = if (isGroup) 4 else 10 val nextLoc = route[routeIdx].transform( RandomFunction.random(-pathVariance, pathVariance), RandomFunction.random(-pathVariance, pathVariance), @@ -398,8 +212,9 @@ class RevenantController : TickListener, Commands { revenantNPC.setAttribute("routeidx", routeIdx + 1) } } - private fun canMoveAdvanced(revenantNPC: RevenantNPC) : Boolean { - return !revenantNPC.walkingQueue.isMoving + + fun canMove(revenantNPC: RevenantNPC) : Boolean { + return !revenantNPC.walkingQueue.isMoving && !revenantNPC.pulseManager.hasPulseRunning() && !revenantNPC.properties.combatPulse.isAttacking && !revenantNPC.properties.combatPulse.isInCombat diff --git a/Server/src/main/core/Server.kt b/Server/src/main/core/Server.kt index cf46e2823..80f29a8cf 100644 --- a/Server/src/main/core/Server.kt +++ b/Server/src/main/core/Server.kt @@ -6,8 +6,6 @@ import core.game.system.SystemState import core.game.system.config.ServerConfigParser import core.game.world.GameWorld import core.net.NioReactor -import core.net.websocket.GameWebSocketServer -import core.net.websocket.WebSocketTls import core.tools.Log import core.tools.NetworkReachability import core.tools.TimeStamp @@ -46,9 +44,6 @@ object Server { @JvmStatic var reactor: NioReactor? = null - @JvmStatic - var webSocketServer: GameWebSocketServer? = null - var networkReachability = NetworkReachability.Reachable /** @@ -75,16 +70,6 @@ object Server { try { reactor = NioReactor.configure(43594 + GameWorld.settings?.worldId!!) reactor!!.start() - if (ServerConstants.WEBSOCKET_ENABLED) { - val websocketPort = if (ServerConstants.WEBSOCKET_PORT > 0) { - ServerConstants.WEBSOCKET_PORT - } else { - 53594 + GameWorld.settings?.worldId!! - } - webSocketServer = GameWebSocketServer(websocketPort, 1) - WebSocketTls.configure(webSocketServer!!) - webSocketServer!!.start() - } } catch (e: BindException) { log(this::class.java, Log.ERR, "Port " + (43594 + GameWorld.settings?.worldId!!) + " is already in use!") throw e diff --git a/Server/src/main/core/ServerConstants.kt b/Server/src/main/core/ServerConstants.kt index 8c5f493a4..2959ccb0c 100644 --- a/Server/src/main/core/ServerConstants.kt +++ b/Server/src/main/core/ServerConstants.kt @@ -336,12 +336,6 @@ class ServerConstants { @JvmField var FORCE_EASTER_EVENTS = false - @JvmField - var APRIL_FOOLS_EVENT = false - - @JvmField - var FORCE_APRIL_FOOLS = false - @JvmField var RUNECRAFTING_FORMULA_REVISION = 530 @@ -374,20 +368,5 @@ class ServerConstants { @JvmField var CONNECTIVITY_TIMEOUT = 500 - - @JvmField - var WEBSOCKET_ENABLED = false - - @JvmField - var WEBSOCKET_PORT = 0 - - @JvmField - var WEBSOCKET_TLS_ENABLED = false - - @JvmField - var WEBSOCKET_TLS_KEYSTORE_PATH = "" - - @JvmField - var WEBSOCKET_TLS_KEYSTORE_PASSWORD = "" } } diff --git a/Server/src/main/core/api/ContentAPI.kt b/Server/src/main/core/api/ContentAPI.kt index 7423518a7..71eb72f91 100644 --- a/Server/src/main/core/api/ContentAPI.kt +++ b/Server/src/main/core/api/ContentAPI.kt @@ -25,7 +25,6 @@ import core.game.consumable.* import core.game.container.impl.EquipmentContainer import core.game.dialogue.DialogueFile import core.game.dialogue.SkillDialogueHandler -import core.game.diary.DiaryLevel import core.game.ge.GrandExchangeRecords import core.game.interaction.* import core.game.node.Node @@ -43,7 +42,6 @@ import core.game.node.entity.player.link.HintIconManager import core.game.node.entity.player.link.IronmanMode import core.game.node.entity.player.link.TeleportManager import core.game.node.entity.player.link.audio.Audio -import core.game.node.entity.player.link.diary.DiaryType import core.game.node.entity.player.link.emote.Emotes import core.game.node.entity.player.link.prayer.PrayerType import core.game.node.entity.player.link.quest.Quest @@ -1342,25 +1340,6 @@ fun transformNpc(npc: NPC, transformTo: Int, restoreTicks: Int) { }) } -/** - * Transforms an NPC for the given number of ticks with hp carryover - * @param npc the NPC object to transform - * @param transformTo the ID of the NPC to turn into - * @param restoreTicks the number of ticks until the NPC returns to normal - */ -fun transformNpcWithHpCarryover(npc: NPC, transformTo: Int, restoreTicks: Int) { - npc.transformWithHpCarryover(transformTo) - queueScript(npc, 0, QueueStrength.SOFT) { stage: Int -> - when (stage) { - 0 -> return@queueScript delayScript(npc, restoreTicks) - else -> { - npc.reTransform() - return@queueScript stopExecuting(npc) - } - } - } -} - /** * Produces a Location object using the given x,y,z values */ @@ -3356,33 +3335,4 @@ fun openSingleTab(player: Player, component: Int) { player.interfaceManager.openSingleTab(Component(component)) } -/** - * Finish an achievement diary task for the player. - * @param player the player who just finished the task. - * @param diary the diary the task belongs to. - * @param level the level of the task. - * @param task The task that was just finished. - */ -fun finishTask(player: Player, diary: DiaryType, level: DiaryLevel, task: Int) { - player.achievementDiaryManager.finishTask(player, diary, getDiaryLevelIndex(diary, level), task) -} - -/** - * Resolves a [DiaryLevel] to an index for a specific diary. - * @param diary The diary the task belongs to. - * @param level The task level in the diary. - * @throws IllegalArgumentException if the level is not present in the diary. - * @return the index of the level that can be used with [core.game.node.entity.player.link.diary.AchievementDiaryManager.finishTask]. - */ -fun getDiaryLevelIndex(diary: DiaryType, level: DiaryLevel): Int { - val levelName = level.name.lowercase().replaceFirstChar { c -> c.uppercase() } - val levelIndex = diary.levelNames.indexOf(levelName) - - if (levelIndex < 0) { - throw IllegalArgumentException("'$levelName' was not found in diary '$diary'.") - } - - return levelIndex -} - private class ContentAPI diff --git a/Server/src/main/core/cache/Cache.java b/Server/src/main/core/cache/Cache.java index 3459d58b9..ce4ed3c25 100644 --- a/Server/src/main/core/cache/Cache.java +++ b/Server/src/main/core/cache/Cache.java @@ -145,7 +145,7 @@ public final class Cache { buffer.putInt(0); continue; } - buffer.putInt(cacheFileManagers[index].getInformation().informationContainer.getCrc()); + buffer.putInt(cacheFileManagers[index].getInformation().getInformationContainer().getCrc()); buffer.putInt(cacheFileManagers[index].getInformation().getRevision()); } return buffer.array(); diff --git a/Server/src/main/core/cache/CacheFile.java b/Server/src/main/core/cache/CacheFile.java index bd21a8a0d..a03642895 100644 --- a/Server/src/main/core/cache/CacheFile.java +++ b/Server/src/main/core/cache/CacheFile.java @@ -66,7 +66,7 @@ public final class CacheFile { return null; } if (xteaKeys != null && (xteaKeys[0] != 0 || xteaKeys[1] != 0 || xteaKeys[2] != 0 || xteaKeys[3] != 0)) { - packedData = XTEACryption.Companion.decrypt(xteaKeys, ByteBuffer.wrap(packedData), 5, packedData.length).array(); + packedData = XTEACryption.decrypt(xteaKeys, ByteBuffer.wrap(packedData), 5, packedData.length).array(); } return ContainersInformation.unpackCacheContainer(packedData); } diff --git a/Server/src/main/core/cache/StoreFile.java b/Server/src/main/core/cache/StoreFile.java new file mode 100644 index 000000000..50e1728d0 --- /dev/null +++ b/Server/src/main/core/cache/StoreFile.java @@ -0,0 +1,72 @@ +package core.cache; + +import java.nio.ByteBuffer; + +/** + * Represents a file used in the server store. + * @author Emperor + */ +public final class StoreFile { + + /** + * If the data can change during server runtime. + */ + private boolean dynamic; + + /** + * The file data. + */ + private byte[] data; + + /** + * Constructs a new {@code StoreFile} {@code Object}. + */ + public StoreFile() { + /* + * empty. + */ + } + + /** + * Puts the data on the buffer. + * @param buffer The buffer. + */ + public void put(ByteBuffer buffer) { + byte[] data = new byte[buffer.remaining()]; + buffer.get(data); + this.data = data; + } + + /** + * Creates a byte buffer containing the file data. + * @return The buffer. + */ + public ByteBuffer data() { + return ByteBuffer.wrap(data); + } + + /** + * Sets the data. + * @param data The data. + */ + public void setData(byte[] data) { + this.data = data; + } + + /** + * Gets the dynamic. + * @return The dynamic. + */ + public boolean isDynamic() { + return dynamic; + } + + /** + * Sets the dynamic. + * @param dynamic The dynamic to set. + */ + public void setDynamic(boolean dynamic) { + this.dynamic = dynamic; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACCipher.java b/Server/src/main/core/cache/crypto/ISAACCipher.java new file mode 100644 index 000000000..16cd85b18 --- /dev/null +++ b/Server/src/main/core/cache/crypto/ISAACCipher.java @@ -0,0 +1,271 @@ +package core.cache.crypto; + +/** + *

An implementation of an ISAAC cipher. See + * http://en.wikipedia.org/wiki/ISAAC_(cipher) for more information.

+ *

This implementation is based on the one written by Bob Jenkins, which is + * available at + * http://www.burtleburtle.net/bob/java/rand/Rand.java.

+ * @author Graham Edgecombe + */ +public class ISAACCipher { + + /** + * The golden ratio. + */ + public static final int RATIO = 0x9e3779b9; + + /** + * The log of the size of the results and memory arrays. + */ + public static final int SIZE_LOG = 8; + + /** + * The size of the results and memory arrays. + */ + public static final int SIZE = 1 << SIZE_LOG; + + /** + * For pseudorandom lookup. + */ + public static final int MASK = (SIZE - 1) << 2; + + /** + * The count through the results. + */ + private int count = 0; + + /** + * The results. + */ + private int results[] = new int[SIZE]; + + /** + * The internal memory state. + */ + private int memory[] = new int[SIZE]; + + /** + * The accumulator. + */ + private int a; + + /** + * The last result. + */ + private int b; + + /** + * The counter. + */ + private int c; + + /** + * Creates the ISAAC cipher. + * @param seed The seed. + */ + public ISAACCipher(int[] seed) { + for (int i = 0; i < seed.length; i++) { + results[i] = seed[i]; + } + init(true); + } + + /** + * Gets the next value. + * @return The next value. + */ + public int getNextValue() { + if (count-- == 0) { + isaac(); + count = SIZE - 1; + } + return 0;//results[count]; + } + + /** + * Generates 256 results. + */ + public void isaac() { + int i, j, x, y; + b += ++c; + for (i = 0, j = SIZE / 2; i < SIZE / 2;) { + x = memory[i]; + a ^= a << 13; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 6; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a << 2; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 16; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + } + for (j = 0; j < SIZE / 2;) { + x = memory[i]; + a ^= a << 13; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 6; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a << 2; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + + x = memory[i]; + a ^= a >>> 16; + a += memory[j++]; + memory[i] = y = memory[(x & MASK) >> 2] + a + b; + results[i++] = b = memory[((y >> SIZE_LOG) & MASK) >> 2] + x; + } + } + + /** + * Initialises the ISAAC. + * @param flag Flag indicating if we should perform a second pass. + */ + public void init(boolean flag) { + int i; + int a, b, c, d, e, f, g, h; + a = b = c = d = e = f = g = h = RATIO; + for (i = 0; i < 4; ++i) { + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + } + for (i = 0; i < SIZE; i += 8) { + if (flag) { + a += results[i]; + b += results[i + 1]; + c += results[i + 2]; + d += results[i + 3]; + e += results[i + 4]; + f += results[i + 5]; + g += results[i + 6]; + h += results[i + 7]; + } + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + memory[i] = a; + memory[i + 1] = b; + memory[i + 2] = c; + memory[i + 3] = d; + memory[i + 4] = e; + memory[i + 5] = f; + memory[i + 6] = g; + memory[i + 7] = h; + } + if (flag) { + for (i = 0; i < SIZE; i += 8) { + a += memory[i]; + b += memory[i + 1]; + c += memory[i + 2]; + d += memory[i + 3]; + e += memory[i + 4]; + f += memory[i + 5]; + g += memory[i + 6]; + h += memory[i + 7]; + a ^= b << 11; + d += a; + b += c; + b ^= c >>> 2; + e += b; + c += d; + c ^= d << 8; + f += c; + d += e; + d ^= e >>> 16; + g += d; + e += f; + e ^= f << 10; + h += e; + f += g; + f ^= g >>> 4; + a += f; + g += h; + g ^= h << 8; + b += g; + h += a; + h ^= a >>> 9; + c += h; + a += b; + memory[i] = a; + memory[i + 1] = b; + memory[i + 2] = c; + memory[i + 3] = d; + memory[i + 4] = e; + memory[i + 5] = f; + memory[i + 6] = g; + memory[i + 7] = h; + } + } + isaac(); + count = SIZE; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACCipher.kt b/Server/src/main/core/cache/crypto/ISAACCipher.kt deleted file mode 100644 index d3fab467b..000000000 --- a/Server/src/main/core/cache/crypto/ISAACCipher.kt +++ /dev/null @@ -1,213 +0,0 @@ -package core.cache.crypto - -/** - * An implementation of an ISAAC cipher. - * See [http://en.wikipedia.org/wiki/ISAAC_(cipher)](http://en.wikipedia.org/wiki/ISAAC_(cipher)) for more information. - * Based on the one written by Bob Jenkins, which is available at - * [http://www.burtleburtle.net/bob/java/rand/Rand.java](http://www.burtleburtle.net/bob/java/rand/Rand.java). - */ -class ISAACCipher(seed: IntArray) { - companion object { - /** Golden ratio in 32 bit unsigned int. */ - const val RATIO = -0x61c88647 - /** The base 2 log of the size of the results and memory arrays. */ - const val SIZE_LOG = 8 - /** The size of the results and memory arrays. */ - const val SIZE = 1 shl SIZE_LOG - /** For pseudorandom lookup. */ - const val MASK = SIZE - 1 shl 2 - } - /** The count through the results. */ - private var count = 0 - /** The results. */ - private val results = IntArray(SIZE) - /** The internal memory state. */ - private val memory = IntArray(SIZE) - /** The accumulator. */ - private var a = 0 - /** The last result. */ - private var b = 0 - /** The counter. */ - private var c = 0 - - /** - * Creates the ISAAC cipher. - * @param seed The seed. - */ - init { - for (i in seed.indices) { - results[i] = seed[i] - } - init(true) - } - - val nextValue: Int - /** - * Gets the next value. - * @return The next value. - */ - get() { - if (count-- == 0) { - isaac() - count = SIZE - 1 - } - return 0 //results[count]; - } - - /** - * Generates 256 results. - */ - fun isaac() { - var i: Int - var j: Int - var x: Int - var y: Int - b += ++c - i = 0 - j = SIZE / 2 - while (i < SIZE / 2) { - x = memory[i] - a = a xor (a shl 13) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 6) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a shl 2) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 16) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - } - j = 0 - while (j < SIZE / 2) { - x = memory[i] - a = a xor (a shl 13) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 6) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a shl 2) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - x = memory[i] - a = a xor (a ushr 16) - a += memory[j++] - y = memory[x and MASK shr 2] + a + b - memory[i] = y - b = memory[y shr SIZE_LOG and MASK shr 2] + x - results[i++] = b - } - } - - /** - * Initialises the ISAAC. - * @param flag Flag indicating if we should perform a second pass. - */ - fun init(flag: Boolean) { - var a = RATIO - var b = a; var c = b; var d = c; var e = d; var f = e; var g = f; var h = g - var i = 0 - while (i < 4) { - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - ++i - } - i = 0 - while (i < SIZE) { - if (flag) { - a += results[i] - b += results[i + 1] - c += results[i + 2] - d += results[i + 3] - e += results[i + 4] - f += results[i + 5] - g += results[i + 6] - h += results[i + 7] - } - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - memory[i] = a - memory[i + 1] = b - memory[i + 2] = c - memory[i + 3] = d - memory[i + 4] = e - memory[i + 5] = f - memory[i + 6] = g - memory[i + 7] = h - i += 8 - } - if (flag) { - i = 0 - while (i < SIZE) { - a += memory[i] - b += memory[i + 1] - c += memory[i + 2] - d += memory[i + 3] - e += memory[i + 4] - f += memory[i + 5] - g += memory[i + 6] - h += memory[i + 7] - a = a xor (b shl 11); d += a; b += c - b = b xor (c ushr 2); e += b; c += d - c = c xor (d shl 8); f += c; d += e - d = d xor (e ushr 16); g += d; e += f - e = e xor (f shl 10); h += e; f += g - f = f xor (g ushr 4); a += f; g += h - g = g xor (h shl 8); b += g; h += a - h = h xor (a ushr 9); c += h; a += b - memory[i] = a - memory[i + 1] = b - memory[i + 2] = c - memory[i + 3] = d - memory[i + 4] = e - memory[i + 5] = f - memory[i + 6] = g - memory[i + 7] = h - i += 8 - } - } - isaac() - count = SIZE - } -} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/ISAACPair.java b/Server/src/main/core/cache/crypto/ISAACPair.java new file mode 100644 index 000000000..83c4654b9 --- /dev/null +++ b/Server/src/main/core/cache/crypto/ISAACPair.java @@ -0,0 +1,45 @@ +package core.cache.crypto; + +/** + * Represents a ISAAC key pair, for both input and output. + * @author `Discardedx2 + */ +public final class ISAACPair { + + /** + * The input cipher. + */ + private ISAACCipher input; + + /** + * The output cipher. + */ + private ISAACCipher output; + + /** + * Constructs a new {@code ISAACPair} {@code Object}. + * @param input The input cipher. + * @param output The output cipher. + */ + public ISAACPair(ISAACCipher input, ISAACCipher output) { + this.input = input; + this.output = output; + } + + /** + * Gets the input cipher. + * @return The input cipher. + */ + public ISAACCipher getInput() { + return input; + } + + /** + * Gets the output cipher. + * @return The output cipher. + */ + public ISAACCipher getOutput() { + return output; + } + +} diff --git a/Server/src/main/core/cache/crypto/ISAACPair.kt b/Server/src/main/core/cache/crypto/ISAACPair.kt deleted file mode 100644 index 9056c7a9d..000000000 --- a/Server/src/main/core/cache/crypto/ISAACPair.kt +++ /dev/null @@ -1,9 +0,0 @@ -package core.cache.crypto - -/** - * Represents a ISAAC key pair, for both input and output. - */ -class ISAACPair( - val input: ISAACCipher, - val output: ISAACCipher -) diff --git a/Server/src/main/core/cache/crypto/XTEACryption.java b/Server/src/main/core/cache/crypto/XTEACryption.java new file mode 100644 index 000000000..7ed799e58 --- /dev/null +++ b/Server/src/main/core/cache/crypto/XTEACryption.java @@ -0,0 +1,124 @@ +package core.cache.crypto; + +import java.nio.ByteBuffer; + +/** + * Holds XTEA cryption methods. + * @author ? + * @author Emperor + */ +public final class XTEACryption { + + /** + * The delta value + */ + private static final int DELTA = -1640531527; + + /** + * The sum. + */ + private static final int SUM = -957401312; + + /** + * The amount of "cryption cycles". + */ + private static final int NUM_ROUNDS = 32; + + /** + * Constructs a new {@code XTEACryption}. + */ + private XTEACryption() { + /* + * empty. + */ + } + + /** + * Decrypts the contents of the buffer. + * @param keys The cryption keys. + * @param buffer The buffer. + */ + public static ByteBuffer decrypt(int[] keys, ByteBuffer buffer) { + return decrypt(keys, buffer, buffer.position(), buffer.limit()); + } + + /** + * Decrypts the buffer data. + * @param keys The keys. + * @param buffer The buffer to decrypt. + * @param offset The offset of the data to decrypt. + * @param length The length. + * @return The decrypted data. + */ + public static ByteBuffer decrypt(int[] keys, ByteBuffer buffer, int offset, int length) { + int numBlocks = (length - offset) / 8; + int[] block = new int[2]; + for (int i = 0; i < numBlocks; i++) { + int index = i * 8 + offset; + block[0] = buffer.getInt(index); + block[1] = buffer.getInt(index + 4); + decipher(keys, block); + buffer.putInt(index, block[0]); + buffer.putInt(index + 4, block[1]); + } + return buffer; + } + + /** + * Deciphers the values. + * @param keys The cryption key. + * @param block The values to decipher. + */ + private static void decipher(int[] keys, int[] block) { + long sum = SUM; + for (int i = 0; i < NUM_ROUNDS; i++) { + block[1] -= (keys[(int) ((sum & 0x1933) >>> 11)] + sum ^ block[0] + (block[0] << 4 ^ block[0] >>> 5)); + sum -= DELTA; + block[0] -= ((block[1] << 4 ^ block[1] >>> 5) + block[1] ^ keys[(int) (sum & 0x3)] + sum); + } + } + + /** + * Encrypts the contents of the byte buffer. + * @param keys The cryption keys. + * @param buffer The buffer to encrypt. + */ + public static void encrypt(int[] keys, ByteBuffer buffer) { + encrypt(keys, buffer, buffer.position(), buffer.limit()); + } + + /** + * Encrypts the buffer data. + * @param keys The keys. + * @param buffer The buffer to encrypt. + * @param offset The offset of the data to encrypt. + * @param length The length. + * @return The encrypted data. + */ + public static void encrypt(int[] keys, ByteBuffer buffer, int offset, int length) { + int numBlocks = (length - offset) / 8; + int[] block = new int[2]; + for (int i = 0; i < numBlocks; i++) { + int index = i * 8 + offset; + block[0] = buffer.getInt(index); + block[1] = buffer.getInt(index + 4); + encipher(keys, block); + buffer.putInt(index, block[0]); + buffer.putInt(index + 4, block[1]); + } + } + + /** + * Enciphers the values of the block. + * @param keys The cryption keys. + * @param block The block to encipher. + */ + private static void encipher(int[] keys, int[] block) { + long sum = 0; + for (int i = 0; i < NUM_ROUNDS; i++) { + block[0] += ((block[1] << 4 ^ block[1] >>> 5) + block[1] ^ keys[(int) (sum & 0x3)] + sum); + sum += DELTA; + block[1] += (keys[(int) ((sum & 0x1933) >>> 11)] + sum ^ block[0] + (block[0] << 4 ^ block[0] >>> 5)); + } + } +} \ No newline at end of file diff --git a/Server/src/main/core/cache/crypto/XTEACryption.kt b/Server/src/main/core/cache/crypto/XTEACryption.kt deleted file mode 100644 index f87477008..000000000 --- a/Server/src/main/core/cache/crypto/XTEACryption.kt +++ /dev/null @@ -1,97 +0,0 @@ -package core.cache.crypto - -import java.nio.ByteBuffer - -/** Holds XTEA(eXtended Tiny Encryption Algorithm) encryption/decryption methods. Usually used for RS Map decryption. */ -class XTEACryption { - companion object { - // Purely Static Class - // XTEA consts https://scispace.com/pdf/xtea-cryptography-implementation-in-android-chatting-app-3pg6ownewx.pdf - /** Fibonacci hashing. Math.pow(2,32) * Math.sqrt(5)-1)/2 => 32 bits(int) multiply by reciprocal of golden ratio. */ - private const val DELTA = -1640531527 // Formula cast to unsigned int. - /** DELTA << 5. Essentially multiply DELTA by NUM_ROUNDS or number of rounds. */ - private const val SUM = -957401312 // 0xC6EF3720 - /** The amount of "cryption cycles". */ - private const val NUM_ROUNDS = 32 - /** Constant to manipulate the key index in decipher/encrypt. This was a magic number randomly selected by RS. */ - private const val KEY_SCRAMBLE = 0x1933 - - /** - * Decrypts the buffer data. - * @param keys The keys. - * @param buffer The buffer to decrypt. - * @param offset The offset of the data to decrypt. - * @param length The length. - * @return The decrypted data. - */ - fun decrypt(keys: IntArray, buffer: ByteBuffer, offset: Int, length: Int): ByteBuffer { - val numBlocks = (length - offset) / 8 - val block = IntArray(2) - for (i in 0 until numBlocks) { - val index = i * 8 + offset - block[0] = buffer.getInt(index) - block[1] = buffer.getInt(index + 4) - decipher(keys, block) - buffer.putInt(index, block[0]) - buffer.putInt(index + 4, block[1]) - } - return buffer - } - - /** - * Deciphers the values of the block using the Tiny Encryption Algorithm (TEA). - * This algorithm relies on a Feistel network, using bitwise operations and - * modular subtraction to remove confusion(block[0] line) and diffusion(block[1] line). - * - * @param keys 128-bit key (4x32-bit int). - * @param block 64-bit data block (2x32-bit int) to be decrypted. - */ - private fun decipher(keys: IntArray, block: IntArray) { - var sum = - SUM.toLong() // Running decreasing sum to ensure different round constants - should become 0 at the end. - for (i in 0 until NUM_ROUNDS) { - block[1] -= (keys[(sum and KEY_SCRAMBLE.toLong() ushr 11).toInt()] + sum xor (block[0] + (block[0] shl 4 xor (block[0] ushr 5))).toLong()).toInt() - sum -= DELTA.toLong() - block[0] -= (((block[1] shl 4 xor (block[1] ushr 5)) + block[1]).toLong() xor keys[(sum and 0x3L).toInt()] + sum).toInt() - } - } - /** === Encryption functions below are not used unless you are modifying the cache. === */ - /** - * Encrypts the buffer data. - * @param keys The keys. - * @param buffer The buffer to encrypt. - * @param offset The offset of the data to encrypt. - * @param length The length. - * @return The encrypted data. - */ - fun encrypt(keys: IntArray, buffer: ByteBuffer, offset: Int, length: Int) { - val numBlocks = (length - offset) / 8 - val block = IntArray(2) - for (i in 0 until numBlocks) { - val index = i * 8 + offset - block[0] = buffer.getInt(index) - block[1] = buffer.getInt(index + 4) - encipher(keys, block) - buffer.putInt(index, block[0]) - buffer.putInt(index + 4, block[1]) - } - } - - /** - * Enciphers the values of the block using the Tiny Encryption Algorithm (TEA). - * This algorithm relies on a Feistel network, using bitwise operations and - * modular addition to provide confusion(block[0] line) and diffusion(block[1] line). - * - * @param keys 128-bit key (4x32-bit int). - * @param block 64-bit data block (2x32-bit int) to be encrypted. - */ - private fun encipher(keys: IntArray, block: IntArray) { - var sum: Long = 0 // Running sum to ensure different round constants - should match SUM at the end. - for (i in 0 until NUM_ROUNDS) { - block[0] += (((block[1] shl 4 xor (block[1] ushr 5)) + block[1]).toLong() xor keys[(sum and 0x3L).toInt()] + sum).toInt() - sum += DELTA.toLong() - block[1] += (keys[(sum and KEY_SCRAMBLE.toLong() ushr 11).toInt()] + sum xor (block[0] + (block[0] shl 4 xor (block[0] ushr 5))).toLong()).toInt() - } - } - } -} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/Container.java b/Server/src/main/core/cache/misc/Container.java new file mode 100644 index 000000000..9760845ff --- /dev/null +++ b/Server/src/main/core/cache/misc/Container.java @@ -0,0 +1,109 @@ +package core.cache.misc; + +/** + * A container. + * @author Dragonkk + */ +public class Container { + + /** + * The version. + */ + private int version; + + /** + * The CRC. + */ + private int crc; + + /** + * The name hash. + */ + private int nameHash; + + /** + * If updated. + */ + private boolean updated; + + /** + * Construct a new container. + */ + public Container() { + nameHash = -1; + version = -1; + crc = -1; + } + + /** + * Set the version. + * @param version + */ + public void setVersion(int version) { + this.version = version; + } + + /** + * Update the version. + */ + public void updateVersion() { + version++; + updated = true; + } + + /** + * Get the version. + * @return The version. + */ + public int getVersion() { + return version; + } + + /** + * Get the next version. + * @return The next version. + */ + public int getNextVersion() { + return updated ? version : version + 1; + } + + /** + * Set the CRC. + * @param crc The cRC. + */ + public void setCrc(int crc) { + this.crc = crc; + } + + /** + * Get the CRC. + * @return The CRC. + */ + public int getCrc() { + return crc; + } + + /** + * Set the name hash. + * @param nameHash The name hash. + */ + public void setNameHash(int nameHash) { + this.nameHash = nameHash; + } + + /** + * Get the name hash. + * @return The name hash. + */ + public int getNameHash() { + return nameHash; + } + + /** + * If is updated. + * @return If is updated. + */ + public boolean isUpdated() { + return updated; + } +} diff --git a/Server/src/main/core/cache/misc/Container.kt b/Server/src/main/core/cache/misc/Container.kt deleted file mode 100644 index 3e1b481d6..000000000 --- a/Server/src/main/core/cache/misc/Container.kt +++ /dev/null @@ -1,7 +0,0 @@ -package core.cache.misc - -data class Container( - var version: Int = -1, - var crc: Int = -1, - var nameHash: Int = -1 -) \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/ContainersInformation.java b/Server/src/main/core/cache/misc/ContainersInformation.java new file mode 100644 index 000000000..f786c1d2f --- /dev/null +++ b/Server/src/main/core/cache/misc/ContainersInformation.java @@ -0,0 +1,228 @@ +package core.cache.misc; + +import java.nio.ByteBuffer; +import java.util.Arrays; +import java.util.zip.CRC32; + +import core.cache.bzip2.BZip2Decompressor; +import core.cache.gzip.GZipDecompressor; + +/** + * A class holding the containers information. + * @author Dragonkk + */ +public final class ContainersInformation { + + /** + * The information container. + */ + private Container informationContainer; + + /** + * The protocol. + */ + private int protocol; + + /** + * The revision. + */ + private int revision; + + /** + * The container indexes. + */ + private int[] containersIndexes; + + /** + * The containers. + */ + private FilesContainer[] containers; + + /** + * If files have to be named. + */ + private boolean filesNamed; + + /** + * If it has to be whirpool. + */ + private boolean whirpool; + + /** + * The data. + */ + private final byte[] data; + + /** + * Construct a new containers information. + * @param informationContainerPackedData The information container data + * packed. + */ + public ContainersInformation(byte[] informationContainerPackedData) { + this.data = Arrays.copyOf(informationContainerPackedData, informationContainerPackedData.length); + informationContainer = new Container(); + informationContainer.setVersion((informationContainerPackedData[informationContainerPackedData.length - 2] << 8 & 0xff00) + (informationContainerPackedData[-1 + informationContainerPackedData.length] & 0xff)); + CRC32 crc32 = new CRC32(); + crc32.update(informationContainerPackedData); + informationContainer.setCrc((int) crc32.getValue()); + decodeContainersInformation(unpackCacheContainer(informationContainerPackedData)); + } + + /** + * Unpacks a container. + * @param packedData The packed container data. + * @return The unpacked data. + */ + public static final byte[] unpackCacheContainer(byte[] packedData) { + ByteBuffer buffer = ByteBuffer.wrap(packedData); + int compression = buffer.get() & 0xFF; + int containerSize = buffer.getInt(); + if (containerSize < 0 || containerSize > 5000000) { + return null; + // throw new RuntimeException(); + } + if (compression == 0) { + byte unpacked[] = new byte[containerSize]; + buffer.get(unpacked, 0, containerSize); + return unpacked; + } + int decompressedSize = buffer.getInt(); + if (decompressedSize < 0 || decompressedSize > 20000000) { + return null; + // throw new RuntimeException(); + } + byte decompressedData[] = new byte[decompressedSize]; + if (compression == 1) { + BZip2Decompressor.decompress(decompressedData, packedData, containerSize, 9); + } else { + GZipDecompressor.decompress(buffer, decompressedData); + } + return decompressedData; + } + + /** + * Get the container indexes. + * @return The container indexes. + */ + public int[] getContainersIndexes() { + return containersIndexes; + } + + /** + * Get the containers. + * @return The containers. + */ + public FilesContainer[] getContainers() { + return containers; + } + + /** + * Get the information container. + * @return The information container. + */ + public Container getInformationContainer() { + return informationContainer; + } + + /** + * Get the revision. + * @return The revision. + */ + public int getRevision() { + return revision; + } + + /** + * Decode the containers information. + * @param data The data. + */ + public void decodeContainersInformation(byte[] data) { + ByteBuffer buffer = ByteBuffer.wrap(data); + protocol = buffer.get() & 0xFF; + if (protocol != 5 && protocol != 6) { + throw new RuntimeException(); + } + revision = protocol < 6 ? 0 : buffer.getInt(); + int nameHash = buffer.get() & 0xFF; + filesNamed = (0x1 & nameHash) != 0; + whirpool = (0x2 & nameHash) != 0; + containersIndexes = new int[buffer.getShort() & 0xFFFF]; + int lastIndex = -1; + for (int index = 0; index < containersIndexes.length; index++) { + containersIndexes[index] = (buffer.getShort() & 0xFFFF) + (index == 0 ? 0 : containersIndexes[index - 1]); + if (containersIndexes[index] > lastIndex) { + lastIndex = containersIndexes[index]; + } + } + containers = new FilesContainer[lastIndex + 1]; + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]] = new FilesContainer(); + } + if (filesNamed) { + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setNameHash(buffer.getInt()); + } + } + byte[][] filesHashes = null; + if (whirpool) { + filesHashes = new byte[containers.length][]; + for (int index = 0; index < containersIndexes.length; index++) { + filesHashes[containersIndexes[index]] = new byte[64]; + buffer.get(filesHashes[containersIndexes[index]], 0, 64); + } + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setCrc(buffer.getInt()); + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setVersion(buffer.getInt()); + } + for (int index = 0; index < containersIndexes.length; index++) { + containers[containersIndexes[index]].setFilesIndexes(new int[buffer.getShort() & 0xFFFF]); + } + for (int index = 0; index < containersIndexes.length; index++) { + int lastFileIndex = -1; + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFilesIndexes()[fileIndex] = (buffer.getShort() & 0xFFFF) + (fileIndex == 0 ? 0 : containers[containersIndexes[index]].getFilesIndexes()[fileIndex - 1]); + if (containers[containersIndexes[index]].getFilesIndexes()[fileIndex] > lastFileIndex) { + lastFileIndex = containers[containersIndexes[index]].getFilesIndexes()[fileIndex]; + } + } + containers[containersIndexes[index]].setFiles(new Container[lastFileIndex + 1]); + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]] = new Container(); + } + } + if (whirpool) { + for (int index = 0; index < containersIndexes.length; index++) { + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]].setVersion(filesHashes[containersIndexes[index]][containers[containersIndexes[index]].getFilesIndexes()[fileIndex]]); + } + } + } + if (filesNamed) { + for (int index = 0; index < containersIndexes.length; index++) { + for (int fileIndex = 0; fileIndex < containers[containersIndexes[index]].getFilesIndexes().length; fileIndex++) { + containers[containersIndexes[index]].getFiles()[containers[containersIndexes[index]].getFilesIndexes()[fileIndex]].setNameHash(buffer.getInt()); + } + } + } + } + + /** + * If is whirpool. + * @return If is whirpool {@code true}. + */ + public boolean isWhirpool() { + return whirpool; + } + + /** + * Gets the data. + * @return The data. + */ + public byte[] getData() { + return data; + } + +} diff --git a/Server/src/main/core/cache/misc/ContainersInformation.kt b/Server/src/main/core/cache/misc/ContainersInformation.kt deleted file mode 100644 index 831eb954b..000000000 --- a/Server/src/main/core/cache/misc/ContainersInformation.kt +++ /dev/null @@ -1,145 +0,0 @@ -package core.cache.misc - -import core.cache.bzip2.BZip2Decompressor -import core.cache.gzip.GZipDecompressor -import java.nio.ByteBuffer -import java.util.* -import java.util.zip.CRC32 - -class ContainersInformation(informationContainerPackedData: ByteArray) { - @JvmField - val informationContainer: Container - private var protocol = 0 - var revision = 0 - var containersIndexes: IntArray = intArrayOf() - var containers: Array = arrayOf() - private var filesNamed = false // If files has to be named - private var whirpool = false // Flag for whirpool - val data: ByteArray - - init { - data = Arrays.copyOf(informationContainerPackedData, informationContainerPackedData.size) - informationContainer = Container() - informationContainer.version = - (informationContainerPackedData[informationContainerPackedData.size - 2].toInt() shl 8 and 0xff00) + (informationContainerPackedData[-1 + informationContainerPackedData.size].toInt() and 0xff) - val crc32 = CRC32() - crc32.update(informationContainerPackedData) - informationContainer.crc = crc32.value.toInt() - decodeContainersInformation(unpackCacheContainer(informationContainerPackedData)) - } - - fun decodeContainersInformation(data: ByteArray?) { - val buffer = ByteBuffer.wrap(data) - protocol = buffer.get().toInt() and 0xFF - if (protocol != 5 && protocol != 6) { - throw RuntimeException() - } - revision = if (protocol < 6) 0 else buffer.getInt() - val nameHash = buffer.get().toInt() and 0xFF - filesNamed = 0x1 and nameHash != 0 - whirpool = 0x2 and nameHash != 0 - containersIndexes = IntArray(buffer.getShort().toInt() and 0xFFFF) - var lastIndex = -1 - for (index in containersIndexes.indices) { - val containerIndex = - (buffer.getShort().toInt() and 0xFFFF) + if (index == 0) 0 else containersIndexes[index - 1] - containersIndexes[index] = containerIndex - if (containerIndex > lastIndex) { - lastIndex = containerIndex - } - } - containers = arrayOfNulls(lastIndex + 1) - for (containerIdx in containersIndexes) { - containers[containerIdx] = FilesContainer() - } - if (filesNamed) { - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.nameHash = buffer.getInt() - } - } - var filesHashes: Array? = null - if (whirpool) { - filesHashes = arrayOfNulls(containers.size) - for (containerIdx in containersIndexes) { - filesHashes[containerIdx] = ByteArray(64) - buffer[filesHashes[containerIdx], 0, 64] - } - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.crc = buffer.getInt() - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.version = buffer.getInt() - } - for (containerIdx in containersIndexes) { - containers[containerIdx]!!.filesIndexes = IntArray(buffer.getShort().toInt() and 0xFFFF) - } - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val filesIndexes = container!!.filesIndexes - var lastFileIndex = -1 - for (fileIndex in filesIndexes!!.indices) { - val fileIdx = - (buffer.getShort().toInt() and 0xFFFF) + if (fileIndex == 0) 0 else filesIndexes[fileIndex - 1] - filesIndexes[fileIndex] = fileIdx - if (fileIdx > lastFileIndex) { - lastFileIndex = fileIdx - } - } - val files = arrayOfNulls(lastFileIndex + 1) - container.files = files - for (fileIdx in filesIndexes) { - files[fileIdx] = Container() - } - } - if (whirpool) { - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val containerHashes = filesHashes!![containerIdx] - val files = container!!.files - for (fileIdx in container.filesIndexes!!) { - files!![fileIdx]!!.version = containerHashes!![fileIdx].toInt() - } - } - } - if (filesNamed) { - for (containerIdx in containersIndexes) { - val container = containers[containerIdx] - val files = container!!.files - for (fileIdx in container.filesIndexes!!) { - files!![fileIdx]!!.nameHash = buffer.getInt() - } - } - } - } - - companion object { - @JvmStatic - fun unpackCacheContainer(packedData: ByteArray?): ByteArray? { - val buffer = ByteBuffer.wrap(packedData) - val compression = buffer.get().toInt() and 0xFF - val containerSize = buffer.getInt() - if (containerSize < 0 || containerSize > 5000000) { - return null - // throw new RuntimeException(); - } - if (compression == 0) { - val unpacked = ByteArray(containerSize) - buffer[unpacked, 0, containerSize] - return unpacked - } - val decompressedSize = buffer.getInt() - if (decompressedSize < 0 || decompressedSize > 20000000) { - return null - // throw new RuntimeException(); - } - val decompressedData = ByteArray(decompressedSize) - if (compression == 1) { - BZip2Decompressor.decompress(decompressedData, packedData, containerSize, 9) - } else { - GZipDecompressor.decompress(buffer, decompressedData) - } - return decompressedData - } - } -} diff --git a/Server/src/main/core/cache/misc/FilesContainer.java b/Server/src/main/core/cache/misc/FilesContainer.java new file mode 100644 index 000000000..5f14e448f --- /dev/null +++ b/Server/src/main/core/cache/misc/FilesContainer.java @@ -0,0 +1,57 @@ +package core.cache.misc; + +/** + * A class holding the file containers. + * @author Dragonkk + */ +public final class FilesContainer extends Container { + + /** + * The file indexes. + */ + private int[] filesIndexes; + + /** + * The files. + */ + private Container[] files; + + /** + * Construct a new files container. + */ + public FilesContainer() { + + } + + /** + * Set the files. + * @param containers The files. + */ + public void setFiles(Container[] containers) { + this.files = containers; + } + + /** + * Get the files. + * @return The files. + */ + public Container[] getFiles() { + return files; + } + + /** + * Set the file indexes. + * @param containersIndexes The file indexes. + */ + public void setFilesIndexes(int[] containersIndexes) { + this.filesIndexes = containersIndexes; + } + + /** + * Get the file indexes. + * @return The file indexes. + */ + public int[] getFilesIndexes() { + return filesIndexes; + } +} diff --git a/Server/src/main/core/cache/misc/FilesContainer.kt b/Server/src/main/core/cache/misc/FilesContainer.kt deleted file mode 100644 index 192ca3389..000000000 --- a/Server/src/main/core/cache/misc/FilesContainer.kt +++ /dev/null @@ -1,9 +0,0 @@ -package core.cache.misc - -data class FilesContainer( - var version: Int = -1, - var crc: Int = -1, - var nameHash: Int = -1, - var filesIndexes: IntArray? = null, - var files: Array? = null -) \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/BufferInputStream.java b/Server/src/main/core/cache/misc/buffer/BufferInputStream.java new file mode 100644 index 000000000..a801c870d --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/BufferInputStream.java @@ -0,0 +1,39 @@ +package core.cache.misc.buffer; + +import java.io.IOException; +import java.io.InputStream; +import java.nio.ByteBuffer; + +/** + * Handles the reading of data from a byte buffer. + * @author Emperor + */ +public final class BufferInputStream extends InputStream { + + /** + * The buffer to write on. + */ + private final ByteBuffer buffer; + + /** + * The buffer input stream. + * @param buffer The buffer. + */ + public BufferInputStream(ByteBuffer buffer) throws IOException { + this.buffer = buffer; + } + + @Override + public int read() throws IOException { + return buffer.get(); + } + + /** + * Gets the buffer. + * @return The buffer. + */ + public ByteBuffer getBuffer() { + return buffer; + } + +} diff --git a/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java b/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java new file mode 100644 index 000000000..88ea2ac69 --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/BufferOutputStream.java @@ -0,0 +1,57 @@ +package core.cache.misc.buffer; + +import java.io.IOException; +import java.io.OutputStream; +import java.nio.ByteBuffer; + +/** + * Handles the writing of data on a byte buffer. + * @author Emperor + */ +public final class BufferOutputStream extends OutputStream { + + /** + * The buffer to write on. + */ + private final ByteBuffer buffer; + + /** + * Constructs a new {@code BufferOutputStream} {@code Object}. + * @param buffer The buffer to write on. + * @throws IOException When an I/O exception occurs. + * @throws SecurityException If a security manager exists and its + * checkPermission method denies enabling subclassing. + */ + public BufferOutputStream(ByteBuffer buffer) throws IOException, SecurityException { + super(); + this.buffer = buffer; + } + + @Override + public void write(int b) throws IOException { + buffer.put((byte) b); + } + + @Override + public void flush() { + /* + * empty. + */ + } + + @Override + public void close() { + /* + * empty. + */ + } + + /** + * Gets the buffer. + * @return The buffer. + */ + public ByteBuffer getBuffer() { + return buffer; + } + +} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java new file mode 100644 index 000000000..fb04ae272 --- /dev/null +++ b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.java @@ -0,0 +1,182 @@ +package core.cache.misc.buffer; + +import java.io.ObjectInputStream; +import java.nio.ByteBuffer; +import java.nio.charset.StandardCharsets; + +/** + * Holds utility methods for reading/writing a byte buffer. + * @author Emperor + */ +public final class ByteBufferUtils { + + /** + * Gets a string from the byte buffer. + * @param buffer The byte buffer. + * @return The string. + */ + public static String getString(ByteBuffer buffer) { + StringBuilder sb = new StringBuilder(); + byte b; + while ((b = buffer.get()) != 0) { + sb.append((char) b); + } + return sb.toString(); + } + + /** + * Puts a string on the byte buffer. + * @param s The string to put. + * @param buffer The byte buffer. + */ + public static void putString(String s, ByteBuffer buffer) { + buffer.put(s.getBytes(StandardCharsets.UTF_8)).put((byte) 0); + } + + /** + * Gets a string from the byte buffer. + * @param s The string. + * @param buffer The byte buffer. + * @return The string. + */ + public static ByteBuffer putGJ2String(String s, ByteBuffer buffer) { + byte[] packed = new byte[256]; + int length = packGJString2(0, packed, s); + return buffer.put((byte) 0).put(packed, 0, length).put((byte) 0); + } + + /** + * Decodes the XTEA encryption. + * @param keys The keys. + * @param start The start index. + * @param end The end index. + * @param buffer The byte buffer. + */ + public static void decodeXTEA(int[] keys, int start, int end, ByteBuffer buffer) { + int l = buffer.position(); + buffer.position(start); + int length = (end - start) / 8; + for (int i = 0; i < length; i++) { + int firstInt = buffer.getInt(); + int secondInt = buffer.getInt(); + int sum = 0xc6ef3720; + int delta = 0x9e3779b9; + for (int j = 32; j-- > 0;) { + secondInt -= keys[(sum & 0x1c84) >>> 11] + sum ^ (firstInt >>> 5 ^ firstInt << 4) + firstInt; + sum -= delta; + firstInt -= (secondInt >>> 5 ^ secondInt << 4) + secondInt ^ keys[sum & 3] + sum; + } + buffer.position(buffer.position() - 8); + buffer.putInt(firstInt); + buffer.putInt(secondInt); + } + buffer.position(l); + } + + /** + * Converts a String to an Integer? + * @param position The position. + * @param buffer The buffer used. + * @param string The String to convert. + * @return The Integer. + */ + public static int packGJString2(int position, byte[] buffer, String string) { + int length = string.length(); + int offset = position; + for (int i = 0; length > i; i++) { + int character = string.charAt(i); + if (character > 127) { + if (character > 2047) { + buffer[offset++] = (byte) ((character | 919275) >> 12); + buffer[offset++] = (byte) (128 | ((character >> 6) & 63)); + buffer[offset++] = (byte) (128 | (character & 63)); + } else { + buffer[offset++] = (byte) ((character | 12309) >> 6); + buffer[offset++] = (byte) (128 | (character & 63)); + } + } else + buffer[offset++] = (byte) character; + } + return offset - position; + } + + /** + * Gets a tri-byte from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getMedium(ByteBuffer buffer) { + return ((buffer.get() & 0xFF) << 16) + ((buffer.get() & 0xFF) << 8) + (buffer.get() & 0xFF); + } + + /** + * Gets a smart from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getSmart(ByteBuffer buffer) { + int peek = buffer.get() & 0xFF; + if (peek <= Byte.MAX_VALUE) { + return peek; + } + return ((peek << 8) | (buffer.get() & 0xFF)) - 32768; + } + + /** + * Gets a smart from the buffer. + * @param buffer The buffer. + * @return The value. + */ + public static int getBigSmart(ByteBuffer buffer) { + int value = 0; + int current = getSmart(buffer); + while (current == 32767) { + current = getSmart(buffer); + value += 32767; + } + value += current; + return value; + } + + /* *//** + * Writes an object on the buffer. + * @param buffer The buffer to write on. + * @param o The object. + */ + /* + * public static void putObject(ByteBuffer buffer, Object o) { ByteBuffer b; + * try (ObjectOutputStream out = new ObjectOutputStream(new + * BufferOutputStream(b = ByteBuffer.allocate(99999)))) { + * out.writeObject(o); b.flip(); } catch (Throwable e) { + * e.printStackTrace(); b = (ByteBuffer) ByteBuffer.allocate(0).flip(); } + * buffer.putInt(b.remaining()); if (b.remaining() > 0) { buffer.put(b); } } + */ + + /** + * Gets an object from the byte buffer. + * @param buffer The buffer. + * @return The object. + */ + public static Object getObject(ByteBuffer buffer) { + int length = buffer.getInt(); + if (length > 0) { + byte[] bytes = new byte[length]; + buffer.get(bytes); + try (ObjectInputStream str = new ObjectInputStream(new BufferInputStream(ByteBuffer.wrap(bytes)))) { + return (Object) str.readObject(); + } catch (Throwable e) { + e.printStackTrace(); + } + } + return null; + } + + /** + * Constructs a new {@code ByteBufferUtils} {@code Object}. + */ + private ByteBufferUtils() { + /* + * empty. + */ + } +} \ No newline at end of file diff --git a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt b/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt deleted file mode 100644 index 73d72df70..000000000 --- a/Server/src/main/core/cache/misc/buffer/ByteBufferUtils.kt +++ /dev/null @@ -1,142 +0,0 @@ -package core.cache.misc.buffer - -import java.nio.ByteBuffer -import java.nio.charset.StandardCharsets - -object ByteBufferUtils { - /** - * Gets a string from the byte buffer. - * @param buffer The byte buffer. - * @return The string. - */ - @JvmStatic - fun getString(buffer: ByteBuffer): String { - val sb = StringBuilder() - var b: Byte - while (buffer.get().also { b = it }.toInt() != 0) { - sb.append(Char(b.toUShort())) - } - return sb.toString() - } - - /** - * Puts a string on the byte buffer. - * @param s The string to put. - * @param buffer The byte buffer. - */ - @JvmStatic - fun putString(s: String, buffer: ByteBuffer) { - buffer.put(s.toByteArray(StandardCharsets.UTF_8)).put(0.toByte()) - } - - /** - * Gets a string from the byte buffer. - * @param s The string. - * @param buffer The byte buffer. - * @return The string. - */ - fun putGJ2String(s: String, buffer: ByteBuffer): ByteBuffer { - val packed = ByteArray(256) - val length = packGJString2(0, packed, s) - return buffer.put(0.toByte()).put(packed, 0, length).put(0.toByte()) - } - - /** - * Decodes the XTEA encryption. - * @param keys The keys. - * @param start The start index. - * @param end The end index. - * @param buffer The byte buffer. - */ - fun decodeXTEA(keys: IntArray, start: Int, end: Int, buffer: ByteBuffer) { - val l = buffer.position() - buffer.position(start) - val length = (end - start) / 8 - for (i in 0 until length) { - var firstInt = buffer.getInt() - var secondInt = buffer.getInt() - var sum = -0x3910c8e0 - val delta = -0x61c88647 - var j = 32 - while (j-- > 0) { - secondInt -= keys[sum and 0x1c84 ushr 11] + sum xor (firstInt ushr 5 xor (firstInt shl 4)) + firstInt - sum -= delta - firstInt -= (secondInt ushr 5 xor (secondInt shl 4)) + secondInt xor keys[sum and 3] + sum - } - buffer.position(buffer.position() - 8) - buffer.putInt(firstInt) - buffer.putInt(secondInt) - } - buffer.position(l) - } - - /** - * Converts a String to an Integer? - * @param position The position. - * @param buffer The buffer used. - * @param string The String to convert. - * @return The Integer. - */ - @JvmStatic - fun packGJString2(position: Int, buffer: ByteArray, string: String): Int { - val length = string.length - var offset = position - var i = 0 - while (length > i) { - val character = string[i].code - if (character > 127) { - if (character > 2047) { - buffer[offset++] = (character or 919275 shr 12).toByte() - buffer[offset++] = (128 or (character shr 6 and 63)).toByte() - buffer[offset++] = (128 or (character and 63)).toByte() - } else { - buffer[offset++] = (character or 12309 shr 6).toByte() - buffer[offset++] = (128 or (character and 63)).toByte() - } - } else buffer[offset++] = character.toByte() - i++ - } - return offset - position - } - - /** - * Gets a tri-byte from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getMedium(buffer: ByteBuffer): Int { - return (buffer.get().toInt() and 0xFF shl 16) + (buffer.get().toInt() and 0xFF shl 8) + (buffer.get() - .toInt() and 0xFF) - } - - /** - * Gets a smart from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getSmart(buffer: ByteBuffer): Int { - val peek = buffer.get().toInt() and 0xFF - return if (peek <= Byte.MAX_VALUE) { - peek - } else (peek shl 8 or (buffer.get().toInt() and 0xFF)) - 32768 - } - - /** - * Gets a smart from the buffer. - * @param buffer The buffer. - * @return The value. - */ - @JvmStatic - fun getBigSmart(buffer: ByteBuffer): Int { - var value = 0 - var current = getSmart(buffer) - while (current == 32767) { - current = getSmart(buffer) - value += 32767 - } - value += current - return value - } -} \ No newline at end of file diff --git a/Server/src/main/core/game/bots/AIPBuilder.java b/Server/src/main/core/game/bots/AIPBuilder.java index fb619f730..e79c95447 100644 --- a/Server/src/main/core/game/bots/AIPBuilder.java +++ b/Server/src/main/core/game/bots/AIPBuilder.java @@ -91,7 +91,7 @@ public final class AIPBuilder { //Varrock Ge bank RandomAfkPlayer(new Location(3189, 3439)); - // Lunar Island Bank + //Home Bank RandomAfkPlayer(new Location(2099, 3918)); } diff --git a/Server/src/main/core/game/bots/AIPlayer.java b/Server/src/main/core/game/bots/AIPlayer.java index e54fe732a..079875dec 100644 --- a/Server/src/main/core/game/bots/AIPlayer.java +++ b/Server/src/main/core/game/bots/AIPlayer.java @@ -109,7 +109,7 @@ public class AIPlayer extends Player { * Generates bot stats/equipment/etc based on OSRScopyLine */ public void updateRandomValues() { - this.getAppearance().setGender(RandomFunction.random(3) == 1 ? Gender.FEMALE : Gender.MALE); + this.getAppearance().setGender(RandomFunction.random(5) == 1 ? Gender.FEMALE : Gender.MALE); int setTo = RandomFunction.random(0,10); CharacterDesign.randomize(this,true); this.setDirection(Direction.values()[new Random().nextInt(Direction.values().length)]); //Random facing dir diff --git a/Server/src/main/core/game/bots/ScriptAPI.kt b/Server/src/main/core/game/bots/ScriptAPI.kt index c2ac69649..5a3306e4c 100644 --- a/Server/src/main/core/game/bots/ScriptAPI.kt +++ b/Server/src/main/core/game/bots/ScriptAPI.kt @@ -502,10 +502,7 @@ class ScriptAPI(private val bot: Player) { } val canSell = GrandExchange.addBotOffer(actualId, itemAmt) if (canSell && saleIsBigNews(actualId, itemAmt)) { - Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE." - ) + Repository.sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE.") } bot.bank.remove(Item(id, itemAmt)) bot.bank.refresh() @@ -535,10 +532,7 @@ class ScriptAPI(private val bot: Player) { } val canSell = GrandExchange.addBotOffer(actualId, itemAmt) if (canSell && saleIsBigNews(actualId, itemAmt)) { - Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE." - ) + Repository.sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.toLowerCase() + " on the GE.") } bot.bank.remove(item) bot.bank.refresh() @@ -574,10 +568,7 @@ class ScriptAPI(private val bot: Player) { 1517 -> continue 1519 -> continue 1521 -> continue - else -> Repository.sendGrandExchangeNews( - SERVER_GE_NAME + " just offered " + itemAmt + " " + - ItemDefinition.forId(actualId).name.lowercase() + " on the GE." - ) + else -> sendNews(SERVER_GE_NAME + " just offered " + itemAmt + " " + ItemDefinition.forId(actualId).name.lowercase() + " on the GE.") } } bot.bank.remove(item) diff --git a/Server/src/main/core/game/bots/SkillingBotAssembler.kt b/Server/src/main/core/game/bots/SkillingBotAssembler.kt index decb90a85..4e47773fa 100644 --- a/Server/src/main/core/game/bots/SkillingBotAssembler.kt +++ b/Server/src/main/core/game/bots/SkillingBotAssembler.kt @@ -2,7 +2,6 @@ package core.game.bots import core.game.node.item.Item import core.game.world.map.Location -import org.rs09.consts.Items class SkillingBotAssembler { fun produce(type: Wealth, loc: Location): AIPlayer { @@ -40,161 +39,7 @@ class SkillingBotAssembler { RICH } - val POORSETS = arrayOf( - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015, Items.STAFF_OF_AIR_1381), - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015), - listOf(Items.BLACK_ROBE_581, Items.BLACK_SKIRT_1015, Items.WIZARD_HAT_1017), - listOf(), // No equipment - listOf(Items.WIZARD_HAT_579), - listOf(Items.WIZARD_HAT_579, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_HAT_579, Items.STAFF_1379), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TIARA_5525), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TEAM_1_CAPE_4315), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_HAT_579, Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_WATER_1383), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TIARA_5525), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.TEAM_1_CAPE_4315), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_AIR_1381), - listOf(Items.WIZARD_ROBE_577, Items.BLUE_SKIRT_1011, Items.STAFF_OF_WATER_1383), - listOf(), // No equipment - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_PLATEBODY_1119, Items.STEEL_KITESHIELD_1193, Items.STEEL_LONGSWORD_1295, Items.TEAM_29_CAPE_4371), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.STEEL_KITESHIELD_1193, Items.STEEL_LONGSWORD_1295, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.STEEL_FULL_HELM_1157, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_FULL_HELM_1157, Items.TEAM_31_CAPE_4375), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_PLATEBODY_1119, Items.TEAM_29_CAPE_4371), - listOf(Items.STEEL_PLATESKIRT_1083, Items.STEEL_PLATEBODY_1119, Items.TEAM_30_CAPE_4373), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.TEAM_31_CAPE_4375), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_2H_SWORD_1311, Items.TEAM_34_CAPE_4381), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_SCIMITAR_1325, Items.TEAM_35_CAPE_4383), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_BATTLEAXE_1365, Items.TEAM_35_CAPE_4383), - listOf(Items.STEEL_PLATELEGS_1069, Items.STEEL_CHAINBODY_1105, Items.STEEL_BATTLEAXE_1365, Items.STEEL_SQ_SHIELD_1177, Items.TEAM_35_CAPE_4383), - listOf(), // No equipment - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_KITESHIELD_1191, Items.IRON_LONGSWORD_1293, Items.TEAM_36_CAPE_4385), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_2H_SWORD_1309, Items.TEAM_37_CAPE_4387), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_SCIMITAR_1323, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.IRON_BATTLEAXE_1363, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.IRON_KITESHIELD_1191, Items.IRON_LONGSWORD_1293, Items.TEAM_33_CAPE_4379), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_39_CAPE_4391), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_37_CAPE_4387), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_PLATEBODY_1115, Items.IRON_SCIMITAR_1323, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.TEAM_33_CAPE_4379), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_PLATEBODY_1115, Items.IRON_FULL_HELM_1153, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATESKIRT_1081, Items.IRON_CHAINBODY_1101, Items.IRON_FULL_HELM_1153, Items.TEAM_32_CAPE_4377), - listOf(Items.IRON_PLATELEGS_1067, Items.IRON_CHAINBODY_1101, Items.IRON_FULL_HELM_1153, Items.TEAM_33_CAPE_4379), - listOf(), // No equipment - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_KITESHIELD_1189,Items.BRONZE_LONGSWORD_1291,Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_KITESHIELD_1189,Items.BRONZE_LONGSWORD_1291,Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155,Items.BRONZE_2H_SWORD_1307, Items.TEAM_28_CAPE_4369), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_2H_SWORD_1307), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_SCIMITAR_1321), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_BATTLEAXE_1375), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_BATTLEAXE_1375,Items.BRONZE_SQ_SHIELD_1173), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117, Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATELEGS_1075,Items.BRONZE_PLATEBODY_1117,Items.BRONZE_FULL_HELM_1155, Items.TEAM_27_CAPE_4367), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_FULL_HELM_1155), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_CHAINBODY_1103,Items.BRONZE_FULL_HELM_1155, Items.TEAM_28_CAPE_4369), - listOf(Items.BRONZE_PLATESKIRT_1087,Items.BRONZE_PLATEBODY_1117, Items.TEAM_28_CAPE_4369), - listOf(), // No equipment - listOf(Items.LEATHER_BODY_1129,Items.LEATHER_CHAPS_1095), - listOf(), // No equipment - listOf(Items.STUDDED_CHAPS_1097,Items.STUDDED_BODY_1133), - listOf(Items.MIME_LEGS_3059,Items.MIME_TOP_3058,Items.MIME_BOOTS_3061,Items.MIME_GLOVES_3060,Items.MIME_MASK_3057), - listOf(Items.MIME_LEGS_3059,Items.MIME_TOP_3058,Items.MIME_BOOTS_3061,Items.MIME_GLOVES_3060), - listOf(Items.MONKS_ROBE_542,Items.MONKS_ROBE_544), - listOf(Items.CHICKEN_LEGS_11022,Items.CHICKEN_WINGS_11020,Items.CHICKEN_HEAD_11021,Items.CHICKEN_FEET_11019), - listOf(Items.TOY_KITE_12844,Items.CHOCATRICE_CAPE_12634), - listOf(), // No equipment - listOf(Items.WHITE_APRON_1005, Items.CHEFS_HAT_1949), - listOf(Items.TEAM_10_CAPE_4333), - listOf(Items.TEAM_2_CAPE_4317), - listOf(), // No equipment - listOf(), // No equipment - listOf(), // No equipment - listOf()) - - val AVGSETS = arrayOf( - listOf(Items.SKELETAL_TOP_6139, Items.SKELETAL_BOTTOMS_6141), - listOf(Items.SKELETON_LEGGINGS_9923, Items.SKELETON_SHIRT_9924, Items.SKELETON_MASK_9925), - listOf(Items.BLACK_ELE_SHIRT_10400,Items.BLACK_ELE_LEGS_10402,Items.BROWN_HEADBAND_2649), - listOf(Items.RED_ELE_SHIRT_10404,Items.RED_ELE_LEGS_10406), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.COMBAT_HOOD_100_12964), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.RUNE_BERSERKER_SHIELD_100_12929), - listOf(Items.COMBAT_ROBE_TOP_100_12971, Items.COMBAT_ROBE_BOTTOM_100_12978, Items.ADAMANT_BERSERKER_SHIELD_100_12915), - listOf(Items.DRUIDIC_MAGE_TOP_100_12894, Items.DRUIDIC_MAGE_BOTTOM_100_12901, Items.DRUIDIC_MAGE_HOOD_100_12887), - listOf(), // No equipment - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_PLATEBODY_1121, Items.MITHRIL_KITESHIELD_1197, Items.MITHRIL_LONGSWORD_1299, Items.TEAM_29_CAPE_4371), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_PLATEBODY_1121, Items.MITHRIL_KITESHIELD_1197, Items.MITHRIL_LONGSWORD_1299, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_PLATEBODY_1121, Items.TEAM_29_CAPE_4371), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_PLATEBODY_1121, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATESKIRT_1085, Items.MITHRIL_CHAINBODY_1109, Items.TEAM_30_CAPE_4373), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.TEAM_31_CAPE_4375), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_2H_SWORD_1315, Items.TEAM_34_CAPE_4381), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_SCIMITAR_1329, Items.TEAM_35_CAPE_4383), - listOf(Items.MITHRIL_PLATELEGS_1071, Items.MITHRIL_CHAINBODY_1109, Items.MITHRIL_BATTLEAXE_1369, Items.TEAM_36_CAPE_4385), - listOf(), // No equipment - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_PLATEBODY_1124,Items.ADAMANT_KITESHIELD_1199,Items.ADAMANT_LONGSWORD_1301, Items.TEAM_29_CAPE_4371), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_PLATEBODY_1124,Items.ADAMANT_KITESHIELD_1199,Items.ADAMANT_LONGSWORD_1301, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_PLATEBODY_1124, Items.TEAM_29_CAPE_4371), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_PLATEBODY_1124, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_CHAINBODY_1111, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111, Items.TEAM_31_CAPE_4375), - listOf(Items.ADAMANT_PLATESKIRT_1091,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_FULL_HELM_1161, Items.TEAM_30_CAPE_4373), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_FULL_HELM_1161, Items.TEAM_31_CAPE_4375), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_2H_SWORD_1317, Items.TEAM_34_CAPE_4381), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_SCIMITAR_1331, Items.TEAM_35_CAPE_4383), - listOf(Items.ADAMANT_PLATELEGS_1073,Items.ADAMANT_CHAINBODY_1111,Items.ADAMANT_BATTLEAXE_1371, Items.TEAM_35_CAPE_4383), - listOf(), // No equipment - listOf(Items.GREEN_DHIDE_BODY_1135,Items.GREEN_DHIDE_CHAPS_1099,Items.GREEN_DHIDE_VAMB_1065,Items.GREEN_DHIDE_COIF_100_12936,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.GREEN_DHIDE_BODY_1135,Items.GREEN_DHIDE_CHAPS_1099,Items.GREEN_DHIDE_VAMB_1065,Items.GREEN_DHIDE_COIF_100_12936,Items.ADAMANT_CROSSBOW_9183,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.TEAM_10_CAPE_4333), - listOf(Items.TEAM_1_CAPE_4315), - listOf(), // No equipment - listOf(), // No equipment - listOf()) - - val RICHSETS = arrayOf( - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_KITESHIELD_1201,Items.RUNE_FULL_HELM_1163,Items.RUNE_LONGSWORD_1303,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127,Items.RUNE_KITESHIELD_1201,Items.RUNE_FULL_HELM_1163,Items.RUNE_LONGSWORD_1303,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127, Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_FULL_HELM_1163,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.RUNE_BERSERKER_SHIELD_100_12929,Items.TEAM_29_CAPE_4371), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_PLATEBODY_1127,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_CHAINBODY_1113,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.TEAM_31_CAPE_4375), - listOf(Items.RUNE_PLATESKIRT_1093,Items.RUNE_CHAINBODY_1113,Items.RUNE_FULL_HELM_1163,Items.TEAM_30_CAPE_4373), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_FULL_HELM_1163,Items.TEAM_31_CAPE_4375), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_2H_SWORD_1319,Items.TEAM_34_CAPE_4381), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_SCIMITAR_1333,Items.TEAM_35_CAPE_4383), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_CHAINBODY_1113,Items.RUNE_BATTLEAXE_1373,Items.TEAM_35_CAPE_4383), - listOf(Items.RUNE_PLATELEGS_1079,Items.RUNE_PLATEBODY_1127,Items.ABYSSAL_WHIP_4151,Items.TEAM_29_CAPE_4371), - listOf(), // No equipment - listOf(Items.RUNE_PLATEBODY_G_2615,Items.RUNE_PLATELEGS_G_2618,Items.RUNE_KITESHIELD_G_2621,Items.RUNE_FULL_HELMG_2619, Items.TEAM_27_CAPE_4367), - listOf(Items.RUNE_PLATEBODY_T_2623,Items.RUNE_PLATELEGS_T_2625,Items.RUNE_KITESHIELD_T_2629,Items.RUNE_FULL_HELM_T_2627, Items.TEAM_27_CAPE_4367), - listOf(Items.GILDED_PLATEBODY_3481,Items.GILDED_PLATELEGS_3483,Items.CAPE_1030), - listOf(Items.ZAMORAK_PLATEBODY_2653,Items.ZAMORAK_PLATELEGS_2655,Items.ZAMORAK_FULL_HELM_2657), - listOf(Items.SARADOMIN_PLATEBODY_2661,Items.SARADOMIN_PLATELEGS_2663,Items.SARADOMIN_FULL_HELM_2665), - listOf(Items.GUTHIX_PLATEBODY_2669,Items.GUTHIX_PLATELEGS_2671,Items.GUTHIX_FULL_HELM_2673), - listOf(Items.ZAMORAK_PLATEBODY_2653,Items.ZAMORAK_PLATELEGS_2655,Items.ZAMORAK_FULL_HELM_2657,Items.ZAMORAK_CAPE_2414), - listOf(Items.SARADOMIN_PLATEBODY_2661,Items.SARADOMIN_PLATELEGS_2663,Items.SARADOMIN_FULL_HELM_2665,Items.SARADOMIN_CAPE_2412), - listOf(Items.GUTHIX_PLATEBODY_2669,Items.GUTHIX_PLATELEGS_2671,Items.GUTHIX_FULL_HELM_2673,Items.GUTHIX_CAPE_2413), - listOf(Items.THIRD_AGE_ROBE_10340,Items.THIRD_AGE_ROBE_TOP_10338,Items.SANTA_HAT_1050), - listOf(), // No equipment - listOf(Items.DRAGON_PLATELEGS_4087,Items.DRAGON_CHAINBODY_3140,Items.ABYSSAL_WHIP_4151,Items.DRAGON_FULL_HELM_11335), - listOf(Items.DRAGON_PLATELEGS_4087,Items.DRAGON_CHAINBODY_3140,Items.DRAGONFIRE_SHIELD_11283,Items.DRAGON_FULL_HELM_11335), - listOf(), // No equipment - listOf(Items.BLACK_DHIDE_BODY_2503,Items.BLACK_DHIDE_CHAPS_2497,Items.BLACK_DHIDE_VAMB_2491,Items.RUNE_CROSSBOW_9185,Items.AVAS_ACCUMULATOR_10499), - listOf(Items.BLACK_DHIDE_BODY_2503,Items.BLACK_DHIDE_CHAPS_2497,Items.BLACK_DHIDE_VAMB_2491,Items.BLACK_DHIDE_COIF_100_12957,Items.RUNE_CROSSBOW_9185,Items.RUNE_KITESHIELD_1201), - listOf(Items.ELITE_BLACK_PLATEBODY_14492,Items.ELITE_BLACK_PLATELEGS_14490, Items.ELITE_BLACK_FULL_HELM_14494), - listOf(Items.BATTLE_ROBE_BOTTOM_100_12880,Items.BATTLE_ROBE_TOP_100_12873,Items.PURPLE_PARTYHAT_1046), - listOf(Items.ZURIELS_ROBE_BOTTOM_13862,Items.ZURIELS_ROBE_TOP_13858,Items.ZURIELS_HOOD_13864,Items.ZURIELS_HOOD_13864,Items.ZURIELS_STAFF_13867), - listOf(Items.VESTAS_CHAINBODY_13887,Items.VESTAS_PLATESKIRT_13893), - listOf(), // No equipment - listOf(), // No equipment - listOf()) + val POORSETS = arrayOf(listOf(542,544), listOf(581), listOf(6654,6655,6656), listOf(6654,6656), listOf(636,646), listOf(638,648), listOf(), listOf(), listOf()) + val AVGSETS = arrayOf(listOf(2649,342,344), listOf(2651,542,544), listOf(6654,6655,6656), listOf(6139,6141), listOf(9923,9924,9925), listOf(10400,10402,2649), listOf(10404,10406), listOf(12971,12978)) + val RICHSETS = arrayOf(listOf(10330,10332,2649), listOf(12873,12880,1046), listOf(13858,13861,13864), listOf(13887,13893), listOf(3481,3483), listOf(2653,2655), listOf(2661,2663), listOf(2591,2593), listOf(14490,14492)) } diff --git a/Server/src/main/core/game/consumable/Potion.java b/Server/src/main/core/game/consumable/Potion.java index 89912d9f1..60afb00c3 100644 --- a/Server/src/main/core/game/consumable/Potion.java +++ b/Server/src/main/core/game/consumable/Potion.java @@ -1,16 +1,12 @@ package core.game.consumable; import content.data.consumables.Consumables; -import core.game.interaction.QueueStrength; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.audio.Audio; import core.game.node.item.Item; -import core.game.system.task.Pulse; -import core.game.world.GameWorld; -import core.game.world.update.flag.context.Animation; import org.rs09.consts.Sounds; -import static core.api.ContentAPIKt.*; +import static core.api.ContentAPIKt.playAudio; public class Potion extends Drink { @@ -19,7 +15,7 @@ public class Potion extends Drink { private static final Audio SOUND = new Audio(2401, 1, 1); public Potion(final int[] ids, final ConsumableEffect effect, final String... messages) { - super(ids, effect, new Animation(829), messages); + super(ids, effect, messages); } @Override @@ -59,17 +55,13 @@ public class Potion extends Drink { } final int dosesLeft = ids.length - consumedDoses; player.getPacketDispatch().sendMessage("You drink some of your " + getFormattedName(item) + "."); - // Remaining dosages message should be delayed - https://youtu.be/n6CCf4Rj8Lg?t=79 - queueScript(player, 2, QueueStrength.SOFT, false, (Integer stage) -> { - if (dosesLeft > 1) { - player.getPacketDispatch().sendMessage("You have " + dosesLeft + " doses of potion left."); - } else if (dosesLeft == 1) { - player.getPacketDispatch().sendMessage("You have 1 dose of potion left."); - } else { - player.getPacketDispatch().sendMessage("You have finished your potion."); - } - return stopExecuting(player); - }); + if (dosesLeft > 1) { + player.getPacketDispatch().sendMessage("You have " + dosesLeft + " doses of potion left."); + } else if (dosesLeft == 1) { + player.getPacketDispatch().sendMessage("You have 1 dose of potion left."); + } else { + player.getPacketDispatch().sendMessage("You have finished your potion."); + } } public int getDose(Item potion){ diff --git a/Server/src/main/core/game/container/impl/BankContainer.java b/Server/src/main/core/game/container/impl/BankContainer.java index b27ecf700..5f8a51215 100644 --- a/Server/src/main/core/game/container/impl/BankContainer.java +++ b/Server/src/main/core/game/container/impl/BankContainer.java @@ -1,10 +1,13 @@ package core.game.container.impl; -import core.ServerConstants; import core.api.IfaceSettingsBuilder; +import core.game.container.access.InterfaceContainer; +import kotlin.Unit; +import kotlin.ranges.IntRange; +import org.rs09.consts.Vars; +import core.ServerConstants; import core.game.component.Component; import core.game.container.*; -import core.game.container.access.InterfaceContainer; import core.game.node.entity.player.Player; import core.game.node.entity.player.link.IronmanMode; import core.game.node.item.Item; @@ -13,8 +16,8 @@ import core.game.world.GameWorld; import core.net.packet.PacketRepository; import core.net.packet.context.ContainerContext; import core.net.packet.out.ContainerPacket; -import kotlin.ranges.IntRange; -import org.rs09.consts.Vars; + +import java.nio.ByteBuffer; import static core.api.ContentAPIKt.*; @@ -198,9 +201,14 @@ public final class BankContainer extends Container { } item = new Item(item.getId(), amount, item.getCharge()); - Item add = item.toUnnotedItem(); + boolean unnote = !item.getDefinition().isUnnoted(); - int maxCount = getMaximumAdd(add); + Item add = unnote ? new Item(item.getDefinition().getNoteId(), amount, item.getCharge()) : item; + if (unnote && !add.getDefinition().isUnnoted()) { + add = item; + } + + int maxCount = super.getMaximumAdd(add); if (amount > maxCount) { add.setAmount(maxCount); item.setAmount(maxCount); @@ -466,11 +474,6 @@ public final class BankContainer extends Container { return open; } - @Override - public int getMaximumAdd(Item item) { - return super.getMaximumAdd(item.toUnnotedItem()); - } - /** * Listens to the bank container. * @author Emperor diff --git a/Server/src/main/core/game/diary/DiaryEventHookBase.kt b/Server/src/main/core/game/diary/DiaryEventHookBase.kt index 692759fd9..4fb85b0cd 100644 --- a/Server/src/main/core/game/diary/DiaryEventHookBase.kt +++ b/Server/src/main/core/game/diary/DiaryEventHookBase.kt @@ -180,7 +180,16 @@ abstract class DiaryEventHookBase(private val diaryType: DiaryType) : MapArea, L ) } - private fun findIndexFor(level: DiaryLevel): Int = getDiaryLevelIndex(diaryType, level) + private fun findIndexFor(level: DiaryLevel): Int { + val levelName = level.name.lowercase().replaceFirstChar { c -> c.uppercase() } + val levelIndex = diaryType.levelNames.indexOf(levelName) + + if (levelIndex < 0) { + throw IllegalArgumentException("'$levelName' was not found in diary '$diaryType'.") + } + + return levelIndex + } protected open fun onAreaVisited(player: Player) { areaTasks.forEach { diff --git a/Server/src/main/core/game/ge/GrandExchange.kt b/Server/src/main/core/game/ge/GrandExchange.kt index 4472ed2f1..03c01380a 100644 --- a/Server/src/main/core/game/ge/GrandExchange.kt +++ b/Server/src/main/core/game/ge/GrandExchange.kt @@ -221,9 +221,7 @@ class GrandExchange : StartupListener, Commands { //GrandExchangeRecords.getInstance(player).update(offer) if (offer.sell && !player.isArtificial) { - Repository.sendGrandExchangeNews( - player.username + " just offered " + offer.amount + " " + getItemName(offer.itemID) + " on the GE." - ) + sendNews(player.username + " just offered " + offer.amount + " " + getItemName(offer.itemID) + " on the GE.") } if (ServerConstants.I_AM_A_CHEATER) { diff --git a/Server/src/main/core/game/node/entity/combat/BattleState.java b/Server/src/main/core/game/node/entity/combat/BattleState.java index 4a12b5966..e75aac19d 100644 --- a/Server/src/main/core/game/node/entity/combat/BattleState.java +++ b/Server/src/main/core/game/node/entity/combat/BattleState.java @@ -9,7 +9,6 @@ import core.game.node.entity.combat.spell.CombatSpell; /** * Represents an entity's current battle state. - * * @author Emperor */ public final class BattleState { @@ -100,7 +99,6 @@ public final class BattleState { /** * Constructs a new {@code BattleState} {@Code Object} - * * @param victim The victim entity. */ public BattleState(Entity entity, Entity victim) { @@ -136,7 +134,6 @@ public final class BattleState { /** * Gets the estimatedHit. - * * @return The estimatedHit. */ public int getEstimatedHit() { @@ -145,7 +142,6 @@ public final class BattleState { /** * Sets the estimated hit. - * * @param estimatedHit The estimated hit to set. */ public void setEstimatedHit(int estimatedHit) { @@ -168,7 +164,6 @@ public final class BattleState { /** * Gets the recoilDamage. - * * @return The recoilDamage. */ public int getRecoilDamage() { @@ -177,7 +172,6 @@ public final class BattleState { /** * Sets the recoilDamage. - * * @param recoilDamage The recoilDamage to set. */ public void setRecoilDamage(int recoilDamage) { @@ -242,7 +236,6 @@ public final class BattleState { /** * Gets the maximumHit. - * * @return The maximumHit. */ public int getMaximumHit() { @@ -251,7 +244,6 @@ public final class BattleState { /** * Sets the maximumHit. - * * @param maximumHit The maximumHit to set. */ public void setMaximumHit(int maximumHit) { @@ -260,7 +252,6 @@ public final class BattleState { /** * Gets the rangeWeapon. - * * @return The rangeWeapon. */ public RangeWeapon getRangeWeapon() { @@ -269,7 +260,6 @@ public final class BattleState { /** * Sets the rangeWeapon. - * * @param rangeWeapon The rangeWeapon to set. */ public void setRangeWeapon(RangeWeapon rangeWeapon) { @@ -278,7 +268,6 @@ public final class BattleState { /** * Gets the ammunition. - * * @return The ammunition. */ public Ammunition getAmmunition() { @@ -287,7 +276,6 @@ public final class BattleState { /** * Sets the ammunition. - * * @param ammunition The ammunition to set. */ public void setAmmunition(Ammunition ammunition) { @@ -296,7 +284,6 @@ public final class BattleState { /** * Gets the frozen. - * * @return The frozen. */ public boolean isFrozen() { @@ -305,7 +292,6 @@ public final class BattleState { /** * Sets the frozen. - * * @param frozen The frozen to set. */ public void setFrozen(boolean frozen) { @@ -314,7 +300,6 @@ public final class BattleState { /** * Gets the style. - * * @return The style. */ public CombatStyle getStyle() { @@ -323,7 +308,6 @@ public final class BattleState { /** * Sets the style. - * * @param style The style to set. */ public void setStyle(CombatStyle style) { @@ -332,7 +316,6 @@ public final class BattleState { /** * Gets the armourEffect. - * * @return The armourEffect. */ public ArmourSet getArmourEffect() { @@ -341,7 +324,6 @@ public final class BattleState { /** * Sets the armourEffect. - * * @param armourEffect The armourEffect to set. */ public void setArmourEffect(ArmourSet armourEffect) { @@ -350,7 +332,6 @@ public final class BattleState { /** * Gets the attacking entity. - * * @return The entity. */ public Entity getAttacker() { @@ -359,9 +340,10 @@ public final class BattleState { public int getTotalDamage() { int hit = Math.max(estimatedHit, 0) + Math.max(secondaryHit, 0); + if (targets != null) { for (BattleState s : targets) { - if (s != null && s != this) { + if (s != null) { hit += Math.max(s.getEstimatedHit(), 0) + Math.max(s.getSecondaryHit(), 0); } } diff --git a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt index 074a656e9..7e0475e3d 100644 --- a/Server/src/main/core/game/node/entity/combat/CombatPulse.kt +++ b/Server/src/main/core/game/node/entity/combat/CombatPulse.kt @@ -296,13 +296,10 @@ class CombatPulse( } setVictim(victim) entity.onAttack(victim as Entity?) - if (isAttacking) { - victim.scripts.removeWeakScripts() - } + victim.scripts.removeWeakScripts() - if (!isAttacking) { + if (!isAttacking) entity.pulseManager.run(this) - } } /** @@ -431,7 +428,6 @@ class CombatPulse( } handler.adjustBattleState(entity, victim!!, state) handler.addExperience(entity, victim, state) - handler.postSwing(entity, victim, state) handler.visualize(entity, victim, state) if (delay - 1 < 1) { handler.visualizeImpact(entity, victim, state) diff --git a/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt index d4324b233..467b16b06 100644 --- a/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/CombatSwingHandler.kt @@ -254,15 +254,9 @@ abstract class CombatSwingHandler(var type: CombatStyle?) { ?: return InteractionType.STILL_INTERACT //if we cannot derive a direction, it's because both tiles are the same, so hand off control to the main logic which already handles this case var next = closestEntityTile - //Skip the initial gap in distance if it exists, because standard pathfinding would already stop us before this point if something was between us and the NPC or vice versa. - //A fixed-direction walk can only arrive within its starting distance in steps; on oblique approaches it - //passes beside the target and never converges, so the walk is hard-capped at that many steps. - val maxSkipSteps = next.getDistance(closestVictimTile).toInt() + 1 - for (i in 0 until maxSkipSteps) { - if (next.getDistance(closestVictimTile) <= 3) break + while (next.getDistance(closestVictimTile) > 3) { //skip the initial gap in distance if it exists, because standard pathfinding would already stop us before this point if something was between us and the NPC or vice versa next = next.transform(dir) } - if (next.getDistance(closestVictimTile) > 3) return InteractionType.STILL_INTERACT //never converged (oblique approach), so defer to the range checks instead var result: InteractionType = InteractionType.STILL_INTERACT val maxIterations = next.getDistance(closestVictimTile).toInt() @@ -537,12 +531,6 @@ abstract class CombatSwingHandler(var type: CombatStyle?) { } } - /** - * Hook for operations that conceptually happen during swing but could mess with experience granting logic if they - * happened earlier. - */ - open fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) {} - /** * Gets the formated hit. * @param attacker The attacking entity. diff --git a/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt index 7f9b668d8..91864ec53 100644 --- a/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/MeleeSwingHandler.kt @@ -253,14 +253,10 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) return 1.0 + (e!!.skills.maximumLifepoints - e.skills.lifepoints) * 0.01 } - var multiplier = 1.0 if(e is Player && e.isWearingVoid(CombatStyle.MELEE) && (skillId == Skills.ATTACK || skillId == Skills.STRENGTH)) { - multiplier += 0.1 + return 1.1 } - if (e is Player && e.properties.armourSet === ArmourSet.BERSERKER_NECKLACE_SETS && skillId == Skills.STRENGTH) { - multiplier += 0.2 - } - return multiplier + return 1.0 } override fun getArmourSet(e: Entity?): ArmourSet? { @@ -273,9 +269,6 @@ open class MeleeSwingHandler (vararg flags: SwingHandlerFlag) if (ArmourSet.VERAC.isUsing(e)) { return ArmourSet.VERAC } - if (ArmourSet.BERSERKER_NECKLACE_SETS.isUsing(e)) { - return ArmourSet.BERSERKER_NECKLACE_SETS - } return if (ArmourSet.TORAG.isUsing(e)) { ArmourSet.TORAG } else super.getArmourSet(e) diff --git a/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt index a3d6d5fec..50a885403 100644 --- a/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/MultiSwingHandler.kt @@ -119,9 +119,6 @@ open class MultiSwingHandler(meleeDistance: Boolean, vararg attacks: SwitchAttac override fun addExperience(entity: Entity?, victim: Entity?, state: BattleState?) { current.handler.addExperience(entity, victim, state) } - override fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) { - current.handler.postSwing(entity, victim, state) - } override fun visualizeImpact(entity: Entity?, victim: Entity?, state: BattleState?) { if (current.isUseHandler) { current.handler.visualizeImpact(entity, victim, state) diff --git a/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt b/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt index 5eeed5f21..a5b313a8b 100644 --- a/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt +++ b/Server/src/main/core/game/node/entity/combat/RangeSwingHandler.kt @@ -101,15 +101,10 @@ open class RangeSwingHandler (vararg flags: SwingHandlerFlag) : CombatSwingHandl } if(state.estimatedHit > victim.skills.lifepoints) state.estimatedHit = victim.skills.lifepoints if(state.estimatedHit + state.secondaryHit > victim.skills.lifepoints) state.secondaryHit -= ((state.estimatedHit + state.secondaryHit) - victim.skills.lifepoints) + useAmmo(entity, state, victim.location) return 1 + ceil(entity.location.getDistance(victim.location) * 0.3).toInt() } - override fun postSwing(entity: Entity?, victim: Entity?, state: BattleState?) { - // Using the last piece of ammo in swing causes experience calculations to assume we're using unarmed combat - // which gives wrong experience values. Delay ammo consumption until later to avoid this problem. - useAmmo(entity!!, state!!, victim!!.location) - } - /** * Configures the range data. * @param entity The entity. diff --git a/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java b/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java index 5b7a7e3af..f311b95e6 100644 --- a/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java +++ b/Server/src/main/core/game/node/entity/combat/equipment/ArmourSet.java @@ -8,7 +8,6 @@ import core.game.node.entity.player.Player; import core.game.node.item.Item; import core.game.world.update.flag.context.Graphics; import core.tools.RandomFunction; -import org.rs09.consts.Items; /** * Represents the types of armour sets. @@ -130,15 +129,6 @@ public enum ArmourSet { } return super.isUsing(e); } - }, - /** - * Berserker Necklace sets - */ - BERSERKER_NECKLACE_SETS(null, new int[][] { { Items.BERSERKER_NECKLACE_11128 }, { Items.TOKTZ_XIL_AK_6523, Items.TOKTZ_XIL_EK_6525, Items.TZHAAR_KET_EM_6527, Items.TZHAAR_KET_OM_6528 } }) { - @Override - public boolean isUsing(Entity e) { - return super.isUsing(e); - } }; /** @@ -158,9 +148,8 @@ public enum ArmourSet { */ private ArmourSet(Graphics endGraphic, int[][] set) { this.endGraphic = endGraphic; - this.sets = new Item[set.length][]; + this.sets = new Item[4][5]; for (int i = 0; i < set.length; i++) { - sets[i] = new Item[set[i].length]; for (int k = 0; k < sets[i].length; k++) { sets[i][k] = new Item(set[i][k]); } @@ -208,7 +197,7 @@ public enum ArmourSet { } } } - return hits == sets.length; + return hits == 4; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java b/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java index 71d26d8b6..06ab0edf2 100644 --- a/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java +++ b/Server/src/main/core/game/node/entity/combat/equipment/BoltEffect.java @@ -239,7 +239,7 @@ public enum BoltEffect { // and should be considered a TODO: temporary abuse prevention measure (bolt effect on slayer monsters) boolean rollSuccess = RandomFunction.random(13) == 5; if (!(state.getVictim() instanceof NPC)) return rollSuccess; - if (!(state.getAttacker() instanceof Player) || ((NPC) state.getVictim()).getTask() == null) return rollSuccess; + if (!(state.getAttacker() instanceof Player) && ((NPC) state.getVictim()).getTask() == null) return rollSuccess; if (state.getVictim().asNpc().getTask().levelReq > state.getAttacker().asPlayer().getSkills().getLevel(Skills.SLAYER)) return false; return rollSuccess; } diff --git a/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java b/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java index 544372bba..896a3ec62 100644 --- a/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java +++ b/Server/src/main/core/game/node/entity/combat/spell/MagicSpell.java @@ -1,6 +1,5 @@ package core.game.node.entity.combat.spell; -import content.global.skill.magic.SpellUtils; import core.game.event.SpellCastEvent; import core.game.node.Node; import core.game.node.entity.Entity; @@ -18,6 +17,7 @@ import core.plugin.Plugin; import core.tools.RandomFunction; import java.util.ArrayList; +import java.util.List; import static core.api.ContentAPIKt.playGlobalAudio; @@ -223,17 +223,16 @@ public abstract class MagicSpell implements Plugin { if (runes == null) { return true; } - Item missing = SpellUtils.hasRunes(p, runes); - if (missing != null) { - if (message) { - p.getPacketDispatch().sendMessage("You don't have enough " + missing.getName() + "s to cast this spell."); + List toRemove = new ArrayList<>(20); + for (Item item : runes) { + if (!hasRune(p, item, toRemove, message)) { + return false; } - return false; } if (remove) { - ArrayList toRemove = p.getAttribute("spell:runes", new ArrayList<>()); - toRemove.forEach(i -> p.getInventory().remove(i)); - p.removeAttribute("spell:runes"); + toRemove.forEach(i -> { + p.getInventory().remove(i); + }); } return true; } @@ -256,6 +255,49 @@ public abstract class MagicSpell implements Plugin { return true; } + /** + * Checks if the player has a rune to remove. + * @param p the player. + * @param item the item. + * @param toRemove the list of items to remove. + * @param message the message. + * @return {@code True} if so. + */ + public boolean hasRune(Player p, Item item, List toRemove, boolean message) { + if (!usingStaff(p, item.getId())) { + boolean hasBaseRune = p.getInventory().contains(item.getId(),item.getAmount()); + if(!hasBaseRune){ + int baseAmt = p.getInventory().getAmount(item.getId()); + if(baseAmt > 0){ + toRemove.add(new Item(item.getId(),p.getInventory().getAmount(item.getId()))); + } + int amtRemaining = item.getAmount() - baseAmt; + List possibleComboRunes = CombinationRune.eligibleFor(Runes.forId(item.getId())); + for(CombinationRune r : possibleComboRunes){ + if(p.getInventory().containsItem(new Item(r.id)) && amtRemaining > 0){ + int amt = p.getInventory().getAmount(r.id); + if(amtRemaining < amt){ + toRemove.add(new Item(r.id,amtRemaining)); + amtRemaining = 0; + continue; + } + amtRemaining -= p.getInventory().getAmount(r.id); + toRemove.add(new Item(r.id,p.getInventory().getAmount(r.id))); + } + } + if(amtRemaining <= 0){ + return true; + } else { + p.getPacketDispatch().sendMessage("You don't have enough " + item.getName() + "s to cast this spell."); + return false; + } + } + toRemove.add(item); + return true; + } + return true; + } + /** * Adds the experience for casting this spell. * @param entity The entity to reward with experience. diff --git a/Server/src/main/core/game/node/entity/npc/NPC.java b/Server/src/main/core/game/node/entity/npc/NPC.java index 18334251e..b8139e66a 100644 --- a/Server/src/main/core/game/node/entity/npc/NPC.java +++ b/Server/src/main/core/game/node/entity/npc/NPC.java @@ -751,18 +751,6 @@ public class NPC extends Entity { return this; } - /** - * Transforms this NPC with HP carried over from pre-transformed entity. - * HP adjustments (ie healing/scaling HP to new maximum) should be done manually per-NPC - * @param id The new NPC id. - */ - public NPC transformWithHpCarryover(int id) { - int lp = getSkills().getLifepoints(); - this.transform(id); - getSkills().setLifepoints(lp); - return this; - } - /** * Transforms this NPC back to original. */ @@ -779,8 +767,7 @@ public class NPC extends Entity { */ protected Location getMovementDestination() { if (!pathBoundMovement || movementPath == null || movementPath.length < 1) { - int radius = getWalkRadius() / 2; - Location returnToSpawnLocation = getProperties().getSpawnLocation().transform(RandomFunction.random(-radius, radius+1), RandomFunction.random(-radius, radius+1), 0); + Location returnToSpawnLocation = getProperties().getSpawnLocation().transform(-5 + RandomFunction.random(getWalkRadius()), -5 + RandomFunction.random(getWalkRadius()), 0); int dist = (int) Location.getDistance(location, returnToSpawnLocation); int pathLimit = 14; if (dist > pathLimit) { diff --git a/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java b/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java index dbbb06e81..8a8e51827 100644 --- a/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java +++ b/Server/src/main/core/game/node/entity/player/link/diary/DiaryType.java @@ -1,8 +1,8 @@ package core.game.node.entity.player.link.diary; import core.game.node.entity.player.Player; -import core.game.node.item.Item; import org.rs09.consts.Items; +import core.game.node.item.Item; /** * An achievement diary type. @@ -118,7 +118,7 @@ public enum DiaryType { "Select a colour for a new kitten", // TODO need ring of charos(a) and garden of tranquility to start "Use the shortcut under the wall, north-west of the Grand

Exchange", "Enter the A Soul's Bane rift", - "Teleport to the Digsite using a Digsite pendant", + "Teleport to the Digsite using a Digsite pendant", // TODO need Digsite and museum "Craft an earth tiara on the Earth Altar", "Pickpocket a guard in the Varrock Palace courtyard", "Use the teleport to Varrock spell", @@ -140,7 +140,7 @@ public enum DiaryType { "Craft an air battlestaff", "Give your player-owned house a tropical wood or fancy stone

finish at the Varrock estate agent's", "Make a Varrock teleport tablet on a mahogany lectern", - "Obtain a new set of Family Crest gauntlets from Dimintheis", + "Obtain a new set of Family Crest gauntlets from Dimintheis", // TODO need family crest "Make a Waka Canoe near Edgeville", "Use the Home Teleport spell in the Ancient Magicks spellbook

to teleport to Edgeville", "Use the skull sceptre to teleport to Barbarian Village" diff --git a/Server/src/main/core/game/node/entity/skill/Skills.java b/Server/src/main/core/game/node/entity/skill/Skills.java index 06a978589..c545ed949 100644 --- a/Server/src/main/core/game/node/entity/skill/Skills.java +++ b/Server/src/main/core/game/node/entity/skill/Skills.java @@ -1,32 +1,34 @@ package core.game.node.entity.skill; -import content.global.handlers.item.equipment.brawling_gloves.BrawlingGloves; -import content.global.handlers.item.equipment.brawling_gloves.BrawlingGlovesManager; import content.global.skill.skillcapeperks.SkillcapePerks; import core.ServerConstants; import core.game.event.DynamicSkillLevelChangeEvent; import core.game.event.XPGainEvent; +import content.global.handlers.item.equipment.brawling_gloves.BrawlingGloves; +import content.global.handlers.item.equipment.brawling_gloves.BrawlingGlovesManager; import core.game.node.entity.Entity; import core.game.node.entity.combat.ImpactHandler; import core.game.node.entity.npc.NPC; import core.game.node.entity.player.Player; -import core.game.node.entity.player.info.PlayerMonitor; import core.game.node.entity.player.link.request.assist.AssistSession; import core.game.node.item.Item; -import core.game.world.GameWorld; -import core.game.world.repository.Repository; import core.net.packet.PacketRepository; import core.net.packet.context.SkillContext; import core.net.packet.out.SkillLevel; -import core.plugin.CorePluginTypes.XPGainPlugins; import kotlin.Pair; import org.json.simple.JSONArray; import org.json.simple.JSONObject; +import core.game.node.entity.player.info.PlayerMonitor; +import core.game.world.GameWorld; +import core.game.world.repository.Repository; +import core.plugin.CorePluginTypes.XPGainPlugins; import org.rs09.consts.Items; +import org.rs09.consts.Sounds; import java.util.ArrayList; import static core.api.ContentAPIKt.getWorldTicks; +import static core.api.ContentAPIKt.playAudio; import static java.lang.Math.floor; import static java.lang.Math.max; @@ -826,7 +828,7 @@ public final class Skills { */ public int getMasteredSkills() { int count = 0; - for (int i = 0; i < staticLevels.length; i++) { + for (int i = 0; i < 23; i++) { if (getStaticLevel(i) >= 99) { count++; } diff --git a/Server/src/main/core/game/node/item/Item.java b/Server/src/main/core/game/node/item/Item.java index c95077106..086784cf6 100644 --- a/Server/src/main/core/game/node/item/Item.java +++ b/Server/src/main/core/game/node/item/Item.java @@ -135,19 +135,6 @@ public class Item extends Node{ return getId(); } - /** - * Converts noted items into unnoted items. - * - * @return The unnoted version of the item. Returns the original Item if already unnoted. - */ - public Item toUnnotedItem() { - if (definition.isUnnoted()) { - return this; - } else { - return new Item(definition.getNoteId(), getAmount(), getCharge()); - } - } - /** * @return the id */ diff --git a/Server/src/main/core/game/system/SystemTermination.java b/Server/src/main/core/game/system/SystemTermination.java index 813b16fe3..a1557f381 100644 --- a/Server/src/main/core/game/system/SystemTermination.java +++ b/Server/src/main/core/game/system/SystemTermination.java @@ -45,10 +45,6 @@ public final class SystemTermination { log(this.getClass(), Log.INFO, "Stopping all bots..."); AIRepository.clearAllBots(); Server.getReactor().terminate(); - if (Server.getWebSocketServer() != null) { - Server.getWebSocketServer().stop(1000, "Server shutting down"); - Server.setWebSocketServer(null); - } log(this.getClass(), Log.INFO, "Stopping all pulses..."); GameWorld.getMajorUpdateWorker().stop(); for (Iterator it = Repository.getPlayers().iterator(); it.hasNext();) { diff --git a/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt b/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt index 17d98c883..fc2a08c28 100644 --- a/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt +++ b/Server/src/main/core/game/system/command/oldsys/VisualCommand.kt @@ -197,7 +197,7 @@ class VisualCommand : CommandPlugin() { return true } location = if (args.size > 2) Location.create(args[1]!!.toInt(), args[2]!!.toInt(), player!!.location.z) else player!!.location - `object` = RegionManager.getObject(location!!) + `object` = RegionManager.getObject(location) if (`object` == null) { player!!.debug("error: object not found in region cache.") return true diff --git a/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt b/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt index 25ef32fef..fb8a8d50e 100644 --- a/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/DevelopmentCommandSet.kt @@ -10,7 +10,6 @@ import core.cache.def.impl.NPCDefinition import core.cache.def.impl.VarbitDefinition import core.cache.def.impl.Struct import core.game.node.entity.combat.ImpactHandler.HitsplatType -import core.game.node.entity.npc.NPC import core.game.node.entity.player.Player import core.game.node.entity.player.link.SpellBookManager import core.game.node.entity.player.link.diary.DiaryType @@ -31,19 +30,7 @@ import core.tools.Log import core.game.node.entity.player.info.Rights import core.game.node.entity.skill.Skills import core.game.world.map.Location -import core.game.world.map.RegionManager.getLocalEntitys import core.game.world.repository.Repository -import org.json.simple.JSONArray -import kotlin.collections.set -import content.global.activity.penguinhns.Penguin -import content.global.activity.penguinhns.PenguinHNSEvent -import content.global.activity.penguinhns.PenguinManager -import content.global.activity.penguinhns.PenguinManager.Companion.penguins -import content.global.activity.penguinhns.PenguinManager.Companion.spawner -import content.global.activity.penguinhns.PenguinManager.Companion.tagMapping -import content.global.activity.penguinhns.PenguinManager.Companion.updateStoreFile -import core.ServerStore.Companion.toJSONArray -import org.rs09.consts.NPCs @Initializable class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { @@ -190,16 +177,15 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { val dump = File("structs.txt") val writer = BufferedWriter(FileWriter(dump)) val index = Cache.getIndexes()[2] - val containers = index.information.containers[26]!!.filesIndexes - if (containers != null) { - for(fID in containers) { - val file = index.getFileData(26, fID) - if(file != null){ - val def = Struct.parse(fID, file) - if(def.dataStore.isEmpty()) continue //no data in struct. - writer.write(def.toString()) - writer.newLine() - } + val containers = index.information.containers[26].filesIndexes + for(fID in containers) + { + val file = index.getFileData(26, fID) + if(file != null){ + val def = Struct.parse(fID, file) + if(def.dataStore.isEmpty()) continue //no data in struct. + writer.write(def.toString()) + writer.newLine() } } writer.flush() @@ -215,16 +201,15 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { for(cID in containers) { - val fileIndexes = index.information.containers[cID]!!.filesIndexes - if (fileIndexes != null) { - for(fID in fileIndexes) { - val file = index.getFileData(cID, fID) - if(file != null){ - val def = DataMap.parse((cID shl 8) or fID, file) - if(def.keyType == '?') continue //Empty definition - only a 0 present in the cachefile data. - writer.write(def.toString()) - writer.newLine() - } + val fileIndexes = index.information.containers[cID].filesIndexes + for(fID in fileIndexes) + { + val file = index.getFileData(cID, fID) + if(file != null){ + val def = DataMap.parse((cID shl 8) or fID, file) + if(def.keyType == '?') continue //Empty definition - only a 0 present in the cachefile data. + writer.write(def.toString()) + writer.newLine() } } } @@ -232,35 +217,18 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { writer.close() } - define( - "rolldrops", - Privilege.ADMIN, - "::rolldrops NPC ID AMOUNT [true|false]", - "Rolls the given NPC drop table AMOUNT times. Add true to persist the items in your bank." - ) { player: Player, args: Array -> - if (args.size < 3) { - reject(player, "Usage: ::rolldrops npcid amount [true|false]") + define("rolldrops", Privilege.ADMIN, "::rolldrops NPC ID AMOUNT", "Rolls the given NPC drop table AMOUNT times.") { player: Player, args: Array -> + if(args.size < 2){ + reject(player,"Usage: ::rolldrops npcid amount") } + val container = player.dropLog val npcId = args[1].toInt() val amount = args[2].toInt() - val container = when (args.getOrNull(3)) { - "true" -> player.bank - "false", null -> { - player.dropLog.clear() - player.dropLog - } - - else -> { - reject(player, "Usage: ::rolldrops npcid amount [true|false]") - return@define - } - - } + container.clear() val drops = NPCDefinition.forId(npcId).dropTables.table.roll(player, amount) - - for (drop in drops) container.add(drop, false) + for(drop in drops) container.add(drop, false) container.open(player) } @@ -336,7 +304,7 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { setAttribute (player, "routedraw", !getAttribute(player, "routedraw", false)) } - define ("fmstart", Privilege.ADMIN, description = "Marks your current tile as the force-movement start point.") {player, _ -> + define ("fmstart", Privilege.ADMIN, description = "Marks your current tile as the force-movement start point.") {player, _ -> setAttribute(player, "fmstart", Location.create(player.location)) } @@ -352,7 +320,7 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { setAttribute(player, "fmspeedend", args[1].toIntOrNull() ?: 10) } - define("testfm", Privilege.ADMIN, description = "Runs the configured force-movement from the saved start to end point.") { player, _ -> + define("testfm", Privilege.ADMIN, description = "Runs the configured force-movement from the saved start to end point.") { player, _ -> val start = getAttribute(player, "fmstart", Location.create(player.location)) val end = getAttribute(player, "fmend", Location.create(player.location)) val speed = getAttribute(player, "fmspeed", 10) @@ -459,54 +427,5 @@ class DevelopmentCommandSet : CommandSet(Privilege.ADMIN) { target.skills.addExperience(skill, xp!!) } - - define("renewpenguins", Privilege.ADMIN, "", "Generates a fresh set of weekly penguins") { player, _ -> - val spawnedOrdinals = (PenguinHNSEvent.getStoreFile()["spawned-penguins"] as JSONArray).map { it.toString().toInt() } - val penguinNPCs = arrayListOf(NPCs.BARREL_8104, NPCs.BUSH_8105,NPCs.CACTUS_8107,NPCs.CRATE_8108,NPCs.ROCK_8109,NPCs.TOADSTOOL_8110) - - spawnedOrdinals.forEach { - val peng = Penguin.values()[it] - val nearNPCs = getLocalEntitys(peng.location,1) - nearNPCs.forEach { npc -> - if (npc.id in penguinNPCs) { - poofClear(npc as NPC) - } - } - } - penguins = spawner.spawnPenguins(10) - PenguinHNSEvent.getStoreFile()["spawned-penguins"] = penguins.toJSONArray() - tagMapping.clear() - for (p in penguins) { - tagMapping.put(p, JSONArray()) - val pengCoord = Penguin.values()[p].location - player.debug("Penguin spawned at:$pengCoord") - } - updateStoreFile() - player.debug("Penguin positions have been renewed") - } - - define("spawnpenguin",Privilege.ADMIN,"::spawnPenguin Ordinal","Adds a new Penguin spawn to this weeks list based on the ordinal provided 0-64"){player,args-> - if (args.size!=2) reject (player,"Usage: ::spawnpenguin Ordinal") - val ordinal = args[1].toIntOrNull() - if (ordinal == null) reject(player,"Ordinal must be an integer.") - if (ordinal!! > 64 || ordinal < 0) reject(player,"Ordinal must be in the range 0-64 inclusive.") - - val store = PenguinHNSEvent.getStoreFile() - val ordinals = (store["spawned-penguins"] as? JSONArray) - ?.map { it.toString().toInt() } - ?.toMutableList() - ?: mutableListOf() - val peng = Penguin.values()[ordinal] - NPC(peng.id,peng.location) - .also { PenguinManager.npcs.add(it); it.isNeverWalks = true; it.isWalks = false }.init() - tagMapping.clear() - for (p in ordinals) { - tagMapping.put(p, JSONArray()) - } - updateStoreFile() - val pengCoords = peng.location - player.debug("Penguin spawned at:$pengCoords") - } - - } + } } diff --git a/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt b/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt index 0727f65db..51023b308 100644 --- a/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/MiscCommandSet.kt @@ -1,7 +1,6 @@ package core.game.system.command.sets import content.global.handlers.iface.* -import content.global.skill.summoning.familiar.Familiar import content.global.skill.cooking.fermenting.BrewGrowth import content.global.skill.farming.timers.* import content.minigame.fishingtrawler.TrawlerLoot @@ -26,7 +25,6 @@ import core.game.system.command.CommandMapping import core.game.system.command.Privilege import core.game.system.communication.CommunicationInfo import core.game.world.map.RegionManager -import core.game.world.repository.GE_NEWS_MUTE_ATTRIBUTE import core.game.world.map.build.DynamicRegion import core.game.world.repository.Repository import core.game.node.entity.combat.equipment.WeaponInterface @@ -41,27 +39,6 @@ import java.awt.HeadlessException import java.awt.Toolkit import java.awt.datatransfer.StringSelection -private const val INFINITE_SPECIAL_ATTRIBUTE = "infinite-special" -private const val ALLOW_ADMIN_AGGRESSION_ATTRIBUTE = "/save:allow_admin_aggression" - -private fun resolveBooleanToggle(player: Player, args: Array, attribute: String): Boolean? { - return when { - args.size < 2 -> !player.getAttribute(attribute, false) - args[1].equals("true", ignoreCase = true) -> true - args[1].equals("false", ignoreCase = true) -> false - else -> null - } -} - -private fun setBooleanAttribute(player: Player, attribute: String, enabled: Boolean, label: String) { - if (enabled) { - setAttribute(player, attribute, true) - } else { - removeAttribute(player, attribute) - } - sendMessage(player, "$label is now ${if (enabled) "enabled" else "disabled"}.") -} - @Initializable class MiscCommandSet : CommandSet(Privilege.ADMIN){ override fun defineCommands() { @@ -275,38 +252,21 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ } /** - * Shows the player a list of currently active GE sell offers or toggles muting sell offer News announcements. + * Shows the player a list of currently active GE sell offers */ - define( - "ge", - Privilege.STANDARD, - "::ge MODE (Modes: buying, selling, search, bots, botsearch, mute)", - "Various commands for viewing GE offers." - ) { player, args -> - if (args.size < 2) { - reject(player, "Usage: ::ge mode", "Available modes: buying, selling, search, bots, botsearch, mute") + define("ge", Privilege.STANDARD, "::ge MODE (Modes: buying, selling, search, bots, botsearch)", "Various commands for viewing GE offers.") { player, args -> + if(args.size < 2){ + reject(player, "Usage: ::ge mode", "Available modes: buying, selling, search, bots, botsearch") } + val mode = args[1] - when (mode) { + when(mode){ "buying" -> showGeBuy(player) "selling" -> showGeSell(player) "search" -> showGeInputDialogue(player, args, ::showOffers) "bots" -> showGeBots(player) "botsearch" -> showGeInputDialogue(player, args, ::showGeBotsearch) - "mute" -> { - val currentlyMuted = getAttribute(player, GE_NEWS_MUTE_ATTRIBUTE, false) - if (currentlyMuted) { - removeAttribute(player, GE_NEWS_MUTE_ATTRIBUTE) - } else { - setAttribute(player, GE_NEWS_MUTE_ATTRIBUTE, true) - } - sendMessage(player, "GE sell offer news is now ${if (currentlyMuted) "visible" else "hidden"}.") - } - - else -> reject( - player, - "Invalid mode used. Available modes are: buying, selling, search, bots, botsearch, mute" - ) + else -> reject(player, "Invalid mode used. Available modes are: buying, selling, search") } } /** @@ -684,49 +644,29 @@ class MiscCommandSet : CommandSet(Privilege.ADMIN){ notify(player,"No parent NPC found.") } } - define( - "infinitespecial", - Privilege.ADMIN, - "::infinitespecial [true|false]", - "Toggles infinite special attack energy for your player (special-attack flag)." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, INFINITE_SPECIAL_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::infinitespecial [true|false]") - return@define + define("infinitespecial", Privilege.ADMIN, "::infinitespecial ", "Turns the infinite special-attack flag on or off for your player."){ player, args -> + val usageStr = "Usage: ::infinitespecial true|false" + if(args.size < 2){ + reject(player, usageStr) + } + when(args[1]){ + "true" -> player.setAttribute("infinite-special", true) + "false" -> player.removeAttribute("infinite-special") + else -> reject(player, usageStr) } - setBooleanAttribute(player, INFINITE_SPECIAL_ATTRIBUTE, enabled, "Infinite special attack") } - define( - "infinitespecialmove", - Privilege.ADMIN, - "::infinitespecialmove [true|false]", - "Toggles infinite Summoning familiar special move points for your player." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, Familiar.INFINITE_SPECIAL_MOVE_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::infinitespecialmove [true|false]") + define("allowaggro", Privilege.ADMIN, "allowaggro true | false", "Toggle NPCs aggroing on you") { player, args -> + val usageStr = "Usage: ::allowaggro true | false" + if(args.size < 2) { + notify(player, "Allow admin aggression is currently ${player.getAttribute("/save:allow_admin_aggression", false)}") return@define } - setBooleanAttribute( - player, - Familiar.INFINITE_SPECIAL_MOVE_ATTRIBUTE, - enabled, - "Infinite familiar special move energy" - ) - } - define( - "allowaggro", - Privilege.ADMIN, - "::allowaggro [true|false]", - "Toggles NPCs aggroing on you as an admin." - ) { player, args -> - val enabled = resolveBooleanToggle(player, args, ALLOW_ADMIN_AGGRESSION_ATTRIBUTE) - if (enabled == null) { - reject(player, "Usage: ::allowaggro [true|false]") - return@define + when(args[1]) { + "true" -> player.setAttribute("/save:allow_admin_aggression", true) + "false" -> player.setAttribute("/save:allow_admin_aggression", false) + else -> reject(player, usageStr) } - setBooleanAttribute(player, ALLOW_ADMIN_AGGRESSION_ATTRIBUTE, enabled, "Admin NPC aggression") + notify(player, "Setting aggro ${args[1]}") } define("rules", Privilege.STANDARD, "", "Shows the rules."){ player, _ -> diff --git a/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt b/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt index c8c414c38..18000ecf8 100644 --- a/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/QuestCommandSet.kt @@ -29,38 +29,20 @@ class QuestCommandSet : CommandSet(Privilege.ADMIN){ /** * Displays the currently implemented quests with debug information */ - define("quest", - usage = "::quest [-p username] [quest-filter]", - description = "Shows quest stages for you, or for [username] if -p is used. Add optional text to filter by quest name." - ) { player, args -> - - var target = player - var filter: String? = null - - if (args.size > 1) { - if (args[1].equals("-p", ignoreCase = true)) { - // need at least 3 arguments if -p is used: command, -p, username - if (args.size < 3) { - reject(player, "ERROR: Missing player name. Usage: ::quest -p [quest-filter]") - return@define - } - - val playerName = args[2] - target = Repository.getPlayerByName(playerName) ?: run { - reject(player, "ERROR: Username '$playerName' not found.") - return@define - } - - // arguments after the player name are the quest filter - if (args.size > 3) { - filter = args.drop(3).joinToString(" ") - } + define("quest", usage = "::quest [player-name]", description = "Shows quest stages for you, or for [player-name] if provided."){player,args -> + if (args.size < 3) { + val lookupP = if (args.size == 1) { + player + } else if (Repository.getPlayerByName(args[1]) != null) { + Repository.getPlayerByName(args[1]) ?: return@define } else { - // no -p, so the arguments are the quest filter - filter = args.drop(1).joinToString(" ") + reject(player, "ERROR: Username not found. Usage: ::quest ") + return@define } + sendQuestsDebug(player, lookupP) + } else { + reject(player, "Usage: ::quest || ::quest ") } - sendQuestsDebug(player, target, filter) } /** @@ -114,49 +96,24 @@ class QuestCommandSet : CommandSet(Privilege.ADMIN){ /** * Sends the list of quests with debug information * @param admin the player. - * @param lookupUser the target player to view quests for. - * @param questFilter optional string to filter quests by name. */ - private fun sendQuestsDebug(admin: Player?, lookupUser: Player?, questFilter: String? = null) { + private fun sendQuestsDebug(admin: Player?, lookupUser: Player?) { admin!!.interfaceManager.open(Component(275)) - - // clear interface lines for (i in 0..310) { admin.packetDispatch.sendString("", 275, i) } - var lineId = 11 - - // title admin.packetDispatch.sendString("${lookupUser!!.username}'s Quest Debug", 275, 2) - - // filtered quests - val questsToDisplay = QuestRepository.getQuests().values.filter { q -> - questFilter.isNullOrBlank() || q.quest.toString().contains(questFilter, ignoreCase = true) - } - - // no quests to filter - if (questsToDisplay.isEmpty()) { - admin.packetDispatch.sendString("No quests found matching: $questFilter", 275, lineId++) - return - } - - for (q in questsToDisplay) { - // can't display more than 308 lines - if (lineId >= 308) { - admin.packetDispatch.sendString("List truncated (too many results).", 275, lineId) - break - } - + for (q in QuestRepository.getQuests().values) { + // Add a space to beginning and end of string for the strikethrough val stage = lookupUser.questRepository.getStage(q) val statusColor = when { stage >= 100 -> "80ff00" stage in 1..99 -> "ff8400" else -> "ff0000" } - admin.packetDispatch.sendString("${q.quest}", 275, lineId++) - admin.packetDispatch.sendString("Index: ${q.index} | Stage: ${stage}", 275, lineId++) + admin.packetDispatch.sendString("Index: ${q.index} | Stage: ${lookupUser.questRepository.getStage(q)}", 275, lineId++) admin.packetDispatch.sendString(" ", 275, lineId++) } } diff --git a/Server/src/main/core/game/system/config/GroundSpawnLoader.kt b/Server/src/main/core/game/system/config/GroundSpawnLoader.kt index d57ac9031..cbf5dabc9 100644 --- a/Server/src/main/core/game/system/config/GroundSpawnLoader.kt +++ b/Server/src/main/core/game/system/config/GroundSpawnLoader.kt @@ -67,7 +67,6 @@ class GroundSpawnLoader { * Method used to initialize this spawn. */ fun init(): GroundItem { - if (respawnRate shr 16 == 0) respawnRate = respawnRate or (respawnRate shl 16) return GroundItemManager.create(this) } diff --git a/Server/src/main/core/game/system/config/ServerConfigParser.kt b/Server/src/main/core/game/system/config/ServerConfigParser.kt index 58e3e6ebf..273b36531 100644 --- a/Server/src/main/core/game/system/config/ServerConfigParser.kt +++ b/Server/src/main/core/game/system/config/ServerConfigParser.kt @@ -164,8 +164,6 @@ object ServerConfigParser { ServerConstants.FORCE_HALLOWEEN_EVENTS = data.getBoolean("world.force_halloween_randoms", false) ServerConstants.FORCE_CHRISTMAS_EVENTS = data.getBoolean("world.force_christmas_randoms", false) ServerConstants.FORCE_EASTER_EVENTS = data.getBoolean("world.force_easter_randoms", false) - ServerConstants.APRIL_FOOLS_EVENT = data.getBoolean("world.april_fools_event", false) - ServerConstants.FORCE_APRIL_FOOLS = data.getBoolean("world.force_april_fools", false) ServerConstants.RUNECRAFTING_FORMULA_REVISION = data.getLong("world.runecrafting_formula_revision", 530).toInt() ServerConstants.ENHANCED_DEEP_WILDERNESS = data.getBoolean("world.enhanced_deep_wilderness", false) ServerConstants.WILDERNESS_EXCLUSIVE_LOOT = data.getBoolean("world.wilderness_exclusive_loot", false) @@ -176,11 +174,6 @@ object ServerConfigParser { ServerConstants.BOOSTED_TRAWLER_REWARDS = data.getBoolean("world.boosted_trawler_rewards", false) ServerConstants.CONNECTIVITY_CHECK_URL = data.getString("server.connectivity_check_url", "https://google.com,https://2009scape.org") ServerConstants.CONNECTIVITY_TIMEOUT = data.getLong("server.connectivity_timeout", 500L).toInt() - ServerConstants.WEBSOCKET_ENABLED = data.getBoolean("server.websocket_enabled", false) - ServerConstants.WEBSOCKET_PORT = data.getLong("server.websocket_port", 0L).toInt() - ServerConstants.WEBSOCKET_TLS_ENABLED = data.getBoolean("server.websocket_tls_enabled", false) - ServerConstants.WEBSOCKET_TLS_KEYSTORE_PATH = data.getString("server.websocket_tls_keystore_path", "") - ServerConstants.WEBSOCKET_TLS_KEYSTORE_PASSWORD = data.getString("server.websocket_tls_keystore_password", "") val logLevel = data.getString("server.log_level", "VERBOSE").uppercase() ServerConstants.LOG_LEVEL = parseEnumEntry(logLevel) ?: LogLevel.VERBOSE diff --git a/Server/src/main/core/game/system/timer/impl/Poison.kt b/Server/src/main/core/game/system/timer/impl/Poison.kt index ececf51f6..a2f4aa78f 100644 --- a/Server/src/main/core/game/system/timer/impl/Poison.kt +++ b/Server/src/main/core/game/system/timer/impl/Poison.kt @@ -57,7 +57,6 @@ class Poison : PersistTimer (30, "poison", flags = arrayOf(TimerFlag.ClearOnDeat } override fun run (entity: Entity) : Boolean { - entity.scripts.removeWeakScripts() entity.impactHandler.manualHit ( damageSource, getDamageFromSeverity (severity--), diff --git a/Server/src/main/core/game/world/map/Location.java b/Server/src/main/core/game/world/map/Location.java new file mode 100644 index 000000000..ac4b1b310 --- /dev/null +++ b/Server/src/main/core/game/world/map/Location.java @@ -0,0 +1,578 @@ +package core.game.world.map; + +import core.game.interaction.DestinationFlag; +import core.game.node.Node; +import core.game.world.map.path.Path; +import core.game.world.map.path.Pathfinder; +import core.tools.RandomFunction; +import org.jetbrains.annotations.NotNull; +import core.api.utils.Vector; + +import java.util.ArrayList; +import java.util.List; +import java.lang.Math; + +/** + * Represents a location on the world map. + * @author Emperor + */ +public final class Location extends Node { + + /** + * The x-coordinate. + */ + private int x; + + /** + * The y-coordinate. + */ + private int y; + + /** + * The plane. + */ + private int z; + + /** + * Constructs a new {@code Location} {@code Object}. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param z The z-coordinate. + */ + public Location(int x, int y, int z) { + super(null, null); + super.destinationFlag = DestinationFlag.LOCATION; + this.x = x; + this.y = y; + if (z < 0) { + z += 4; + } + this.z = z; + } + + /** + * Constructs a new {@code Location} {@code Object} + * @param x The x-coordinate. + * @param y The y-coordinate. + */ + public Location(int x, int y) { + this(x, y, 0); + } + + /** + * Constructs a new {@code Location} {@code Object}. + * @param x The x-coordinate. + * @param y The y coordinate. + * @param z The z-coordinate. + * @param randomizer The amount we should randomize the x and y coordinates + * with (x + random(randomizer), y + random(randomizer)). + */ + public Location(int x, int y, int z, int randomizer) { + this(x + RandomFunction.getRandom(randomizer), y + RandomFunction.getRandom(randomizer), z); + } + + /** + * Construct a new Location. + * @param x The x-coordinate. + * @param y The y-coordinate. + * @param z The z-coordinate. + * @return The constructed location. + */ + public static Location create(int x, int y, int z) { + return new Location(x, y, z); + } + + public static Location create(int x, int y) { + return new Location(x, y, 0); + } + + /** + * Creates a new instance of the given location. + * @param location The given location. + * @return The new instance. + */ + public static Location create(Location location) { + return create(location.getX(), location.getY(), location.getZ()); + } + + /** + * Creates a location instance with coordinates being the difference between + * {@code other} & {@code location}. + * @param location The first location. + * @param other The other location. + * @return The delta location. + */ + public static Location getDelta(Location location, Location other) { + return Location.create(other.x - location.x, other.y - location.y, other.z - location.z); + } + + /** + * Gets a random location near the main location. + * @param main The main location. + * @param radius The radius. + * @param reachable If the locations should be able to reach eachother. + * @return The location. + */ + public static Location getRandomLocation(Location main, int radius, boolean reachable) { + Location location = RegionManager.getTeleportLocation(main, radius); + if (!reachable) { + return location; + } + Path path = Pathfinder.find(main, location, false, Pathfinder.DUMB); + if (!path.isSuccessful()) { + location = main; + if (!path.getPoints().isEmpty()) { + Point p = path.getPoints().getLast(); + location = Location.create(p.getX(), p.getY(), main.getZ()); + } + } + return location; + } + + @Override + public Location getLocation() { + return this; + } + + /** + * Checks if this location is right next to the node (assuming the node is + * size 1x1). + * @param node The node to check. + * @return {@code True} if this location is 1 tile north, west, south or + * east of the node location. + */ + public boolean isNextTo(Node node) { + Location l = node.getLocation(); + if (l.getY() == y) { + return l.getX() - x == -1 || l.getX() - x == 1; + } + if (l.getX() == x) { + return l.getY() - y == -1 || l.getY() - y == 1; + } + return false; + } + + /** + * Gets the region id. + * @return The region id. + */ + public int getRegionId() { + return (x >> 6) << 8 | (y >> 6); + } + + /** + * Compares the users region with the one given + * @return True if user is in given region + */ + public boolean isInRegion(int region) { + return getRegionId() == region; + } + + /** + * Gets the location incremented by the given coordinates. + * @param dir The direction to transform this location. + * @return The location. + */ + public Location transform(Direction dir) { + return transform(dir, 1); + } + + /** + * Gets the location incremented by the given coordinates. + * @param dir The direction to transform this location. + * @param steps The amount of steps to move in this direction. + * @return The location. + */ + public Location transform(Direction dir, int steps) { + return new Location(x + (dir.getStepX() * steps), y + (dir.getStepY() * steps), this.z); + } + + /** + * Gets the location incremented by the given coordinates. + * @param l incremental location + * @return The location. + */ + public Location transform(Location l) { + return new Location(x + l.getX(), y + l.getY(), this.z + l.getZ()); + } + + /** + * Gets the location incremented by the given coordinates. + * @param diffX The x-difference. + * @param diffY The y-difference. + * @param z The height difference. + * @return The location. + */ + public Location transform(int diffX, int diffY, int z) { + return new Location(x + diffX, y + diffY, this.z + z); + } + + /** + * Checks if the other location is within viewing distance. + * @param other The other location. + * @return If you're within the other distance. + */ + public boolean withinDistance(Location other) { + return withinDistance(other, MapDistance.RENDERING.getDistance()); + } + + /** + * Returns if a player is within a specified distance. + * @param other The other location. + * @param dist The amount of distance. + * @return If you're within the other distance. + */ + public boolean withinDistance(Location other, int dist) { + if (other.z != z) { + return false; + } + + int a = (other.x - x); + int b = (other.y - y); + double product = Math.sqrt((a*a) + (b*b)); + return product <= dist; + } + + /** + * Returns if a player is within a specified distance using max norm distance. + * @param other The other location. + * @param dist The amount of distance. + * @return If you're within the other distance. + */ + public boolean withinMaxnormDistance(Location other, int dist) { + if (other.z != z) { + return false; + } + + int a = Math.abs(other.x - x); + int b = Math.abs(other.y - y); + double max = Math.max(a, b); + return max <= dist; + } + + /** + * Returns the distance between you and the other. + * @param other The other location. + * @return The amount of distance between you and other. + */ + public double getDistance(Location other) { + int xdiff = this.getX() - other.getX(); + int ydiff = this.getY() - other.getY(); + return Math.sqrt(xdiff * xdiff + ydiff * ydiff); + } + + /** + * Returns the distance between the first and the second specified distance. + * @param first The first location. + * @param second The other location. + * @return The amount of distance between first and other. + */ + public static double getDistance(Location first, Location second) { + int xdiff = first.getX() - second.getX(); + int ydiff = first.getY() - second.getY(); + return Math.sqrt(xdiff * xdiff + ydiff * ydiff); + } + + /** + * Gets the 8 tiles surrounding this location as an ArrayList + */ + public ArrayList getSurroundingTiles() { + ArrayList locs = new ArrayList<>(); + + locs.add(transform(-1,-1,0));//SW + locs.add(transform(0,-1,0)); //S + locs.add(transform(1,-1,0)); //SE + locs.add(transform(1,0,0)); //E + locs.add(transform(1,1,0)); //NE + locs.add(transform(0,1,0)); //N + locs.add(transform(-1,1,0));//NW + locs.add(transform(-1,0,0));//W + + return locs; + } + + public ArrayList getCardinalTiles() { + ArrayList locs = new ArrayList<>(); + + locs.add(transform(-1, 0, 0)); + locs.add(transform(0, -1, 0)); + locs.add(transform(1, 0, 0)); + locs.add(transform(0, 1, 0)); + return locs; + } + + /** + * Gets a square of 3 x 3 tiles as an ArrayList + */ + public ArrayList get3x3Tiles() { + ArrayList locs = new ArrayList<>(); + locs.add(transform(0,0,0)); //Center + locs.add(transform(0,1,0)); //N + locs.add(transform(1,1,0)); //NE + locs.add(transform(1,0,0)); //E + locs.add(transform(1,-1,0)); //SE + locs.add(transform(0,-1,0)); //S + locs.add(transform(-1,-1,0));//SW + locs.add(transform(-1,0,0));//W + locs.add(transform(-1,1,0));//NW + return locs; + } + + /** + * Gets the x position on the region chunk. + * @return The x position on the region chunk. + */ + public int getChunkOffsetX() { + int x = getLocalX(); + //return x - ((x / RegionChunk.SIZE) * RegionChunk.SIZE); + return x & 7; + } + + /** + * Gets the y position on the region chunk. + * @return The y position on the region chunk. + */ + public int getChunkOffsetY() { + int y = getLocalY(); + //return y - ((y / RegionChunk.SIZE) * RegionChunk.SIZE); + return y & 7; + } + + /** + * Gets the base location for the chunk this location is in. + * @return The base location. + */ + public Location getChunkBase() { + return create(getRegionX() << 3, getRegionY() << 3, z); + } + + /** + * Gets the region x-coordinate. + * @return The region x-coordinate. + */ + public int getRegionX() { + return x >> 3; + } + + /** + * Gets the region y-coordinate. + * @return The region y-coordinate. + */ + public int getRegionY() { + return y >> 3; + } + + /** + * Gets the local x-coordinate on the current region in [0, 64). + * @return The local x-coordinate. + */ + public int getLocalX() { + return x & 63; + } + + /** + * Gets the local y-coordinate on the current region in [0, 64). + * @return The local y-coordinate. + */ + public int getLocalY() { + return y & 63; + } + + /** + * Gets the scene x-coordinate in [48, 55] (note that 104/2 = 52). + * @return The local x-coordinate. + */ + public int getSceneX() { + return x - ((getRegionX() - 6) << 3); + } + + /** + * Gets the local y-coordinate in [48, 55] (note that 104/2 = 52). + * @return The local y-coordinate. + */ + public int getSceneY() { + return y - ((getRegionY() - 6) << 3); + } + + /** + * Gets the local x-coordinate. + * @param loc The location containing the regional coordinates. + * @return The local x-coordinate. + */ + public int getSceneX(Location loc) { + return x - ((loc.getRegionX() - 6) << 3); + } + + /** + * Gets the local y-coordinate. + * @param loc The location containing the regional coordinates. + * @return The local y-coordinate. + */ + public int getSceneY(Location loc) { + return y - ((loc.getRegionY() - 6) << 3); + } + + /** + * Gets the chunk's x-coordinate (0-7). + * @return The x in the (8x8) region. + */ + public int getChunkX() { + return getLocalX() >> 3; + } + + /** + * Gets the chunk's y-coordinate (0-7). + * @return The y in the (8x8) region. + */ + public int getChunkY() { + return getLocalY() >> 3; + } + + @Override + public boolean equals(Object other) { + if (!(other instanceof Location)) { + return false; + } + Location loc = (Location) other; + return loc.x == x && loc.y == y && loc.z == z; + } + + /** + * Checks if these coordinates equal this location. + * @param x the x. + * @param y the y. + * @param z the x. + * @return {@code True} if so. + */ + public boolean equals(int x, int y, int z) { + return equals(new Location(x, y, z)); + } + + @Override + public String toString() { + return "[" + x + ", " + y + ", " + z + "]"; + } + + public static Location fromString(String locString) { + String trimmed = locString.replace("[", "").replace("]", ""); + String[] tokens = trimmed.split(","); + return Location.create( + Integer.parseInt(tokens[0].trim()), + Integer.parseInt(tokens[1].trim()), + Integer.parseInt(tokens[2].trim()) + ); + } + + @Override + public int hashCode() { + return z << 30 | x << 15 | y; + } + + /** + * Gets the x. + * @return The x. + */ + public int getX() { + return x; + } + + /** + * Sets the x. + * @param x The x to set. + */ + public void setX(int x) { + this.x = x; + } + + /** + * Gets the y. + * @return The y. + */ + public int getY() { + return y; + } + + /** + * Sets the y. + * @param y The y to set. + */ + public void setY(int y) { + this.y = y; + } + + /** + * Gets the z. + * @return The z. + */ + public int getZ() { + return z % 4; + } + + /** + * Sets the z. + * @param z The z to set. + */ + public void setZ(int z) { + this.z = z; + } + + @NotNull + public List getStepComponents(Direction dir) { + List output = new ArrayList<>(2); + int stepX = dir.getStepX(); + int stepY = dir.getStepY(); + + // alright ill break it down real simple + // + // we can move diagonally but theres no melee attacking diagonally. its gotta be from N, W, S or E. + // if we are moving diagonally, we then need to check if we can attack from one of the valid directions. + // in other words we need to check the two tiles that share a corner with our destination and make sure they can be attacked from + // + // picture this: you are at (0,0). im at (1,1). you want to strangle my head off so you gotta check + // 1. to the west of destination: (1,1) + (-1,0) = (0,1) or north from where you started + // 2. to the south of the destination: (1,1) + (0,-1) = (1,0) or east from where you started + // this function is used only by CombatSwingHandler.kt and assumes that we return the X tiles, west or east, FIRST + // and then the Y tiles South and North. + // + // idk what else to say, if youre reading this youre either crazy or crazy good at weird ass shit like this + // and dont even need letters to understand, theres just numbers and arrows and fking formulas or something in ur head (and a lot of work to do here) + + if (stepX != 0) output.add(transform(-stepX, 0, 0)); // Ive never dealt with coordinate systems at this level, but it feels like Im in a cold, damp, deep and dark cave with fking goblins etc + if (stepY != 0) output.add(transform(0, -stepY, 0)); // and minotaurs + return output; + } + + public Direction deriveDirection(Location location) { + int diffX = location.x - this.x; + int diffY = location.y - this.y; + + diffX = diffX >= 0 ? Math.min(diffX, 1) : -1; + diffY = diffY >= 0 ? Math.min(diffY, 1) : -1; + + StringBuilder sb = new StringBuilder(); + + if (diffY != 0) { + if (diffY > 0) { + sb.append("NORTH"); + } else { + sb.append("SOUTH"); + } + } + + if (diffX != 0) { + if (sb.length() > 0) sb.append("_"); + if (diffX > 0) { + sb.append("EAST"); + } else { + sb.append("WEST"); + } + } + + if (sb.length() == 0) return null; + return Direction.valueOf(sb.toString()); + } + + public Location transform (Vector vector) { + return Location.create(this.x + (int) Math.floor(vector.getX()), this.y + (int) Math.floor(vector.getY())); + } +} diff --git a/Server/src/main/core/game/world/map/Location.kt b/Server/src/main/core/game/world/map/Location.kt deleted file mode 100644 index a202e4a49..000000000 --- a/Server/src/main/core/game/world/map/Location.kt +++ /dev/null @@ -1,257 +0,0 @@ -package core.game.world.map - -import core.api.utils.Vector -import core.game.interaction.DestinationFlag -import core.game.node.Node -import core.game.world.map.RegionManager.getTeleportLocation -import core.game.world.map.path.Pathfinder -import core.tools.RandomFunction -import kotlin.math.* - -/** - * Specify a position (x,y,z), implements [Node]. - * - Coordinates x and y can be negative for delta values. Values ±16,383. - * - Coordinate z (level) has a quirk, this class doesn't let you init with a negative z. Values 0 - 3. - */ -/* -Official Terms - - Zones: 8x8 tiles - - Map Squares: 64x64 tiles - - Build Area: 104x104 tiles (13 x 13 chunks centered around player's chunk) - client's loaded area - -Some Definitions: - - Cardinal: Four Base Direction (N E S W) - - Diagonal: Four Diagonal directions (NE SE SW NW) - - Compass: All 8 directions (For this game, compass in relation to 8-point Cardinal+Diagonal) - - Euclidean distance: Straight-line length of two points. Direct calculation. e.g. [2,3] distance=√13(≈3.61) - - Manhattan distance: Cardinal length of two points. Count of steps along grid lines. e.g. [2,3] distance=5 - - Chebyshev distance: Cardinal+Diagonal length of two points. Count of king moves to make. e.g. [2,3] distance=3 - */ -class Location(var hash: LocationHash) : Node(null, null) { - @JvmOverloads - constructor(x: Int, y: Int, z: Int = 0) : this( - LocationHash(x, y, (z % 4 + 4) % 4) // The previous z calc didn't make sense since they play around with negative numbers. - ) - constructor(location: Location) : this(location.hash) - constructor(x: Int, y: Int, z: Int, randomizer: Int) : - this(x + RandomFunction.getRandom(randomizer), y + RandomFunction.getRandom(randomizer), z) - init { super.destinationFlag = DestinationFlag.LOCATION } // This is to set the type of [Node]. - - // Map properties directly to the underlying hash for convenience - var x: Int - get() = hash.x - set(value) { hash = LocationHash(value, y, z) } - - var y: Int - get() = hash.y - set(value) { hash = LocationHash(x, value, z) } - - var z: Int - get() = hash.z - set(value) { hash = LocationHash(x, y, (value % 4 + 4) % 4) } - - companion object { - // Alternate static constructors - @JvmStatic @JvmOverloads fun create(x: Int, y: Int, z: Int = 0): Location = Location(x, y, z) - @JvmStatic fun create(location: Location): Location = Location(location) - /** @return new Location parsed from a string format "[x, y, z]". */ - fun fromString(locString: String): Location { - val coordinates = locString.removeSurrounding("[", "]").split(",").map { it.trim().toInt() } - return create(coordinates[0], coordinates[1], coordinates[2]) - } - - /** @return Straight-line(Euclidean) distance between two locations. */ - @JvmStatic fun getDistance(first: Location, second: Location): Double { - val xDiff: Int = first.x - second.x - val yDiff: Int = first.y - second.y - return sqrt((xDiff * xDiff + yDiff * yDiff).toDouble()) - } - - /** @return A location representing the delta between two locations. This is not a good function because it doesn't care about z. */ - @JvmStatic fun getDelta(location: Location, other: Location): Location = create(other.x - location.x, other.y - location.y, other.z - location.z) - - /** @return A random location within radius, optionally verifying reachability. */ - fun getRandomLocation(main: Location, radius: Int, reachable: Boolean): Location { - val loc = getTeleportLocation(main, radius) - if (!reachable) return loc - val path = Pathfinder.find(main, loc, false, Pathfinder.DUMB) - if (!path.isSuccessful && path.points.isNotEmpty()) { - return create(path.points.last.x, path.points.last.y, main.z) - } else if (path.isSuccessful) { - return loc - } else { - return main - } - } - } - - // Function overrides of Node class and Java class - override fun getLocation(): Location = this - override fun toString(): String = "[$x, $y, $z]" - override fun hashCode(): Int = hash.hash - override fun equals(other: Any?): Boolean { - return when (other) { - is Location -> other.hash == this.hash - is LocationHash -> other == this.hash - else -> false - } - } - fun equals(x: Int, y: Int, z: Int): Boolean = hash == LocationHash(x, y, z) - - // Derived variables. Please note the following isn't a 1-1 representation of what is officially used. - - // Region - (Officially: Map Square) 64x64 - /** Unique index "key" (Officially: region_uid) for a 64x64 area. Made of x and y joined bitwise together. Used in xteas.json. */ - val regionId: Int get() = x shr 6 shl 8 or (y shr 6) // Cuts off the end 6 bits of both x y and joins them together. E.g. 10392 - /** The chunk x index for this position (x/8). For sets of 8x8 area. THIS IS NAMED WRONG, THIS IS A CHUNK(8) NOT REGION(64). */ - val regionX: Int get() = x shr 3 // shr 3 is essentially divide by 8 - /** The chunk y index for this position (y/8). For sets of 8x8 area. THIS IS NAMED WRONG, THIS IS A CHUNK(8) NOT REGION(64). */ - val regionY: Int get() = y shr 3 // shr 3 is essentially divide by 8 - // Local - x,y position inside a region - /** The relative x position inside a region(64x64). */ - val localX: Int get() = x and 63 // and 63 is essentially modulo 64 - /** The relative y position inside a region(64x64). */ - val localY: Int get() = y and 63 // and 63 is essentially modulo 64 - /** @return Check if it is in the same region id. */ - fun isInRegion(region: Int): Boolean = regionId == region - - // Chunk - (Officially: Zones) 8x8 - val chunkBase: Location get() = create(regionX shl 3, regionY shl 3, z) - /** The chunk x index for this position RELATIVE to a region[localX](x/8). THIS IS NOT GLOBAL CHUNK X. */ - val chunkX: Int get() = localX shr 3 // shr 3 is essentially divide by 8 (note this is localX) - /** The chunk y index for this position RELATIVE to a region[localY](y/8). THIS IS NOT GLOBAL CHUNK Y. */ - val chunkY: Int get() = localY shr 3 // shr 3 is essentially divide by 8 (note this is localX) - /** The relative x position inside a chunk(8x8). */ - val chunkOffsetX: Int get() = localX and 7 // and 7 is essentially modulo 8 - /** The relative y position inside a chunk(8x8). */ - val chunkOffsetY: Int get() = localY and 7 // and 7 is essentially modulo 8 - - // Scene - (Officially: Build Area) 104x104 - Made of 13x13 chunks(8x8) - /** The relative x position inside a scene(104x104). Used for client viewport rendering. */ - val sceneX: Int get() = x - (regionX - 6 shl 3) // Centers the current region at [7chunk,7chunk] - /** The relative y position inside a scene(104x104). Used for client viewport rendering. */ - val sceneY: Int get() = y - (regionY - 6 shl 3) // Centers the current region at [7chunk,7chunk] - /** @return The local scene x-coordinate relative to another location's regionX. */ - fun getSceneX(loc: Location): Int = x - (loc.regionX - 6 shl 3) - /** @return The local scene y-coordinate relative to another location's regionY. */ - fun getSceneY(loc: Location): Int = y - (loc.regionY - 6 shl 3) - - - - /** @return The location incremented by another location's coordinates. (POTENTIAL Z PROBLEMS HERE) */ - // TODO: THE FOLLOWING TRANSFORM HAS SHIT Z HANDLING. - fun transform(l: Location): Location = Location(x + l.x, y + l.y, (z + l.z) % 4) - /** @return The location incremented by specific x, y, z differences. */ - fun transform(diffX: Int, diffY: Int, z: Int): Location = Location(x + diffX, y + diffY, (this.z + z) % 4) - /** @return The location incremented by direction and steps. */ - @JvmOverloads fun transform(dir: Direction, steps: Int = 1): Location = Location(x + dir.stepX * steps, y + dir.stepY * steps, z) - /** Location transformed by a Vector. Limit usage to more complicated functionality. */ - fun transform(vector: Vector): Location = create(x + floor(vector.x).toInt(), y + floor(vector.y).toInt()) - - - /** @return True if this location is 1 tile N, W, S, or E of the node. THIS CAN BE REFACTORED OUT. */ - fun isNextTo(node: Node): Boolean { - val l = node.location - return if (l.y == y) abs(l.x - x) == 1 else if (l.x == x) abs(l.y - y) == 1 else false - } - - /** @return True if this other location is within dist of this location. */ - @JvmOverloads fun withinDistance(other: Location, dist: Int = MapDistance.RENDERING.distance): Boolean { - if (other.z != z) return false - return getDistance(this, other) <= dist - } - - /** @return True if within specified distance using max norm (Chebyshev) distance. */ - fun withinMaxnormDistance(other: Location, dist: Int): Boolean = if (other.z != z) false else max(abs(other.x - x), abs(other.y - y)) <= dist - - /** @return The straight-line(Euclidean) distance between this and another location. */ - fun getDistance(other: Location): Double = getDistance(this, other) - - /** @returns ArrayList of the 8 cardinal and diagonal tiles. Order is important and follows [Direction] indexing **/ - val surroundingTiles: ArrayList get() { - val locations = ArrayList() - locations.add(transform(-1, -1, 0)) - locations.add(transform(0, -1, 0)) - locations.add(transform(1, -1, 0)) - locations.add(transform(1, 0, 0)) - locations.add(transform(1, 1, 0)) - locations.add(transform(0, 1, 0)) - locations.add(transform(-1, 1, 0)) - locations.add(transform(-1, 0, 0)) - return locations - } - - /** @returns ArrayList of the 4 cardinal direction tiles. Order is important and follows [Direction] indexing **/ - val cardinalTiles: ArrayList get() { - val locations = ArrayList() - locations.add(transform(-1, 0, 0)) - locations.add(transform(0, -1, 0)) - locations.add(transform(1, 0, 0)) - locations.add(transform(0, 1, 0)) - return locations - } - - - /** - * Gets the directional components of a movement step. - * TODO: would prefer this in the other place. This doesn't exactly belong here since this isn't a common function for other instances of Location - * - * we can move diagonally but there's no melee attacking diagonally. its gotta be from N, W, S or E. - * if we are moving diagonally, we then need to check if we can attack from one of the valid directions. - * in other words we need to check the two tiles that share a corner with our destination and make sure they can be attacked from - * - * picture this: you are at (0,0). im at (1,1). you want to strangle my head off, so you got to check - * 1. to the west of destination: (1,1) + (-1,0) = (0,1) or north from where you started - * 2. to the south of the destination: (1,1) + (0,-1) = (1,0) or east from where you started - * this function is used only by CombatSwingHandler.kt and assumes that we return the X tiles, west or east, FIRST - * and then the Y tiles South and North. - */ - fun getStepComponents(dir: Direction): List { - val output = ArrayList(2) - if (dir.stepX != 0) output.add(transform(-dir.stepX, 0, 0)) - if (dir.stepY != 0) output.add(transform(0, -dir.stepY, 0)) - return output - } - - /** @return the Direction of the another location relative to this one. */ - fun deriveDirection(location: Location): Direction? { - val dx = (location.x - x).let { if (it >= 0) min(it, 1) else -1 } - val dy = (location.y - y).let { if (it >= 0) min(it, 1) else -1 } - val sb = StringBuilder() - if (dy != 0) sb.append(if (dy > 0) "NORTH" else "SOUTH") - if (dx != 0) { if (sb.isNotEmpty()) sb.append("_"); sb.append(if (dx > 0) "EAST" else "WEST") } - return if (sb.isEmpty()) null else Direction.valueOf(sb.toString()) - } - - /** - * Locations as an Integer rather than a Location object. This is for space efficiency. - * Inner class, because this is only used here, and to avoid adding another standard until this replaces Location - * - * 32 bits for an int (z z x x x x x x x x x x x x x x x y y y y y y y y y y y y y y y) - * - Rightmost set of 15 bits is for y (can handle negative numbers) - * - Middle set of 15 bits is for x (can handle negative numbers) - * - Leftmost set of 2 bits is for z - * - * Since x and y occupy 15 bits (0 to 32,767) it becomes => 1 sign + 14 bits (e.g., 16,384) for range of ±16,383. - */ - @JvmInline - value class LocationHash(val hash: Int) { - constructor(x: Int, y: Int, z: Int = 0) : this( - ((z and 0x3) shl 30) or - ((x and 0x7FFF) shl 15) or - (y and 0x7FFF) - ) - val x: Int get() { - val raw = (hash ushr 15) and 0x7FFF - // If the 15th bit is set, it's a negative number in 15-bit range - return if (raw >= 0x4000) raw - 0x8000 else raw - } - - val y: Int get() { - val raw = hash and 0x7FFF - // If the 15th bit is set, it's a negative number - return if (raw >= 0x4000) raw - 0x8000 else raw - } - val z: Int get() = hash ushr 30 - } -} diff --git a/Server/src/main/core/game/world/map/RegionManager.kt b/Server/src/main/core/game/world/map/RegionManager.kt index 9fb7b848b..46022fd01 100644 --- a/Server/src/main/core/game/world/map/RegionManager.kt +++ b/Server/src/main/core/game/world/map/RegionManager.kt @@ -783,10 +783,10 @@ object RegionManager { for (regionX in ((l.regionX - 6) shr 3)..((l.regionX + 6) shr 3)) { for (regionY in ((l.regionY - 6) shr 3)..((l.regionY + 6) shr 3)) { for (player in forId((regionX shl 8) or regionY).planes[l.z].players) { - if (player.location.x >= l.x - xdist && - player.location.x <= l.x + xdist && - player.location.y >= l.y - ydist && - player.location.y <= l.y + ydist) { + if (player.location.x >= l.getX() - xdist && + player.location.x <= l.getX() + xdist && + player.location.y >= l.getY() - ydist && + player.location.y <= l.getY() + ydist) { players.add(player) } } diff --git a/Server/src/main/core/game/world/repository/Repository.kt b/Server/src/main/core/game/world/repository/Repository.kt index 0b97f197c..81d44d5f4 100644 --- a/Server/src/main/core/game/world/repository/Repository.kt +++ b/Server/src/main/core/game/world/repository/Repository.kt @@ -1,17 +1,16 @@ package core.game.world.repository -import content.region.wilderness.handlers.revenants.RevenantNPC -import core.ServerConstants -import core.api.sendMessage import core.game.node.entity.npc.NPC +import content.region.wilderness.handlers.revenants.RevenantNPC import core.game.node.entity.player.Player import core.game.world.map.Location import core.game.world.map.RegionManager +import core.ServerConstants +import core.api.sendMessage import core.game.world.update.UpdateSequence +import java.util.* import java.util.concurrent.CopyOnWriteArrayList -const val GE_NEWS_MUTE_ATTRIBUTE = "/save:ge:news-mute" - /** * The repository holding all node lists, etc in the game world. * @author Emperor @@ -65,22 +64,11 @@ object Repository { */ @JvmStatic fun sendNews(string: String, icon: Int = 12, color: String = "CC6600") { - sendNews(string, icon, color, false) - } - - @JvmStatic - fun sendGrandExchangeNews(string: String, icon: Int = 12, color: String = "CC6600") { - sendNews(string, icon, color, true) - } - - @JvmStatic - fun sendNews(string: String, icon: Int, color: String, isGeNews: Boolean) { if (!ServerConstants.ENABLE_GLOBAL_CHAT) return val players: Array = playerNames.values.toTypedArray() val size = players.size for (i in 0 until size) { - val player = players[i] as? Player ?: continue - if (isGeNews && player.getAttribute(GE_NEWS_MUTE_ATTRIBUTE, false)) continue + val player = players[i] as Player ?: continue sendMessage(player, "News: $string") } } diff --git a/Server/src/main/core/game/world/update/PlayerRenderer.kt b/Server/src/main/core/game/world/update/PlayerRenderer.kt index e192463d7..0fb1068bc 100644 --- a/Server/src/main/core/game/world/update/PlayerRenderer.kt +++ b/Server/src/main/core/game/world/update/PlayerRenderer.kt @@ -107,7 +107,7 @@ object PlayerRenderer { if (offsetX < 0) { offsetX += 32 } - val appearance = info.appearanceStamps[other.index] != other.updateMasks.appearanceStamp + val appearance = info.appearanceStamps[other.index and 0x800] != other.updateMasks.appearanceStamp val update = appearance || other.updateMasks.isUpdateRequired || other.updateMasks.hasSynced() buffer.putBits(1, if (update) 1 else 0) buffer.putBits(5, offsetX) @@ -117,7 +117,7 @@ object PlayerRenderer { info.localPlayers.add(other) if (update) { if (appearance) { - info.appearanceStamps[other.index] = other.updateMasks.appearanceStamp + info.appearanceStamps[other.index and 0x800] = other.updateMasks.appearanceStamp } writeMaskUpdates(player, other, flags, appearance, true) } diff --git a/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt b/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt index a83f0235c..bcc1e3356 100644 --- a/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt +++ b/Server/src/main/core/game/world/update/flag/PlayerFlags530.kt @@ -11,6 +11,7 @@ import core.tools.* import core.api.* import core.game.world.GameWorld +import java.nio.charset.StandardCharsets import kotlin.reflect.* import kotlin.math.max @@ -27,13 +28,12 @@ sealed class PlayerFlags530 (p: Int, o: Int, f: EntityFlag) : EFlagProvider (530 else buffer.p1 (context.chatIcon) val chatBuf = ByteArray(256) - val encodedText = CP1252.toBytes(context.text) - chatBuf[0] = encodedText.size.toByte() + chatBuf[0] = context.text.length.toByte() val offset = 1 + StringUtils.encryptPlayerChat ( chatBuf, 0, 1, - encodedText.size, - encodedText + context.text.length, + context.text.toByteArray(StandardCharsets.UTF_8) ) buffer.p1 (offset + 1) buffer.putReverse (chatBuf, 0, offset) diff --git a/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt b/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt index e1108a473..cf63a2e6d 100644 --- a/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt +++ b/Server/src/main/core/game/worldevents/holiday/HolidayRandoms.kt @@ -155,7 +155,7 @@ class HolidayRandoms() : PersistTimer(0, "holiday", isAuto = true), Commands { define("forcehrevents", Privilege.ADMIN, "::forcehrevents [eventname]", "Force enable holiday random events.") { player, args -> if (args.size == 1) { - notify(player, "Holidays: halloween, christmas, aprilfools") + notify(player, "Holidays: halloween, christmas") return@define } val event = args[1] @@ -183,12 +183,6 @@ class HolidayRandoms() : PersistTimer(0, "holiday", isAuto = true), Commands { registerTimer(p, HolidayRandoms()) } } - "aprilfools" -> { - ServerConstants.FORCE_APRIL_FOOLS = true - for (p in Repository.players) { - notify(p, colorize("%GApril Fools is now active!")) - } - } else -> reject(player, "Invalid event!") } } diff --git a/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt b/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt deleted file mode 100644 index 4a4f11a72..000000000 --- a/Server/src/main/core/game/worldevents/holiday/aprilfools/AprilFoolsEvent.kt +++ /dev/null @@ -1,40 +0,0 @@ -package core.game.worldevents.holiday.aprilfools - -import core.ServerConstants -import core.api.* -import core.game.node.entity.player.Player -import core.game.node.entity.player.link.emote.Emotes -import core.game.system.command.Privilege -import core.tools.colorize -import java.util.Calendar - -class AprilFoolsEvent : Commands, LoginListener { - private fun isActive(): Boolean { - if (ServerConstants.FORCE_APRIL_FOOLS) return true - if (!ServerConstants.APRIL_FOOLS_EVENT) return false - val cal = Calendar.getInstance() - return cal.get(Calendar.MONTH) == Calendar.APRIL && cal.get(Calendar.DAY_OF_MONTH) == 1 - } - - override fun login(player: Player) { - if (!isActive()) return - sendMessage(player, colorize("Use command ::wheel to spin the new prize wheel!", "00ffff")) - } - - override fun defineCommands() { - define("wheel", Privilege.STANDARD) { player, args -> - if (!isActive()) { - sendMessage(player, colorize("-->%R${args[0]}: command not found")) - return@define - } - if (getAttribute(player, "aprilfools:wheelspun", false)) { - sendMessage(player, "I'm not falling for that again.") - return@define - } - sendNews("${player.username} just tried to spin the wheel!") - sendChat(player, "I'm spinning!") - emote(player, Emotes.SPIN) - setAttribute(player, "aprilfools:wheelspun", true) - } - } -} \ No newline at end of file diff --git a/Server/src/main/core/net/IoSession.java b/Server/src/main/core/net/IoSession.java index 956b1d9da..7e61dc28c 100644 --- a/Server/src/main/core/net/IoSession.java +++ b/Server/src/main/core/net/IoSession.java @@ -122,45 +122,12 @@ public class IoSession { * @param service The executor service. */ public IoSession(SelectionKey key, ExecutorService service) { - this(key, service, resolveRemoteAddress(key)); - } - - /** - * Constructs a new {@code IoSession} with an explicit remote address. - * @param key The selection key. - * @param service The executor service. - * @param remoteAddress The remote address. - */ - public IoSession(SelectionKey key, ExecutorService service, String remoteAddress) { this.key = key; this.service = service; - this.address = normalizeRemoteAddress(remoteAddress); + this.address = getRemoteAddress().replaceAll("/", "").split(":")[0]; this.js5Queue = new JS5Queue(this); } - private static String resolveRemoteAddress(SelectionKey key) { - if (key == null || !(key.channel() instanceof SocketChannel)) { - return "127.0.0.1"; - } - try { - return ((SocketChannel) key.channel()).getRemoteAddress().toString(); - } catch (IOException e) { - throw new IllegalStateException(e); - } - } - - private static String normalizeRemoteAddress(String remoteAddress) { - if (remoteAddress == null || remoteAddress.trim().isEmpty()) { - return "127.0.0.1"; - } - String normalized = remoteAddress.replace("/", ""); - int separator = normalized.lastIndexOf(':'); - if (separator > 0) { - return normalized.substring(0, separator); - } - return normalized; - } - /** * Fires a write event created using the current event producer. * @param context The event context. @@ -246,11 +213,9 @@ public class IoSession { return; } active = false; - if (key != null) { - key.cancel(); - SocketChannel channel = (SocketChannel) key.channel(); - channel.socket().close(); - } + key.cancel(); + SocketChannel channel = (SocketChannel) key.channel(); + channel.socket().close(); if (getPlayer() != null) { try { getPlayer().clear(); @@ -470,4 +435,4 @@ public class IoSession { this.clientInfo = clientInfo; } -} +} \ No newline at end of file diff --git a/Server/src/main/core/net/NioReactor.java b/Server/src/main/core/net/NioReactor.java index fb07b826d..42fea5a1d 100644 --- a/Server/src/main/core/net/NioReactor.java +++ b/Server/src/main/core/net/NioReactor.java @@ -143,21 +143,6 @@ public final class NioReactor implements Runnable { */ public void terminate() { running = false; - try { - if (channel != null) { - if (channel.getChannel() != null) { - channel.getChannel().close(); - } - if (channel.getSocket() != null) { - channel.getSocket().close(); - } - channel.getSelector().wakeup(); - channel.getSelector().close(); - } - } catch (IOException e) { - e.printStackTrace(); - } - service.shutdownNow(); } } \ No newline at end of file diff --git a/Server/src/main/core/net/packet/PacketProcessor.kt b/Server/src/main/core/net/packet/PacketProcessor.kt index c05798490..6ec7d04ba 100644 --- a/Server/src/main/core/net/packet/PacketProcessor.kt +++ b/Server/src/main/core/net/packet/PacketProcessor.kt @@ -10,6 +10,7 @@ import core.ServerConstants import core.api.getAttribute import core.api.log import core.api.sendMessage +import core.api.tryPop import core.api.utils.Vector import core.cache.def.impl.ItemDefinition import core.cache.def.impl.NPCDefinition @@ -61,35 +62,21 @@ import java.lang.Math.min import java.util.* object PacketProcessor { - private var queue = LinkedList() - private var processingQueue = LinkedList() - private val queueLock = Any() + val queue = LinkedList() @JvmStatic fun enqueue(pkt: Packet) { - synchronized(queueLock) { - queue.addLast(pkt) - } + queue.addLast(pkt) } @JvmStatic fun processQueue() { - synchronized(queueLock) { - if (queue.isEmpty()) { - return - } - val queued = queue - queue = processingQueue - processingQueue = queued - } + var countThisCycle = queue.size val sw = StringWriter() val pw = PrintWriter(sw) var pkt: Packet - while (processingQueue.isNotEmpty()) { - pkt = processingQueue.pollFirst() ?: return + while (countThisCycle-- > 0) { + pkt = queue.tryPop(Packet.NoProcess()) ?: return if (pkt is Packet.NoProcess) { - synchronized(queueLock) { - queue.clear() - } - processingQueue.clear() + queue.clear() return } try { diff --git a/Server/src/main/core/net/packet/PacketWriteQueue.kt b/Server/src/main/core/net/packet/PacketWriteQueue.kt index ed3de3d43..fad453300 100644 --- a/Server/src/main/core/net/packet/PacketWriteQueue.kt +++ b/Server/src/main/core/net/packet/PacketWriteQueue.kt @@ -1,18 +1,18 @@ package core.net.packet import core.api.log +import core.api.tryPop import core.net.packet.out.* import core.tools.Log import core.tools.SystemLogger import java.io.PrintWriter import java.io.StringWriter import java.util.* +import java.util.concurrent.locks.ReentrantLock class PacketWriteQueue { companion object { - private var packetsToWrite = LinkedList>() - private var packetsToFlush = LinkedList>() - private val queueLock = Any() + private val packetsToWrite = LinkedList>() @JvmStatic fun handle(packet: OutgoingPacket, context: T) { @@ -34,25 +34,16 @@ class PacketWriteQueue { log(this::class.java, Log.ERR, "${packet::class.java.simpleName} tried to queue with a null context!") return } - synchronized(queueLock) { - packetsToWrite.add(QueuedPacket(packet, context)) - } + packetsToWrite.add(QueuedPacket(packet, context)) } @JvmStatic fun flush() { - synchronized(queueLock) { - if (packetsToWrite.isEmpty()) { - return - } - val queued = packetsToWrite - packetsToWrite = packetsToFlush - packetsToFlush = queued - } + var countThisCycle = packetsToWrite.size val sw = StringWriter() val pw = PrintWriter(sw) - while (packetsToFlush.isNotEmpty()) { - val pkt = packetsToFlush.pollFirst() ?: continue + while (countThisCycle-- > 0) { + val pkt = packetsToWrite.tryPop(null) ?: continue try { write(pkt.out, pkt.context) } catch (e: Exception) { diff --git a/Server/src/main/core/net/packet/out/CommunicationMessage.java b/Server/src/main/core/net/packet/out/CommunicationMessage.java index 77e86af95..5cd5e592d 100644 --- a/Server/src/main/core/net/packet/out/CommunicationMessage.java +++ b/Server/src/main/core/net/packet/out/CommunicationMessage.java @@ -6,7 +6,6 @@ import core.net.packet.IoBuffer; import core.net.packet.OutgoingPacket; import core.net.packet.PacketHeader; import core.net.packet.context.MessageContext; -import core.tools.CP1252; import core.tools.StringUtils; import core.game.bots.AIPlayer; @@ -22,21 +21,20 @@ public final class CommunicationMessage implements OutgoingPacket - Thread(runnable, "WebSocketIo").apply { - isDaemon = true - } - } - private val sessions = ConcurrentHashMap() - - init { - // This pool processes websocket frames; it is not a cap on connected webclients. - setTcpNoDelay(true) - setReuseAddr(true) - } - - override fun onOpen(conn: WebSocket, handshake: ClientHandshake) { - sessions[conn] = WebSocketIoSession(conn, service) - } - - override fun onClose(conn: WebSocket, code: Int, reason: String, remote: Boolean) { - val session = sessions.remove(conn) - if (session != null && session.isActive) { - session.disconnect() - } - } - - override fun onMessage(conn: WebSocket, message: String) { - log(javaClass, Log.WARN, "Closing websocket client ${conn.remoteSocketAddress}: text frames are unsupported.") - conn.close(1003, "Binary frames only") - } - - override fun onMessage(conn: WebSocket, message: ByteBuffer) { - val session: IoSession = sessions[conn] ?: run { - conn.close(1011, "Session not initialized") - return - } - val copy = ByteBuffer.allocate(message.remaining()) - copy.put(message) - copy.flip() - service.execute(session.producer.produceReader(session, copy)) - } - - override fun onError(conn: WebSocket?, ex: Exception?) { - if (ex != null) { - log(javaClass, Log.ERR, "WebSocket server error: ${ex.message}") - } - if (conn != null) { - sessions.remove(conn)?.disconnect() - } - } - - override fun onStart() { - log(javaClass, Log.INFO, "WebSocket listener started on port $port.") - } - - override fun stop(timeout: Int, closeMessage: String) { - super.stop(timeout, closeMessage) - service.shutdownNow() - } -} diff --git a/Server/src/main/core/net/websocket/WebSocketIoSession.kt b/Server/src/main/core/net/websocket/WebSocketIoSession.kt deleted file mode 100644 index 49693ec09..000000000 --- a/Server/src/main/core/net/websocket/WebSocketIoSession.kt +++ /dev/null @@ -1,41 +0,0 @@ -package core.net.websocket - -import core.net.IoSession -import org.java_websocket.WebSocket -import org.java_websocket.exceptions.WebsocketNotConnectedException -import java.nio.ByteBuffer -import java.util.concurrent.ExecutorService - -class WebSocketIoSession( - private val socket: WebSocket, - service: ExecutorService -) : IoSession(null, service, socket.remoteSocketAddress?.toString() ?: "127.0.0.1") { - - override fun queue(buffer: ByteBuffer?) { - if (buffer == null || !socket.isOpen) { - return - } - val copy = buffer.slice() - val data = ByteArray(copy.remaining()) - copy.get(data) - try { - socket.send(data) - } catch (e: WebsocketNotConnectedException) { - disconnect() - } - } - - override fun write() { - // WebSocket sessions bypass the SelectionKey-backed TCP write queue. - } - - override fun disconnect() { - if (!isActive) { - return - } - super.disconnect() - if (socket.isOpen) { - socket.close() - } - } -} diff --git a/Server/src/main/core/net/websocket/WebSocketTls.kt b/Server/src/main/core/net/websocket/WebSocketTls.kt deleted file mode 100644 index 981afe060..000000000 --- a/Server/src/main/core/net/websocket/WebSocketTls.kt +++ /dev/null @@ -1,45 +0,0 @@ -package core.net.websocket - -import core.ServerConstants -import core.api.log -import core.game.system.config.ServerConfigParser -import core.tools.Log -import org.java_websocket.server.DefaultSSLWebSocketServerFactory -import java.io.FileInputStream -import java.security.KeyStore -import javax.net.ssl.KeyManagerFactory -import javax.net.ssl.SSLContext - -object WebSocketTls { - - private const val KEYSTORE_TYPE = "PKCS12" - - fun configure(server: GameWebSocketServer) { - if (!ServerConstants.WEBSOCKET_TLS_ENABLED) { - return - } - server.setWebSocketFactory(DefaultSSLWebSocketServerFactory(createContext())) - } - - private fun createContext(): SSLContext { - val keystorePath = ServerConstants.WEBSOCKET_TLS_KEYSTORE_PATH.trim() - if (keystorePath.isEmpty()) { - throw IllegalStateException("server.websocket_tls_enabled is true but websocket_tls_keystore_path is blank") - } - val resolvedKeystorePath = ServerConfigParser.parsePath(keystorePath) - val keystorePassword = ServerConstants.WEBSOCKET_TLS_KEYSTORE_PASSWORD.toCharArray() - - val keyStore = KeyStore.getInstance(KEYSTORE_TYPE) - FileInputStream(resolvedKeystorePath).use { input -> - keyStore.load(input, keystorePassword) - } - - val keyManagerFactory = KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm()) - keyManagerFactory.init(keyStore, keystorePassword) - - val sslContext = SSLContext.getInstance("TLS") - sslContext.init(keyManagerFactory.keyManagers, null, null) - log(WebSocketTls::class.java, Log.INFO, "Configured secure websocket listener using keystore $resolvedKeystorePath.") - return sslContext - } -} diff --git a/Server/src/main/core/tools/CP1252.java b/Server/src/main/core/tools/CP1252.java index c3f42e54a..9269b8710 100644 --- a/Server/src/main/core/tools/CP1252.java +++ b/Server/src/main/core/tools/CP1252.java @@ -1,22 +1,18 @@ package core.tools; -public final class CP1252 { - private static final char[] CHAR_MAP = {'\u20ac', '\0', '\u201a', '\u0192', '\u201e', '\u2026', '\u2020', '\u2021', +public class CP1252 { + private static char[] charMap = {'\u20ac', '\0', '\u201a', '\u0192', '\u201e', '\u2026', '\u2020', '\u2021', '\u02c6', '\u2030', '\u0160', '\u2039', '\u0152', '\0', '\u017d', '\0', '\0', '\u2018', '\u2019', '\u201c', '\u201d', '\u2022', '\u2013', '\u2014', '\u02dc', '\u2122', '\u0161', '\u203a', '\u0153', '\0', '\u017e', '\u0178'}; - private CP1252() { - /* utility class */ - } - public static char getFromByte(byte value) { int out = value & 0xff; if (out == 0) { throw new IllegalArgumentException("Non cp1252 character 0x" + Integer.toString(out, 16) + " provided"); } if (out >= 128 && out < 160) { - int cp1252 = CHAR_MAP[out - 128]; + int cp1252 = charMap[out - 128]; if (cp1252 == 0) { cp1252 = 63; } @@ -24,26 +20,4 @@ public final class CP1252 { } return (char) out; } - - public static byte getByte(char value) { - if ((value > 0 && value < 128) || (value >= 160 && value <= 255)) { - return (byte) value; - } - - for (int i = 0; i < CHAR_MAP.length; i++) { - if (CHAR_MAP[i] != 0 && CHAR_MAP[i] == value) { - return (byte) (i + 128); - } - } - - return 63; - } - - public static byte[] toBytes(CharSequence value) { - byte[] out = new byte[value.length()]; - for (int i = 0; i < value.length(); i++) { - out[i] = getByte(value.charAt(i)); - } - return out; - } } diff --git a/Server/src/main/core/tools/StringUtils.java b/Server/src/main/core/tools/StringUtils.java index bc55800b6..84ac0e3e0 100644 --- a/Server/src/main/core/tools/StringUtils.java +++ b/Server/src/main/core/tools/StringUtils.java @@ -502,7 +502,7 @@ public final class StringUtils { return ""; int charsDecoded = 0; int i_4_ = 0; - StringBuilder s = new StringBuilder(totalChars); + String s = ""; for (;;) { byte i_7_ = (byte) buffer.get(); if (i_7_ >= 0) @@ -511,7 +511,7 @@ public final class StringUtils { i_4_ = anIntArray241[i_4_]; int i_8_; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -521,7 +521,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; @@ -531,7 +531,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -541,7 +541,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; @@ -552,7 +552,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; @@ -562,7 +562,7 @@ public final class StringUtils { else i_4_ = anIntArray241[i_4_]; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -572,7 +572,7 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (totalChars <= ++charsDecoded) break; i_4_ = 0; @@ -582,13 +582,13 @@ public final class StringUtils { else i_4_++; if ((i_8_ = anIntArray241[i_4_]) < 0) { - s.append(CP1252.getFromByte((byte) (i_8_ ^ 0xffffffff))); + s += (char) (byte) (i_8_ ^ 0xffffffff); if (++charsDecoded >= totalChars) break; i_4_ = 0; } } - return s.toString(); + return s; } catch (RuntimeException runtimeexception) { runtimeexception.printStackTrace(); } diff --git a/Server/src/test/kotlin/content/ZamorakBrewTests.kt b/Server/src/test/kotlin/content/ZamorakBrewTests.kt deleted file mode 100644 index 42d6c099a..000000000 --- a/Server/src/test/kotlin/content/ZamorakBrewTests.kt +++ /dev/null @@ -1,67 +0,0 @@ -package content - -import TestUtils -import content.data.consumables.Consumables -import core.game.node.entity.skill.Skills -import core.game.node.item.Item -import org.junit.jupiter.api.Assertions -import org.junit.jupiter.api.Test -import org.rs09.consts.Items - -class ZamorakBrewTests { - companion object { - init { - TestUtils.preTestSetup() - } - } - - @Test - fun zamorakBrewShouldDamageTenPercentOfCurrentLifepointsPlusTwo() { - TestUtils.getMockPlayer("zammybrewdrinker").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 6 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_BREW4_2450)) - - Consumables.getConsumableById(Items.ZAMORAK_BREW4_2450) - .consumable - .consume(p.inventory.get(0), p) - - Assertions.assertEquals(4, p.skills.lifepoints) - } - } - - @Test - fun zamorakMixDamageShouldBeBasedOnLifepointsBeforeItHeals() { - TestUtils.getMockPlayer("zammymixdrinker").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 6 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_MIX2_11521)) - - Consumables.getConsumableById(Items.ZAMORAK_MIX2_11521) - .consumable - .consume(p.inventory.get(0), p) - - // Damage on pre-drink lifepoints (10% of 6 + 2 = 2), then heal 6: 6 - 2 + 6 = 10 - Assertions.assertEquals(10, p.skills.lifepoints) - } - } - - @Test - fun zamorakMixShouldNotKillAtLowLifepoints() { - TestUtils.getMockPlayer("zammymixlowhp").use { p -> - p.skills.setStaticLevel(Skills.HITPOINTS, 99) - p.skills.lifepoints = 2 - p.inventory.clear() - p.inventory.add(Item(Items.ZAMORAK_MIX2_11521)) - - Consumables.getConsumableById(Items.ZAMORAK_MIX2_11521) - .consumable - .consume(p.inventory.get(0), p) - - // Hitsplat shows 2 (10% of 2 + 2), but the heal lands first: 2 + 6 - 2 = 6, no death - Assertions.assertEquals(6, p.skills.lifepoints) - } - } -} diff --git a/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt b/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt deleted file mode 100644 index d40bef56b..000000000 --- a/Server/src/test/kotlin/content/region/wilderness/handlers/KBDBreathEffectTests.kt +++ /dev/null @@ -1,56 +0,0 @@ -package content.region.wilderness.handlers - -import TestUtils -import core.api.getTimer -import core.game.node.entity.combat.BattleState -import core.game.node.entity.combat.equipment.FireType -import core.game.system.timer.impl.Poison -import core.game.world.map.Location -import org.junit.jupiter.api.Assertions -import org.junit.jupiter.api.Test - -class KBDBreathEffectTests { - init { - TestUtils.preTestSetup() - } - - @Test fun toxicBreathShouldPoisonOnImpactNotOnLaunch() { - val kbd = KingBlackDragonNPC(50, Location.create(2273, 4698, 0)) - val handler = kbd.getSwingHandler(false) - // KBD rolls a random FireType per swing, force toxic breath for determinism - val fireTypeField = handler.javaClass.getDeclaredField("fireType") - fireTypeField.isAccessible = true - fireTypeField.set(handler, FireType.TOXIC_BREATH) - - TestUtils.getMockPlayer("kbdbreathtiming").use { player -> - val state = BattleState(kbd, player) - state.estimatedHit = 0 - - handler.adjustBattleState(kbd, player, state) - Assertions.assertNull(getTimer(player), "Breath effect must not apply on the launch tick.") - - handler.impact(kbd, player, state) - Assertions.assertNotNull(getTimer(player), "Breath effect must apply when the attack lands.") - } - } - - @Test fun toxicBreathShouldNotPoisonVictimWhoTeleportedMidFlight() { - val kbd = KingBlackDragonNPC(50, Location.create(2273, 4698, 0)) - val handler = kbd.getSwingHandler(false) - val fireTypeField = handler.javaClass.getDeclaredField("fireType") - fireTypeField.isAccessible = true - fireTypeField.set(handler, FireType.TOXIC_BREATH) - - TestUtils.getMockPlayer("kbdbreathteleport").use { player -> - val state = BattleState(kbd, player) - state.estimatedHit = 0 - - handler.adjustBattleState(kbd, player, state) - // Disable impacts like TeleportManager.send does for a real teleport - player.impactHandler.setDisabledTicks(12) - - handler.impact(kbd, player, state) - Assertions.assertNull(getTimer(player), "Breath effect must not apply to a victim whose impacts are disabled (teleported away).") - } - } -} diff --git a/Server/src/test/kotlin/core/PathfinderTests.kt b/Server/src/test/kotlin/core/PathfinderTests.kt index 84f6c640c..f38eecb68 100644 --- a/Server/src/test/kotlin/core/PathfinderTests.kt +++ b/Server/src/test/kotlin/core/PathfinderTests.kt @@ -235,7 +235,7 @@ class PathfinderTests { TestUtils.advanceTicks(5, false) Assertions.assertEquals(true, npc.getAttribute("return-to-spawn", false)) TestUtils.advanceTicks(50, false) - Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION!!) <= 9) + Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION) <= 9) } } @@ -254,7 +254,7 @@ class PathfinderTests { RegionManager.forId(npc.location.regionId).flagInactive(true) TestUtils.advanceTicks(50, false) Assertions.assertEquals(false, npc.getAttribute("return-to-spawn", false)) - Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION!!) <= 5) + Assertions.assertEquals(true, npc.location.getDistance(ServerConstants.HOME_LOCATION) <= 5) } } } \ No newline at end of file diff --git a/Server/src/test/resources/test.conf b/Server/src/test/resources/test.conf index e789bae24..b143db9e0 100644 --- a/Server/src/test/resources/test.conf +++ b/Server/src/test/resources/test.conf @@ -35,7 +35,7 @@ motw_identifier = "0" #text shown for message of the week - @name will be replaced with the name property set above. motw_text = "Welcome to @name!" #the coordinates new players spawn at -new_player_location = "3094,3107,0" +new_player_location = "2524,5002,0" #the location of home teleport home_location = "3222,3218,0" autostock_ge = false diff --git a/Server/worldprops/default.conf b/Server/worldprops/default.conf index 308db7417..fcb90f72b 100644 --- a/Server/worldprops/default.conf +++ b/Server/worldprops/default.conf @@ -25,17 +25,6 @@ daily_accounts_per_ip = 3 watchdog_enabled = true connectivity_check_url = "https://google.com,https://2009scape.org" connectivity_timeout = 500 -# Enables a websocket listener for browser clients. The websocket stream carries the -# same raw binary protocol as TCP; each websocket binary frame is treated as a byte chunk. -websocket_enabled = false -# Leave at 0 to use the default websocket port of 53594 + world_id. -websocket_port = 0 -# Enables TLS on the websocket listener so browser clients can connect over wss://. -websocket_tls_enabled = false -# PKCS12 keystore path, e.g. certs/dev-wss.p12. -websocket_tls_keystore_path = "" -# Optional. Leave blank for a PKCS12 file exported with an empty password. -websocket_tls_keystore_password = "" [database] database_name = "global" @@ -77,7 +66,7 @@ motw_identifier = "0" #text shown for message of the week - @name will be replaced with the name property set above. motw_text = "Welcome to @name!" #the coordinates new players spawn at -new_player_location = "3094,3107,0" +new_player_location = "2524,5002,0" #the location of home teleport home_location = "3222,3218,0" autostock_ge = false @@ -116,9 +105,6 @@ holiday_event_randoms = false #force holiday randoms (can only force one at a time) force_halloween_randoms = false force_christmas_randoms = false -#enables inauthentic april fools event -april_fools_event = false -force_april_fools = false #runecrafting formula revision (573 introduced probabilistic multiple runes, 581 extrapolated probabilistic runes past 99) runecrafting_formula_revision = 530 #enables the enhanced deep wilderness, where the area past the members' fence applies a red skull that boosts brawler/pvp drop rates diff --git a/make-release.py b/make-release.py index 4b898b4e2..bae99d2ee 100755 --- a/make-release.py +++ b/make-release.py @@ -61,9 +61,9 @@ title: More changes in Gielinor tags: news layout: newspost date: {current_date} 00:00:00 +0000 -authors: "Update Bot" +authors: ryannathans excerpt: "There have been some more changes in Gielinor..." -modtype: "Bot" +modtype: "Lead Developer" avatar: avatar8fa9.gif --- Greetings Explorers